diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-06 14:27:37 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-06 14:27:37 +0000 |
commit | 487b901373a689247d3ea99164f471c4227410cd (patch) | |
tree | c3c9b8f4a0df05089fd537598c40e7f15d90378b /h-source/Library/Helper/Pages.php | |
parent | e90083304147e3c1b9278c6e875278f2eb7dd4de (diff) |
updated EasyGiant library
Diffstat (limited to 'h-source/Library/Helper/Pages.php')
-rwxr-xr-x | h-source/Library/Helper/Pages.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/h-source/Library/Helper/Pages.php b/h-source/Library/Helper/Pages.php index 0496ca3..a6e3287 100755 --- a/h-source/Library/Helper/Pages.php +++ b/h-source/Library/Helper/Pages.php @@ -1,7 +1,9 @@ <?php -// EasyGiant, a web software to build a community of people that want to share their hardware information. -// Copyright (C) 2009 - 2010 Antonio Gallo (h-source-copyright.txt) +// EasyGiant is a PHP framework for creating and managing dynamic content +// +// Copyright (C) 2009 - 2011 Antonio Gallo +// See COPYRIGHT.txt and LICENSE.txt. // // This file is part of EasyGiant // @@ -9,12 +11,12 @@ // 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. -// +// // EasyGiant 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 EasyGiant. If not, see <http://www.gnu.org/licenses/>. |