diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-11-06 21:12:59 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-11-06 21:12:59 +0000 |
commit | a8b1a03018df2d97e1ed01f069d0c7df5b6f1517 (patch) | |
tree | c482eb9e5fb61e3a6e14a60b381ece1e0b13317a /admin/search.php | |
parent | fb53abe3bdb0746f52934b84e1627c6ff99c5339 (diff) |
update headers to comply with GPL
git-svn-id: http://piwigo.org/svn/trunk@593 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/search.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/search.php b/admin/search.php index 9a5b27ef4..18129020a 100644 --- a/admin/search.php +++ b/admin/search.php @@ -1,10 +1,10 @@ -<? +<?php // +-----------------------------------------------------------------------+ -// | search.php | -// +-----------------------------------------------------------------------+ -// | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : BSF (Best So Far) | +// | PhpWebGallery - a PHP based picture gallery | +// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | +// | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ +// | branch : BSF (Best So Far) // | file : $RCSfile$ // | last update : $Date$ // | last modifier : $Author$ |