diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-06 14:29:49 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-06 14:29:49 +0000 |
commit | ca65a9cb9d38b2e691db34a2439a0e1d79e87440 (patch) | |
tree | b587070dd5751ee2915b1e8176d6285e69ecc5df /h-source/Config | |
parent | 487b901373a689247d3ea99164f471c4227410cd (diff) |
changed headers in some EasyGiant files
Diffstat (limited to 'h-source/Config')
-rw-r--r-- | h-source/Config/Autoload.php | 6 | ||||
-rwxr-xr-x | h-source/Config/Config.php | 6 | ||||
-rwxr-xr-x | h-source/Config/Reporting.php | 6 | ||||
-rwxr-xr-x | h-source/Config/Restricted.php | 6 | ||||
-rw-r--r-- | h-source/Config/Route.php | 6 |
5 files changed, 20 insertions, 10 deletions
diff --git a/h-source/Config/Autoload.php b/h-source/Config/Autoload.php index 281edff..480bb56 100644 --- a/h-source/Config/Autoload.php +++ b/h-source/Config/Autoload.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 // diff --git a/h-source/Config/Config.php b/h-source/Config/Config.php index 8803557..1d6b999 100755 --- a/h-source/Config/Config.php +++ b/h-source/Config/Config.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 // diff --git a/h-source/Config/Reporting.php b/h-source/Config/Reporting.php index e2465c5..852e11d 100755 --- a/h-source/Config/Reporting.php +++ b/h-source/Config/Reporting.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 // diff --git a/h-source/Config/Restricted.php b/h-source/Config/Restricted.php index 165b557..d8baffa 100755 --- a/h-source/Config/Restricted.php +++ b/h-source/Config/Restricted.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 // diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index d60371a..fb345a2 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.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 // |