summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/index.php b/index.php
index 0a247f2..05e34d1 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,25 @@
<?php
+
+ /**
+ copyright 2012,2013 Arun Persaud <arun@nubati.net>
+
+ This file is part of photo-tags.
+
+ Photo-tags 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.
+
+ Photo-tags 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 Photo-tags. If not, see <http://www.gnu.org/licenses/>.
+
+ **/
+
/* parse ini -file */
$iniarray=parse_ini_file("config.ini");
$webbase=$iniarray["webbase"];