diff options
author | plegall <plg@piwigo.org> | 2009-05-13 23:21:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-05-13 23:21:06 +0000 |
commit | ae39ae328aa341ddeb1f23607488cfda0d6965b8 (patch) | |
tree | 973bac677d1edbbdfc9fd3560efd766494d52150 /plugins/AMenuManager/index.php | |
parent | 41e0ae234312c82d62c9998674b4606bef722d3d (diff) |
complement to r3282, remove all $Id$ in source code.
git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rwxr-xr-x | plugins/AMenuManager/index.php | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/plugins/AMenuManager/index.php b/plugins/AMenuManager/index.php index db1eae0d9..871b52b6a 100755 --- a/plugins/AMenuManager/index.php +++ b/plugins/AMenuManager/index.php @@ -1,13 +1,10 @@ <?php // +-----------------------------------------------------------------------+ -// | PhpWebGallery - a PHP based picture gallery | -// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | +// | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ -// | file : $Id: index.php 1912 2007-03-16 06:30:07Z rub $ -// | last update : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $ -// | last modifier : $Author: rub $ -// | revision : $Revision: 1912 $ +// | Copyright(C) 2008-2009 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 | |