From 3c48686e1167c42d4af5824b9756e02c3b88ad2d Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sun, 10 Feb 2013 15:58:16 +0000 Subject: add license headers --- css/index.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'css') diff --git a/css/index.php b/css/index.php index 3960012..493b1c8 100644 --- a/css/index.php +++ b/css/index.php @@ -1,4 +1,22 @@ + * @link http://nav.mageia.org/ + * + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2+ + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License aspublished by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. +*/ + header('Content-Type: text/css;charset=utf-8'); header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day')))); readfile('source.css'); -- cgit v1.2.1