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/Db | |
parent | e90083304147e3c1b9278c6e875278f2eb7dd4de (diff) |
updated EasyGiant library
Diffstat (limited to 'h-source/Library/Db')
-rwxr-xr-x | h-source/Library/Db/Mysql.php | 10 | ||||
-rw-r--r-- | h-source/Library/Db/Mysqli.php | 10 |
2 files changed, 12 insertions, 8 deletions
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/>. |