diff options
-rw-r--r-- | app.php | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -12,9 +12,14 @@ * @category Mageia * @package Mageia\Web\www * @author rda <rda@mageia.org> - * @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2+ * @link http://www.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. */ require 'lib/Pinq/Controller.php'; |