From 1f6105289a49079809c2a4677b561bc82c62db88 Mon Sep 17 00:00:00 2001 From: arno Date: Fri, 18 Mar 2011 17:58:28 +0100 Subject: [PATCH] update copyright headers --- application/Bootstrap.php | 2 +- application/configs/application.ini | 2 +- application/configs/medias.ini | 2 +- application/configs/session.ini | 2 +- application/controllers/AccountController.php | 2 +- application/controllers/ContactController.php | 2 +- application/controllers/ErrorController.php | 2 +- application/controllers/FaqController.php | 2 +- application/controllers/GeomController.php | 2 +- application/controllers/IdxController.php | 2 +- application/controllers/ListController.php | 2 +- application/controllers/LoginController.php | 2 +- application/controllers/NewpwdController.php | 2 +- application/controllers/NominatimController.php | 2 +- application/controllers/PathController.php | 2 +- application/controllers/PendingController.php | 2 +- application/controllers/TermsofuseController.php | 2 +- application/controllers/UserController.php | 2 +- application/controllers/helpers/SyjApi.php | 2 +- application/controllers/helpers/SyjGeoip.php | 2 +- application/controllers/helpers/SyjMedias.php | 2 +- application/controllers/helpers/SyjPostData.php | 2 +- application/controllers/helpers/SyjReset.php | 2 +- application/controllers/helpers/SyjSession.php | 2 +- application/controllers/plugins/SyjLocale.php | 2 +- application/controllers/plugins/SyjLoggedUser.php | 2 +- application/exception/Forbidden.php | 2 +- application/exception/InvalidEmail.php | 2 +- application/exception/InvalidGeomUpload.php | 2 +- application/exception/NotFound.php | 2 +- application/exception/Request.php | 2 +- application/exception/ToolargeGeomUpload.php | 2 +- application/forms/Account.php | 2 +- application/forms/Contact.php | 2 +- application/forms/Geom.php | 2 +- application/forms/Login.php | 2 +- application/forms/Newpwd.php | 2 +- application/forms/Pending.php | 2 +- application/forms/Pending/ResetPassword.php | 2 +- application/forms/Pending/ValidateCreation.php | 2 +- application/forms/TableAbstract.php | 2 +- application/forms/User.php | 2 +- application/forms/decorator/TableDescription.php | 2 +- application/interface/Processor.php | 2 +- application/models/Generic.php | 2 +- application/models/Path.php | 2 +- application/models/PathMapper.php | 2 +- application/models/Pending.php | 2 +- application/models/Pending/ResetPassword.php | 2 +- application/models/Pending/ValidateCreation.php | 2 +- application/models/PendingMapper.php | 2 +- application/models/User.php | 2 +- application/models/UserMapper.php | 2 +- application/validate/EmailAddress.php | 2 +- application/views/helpers/AddParamToUrl.php | 2 +- application/views/helpers/Anchor.php | 2 +- application/views/helpers/FooterLink.php | 2 +- application/views/helpers/HeadBase.php | 2 +- application/views/helpers/LocaleShort.php | 2 +- application/views/helpers/LocaleSwitcher.php | 2 +- application/views/helpers/LogoutLink.php | 2 +- application/views/helpers/Returnto.php | 2 +- application/views/helpers/SyjFormCheckbox.php | 2 +- application/views/helpers/UriPath.php | 2 +- library/gisconverter | 2 +- library/phptojs.php | 2 +- library/pwdgen.php | 2 +- public/css/account.css | 2 +- public/css/contact.css | 2 +- public/css/error.css | 2 +- public/css/faq.css | 2 +- public/css/generic.css | 2 +- public/css/login.css | 2 +- public/css/newpwd.css | 2 +- public/css/pending.css | 2 +- public/css/syj.css | 2 +- public/css/syjraw.css | 2 +- public/css/termsofuse.css | 2 +- public/js/account.js | 2 +- public/js/contact.js | 2 +- public/js/login.js | 2 +- public/js/newpwd.js | 2 +- public/js/syj.js | 2 +- public/js/utils.js | 2 +- 84 files changed, 84 insertions(+), 84 deletions(-) diff --git a/application/Bootstrap.php b/application/Bootstrap.php index 36471f3..a8bc3a6 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -1,5 +1,5 @@