aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-08-06 14:27:37 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-08-06 14:27:37 +0000
commit487b901373a689247d3ea99164f471c4227410cd (patch)
treec3c9b8f4a0df05089fd537598c40e7f15d90378b
parente90083304147e3c1b9278c6e875278f2eb7dd4de (diff)
updated EasyGiant library
-rw-r--r--h-source/Library/Array/Validate/Base.php10
-rw-r--r--h-source/Library/Array/Validate/Soft.php10
-rw-r--r--h-source/Library/Array/Validate/Strong.php10
-rwxr-xr-xh-source/Library/ArrayExt.php10
-rwxr-xr-xh-source/Library/Bootstrap.php10
-rw-r--r--h-source/Library/BoxParser.php10
-rwxr-xr-xh-source/Library/Call.php10
-rwxr-xr-xh-source/Library/Controller.php10
-rwxr-xr-xh-source/Library/Db/Mysql.php10
-rw-r--r--h-source/Library/Db/Mysqli.php10
-rw-r--r--h-source/Library/Email.php10
-rw-r--r--h-source/Library/ErrorReporting.php10
-rwxr-xr-xh-source/Library/Factory/Db.php10
-rw-r--r--h-source/Library/Files/Log.php10
-rwxr-xr-xh-source/Library/Files/Upload.php10
-rwxr-xr-xh-source/Library/Form/Checkbox.php10
-rwxr-xr-xh-source/Library/Form/Entry.php10
-rw-r--r--h-source/Library/Form/File.php10
-rwxr-xr-xh-source/Library/Form/Form.php10
-rwxr-xr-xh-source/Library/Form/Hidden.php10
-rw-r--r--h-source/Library/Form/Html.php10
-rwxr-xr-xh-source/Library/Form/InputText.php10
-rw-r--r--h-source/Library/Form/Password.php10
-rwxr-xr-xh-source/Library/Form/Radio.php10
-rwxr-xr-xh-source/Library/Form/Select.php10
-rwxr-xr-xh-source/Library/Form/Textarea.php10
-rwxr-xr-xh-source/Library/Functions.php10
-rw-r--r--h-source/Library/HeaderObj.php10
-rwxr-xr-xh-source/Library/Helper/Array.php10
-rwxr-xr-xh-source/Library/Helper/Html.php10
-rwxr-xr-xh-source/Library/Helper/List.php10
-rwxr-xr-xh-source/Library/Helper/Menu.php10
-rwxr-xr-xh-source/Library/Helper/Pages.php10
-rwxr-xr-xh-source/Library/Helper/Popup.php10
-rw-r--r--h-source/Library/Hooks.php10
-rw-r--r--h-source/Library/Html/Form.php10
-rw-r--r--h-source/Library/Image/Gd/Captcha.php10
-rw-r--r--h-source/Library/Image/Gd/Thumbnail.php10
-rw-r--r--h-source/Library/Lang/En/DbCondStrings.php10
-rw-r--r--h-source/Library/Lang/En/ModelStrings.php10
-rw-r--r--h-source/Library/Lang/En/UploadStrings.php10
-rw-r--r--h-source/Library/Lang/En/ValCondStrings.php10
-rw-r--r--h-source/Library/Lang/Eng/DbCondStrings.php10
-rw-r--r--h-source/Library/Lang/Eng/ModelStrings.php10
-rw-r--r--h-source/Library/Lang/Eng/UploadStrings.php10
-rw-r--r--h-source/Library/Lang/Eng/ValCondStrings.php10
-rw-r--r--h-source/Library/Lang/ResultStrings.php10
-rw-r--r--h-source/Library/ModAbstract.php10
-rwxr-xr-xh-source/Library/Model/Base.php10
-rwxr-xr-xh-source/Library/Model/Map.php10
-rwxr-xr-xh-source/Library/Model/Tree.php10
-rw-r--r--h-source/Library/Params.php10
-rwxr-xr-xh-source/Library/Popup.php10
-rw-r--r--h-source/Library/Request.php10
-rwxr-xr-xh-source/Library/Scaffold.php10
-rw-r--r--h-source/Library/Strings/Functions.php10
-rwxr-xr-xh-source/Library/Theme.php10
-rwxr-xr-xh-source/Library/Url.php10
-rwxr-xr-xh-source/Library/Users/CheckAdmin.php10
59 files changed, 354 insertions, 236 deletions
diff --git a/h-source/Library/Array/Validate/Base.php b/h-source/Library/Array/Validate/Base.php
index 7e25d07..fb4a66c 100644
--- a/h-source/Library/Array/Validate/Base.php
+++ b/h-source/Library/Array/Validate/Base.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/>.
diff --git a/h-source/Library/Array/Validate/Soft.php b/h-source/Library/Array/Validate/Soft.php
index 50eda2a..b348bdc 100644
--- a/h-source/Library/Array/Validate/Soft.php
+++ b/h-source/Library/Array/Validate/Soft.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/>.
diff --git a/h-source/Library/Array/Validate/Strong.php b/h-source/Library/Array/Validate/Strong.php
index 244cf0c..ccdce74 100644
--- a/h-source/Library/Array/Validate/Strong.php
+++ b/h-source/Library/Array/Validate/Strong.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/>.
diff --git a/h-source/Library/ArrayExt.php b/h-source/Library/ArrayExt.php
index 528012c..2b02c9e 100755
--- a/h-source/Library/ArrayExt.php
+++ b/h-source/Library/ArrayExt.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/>.
diff --git a/h-source/Library/Bootstrap.php b/h-source/Library/Bootstrap.php
index a8d1499..5d7a12f 100755
--- a/h-source/Library/Bootstrap.php
+++ b/h-source/Library/Bootstrap.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/>.
diff --git a/h-source/Library/BoxParser.php b/h-source/Library/BoxParser.php
index 7278f65..0e7e03f 100644
--- a/h-source/Library/BoxParser.php
+++ b/h-source/Library/BoxParser.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/>.
diff --git a/h-source/Library/Call.php b/h-source/Library/Call.php
index f941907..29a3046 100755
--- a/h-source/Library/Call.php
+++ b/h-source/Library/Call.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/>.
diff --git a/h-source/Library/Controller.php b/h-source/Library/Controller.php
index 307dfe3..742e89d 100755
--- a/h-source/Library/Controller.php
+++ b/h-source/Library/Controller.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/>.
diff --git a/h-source/Library/Db/Mysql.php b/h-source/Library/Db/Mysql.php
index 4545ea6..4561a1b 100755
--- a/h-source/Library/Db/Mysql.php
+++ b/h-source/Library/Db/Mysql.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/>.
diff --git a/h-source/Library/Db/Mysqli.php b/h-source/Library/Db/Mysqli.php
index e6fdb15..df57a54 100644
--- a/h-source/Library/Db/Mysqli.php
+++ b/h-source/Library/Db/Mysqli.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/>.
diff --git a/h-source/Library/Email.php b/h-source/Library/Email.php
index 1cf065a..9d2ff19 100644
--- a/h-source/Library/Email.php
+++ b/h-source/Library/Email.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/>.
diff --git a/h-source/Library/ErrorReporting.php b/h-source/Library/ErrorReporting.php
index 6cd0143..2cb8aed 100644
--- a/h-source/Library/ErrorReporting.php
+++ b/h-source/Library/ErrorReporting.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/>.
diff --git a/h-source/Library/Factory/Db.php b/h-source/Library/Factory/Db.php
index bfd5eb1..32a82c1 100755
--- a/h-source/Library/Factory/Db.php
+++ b/h-source/Library/Factory/Db.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/>.
diff --git a/h-source/Library/Files/Log.php b/h-source/Library/Files/Log.php
index d761f08..7eda7b7 100644
--- a/h-source/Library/Files/Log.php
+++ b/h-source/Library/Files/Log.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/>.
diff --git a/h-source/Library/Files/Upload.php b/h-source/Library/Files/Upload.php
index 53d88f2..f06c1c8 100755
--- a/h-source/Library/Files/Upload.php
+++ b/h-source/Library/Files/Upload.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/>.
diff --git a/h-source/Library/Form/Checkbox.php b/h-source/Library/Form/Checkbox.php
index 4074210..497c097 100755
--- a/h-source/Library/Form/Checkbox.php
+++ b/h-source/Library/Form/Checkbox.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/>.
diff --git a/h-source/Library/Form/Entry.php b/h-source/Library/Form/Entry.php
index 305f55f..a17ac5e 100755
--- a/h-source/Library/Form/Entry.php
+++ b/h-source/Library/Form/Entry.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/>.
diff --git a/h-source/Library/Form/File.php b/h-source/Library/Form/File.php
index 951b3d4..ac9b8ab 100644
--- a/h-source/Library/Form/File.php
+++ b/h-source/Library/Form/File.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/>.
diff --git a/h-source/Library/Form/Form.php b/h-source/Library/Form/Form.php
index a20327f..f358651 100755
--- a/h-source/Library/Form/Form.php
+++ b/h-source/Library/Form/Form.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/>.
diff --git a/h-source/Library/Form/Hidden.php b/h-source/Library/Form/Hidden.php
index 5fd6148..c589662 100755
--- a/h-source/Library/Form/Hidden.php
+++ b/h-source/Library/Form/Hidden.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/>.
diff --git a/h-source/Library/Form/Html.php b/h-source/Library/Form/Html.php
index 8b7cbfb..e5c9989 100644
--- a/h-source/Library/Form/Html.php
+++ b/h-source/Library/Form/Html.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/>.
diff --git a/h-source/Library/Form/InputText.php b/h-source/Library/Form/InputText.php
index 5943fb9..344264e 100755
--- a/h-source/Library/Form/InputText.php
+++ b/h-source/Library/Form/InputText.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/>.
diff --git a/h-source/Library/Form/Password.php b/h-source/Library/Form/Password.php
index 1ac4492..9bfc68b 100644
--- a/h-source/Library/Form/Password.php
+++ b/h-source/Library/Form/Password.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/>.
diff --git a/h-source/Library/Form/Radio.php b/h-source/Library/Form/Radio.php
index a10726a..4f596ed 100755
--- a/h-source/Library/Form/Radio.php
+++ b/h-source/Library/Form/Radio.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/>.
diff --git a/h-source/Library/Form/Select.php b/h-source/Library/Form/Select.php
index 884b0b2..521e3b5 100755
--- a/h-source/Library/Form/Select.php
+++ b/h-source/Library/Form/Select.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/>.
diff --git a/h-source/Library/Form/Textarea.php b/h-source/Library/Form/Textarea.php
index ba51fe9..aaaf19e 100755
--- a/h-source/Library/Form/Textarea.php
+++ b/h-source/Library/Form/Textarea.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/>.
diff --git a/h-source/Library/Functions.php b/h-source/Library/Functions.php
index 705c1c0..1477680 100755
--- a/h-source/Library/Functions.php
+++ b/h-source/Library/Functions.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/>.
diff --git a/h-source/Library/HeaderObj.php b/h-source/Library/HeaderObj.php
index 73b53de..994eb16 100644
--- a/h-source/Library/HeaderObj.php
+++ b/h-source/Library/HeaderObj.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/>.
diff --git a/h-source/Library/Helper/Array.php b/h-source/Library/Helper/Array.php
index b504a08..329463f 100755
--- a/h-source/Library/Helper/Array.php
+++ b/h-source/Library/Helper/Array.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/>.
diff --git a/h-source/Library/Helper/Html.php b/h-source/Library/Helper/Html.php
index 9484609..81a9bdd 100755
--- a/h-source/Library/Helper/Html.php
+++ b/h-source/Library/Helper/Html.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/>.
diff --git a/h-source/Library/Helper/List.php b/h-source/Library/Helper/List.php
index 61b3e7b..3ffce1c 100755
--- a/h-source/Library/Helper/List.php
+++ b/h-source/Library/Helper/List.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/>.
diff --git a/h-source/Library/Helper/Menu.php b/h-source/Library/Helper/Menu.php
index 151057a..608795f 100755
--- a/h-source/Library/Helper/Menu.php
+++ b/h-source/Library/Helper/Menu.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/>.
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/>.
diff --git a/h-source/Library/Helper/Popup.php b/h-source/Library/Helper/Popup.php
index 849dcf9..017e873 100755
--- a/h-source/Library/Helper/Popup.php
+++ b/h-source/Library/Helper/Popup.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/>.
diff --git a/h-source/Library/Hooks.php b/h-source/Library/Hooks.php
index 853bb6f..b16b6d5 100644
--- a/h-source/Library/Hooks.php
+++ b/h-source/Library/Hooks.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/>.
diff --git a/h-source/Library/Html/Form.php b/h-source/Library/Html/Form.php
index 501e2a2..f82cd2d 100644
--- a/h-source/Library/Html/Form.php
+++ b/h-source/Library/Html/Form.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/>.
diff --git a/h-source/Library/Image/Gd/Captcha.php b/h-source/Library/Image/Gd/Captcha.php
index 8a128eb..1e8d706 100644
--- a/h-source/Library/Image/Gd/Captcha.php
+++ b/h-source/Library/Image/Gd/Captcha.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/>.
diff --git a/h-source/Library/Image/Gd/Thumbnail.php b/h-source/Library/Image/Gd/Thumbnail.php
index 9bf2500..137c287 100644
--- a/h-source/Library/Image/Gd/Thumbnail.php
+++ b/h-source/Library/Image/Gd/Thumbnail.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/>.
diff --git a/h-source/Library/Lang/En/DbCondStrings.php b/h-source/Library/Lang/En/DbCondStrings.php
index 0f65bd6..bfc5867 100644
--- a/h-source/Library/Lang/En/DbCondStrings.php
+++ b/h-source/Library/Lang/En/DbCondStrings.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/>.
diff --git a/h-source/Library/Lang/En/ModelStrings.php b/h-source/Library/Lang/En/ModelStrings.php
index c1046b3..cf26b8f 100644
--- a/h-source/Library/Lang/En/ModelStrings.php
+++ b/h-source/Library/Lang/En/ModelStrings.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/>.
diff --git a/h-source/Library/Lang/En/UploadStrings.php b/h-source/Library/Lang/En/UploadStrings.php
index 41f2703..cc4129e 100644
--- a/h-source/Library/Lang/En/UploadStrings.php
+++ b/h-source/Library/Lang/En/UploadStrings.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/>.
diff --git a/h-source/Library/Lang/En/ValCondStrings.php b/h-source/Library/Lang/En/ValCondStrings.php
index 7b409e2..7f4e7ea 100644
--- a/h-source/Library/Lang/En/ValCondStrings.php
+++ b/h-source/Library/Lang/En/ValCondStrings.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/>.
diff --git a/h-source/Library/Lang/Eng/DbCondStrings.php b/h-source/Library/Lang/Eng/DbCondStrings.php
index 08b3e4d..e4196b6 100644
--- a/h-source/Library/Lang/Eng/DbCondStrings.php
+++ b/h-source/Library/Lang/Eng/DbCondStrings.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/>.
diff --git a/h-source/Library/Lang/Eng/ModelStrings.php b/h-source/Library/Lang/Eng/ModelStrings.php
index c424321..fa741a2 100644
--- a/h-source/Library/Lang/Eng/ModelStrings.php
+++ b/h-source/Library/Lang/Eng/ModelStrings.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/>.
diff --git a/h-source/Library/Lang/Eng/UploadStrings.php b/h-source/Library/Lang/Eng/UploadStrings.php
index 6790d13..00809f6 100644
--- a/h-source/Library/Lang/Eng/UploadStrings.php
+++ b/h-source/Library/Lang/Eng/UploadStrings.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/>.
diff --git a/h-source/Library/Lang/Eng/ValCondStrings.php b/h-source/Library/Lang/Eng/ValCondStrings.php
index 9094c42..42e70d8 100644
--- a/h-source/Library/Lang/Eng/ValCondStrings.php
+++ b/h-source/Library/Lang/Eng/ValCondStrings.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/>.
diff --git a/h-source/Library/Lang/ResultStrings.php b/h-source/Library/Lang/ResultStrings.php
index 0c33bd4..2181b90 100644
--- a/h-source/Library/Lang/ResultStrings.php
+++ b/h-source/Library/Lang/ResultStrings.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/>.
diff --git a/h-source/Library/ModAbstract.php b/h-source/Library/ModAbstract.php
index fa166d8..f576c10 100644
--- a/h-source/Library/ModAbstract.php
+++ b/h-source/Library/ModAbstract.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/>.
diff --git a/h-source/Library/Model/Base.php b/h-source/Library/Model/Base.php
index f420ad9..c89abcd 100755
--- a/h-source/Library/Model/Base.php
+++ b/h-source/Library/Model/Base.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/>.
diff --git a/h-source/Library/Model/Map.php b/h-source/Library/Model/Map.php
index 10166db..7a093e1 100755
--- a/h-source/Library/Model/Map.php
+++ b/h-source/Library/Model/Map.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/>.
diff --git a/h-source/Library/Model/Tree.php b/h-source/Library/Model/Tree.php
index 56a5db3..bde94e5 100755
--- a/h-source/Library/Model/Tree.php
+++ b/h-source/Library/Model/Tree.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/>.
diff --git a/h-source/Library/Params.php b/h-source/Library/Params.php
index 1fc613b..001040e 100644
--- a/h-source/Library/Params.php
+++ b/h-source/Library/Params.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/>.
diff --git a/h-source/Library/Popup.php b/h-source/Library/Popup.php
index f63a75d..186e4b3 100755
--- a/h-source/Library/Popup.php
+++ b/h-source/Library/Popup.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/>.
diff --git a/h-source/Library/Request.php b/h-source/Library/Request.php
index fb1688c..d99585d 100644
--- a/h-source/Library/Request.php
+++ b/h-source/Library/Request.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/>.
diff --git a/h-source/Library/Scaffold.php b/h-source/Library/Scaffold.php
index b1941dc..ec0dc49 100755
--- a/h-source/Library/Scaffold.php
+++ b/h-source/Library/Scaffold.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/>.
diff --git a/h-source/Library/Strings/Functions.php b/h-source/Library/Strings/Functions.php
index e2ad775..1ee17af 100644
--- a/h-source/Library/Strings/Functions.php
+++ b/h-source/Library/Strings/Functions.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/>.
diff --git a/h-source/Library/Theme.php b/h-source/Library/Theme.php
index 0ed5317..45cace4 100755
--- a/h-source/Library/Theme.php
+++ b/h-source/Library/Theme.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/>.
diff --git a/h-source/Library/Url.php b/h-source/Library/Url.php
index ef84215..9f73291 100755
--- a/h-source/Library/Url.php
+++ b/h-source/Library/Url.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/>.
diff --git a/h-source/Library/Users/CheckAdmin.php b/h-source/Library/Users/CheckAdmin.php
index afc64c7..54deb2a 100755
--- a/h-source/Library/Users/CheckAdmin.php
+++ b/h-source/Library/Users/CheckAdmin.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/>.