Added GPLv3 copyright
authorMarc MAURICE <dooblempub@positon.org>
Sun, 24 Oct 2010 22:13:23 +0000 (00:13 +0200)
committerMarc MAURICE <dooblempub@positon.org>
Sun, 24 Oct 2010 22:13:23 +0000 (00:13 +0200)
index.php
view.php

index 195ca3b..97f7e59 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,4 +1,21 @@
 <?php
+/*
+    Bizou - a (french) KISS php image gallery
+    Copyright (C) 2010  Marc MAURICE
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
 
 define('THUMB_SIZE', 100);
 define('DATA_DIR', 'data');
index e60cc25..551af85 100644 (file)
--- a/view.php
+++ b/view.php
@@ -1,4 +1,21 @@
 <?php
+/*
+    Bizou - a (french) KISS php image gallery
+    Copyright (C) 2010  Marc MAURICE
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
 
 define('IMAGES_DIR', 'images');