diff options
author | Romain d'Alverny <rda@mageia.org> | 2013-02-10 15:58:16 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2013-02-10 15:58:16 +0000 |
commit | 3c48686e1167c42d4af5824b9756e02c3b88ad2d (patch) | |
tree | 532da84d4befe10b37d538e129f8901f34d04f79 /lib.php | |
parent | 44f8c1c54dcda264e3083308c93bb735b3449b6d (diff) | |
download | nav-3c48686e1167c42d4af5824b9756e02c3b88ad2d.tar nav-3c48686e1167c42d4af5824b9756e02c3b88ad2d.tar.gz nav-3c48686e1167c42d4af5824b9756e02c3b88ad2d.tar.bz2 nav-3c48686e1167c42d4af5824b9756e02c3b88ad2d.tar.xz nav-3c48686e1167c42d4af5824b9756e02c3b88ad2d.zip |
add license headers
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,4 +1,21 @@ <?php +/** + * mageia.org global nav bar utilities. + * + * PHP version 5.4 + * + * @category Mageia + * @package Mageia\Web\nav + * @author rda <rda@mageia.org> + * @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. +*/ // definition class NCache |