diff options
author | mistic100 <mistic@piwigo.org> | 2014-01-05 00:19:25 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-01-05 00:19:25 +0000 |
commit | 636650309adb23fbb64310d6f32cc1d5518037a6 (patch) | |
tree | 312fcf990311835512e9728f6656ce3500bd9fb9 /admin/include/uploadify/uploadify.php | |
parent | 83c610108125e209e6f1e17cae7b5d7100a626cb (diff) |
Update headers to 2014. Happy new year!!
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/uploadify/uploadify.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/admin/include/uploadify/uploadify.php b/admin/include/uploadify/uploadify.php index 9bd8f9eb5..a4ba4db36 100644 --- a/admin/include/uploadify/uploadify.php +++ b/admin/include/uploadify/uploadify.php @@ -1,4 +1,26 @@ <?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based photo gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2014 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 | +// +-----------------------------------------------------------------------+ +// | 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 | +// | | +// | 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, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + define('PHPWG_ROOT_PATH','../../../'); define('IN_ADMIN', true); |