diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-21 14:10:36 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-21 14:10:36 +0000 |
commit | 35b6a57d9d1275e1e0fdd31fc8ad478458159488 (patch) | |
tree | aade43325f09ced6fd50bd231d532492e57bb6e9 /local/config/index.php | |
parent | 122bca309b665cc2ca7d314469506c6ac5687b47 (diff) |
Wrong copyright in index.php files in local directory.
git-svn-id: http://piwigo.org/svn/trunk@5217 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | local/config/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local/config/index.php b/local/config/index.php index 871b52b6a..17747c927 100644 --- a/local/config/index.php +++ b/local/config/index.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ |