aboutsummaryrefslogtreecommitdiffstats
path: root/app.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-11-12 11:36:27 +0000
committerRomain d'Alverny <rda@mageia.org>2012-11-12 11:36:27 +0000
commit77a3e2e20abdb74dc1e872204edc1e0474bbab44 (patch)
treec3f99cf174afc71bb60037202e26485c062cd892 /app.php
parent74267e95bbbd7c806fdbd20033eb6c682dd32104 (diff)
downloadwww-77a3e2e20abdb74dc1e872204edc1e0474bbab44.tar
www-77a3e2e20abdb74dc1e872204edc1e0474bbab44.tar.gz
www-77a3e2e20abdb74dc1e872204edc1e0474bbab44.tar.bz2
www-77a3e2e20abdb74dc1e872204edc1e0474bbab44.tar.xz
www-77a3e2e20abdb74dc1e872204edc1e0474bbab44.zip
better license header
Diffstat (limited to 'app.php')
-rw-r--r--app.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/app.php b/app.php
index 43323dbc6..5dc16a38a 100644
--- a/app.php
+++ b/app.php
@@ -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';