diff --git a/.travis.yml b/.travis.yml index 35d36fd335..19667d6e29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: - npm install grunt-cli jake -g - echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - - sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then pecl install redis; fi;' + - sh -c 'if [ ! $(php -m | grep redis) ]; then pecl install redis; fi;' - echo 'extension="memcache.so"' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/memcache.ini - echo 'extension="memcached.so"' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/memcached.ini - yes | pecl install zmq-beta diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index a860bb8b39..92b722ee00 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/features/bootstrap/GuiContext.php b/features/bootstrap/GuiContext.php index d8cd4b7854..eb6d748ff1 100644 --- a/features/bootstrap/GuiContext.php +++ b/features/bootstrap/GuiContext.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Application.php b/lib/Alchemy/Phrasea/Application.php index 0f168b4ba0..5652658598 100644 --- a/lib/Alchemy/Phrasea/Application.php +++ b/lib/Alchemy/Phrasea/Application.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Application/Api.php b/lib/Alchemy/Phrasea/Application/Api.php index 494348e3f1..018cdfb7ec 100644 --- a/lib/Alchemy/Phrasea/Application/Api.php +++ b/lib/Alchemy/Phrasea/Application/Api.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Application/Root.php b/lib/Alchemy/Phrasea/Application/Root.php index cf48540fae..dd7c094661 100644 --- a/lib/Alchemy/Phrasea/Application/Root.php +++ b/lib/Alchemy/Phrasea/Application/Root.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/AccountCreator.php b/lib/Alchemy/Phrasea/Authentication/AccountCreator.php index 8ce723e9de..6abd30e64b 100644 --- a/lib/Alchemy/Phrasea/Authentication/AccountCreator.php +++ b/lib/Alchemy/Phrasea/Authentication/AccountCreator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Authenticator.php b/lib/Alchemy/Phrasea/Authentication/Authenticator.php index 3256087a15..71ec4afbc4 100644 --- a/lib/Alchemy/Phrasea/Authentication/Authenticator.php +++ b/lib/Alchemy/Phrasea/Authentication/Authenticator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Context.php b/lib/Alchemy/Phrasea/Authentication/Context.php index dd039366ac..ee03083e77 100644 --- a/lib/Alchemy/Phrasea/Authentication/Context.php +++ b/lib/Alchemy/Phrasea/Authentication/Context.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Exception/AccountLockedException.php b/lib/Alchemy/Phrasea/Authentication/Exception/AccountLockedException.php index 8c20487127..aac52236ab 100644 --- a/lib/Alchemy/Phrasea/Authentication/Exception/AccountLockedException.php +++ b/lib/Alchemy/Phrasea/Authentication/Exception/AccountLockedException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Exception/AuthenticationException.php b/lib/Alchemy/Phrasea/Authentication/Exception/AuthenticationException.php index 5176c2911a..34ae67da48 100644 --- a/lib/Alchemy/Phrasea/Authentication/Exception/AuthenticationException.php +++ b/lib/Alchemy/Phrasea/Authentication/Exception/AuthenticationException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Exception/NotAuthenticatedException.php b/lib/Alchemy/Phrasea/Authentication/Exception/NotAuthenticatedException.php index c5bd12cff4..b8e1f76044 100644 --- a/lib/Alchemy/Phrasea/Authentication/Exception/NotAuthenticatedException.php +++ b/lib/Alchemy/Phrasea/Authentication/Exception/NotAuthenticatedException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Exception/RequireCaptchaException.php b/lib/Alchemy/Phrasea/Authentication/Exception/RequireCaptchaException.php index 1d9b8b8aca..a4e01061c6 100644 --- a/lib/Alchemy/Phrasea/Authentication/Exception/RequireCaptchaException.php +++ b/lib/Alchemy/Phrasea/Authentication/Exception/RequireCaptchaException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Manager.php b/lib/Alchemy/Phrasea/Authentication/Manager.php index ab5e7f0c0b..bc3779b80e 100644 --- a/lib/Alchemy/Phrasea/Authentication/Manager.php +++ b/lib/Alchemy/Phrasea/Authentication/Manager.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/PersistentCookie/Manager.php b/lib/Alchemy/Phrasea/Authentication/PersistentCookie/Manager.php index c1b4b02fde..51982adb7c 100644 --- a/lib/Alchemy/Phrasea/Authentication/PersistentCookie/Manager.php +++ b/lib/Alchemy/Phrasea/Authentication/PersistentCookie/Manager.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Phrasea/FailureManager.php b/lib/Alchemy/Phrasea/Authentication/Phrasea/FailureManager.php index 611a1816a9..a8bbaad427 100644 --- a/lib/Alchemy/Phrasea/Authentication/Phrasea/FailureManager.php +++ b/lib/Alchemy/Phrasea/Authentication/Phrasea/FailureManager.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Phrasea/NativeAuthentication.php b/lib/Alchemy/Phrasea/Authentication/Phrasea/NativeAuthentication.php index 50df717c01..ee9e069b89 100644 --- a/lib/Alchemy/Phrasea/Authentication/Phrasea/NativeAuthentication.php +++ b/lib/Alchemy/Phrasea/Authentication/Phrasea/NativeAuthentication.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Phrasea/OldPasswordEncoder.php b/lib/Alchemy/Phrasea/Authentication/Phrasea/OldPasswordEncoder.php index 56b3fdcf53..de098e413d 100644 --- a/lib/Alchemy/Phrasea/Authentication/Phrasea/OldPasswordEncoder.php +++ b/lib/Alchemy/Phrasea/Authentication/Phrasea/OldPasswordEncoder.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Phrasea/PasswordEncoder.php b/lib/Alchemy/Phrasea/Authentication/Phrasea/PasswordEncoder.php index 757741f530..cda23a5b07 100644 --- a/lib/Alchemy/Phrasea/Authentication/Phrasea/PasswordEncoder.php +++ b/lib/Alchemy/Phrasea/Authentication/Phrasea/PasswordEncoder.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/AbstractProvider.php b/lib/Alchemy/Phrasea/Authentication/Provider/AbstractProvider.php index 91c8210b9b..4c2f15777c 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/AbstractProvider.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/AbstractProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Facebook.php b/lib/Alchemy/Phrasea/Authentication/Provider/Facebook.php index 7a27383d34..409263eb3b 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Facebook.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Facebook.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Factory.php b/lib/Alchemy/Phrasea/Authentication/Provider/Factory.php index 918f75f098..b5be6801a9 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Factory.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Factory.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Github.php b/lib/Alchemy/Phrasea/Authentication/Provider/Github.php index 4f3988eb96..3e1f6b868a 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Github.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Github.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/GooglePlus.php b/lib/Alchemy/Phrasea/Authentication/Provider/GooglePlus.php index 203c028f39..aa5e7212ab 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/GooglePlus.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/GooglePlus.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Linkedin.php b/lib/Alchemy/Phrasea/Authentication/Provider/Linkedin.php index e8016475b0..004955b119 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Linkedin.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Linkedin.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/ProviderInterface.php b/lib/Alchemy/Phrasea/Authentication/Provider/ProviderInterface.php index 56d5e4b8a8..287d6331ee 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/ProviderInterface.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/ProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Token/Identity.php b/lib/Alchemy/Phrasea/Authentication/Provider/Token/Identity.php index 55f9144516..43d34ccaf0 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Token/Identity.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Token/Identity.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Token/Token.php b/lib/Alchemy/Phrasea/Authentication/Provider/Token/Token.php index 230d232949..3eef168354 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Token/Token.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Token/Token.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Twitter.php b/lib/Alchemy/Phrasea/Authentication/Provider/Twitter.php index 26dda5c1da..908b906022 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Twitter.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Twitter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Viadeo.php b/lib/Alchemy/Phrasea/Authentication/Provider/Viadeo.php index d7d4e1caff..db9b84ec54 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Viadeo.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Viadeo.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/ProvidersCollection.php b/lib/Alchemy/Phrasea/Authentication/ProvidersCollection.php index 5bdc9736cb..82625c09b6 100644 --- a/lib/Alchemy/Phrasea/Authentication/ProvidersCollection.php +++ b/lib/Alchemy/Phrasea/Authentication/ProvidersCollection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/SuggestionFinder.php b/lib/Alchemy/Phrasea/Authentication/SuggestionFinder.php index a813f1d936..92620e2da1 100644 --- a/lib/Alchemy/Phrasea/Authentication/SuggestionFinder.php +++ b/lib/Alchemy/Phrasea/Authentication/SuggestionFinder.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Authentication/Token/TokenValidator.php b/lib/Alchemy/Phrasea/Authentication/Token/TokenValidator.php index f9a65836ec..fa4dcd4ee5 100644 --- a/lib/Alchemy/Phrasea/Authentication/Token/TokenValidator.php +++ b/lib/Alchemy/Phrasea/Authentication/Token/TokenValidator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Attribute/AttributeInterface.php b/lib/Alchemy/Phrasea/Border/Attribute/AttributeInterface.php index 5ae07df162..44298f2055 100644 --- a/lib/Alchemy/Phrasea/Border/Attribute/AttributeInterface.php +++ b/lib/Alchemy/Phrasea/Border/Attribute/AttributeInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Attribute/Factory.php b/lib/Alchemy/Phrasea/Border/Attribute/Factory.php index 229d57c97c..741c262281 100644 --- a/lib/Alchemy/Phrasea/Border/Attribute/Factory.php +++ b/lib/Alchemy/Phrasea/Border/Attribute/Factory.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Attribute/MetaField.php b/lib/Alchemy/Phrasea/Border/Attribute/MetaField.php index 496a9f6dc7..b1132faa7e 100644 --- a/lib/Alchemy/Phrasea/Border/Attribute/MetaField.php +++ b/lib/Alchemy/Phrasea/Border/Attribute/MetaField.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Attribute/Metadata.php b/lib/Alchemy/Phrasea/Border/Attribute/Metadata.php index 96c3d71c5e..ef1d600b9d 100644 --- a/lib/Alchemy/Phrasea/Border/Attribute/Metadata.php +++ b/lib/Alchemy/Phrasea/Border/Attribute/Metadata.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Attribute/Status.php b/lib/Alchemy/Phrasea/Border/Attribute/Status.php index 8125528bda..46d910fc70 100644 --- a/lib/Alchemy/Phrasea/Border/Attribute/Status.php +++ b/lib/Alchemy/Phrasea/Border/Attribute/Status.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Attribute/Story.php b/lib/Alchemy/Phrasea/Border/Attribute/Story.php index 4d0ce66b4e..718ec5a1a1 100644 --- a/lib/Alchemy/Phrasea/Border/Attribute/Story.php +++ b/lib/Alchemy/Phrasea/Border/Attribute/Story.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/AbstractChecker.php b/lib/Alchemy/Phrasea/Border/Checker/AbstractChecker.php index a37ef77626..a91a51d50f 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/AbstractChecker.php +++ b/lib/Alchemy/Phrasea/Border/Checker/AbstractChecker.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/CheckerInterface.php b/lib/Alchemy/Phrasea/Border/Checker/CheckerInterface.php index ee11d5bd9f..aa50bfa2bd 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/CheckerInterface.php +++ b/lib/Alchemy/Phrasea/Border/Checker/CheckerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/Colorspace.php b/lib/Alchemy/Phrasea/Border/Checker/Colorspace.php index 4c4f905c74..83b1a9574d 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/Colorspace.php +++ b/lib/Alchemy/Phrasea/Border/Checker/Colorspace.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/Dimension.php b/lib/Alchemy/Phrasea/Border/Checker/Dimension.php index 196c10661b..2b023b54cf 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/Dimension.php +++ b/lib/Alchemy/Phrasea/Border/Checker/Dimension.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/Extension.php b/lib/Alchemy/Phrasea/Border/Checker/Extension.php index f86f02ed5d..aa228422fb 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/Extension.php +++ b/lib/Alchemy/Phrasea/Border/Checker/Extension.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/Filename.php b/lib/Alchemy/Phrasea/Border/Checker/Filename.php index 81ae5cb576..b7dad16ee7 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/Filename.php +++ b/lib/Alchemy/Phrasea/Border/Checker/Filename.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/MediaType.php b/lib/Alchemy/Phrasea/Border/Checker/MediaType.php index b9c2b3f483..48e9f8b9eb 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/MediaType.php +++ b/lib/Alchemy/Phrasea/Border/Checker/MediaType.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/Response.php b/lib/Alchemy/Phrasea/Border/Checker/Response.php index ede770c4ed..1bc0a11fd5 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/Response.php +++ b/lib/Alchemy/Phrasea/Border/Checker/Response.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/Sha256.php b/lib/Alchemy/Phrasea/Border/Checker/Sha256.php index 1475d54fd9..a51f31da58 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/Sha256.php +++ b/lib/Alchemy/Phrasea/Border/Checker/Sha256.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Checker/UUID.php b/lib/Alchemy/Phrasea/Border/Checker/UUID.php index b37655a237..28815c1ab0 100644 --- a/lib/Alchemy/Phrasea/Border/Checker/UUID.php +++ b/lib/Alchemy/Phrasea/Border/Checker/UUID.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/File.php b/lib/Alchemy/Phrasea/Border/File.php index 02c6c4fc50..cd712edf0c 100644 --- a/lib/Alchemy/Phrasea/Border/File.php +++ b/lib/Alchemy/Phrasea/Border/File.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Manager.php b/lib/Alchemy/Phrasea/Border/Manager.php index 1e80ceadb1..077b707155 100644 --- a/lib/Alchemy/Phrasea/Border/Manager.php +++ b/lib/Alchemy/Phrasea/Border/Manager.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/MetaBagInterface.php b/lib/Alchemy/Phrasea/Border/MetaBagInterface.php index 40b9085877..24a05a77e6 100644 --- a/lib/Alchemy/Phrasea/Border/MetaBagInterface.php +++ b/lib/Alchemy/Phrasea/Border/MetaBagInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/MetaFieldsBag.php b/lib/Alchemy/Phrasea/Border/MetaFieldsBag.php index 0fee025c3e..ccd6a8637e 100644 --- a/lib/Alchemy/Phrasea/Border/MetaFieldsBag.php +++ b/lib/Alchemy/Phrasea/Border/MetaFieldsBag.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/MetadataBag.php b/lib/Alchemy/Phrasea/Border/MetadataBag.php index 6cffd252d7..fa0dada52d 100644 --- a/lib/Alchemy/Phrasea/Border/MetadataBag.php +++ b/lib/Alchemy/Phrasea/Border/MetadataBag.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Border/Visa.php b/lib/Alchemy/Phrasea/Border/Visa.php index 671e7d60a9..f9d708a417 100644 --- a/lib/Alchemy/Phrasea/Border/Visa.php +++ b/lib/Alchemy/Phrasea/Border/Visa.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/CLI.php b/lib/Alchemy/Phrasea/CLI.php index 680acb556e..bb6921a1cd 100644 --- a/lib/Alchemy/Phrasea/CLI.php +++ b/lib/Alchemy/Phrasea/CLI.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/ApcCache.php b/lib/Alchemy/Phrasea/Cache/ApcCache.php index 814af3b844..a61407380b 100644 --- a/lib/Alchemy/Phrasea/Cache/ApcCache.php +++ b/lib/Alchemy/Phrasea/Cache/ApcCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/ArrayCache.php b/lib/Alchemy/Phrasea/Cache/ArrayCache.php index 56a27713c8..bd3c763883 100644 --- a/lib/Alchemy/Phrasea/Cache/ArrayCache.php +++ b/lib/Alchemy/Phrasea/Cache/ArrayCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/Cache.php b/lib/Alchemy/Phrasea/Cache/Cache.php index eefff0b6cf..e97ce9f22e 100644 --- a/lib/Alchemy/Phrasea/Cache/Cache.php +++ b/lib/Alchemy/Phrasea/Cache/Cache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/Exception.php b/lib/Alchemy/Phrasea/Cache/Exception.php index 1459c4b162..b990c32279 100644 --- a/lib/Alchemy/Phrasea/Cache/Exception.php +++ b/lib/Alchemy/Phrasea/Cache/Exception.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/Factory.php b/lib/Alchemy/Phrasea/Cache/Factory.php index 9273c9499a..e0ca88f7c8 100644 --- a/lib/Alchemy/Phrasea/Cache/Factory.php +++ b/lib/Alchemy/Phrasea/Cache/Factory.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/Manager.php b/lib/Alchemy/Phrasea/Cache/Manager.php index 3a2f830c53..9b7235fda2 100644 --- a/lib/Alchemy/Phrasea/Cache/Manager.php +++ b/lib/Alchemy/Phrasea/Cache/Manager.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/MemcacheCache.php b/lib/Alchemy/Phrasea/Cache/MemcacheCache.php index 5934697389..918c90804f 100644 --- a/lib/Alchemy/Phrasea/Cache/MemcacheCache.php +++ b/lib/Alchemy/Phrasea/Cache/MemcacheCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/MemcachedCache.php b/lib/Alchemy/Phrasea/Cache/MemcachedCache.php index 54ea53609e..82ee182aab 100644 --- a/lib/Alchemy/Phrasea/Cache/MemcachedCache.php +++ b/lib/Alchemy/Phrasea/Cache/MemcachedCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/RedisCache.php b/lib/Alchemy/Phrasea/Cache/RedisCache.php index 4e35e9bf2b..54ada036e4 100644 --- a/lib/Alchemy/Phrasea/Cache/RedisCache.php +++ b/lib/Alchemy/Phrasea/Cache/RedisCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/WinCacheCache.php b/lib/Alchemy/Phrasea/Cache/WinCacheCache.php index 03feff6a2c..88f9b59239 100644 --- a/lib/Alchemy/Phrasea/Cache/WinCacheCache.php +++ b/lib/Alchemy/Phrasea/Cache/WinCacheCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Cache/XcacheCache.php b/lib/Alchemy/Phrasea/Cache/XcacheCache.php index 50ba63b411..191dca10b3 100644 --- a/lib/Alchemy/Phrasea/Cache/XcacheCache.php +++ b/lib/Alchemy/Phrasea/Cache/XcacheCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/AbstractCheckCommand.php b/lib/Alchemy/Phrasea/Command/AbstractCheckCommand.php index 7a8b1fae33..c7c529017d 100644 --- a/lib/Alchemy/Phrasea/Command/AbstractCheckCommand.php +++ b/lib/Alchemy/Phrasea/Command/AbstractCheckCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php b/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php index 9f3a9c6f98..f218624ab5 100644 --- a/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php +++ b/lib/Alchemy/Phrasea/Command/BuildMissingSubdefs.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/CheckConfig.php b/lib/Alchemy/Phrasea/Command/CheckConfig.php index 041356868d..71248eaa3d 100644 --- a/lib/Alchemy/Phrasea/Command/CheckConfig.php +++ b/lib/Alchemy/Phrasea/Command/CheckConfig.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Command.php b/lib/Alchemy/Phrasea/Command/Command.php index 4d54c18605..dfb11235b1 100644 --- a/lib/Alchemy/Phrasea/Command/Command.php +++ b/lib/Alchemy/Phrasea/Command/Command.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/CommandInterface.php b/lib/Alchemy/Phrasea/Command/CommandInterface.php index 1e7ac92fd2..a531d85267 100644 --- a/lib/Alchemy/Phrasea/Command/CommandInterface.php +++ b/lib/Alchemy/Phrasea/Command/CommandInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Compile/Configuration.php b/lib/Alchemy/Phrasea/Command/Compile/Configuration.php index 44ba8cccd5..fc60d5fb09 100644 --- a/lib/Alchemy/Phrasea/Command/Compile/Configuration.php +++ b/lib/Alchemy/Phrasea/Command/Compile/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/CreateCollection.php b/lib/Alchemy/Phrasea/Command/CreateCollection.php index 0f43cc09fd..dfb7b1c156 100644 --- a/lib/Alchemy/Phrasea/Command/CreateCollection.php +++ b/lib/Alchemy/Phrasea/Command/CreateCollection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/APIRoutesDumper.php b/lib/Alchemy/Phrasea/Command/Developer/APIRoutesDumper.php index 016e5c42db..a92ed60ca7 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/APIRoutesDumper.php +++ b/lib/Alchemy/Phrasea/Command/Developer/APIRoutesDumper.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/AbstractRoutesDumper.php b/lib/Alchemy/Phrasea/Command/Developer/AbstractRoutesDumper.php index 788bf40f94..8bc224ed83 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/AbstractRoutesDumper.php +++ b/lib/Alchemy/Phrasea/Command/Developer/AbstractRoutesDumper.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/Behat.php b/lib/Alchemy/Phrasea/Command/Developer/Behat.php index f52e9e053d..21673083e0 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/Behat.php +++ b/lib/Alchemy/Phrasea/Command/Developer/Behat.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/BowerInstall.php b/lib/Alchemy/Phrasea/Command/Developer/BowerInstall.php index 95afa2df82..f2442d4f0d 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/BowerInstall.php +++ b/lib/Alchemy/Phrasea/Command/Developer/BowerInstall.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/ComposerInstall.php b/lib/Alchemy/Phrasea/Command/Developer/ComposerInstall.php index 08180dc20b..d29fc728f2 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/ComposerInstall.php +++ b/lib/Alchemy/Phrasea/Command/Developer/ComposerInstall.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/InstallAll.php b/lib/Alchemy/Phrasea/Command/Developer/InstallAll.php index 05d1380ac8..1bae667c18 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/InstallAll.php +++ b/lib/Alchemy/Phrasea/Command/Developer/InstallAll.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/LessCompiler.php b/lib/Alchemy/Phrasea/Command/Developer/LessCompiler.php index 49a7d00f6e..c2e880bd1d 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/LessCompiler.php +++ b/lib/Alchemy/Phrasea/Command/Developer/LessCompiler.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/RoutesDumper.php b/lib/Alchemy/Phrasea/Command/Developer/RoutesDumper.php index 6035a63651..2c26cb0d20 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/RoutesDumper.php +++ b/lib/Alchemy/Phrasea/Command/Developer/RoutesDumper.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/Uninstaller.php b/lib/Alchemy/Phrasea/Command/Developer/Uninstaller.php index ebb03233fe..8919d62346 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/Uninstaller.php +++ b/lib/Alchemy/Phrasea/Command/Developer/Uninstaller.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/Utils/BowerDriver.php b/lib/Alchemy/Phrasea/Command/Developer/Utils/BowerDriver.php index f118881108..6625ceb8bc 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/Utils/BowerDriver.php +++ b/lib/Alchemy/Phrasea/Command/Developer/Utils/BowerDriver.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/Utils/ComposerDriver.php b/lib/Alchemy/Phrasea/Command/Developer/Utils/ComposerDriver.php index a6cfed4fd9..2d7a4bd5f2 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/Utils/ComposerDriver.php +++ b/lib/Alchemy/Phrasea/Command/Developer/Utils/ComposerDriver.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/Utils/RecessDriver.php b/lib/Alchemy/Phrasea/Command/Developer/Utils/RecessDriver.php index f8c2cf0b40..f49899f988 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/Utils/RecessDriver.php +++ b/lib/Alchemy/Phrasea/Command/Developer/Utils/RecessDriver.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Developer/Utils/UglifyJsDriver.php b/lib/Alchemy/Phrasea/Command/Developer/Utils/UglifyJsDriver.php index f12677a0e3..73c93bff02 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/Utils/UglifyJsDriver.php +++ b/lib/Alchemy/Phrasea/Command/Developer/Utils/UglifyJsDriver.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/MailTest.php b/lib/Alchemy/Phrasea/Command/MailTest.php index d3e3fd4ff8..ee94a4de5a 100644 --- a/lib/Alchemy/Phrasea/Command/MailTest.php +++ b/lib/Alchemy/Phrasea/Command/MailTest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Plugin/AbstractPluginCommand.php b/lib/Alchemy/Phrasea/Command/Plugin/AbstractPluginCommand.php index 59aeafc93c..a100760b67 100644 --- a/lib/Alchemy/Phrasea/Command/Plugin/AbstractPluginCommand.php +++ b/lib/Alchemy/Phrasea/Command/Plugin/AbstractPluginCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Plugin/AddPlugin.php b/lib/Alchemy/Phrasea/Command/Plugin/AddPlugin.php index 33c99bde70..ebb9930e13 100644 --- a/lib/Alchemy/Phrasea/Command/Plugin/AddPlugin.php +++ b/lib/Alchemy/Phrasea/Command/Plugin/AddPlugin.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Plugin/RemovePlugin.php b/lib/Alchemy/Phrasea/Command/Plugin/RemovePlugin.php index 788251bfcd..e6625ef56c 100644 --- a/lib/Alchemy/Phrasea/Command/Plugin/RemovePlugin.php +++ b/lib/Alchemy/Phrasea/Command/Plugin/RemovePlugin.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/RecordAdd.php b/lib/Alchemy/Phrasea/Command/RecordAdd.php index 8ece54149e..e412262cee 100644 --- a/lib/Alchemy/Phrasea/Command/RecordAdd.php +++ b/lib/Alchemy/Phrasea/Command/RecordAdd.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/RescanTechnicalDatas.php b/lib/Alchemy/Phrasea/Command/RescanTechnicalDatas.php index 4a55c6a639..3b53899dac 100644 --- a/lib/Alchemy/Phrasea/Command/RescanTechnicalDatas.php +++ b/lib/Alchemy/Phrasea/Command/RescanTechnicalDatas.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Setup/CheckEnvironment.php b/lib/Alchemy/Phrasea/Command/Setup/CheckEnvironment.php index 5637fd5466..70f6e10cbb 100644 --- a/lib/Alchemy/Phrasea/Command/Setup/CheckEnvironment.php +++ b/lib/Alchemy/Phrasea/Command/Setup/CheckEnvironment.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Setup/Install.php b/lib/Alchemy/Phrasea/Command/Setup/Install.php index 81994eea1d..a9b86dc62c 100644 --- a/lib/Alchemy/Phrasea/Command/Setup/Install.php +++ b/lib/Alchemy/Phrasea/Command/Setup/Install.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Setup/PluginsReset.php b/lib/Alchemy/Phrasea/Command/Setup/PluginsReset.php index dc079c2f18..ee9aa660f8 100644 --- a/lib/Alchemy/Phrasea/Command/Setup/PluginsReset.php +++ b/lib/Alchemy/Phrasea/Command/Setup/PluginsReset.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Setup/XSendFileConfigurationDumper.php b/lib/Alchemy/Phrasea/Command/Setup/XSendFileConfigurationDumper.php index c3f3a7f9ae..f761945e73 100644 --- a/lib/Alchemy/Phrasea/Command/Setup/XSendFileConfigurationDumper.php +++ b/lib/Alchemy/Phrasea/Command/Setup/XSendFileConfigurationDumper.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Setup/XSendFileMappingGenerator.php b/lib/Alchemy/Phrasea/Command/Setup/XSendFileMappingGenerator.php index bc67ae295b..f81ac98cd8 100644 --- a/lib/Alchemy/Phrasea/Command/Setup/XSendFileMappingGenerator.php +++ b/lib/Alchemy/Phrasea/Command/Setup/XSendFileMappingGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Upgrade/DatasUpgraderInterface.php b/lib/Alchemy/Phrasea/Command/Upgrade/DatasUpgraderInterface.php index 3e6459beac..a35c511866 100644 --- a/lib/Alchemy/Phrasea/Command/Upgrade/DatasUpgraderInterface.php +++ b/lib/Alchemy/Phrasea/Command/Upgrade/DatasUpgraderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Upgrade/Step31.php b/lib/Alchemy/Phrasea/Command/Upgrade/Step31.php index a018ea112a..d75b646f3c 100644 --- a/lib/Alchemy/Phrasea/Command/Upgrade/Step31.php +++ b/lib/Alchemy/Phrasea/Command/Upgrade/Step31.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/Upgrade/Step35.php b/lib/Alchemy/Phrasea/Command/Upgrade/Step35.php index 3bdd33b52a..c84a65760a 100644 --- a/lib/Alchemy/Phrasea/Command/Upgrade/Step35.php +++ b/lib/Alchemy/Phrasea/Command/Upgrade/Step35.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Command/UpgradeDBDatas.php b/lib/Alchemy/Phrasea/Command/UpgradeDBDatas.php index 12213a3916..a877c0b887 100644 --- a/lib/Alchemy/Phrasea/Command/UpgradeDBDatas.php +++ b/lib/Alchemy/Phrasea/Command/UpgradeDBDatas.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/AbstractDelivery.php b/lib/Alchemy/Phrasea/Controller/AbstractDelivery.php index 7a293c152b..7dc73aa1fc 100644 --- a/lib/Alchemy/Phrasea/Controller/AbstractDelivery.php +++ b/lib/Alchemy/Phrasea/Controller/AbstractDelivery.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Collection.php b/lib/Alchemy/Phrasea/Controller/Admin/Collection.php index 0f6ce9792d..d99f247204 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Collection.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Collection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/ConnectedUsers.php b/lib/Alchemy/Phrasea/Controller/Admin/ConnectedUsers.php index 02c52de6e9..2f556d8f56 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/ConnectedUsers.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/ConnectedUsers.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Dashboard.php b/lib/Alchemy/Phrasea/Controller/Admin/Dashboard.php index 09d95bbf3b..f53fee9b71 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Dashboard.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Databox.php b/lib/Alchemy/Phrasea/Controller/Admin/Databox.php index 4933537375..0cb0c0073a 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Databox.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Databox.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Databoxes.php b/lib/Alchemy/Phrasea/Controller/Admin/Databoxes.php index 3a58e51fbd..5fe957c1ee 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Databoxes.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Databoxes.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Fields.php b/lib/Alchemy/Phrasea/Controller/Admin/Fields.php index 7e121da01c..661542a399 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Fields.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Fields.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Publications.php b/lib/Alchemy/Phrasea/Controller/Admin/Publications.php index e43022a5ee..c3773771f8 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Publications.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Publications.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Root.php b/lib/Alchemy/Phrasea/Controller/Admin/Root.php index c92544e539..3ae8a00388 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Root.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Root.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/SearchEngine.php b/lib/Alchemy/Phrasea/Controller/Admin/SearchEngine.php index a6c4fd3c95..92fc1bee12 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/SearchEngine.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/SearchEngine.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Setup.php b/lib/Alchemy/Phrasea/Controller/Admin/Setup.php index 31b22f5c01..15fdbf51df 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Setup.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Setup.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Subdefs.php b/lib/Alchemy/Phrasea/Controller/Admin/Subdefs.php index 25532fd68e..2792ca2f69 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Subdefs.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Subdefs.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Users.php b/lib/Alchemy/Phrasea/Controller/Admin/Users.php index c2fd99396a..1ed77a4e37 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Users.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Users.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Api/Oauth2.php b/lib/Alchemy/Phrasea/Controller/Api/Oauth2.php index 79ec03dc5e..87a9d7044f 100644 --- a/lib/Alchemy/Phrasea/Controller/Api/Oauth2.php +++ b/lib/Alchemy/Phrasea/Controller/Api/Oauth2.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Api/V1.php b/lib/Alchemy/Phrasea/Controller/Api/V1.php index fd75cbd1a1..9ff9766bc2 100644 --- a/lib/Alchemy/Phrasea/Controller/Api/V1.php +++ b/lib/Alchemy/Phrasea/Controller/Api/V1.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Datafiles.php b/lib/Alchemy/Phrasea/Controller/Datafiles.php index f59b1e916f..51a9ae91b4 100644 --- a/lib/Alchemy/Phrasea/Controller/Datafiles.php +++ b/lib/Alchemy/Phrasea/Controller/Datafiles.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Exception.php b/lib/Alchemy/Phrasea/Controller/Exception.php index 8c5fdd05f4..3d9e32b13d 100644 --- a/lib/Alchemy/Phrasea/Controller/Exception.php +++ b/lib/Alchemy/Phrasea/Controller/Exception.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Lightbox.php b/lib/Alchemy/Phrasea/Controller/Lightbox.php index dcc4b74785..49929ab0f9 100644 --- a/lib/Alchemy/Phrasea/Controller/Lightbox.php +++ b/lib/Alchemy/Phrasea/Controller/Lightbox.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Minifier.php b/lib/Alchemy/Phrasea/Controller/Minifier.php index 5e1debcb2d..9d84dfd900 100644 --- a/lib/Alchemy/Phrasea/Controller/Minifier.php +++ b/lib/Alchemy/Phrasea/Controller/Minifier.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Permalink.php b/lib/Alchemy/Phrasea/Controller/Permalink.php index cfc4396793..0e438dcb46 100644 --- a/lib/Alchemy/Phrasea/Controller/Permalink.php +++ b/lib/Alchemy/Phrasea/Controller/Permalink.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Bridge.php b/lib/Alchemy/Phrasea/Controller/Prod/Bridge.php index 15045eb7d0..74000175e1 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Bridge.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Bridge.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/DoDownload.php b/lib/Alchemy/Phrasea/Controller/Prod/DoDownload.php index 96133da475..5ddb579576 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/DoDownload.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/DoDownload.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Download.php b/lib/Alchemy/Phrasea/Controller/Prod/Download.php index a8d41b5cc7..8f15aebd71 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Download.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Download.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Edit.php b/lib/Alchemy/Phrasea/Controller/Prod/Edit.php index 3e11577a1d..7f90c0c200 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Edit.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Edit.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Export.php b/lib/Alchemy/Phrasea/Controller/Prod/Export.php index 41cea475e7..dec33a36ac 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Export.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Export.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Feed.php b/lib/Alchemy/Phrasea/Controller/Prod/Feed.php index 4eb3d76107..4561bfac30 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Feed.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Feed.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Language.php b/lib/Alchemy/Phrasea/Controller/Prod/Language.php index 5be2f02d7b..6c5fa73802 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Language.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Language.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Lazaret.php b/lib/Alchemy/Phrasea/Controller/Prod/Lazaret.php index 4ca3427a87..5dd43b2780 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Lazaret.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Lazaret.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/MoveCollection.php b/lib/Alchemy/Phrasea/Controller/Prod/MoveCollection.php index 69d5912428..83a0b69ee9 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/MoveCollection.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/MoveCollection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Order.php b/lib/Alchemy/Phrasea/Controller/Prod/Order.php index bd035fef26..e9416c356b 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Order.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Order.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Printer.php b/lib/Alchemy/Phrasea/Controller/Prod/Printer.php index af71471218..e3be972ac9 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Printer.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Printer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Property.php b/lib/Alchemy/Phrasea/Controller/Prod/Property.php index bd0cb4419e..8bdd67164f 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Property.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Property.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Push.php b/lib/Alchemy/Phrasea/Controller/Prod/Push.php index 88fb0da740..9ad69cba59 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Push.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Push.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Query.php b/lib/Alchemy/Phrasea/Controller/Prod/Query.php index e7a7672696..d15e2555b4 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Query.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Query.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Records.php b/lib/Alchemy/Phrasea/Controller/Prod/Records.php index ce8309f590..25d2acff5f 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Records.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Records.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Root.php b/lib/Alchemy/Phrasea/Controller/Prod/Root.php index 151caf2908..978e8b2ae0 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Root.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Root.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Share.php b/lib/Alchemy/Phrasea/Controller/Prod/Share.php index 1aa55942a6..1da0e5dd97 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Share.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Share.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Story.php b/lib/Alchemy/Phrasea/Controller/Prod/Story.php index c4bb9d7fb3..ef75e0e7cd 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Story.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Story.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/TOU.php b/lib/Alchemy/Phrasea/Controller/Prod/TOU.php index c5075c3488..09b6d20036 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/TOU.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/TOU.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Tools.php b/lib/Alchemy/Phrasea/Controller/Prod/Tools.php index e67c51e741..30c786869d 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Tools.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Tools.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Tooltip.php b/lib/Alchemy/Phrasea/Controller/Prod/Tooltip.php index 42f138a5eb..ecf4bcc904 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Tooltip.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Tooltip.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Upload.php b/lib/Alchemy/Phrasea/Controller/Prod/Upload.php index 607ba7d6fb..86f0e6d7a0 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Upload.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Upload.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php b/lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php index 4fb30b8867..3c0a410044 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php b/lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php index f265390776..68dc1f7a7c 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/RecordsRequest.php b/lib/Alchemy/Phrasea/Controller/RecordsRequest.php index 4ad903a04a..f031d03321 100644 --- a/lib/Alchemy/Phrasea/Controller/RecordsRequest.php +++ b/lib/Alchemy/Phrasea/Controller/RecordsRequest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Report/Activity.php b/lib/Alchemy/Phrasea/Controller/Report/Activity.php index 1873b9ae4c..c975f24425 100644 --- a/lib/Alchemy/Phrasea/Controller/Report/Activity.php +++ b/lib/Alchemy/Phrasea/Controller/Report/Activity.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Report/Export.php b/lib/Alchemy/Phrasea/Controller/Report/Export.php index b0fc59b1e3..24a6c145f1 100644 --- a/lib/Alchemy/Phrasea/Controller/Report/Export.php +++ b/lib/Alchemy/Phrasea/Controller/Report/Export.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Report/Informations.php b/lib/Alchemy/Phrasea/Controller/Report/Informations.php index db15734e42..4b93d7703a 100644 --- a/lib/Alchemy/Phrasea/Controller/Report/Informations.php +++ b/lib/Alchemy/Phrasea/Controller/Report/Informations.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Report/Root.php b/lib/Alchemy/Phrasea/Controller/Report/Root.php index df4ee445c8..a0b4deeaed 100644 --- a/lib/Alchemy/Phrasea/Controller/Report/Root.php +++ b/lib/Alchemy/Phrasea/Controller/Report/Root.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Root/Account.php b/lib/Alchemy/Phrasea/Controller/Root/Account.php index d63c7ef4a0..7f21b4fb9c 100644 --- a/lib/Alchemy/Phrasea/Controller/Root/Account.php +++ b/lib/Alchemy/Phrasea/Controller/Root/Account.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Root/Developers.php b/lib/Alchemy/Phrasea/Controller/Root/Developers.php index 9815535c9a..c7d321b130 100644 --- a/lib/Alchemy/Phrasea/Controller/Root/Developers.php +++ b/lib/Alchemy/Phrasea/Controller/Root/Developers.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Root/Login.php b/lib/Alchemy/Phrasea/Controller/Root/Login.php index ca1449bd7c..20d7df32c4 100644 --- a/lib/Alchemy/Phrasea/Controller/Root/Login.php +++ b/lib/Alchemy/Phrasea/Controller/Root/Login.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Root/RSSFeeds.php b/lib/Alchemy/Phrasea/Controller/Root/RSSFeeds.php index bada024c18..8b8898d872 100644 --- a/lib/Alchemy/Phrasea/Controller/Root/RSSFeeds.php +++ b/lib/Alchemy/Phrasea/Controller/Root/RSSFeeds.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Root/Root.php b/lib/Alchemy/Phrasea/Controller/Root/Root.php index b16e9bb861..a20a297c7e 100644 --- a/lib/Alchemy/Phrasea/Controller/Root/Root.php +++ b/lib/Alchemy/Phrasea/Controller/Root/Root.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Root/Session.php b/lib/Alchemy/Phrasea/Controller/Root/Session.php index 6f1b37d35c..39e1f136d1 100644 --- a/lib/Alchemy/Phrasea/Controller/Root/Session.php +++ b/lib/Alchemy/Phrasea/Controller/Root/Session.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Setup.php b/lib/Alchemy/Phrasea/Controller/Setup.php index 33a7734343..212a0374f0 100644 --- a/lib/Alchemy/Phrasea/Controller/Setup.php +++ b/lib/Alchemy/Phrasea/Controller/Setup.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Thesaurus/Thesaurus.php b/lib/Alchemy/Phrasea/Controller/Thesaurus/Thesaurus.php index 956267317e..00e4852ad0 100644 --- a/lib/Alchemy/Phrasea/Controller/Thesaurus/Thesaurus.php +++ b/lib/Alchemy/Phrasea/Controller/Thesaurus/Thesaurus.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Thesaurus/Xmlhttp.php b/lib/Alchemy/Phrasea/Controller/Thesaurus/Xmlhttp.php index 3582e61105..68173a7622 100644 --- a/lib/Alchemy/Phrasea/Controller/Thesaurus/Xmlhttp.php +++ b/lib/Alchemy/Phrasea/Controller/Thesaurus/Xmlhttp.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/User/Notifications.php b/lib/Alchemy/Phrasea/Controller/User/Notifications.php index ad9e441fa8..6cd6301fbc 100644 --- a/lib/Alchemy/Phrasea/Controller/User/Notifications.php +++ b/lib/Alchemy/Phrasea/Controller/User/Notifications.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/User/Preferences.php b/lib/Alchemy/Phrasea/Controller/User/Preferences.php index 07ff94b9df..2ee32778fc 100644 --- a/lib/Alchemy/Phrasea/Controller/User/Preferences.php +++ b/lib/Alchemy/Phrasea/Controller/User/Preferences.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Utils/ConnectionTest.php b/lib/Alchemy/Phrasea/Controller/Utils/ConnectionTest.php index 91901bcf5c..427070868f 100644 --- a/lib/Alchemy/Phrasea/Controller/Utils/ConnectionTest.php +++ b/lib/Alchemy/Phrasea/Controller/Utils/ConnectionTest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Controller/Utils/PathFileTest.php b/lib/Alchemy/Phrasea/Controller/Utils/PathFileTest.php index 508944307f..7627ea6282 100644 --- a/lib/Alchemy/Phrasea/Controller/Utils/PathFileTest.php +++ b/lib/Alchemy/Phrasea/Controller/Utils/PathFileTest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php b/lib/Alchemy/Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php index ae306b0f29..a1c149c31c 100644 --- a/lib/Alchemy/Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/CLIProvider/ComposerSetupServiceProvider.php b/lib/Alchemy/Phrasea/Core/CLIProvider/ComposerSetupServiceProvider.php index e5d4af3d75..3072ec1310 100644 --- a/lib/Alchemy/Phrasea/Core/CLIProvider/ComposerSetupServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/CLIProvider/ComposerSetupServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/CLIProvider/LessBuilderServiceProvider.php b/lib/Alchemy/Phrasea/Core/CLIProvider/LessBuilderServiceProvider.php index c5d0f2132b..c8b7dbe46a 100644 --- a/lib/Alchemy/Phrasea/Core/CLIProvider/LessBuilderServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/CLIProvider/LessBuilderServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/CLIProvider/PluginServiceProvider.php b/lib/Alchemy/Phrasea/Core/CLIProvider/PluginServiceProvider.php index 55a3ae3516..0fc2c0c83a 100644 --- a/lib/Alchemy/Phrasea/Core/CLIProvider/PluginServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/CLIProvider/PluginServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Configuration/Compiler.php b/lib/Alchemy/Phrasea/Core/Configuration/Compiler.php index e65586b98f..7987efcf2b 100644 --- a/lib/Alchemy/Phrasea/Core/Configuration/Compiler.php +++ b/lib/Alchemy/Phrasea/Core/Configuration/Compiler.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Configuration/Configuration.php b/lib/Alchemy/Phrasea/Core/Configuration/Configuration.php index 5590d208a1..9b6e4d4020 100644 --- a/lib/Alchemy/Phrasea/Core/Configuration/Configuration.php +++ b/lib/Alchemy/Phrasea/Core/Configuration/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Configuration/ConfigurationInterface.php b/lib/Alchemy/Phrasea/Core/Configuration/ConfigurationInterface.php index fefce88d50..fa769fdc9c 100644 --- a/lib/Alchemy/Phrasea/Core/Configuration/ConfigurationInterface.php +++ b/lib/Alchemy/Phrasea/Core/Configuration/ConfigurationInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/ApiLoadEndEvent.php b/lib/Alchemy/Phrasea/Core/Event/ApiLoadEndEvent.php index 304bbf5e9b..f9a93ab7d4 100644 --- a/lib/Alchemy/Phrasea/Core/Event/ApiLoadEndEvent.php +++ b/lib/Alchemy/Phrasea/Core/Event/ApiLoadEndEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/ApiLoadStartEvent.php b/lib/Alchemy/Phrasea/Core/Event/ApiLoadStartEvent.php index 81203d7553..993cc49670 100644 --- a/lib/Alchemy/Phrasea/Core/Event/ApiLoadStartEvent.php +++ b/lib/Alchemy/Phrasea/Core/Event/ApiLoadStartEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/ApiOAuth2EndEvent.php b/lib/Alchemy/Phrasea/Core/Event/ApiOAuth2EndEvent.php index fb1c55773a..6e353d228c 100644 --- a/lib/Alchemy/Phrasea/Core/Event/ApiOAuth2EndEvent.php +++ b/lib/Alchemy/Phrasea/Core/Event/ApiOAuth2EndEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/ApiOAuth2StartEvent.php b/lib/Alchemy/Phrasea/Core/Event/ApiOAuth2StartEvent.php index c788338d40..421547c386 100644 --- a/lib/Alchemy/Phrasea/Core/Event/ApiOAuth2StartEvent.php +++ b/lib/Alchemy/Phrasea/Core/Event/ApiOAuth2StartEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/ApiResultEvent.php b/lib/Alchemy/Phrasea/Core/Event/ApiResultEvent.php index 87b25b921b..bcc11b40b5 100644 --- a/lib/Alchemy/Phrasea/Core/Event/ApiResultEvent.php +++ b/lib/Alchemy/Phrasea/Core/Event/ApiResultEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/CollectionCreateEvent.php b/lib/Alchemy/Phrasea/Core/Event/CollectionCreateEvent.php index 9a5d44a1c8..1f81b848ca 100644 --- a/lib/Alchemy/Phrasea/Core/Event/CollectionCreateEvent.php +++ b/lib/Alchemy/Phrasea/Core/Event/CollectionCreateEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/LogoutEvent.php b/lib/Alchemy/Phrasea/Core/Event/LogoutEvent.php index b8ed2e8264..16c0d2d920 100644 --- a/lib/Alchemy/Phrasea/Core/Event/LogoutEvent.php +++ b/lib/Alchemy/Phrasea/Core/Event/LogoutEvent.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/PostAuthenticate.php b/lib/Alchemy/Phrasea/Core/Event/PostAuthenticate.php index c9bdf04482..15f538144d 100644 --- a/lib/Alchemy/Phrasea/Core/Event/PostAuthenticate.php +++ b/lib/Alchemy/Phrasea/Core/Event/PostAuthenticate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/PreAuthenticate.php b/lib/Alchemy/Phrasea/Core/Event/PreAuthenticate.php index bebe50163b..e85187394f 100644 --- a/lib/Alchemy/Phrasea/Core/Event/PreAuthenticate.php +++ b/lib/Alchemy/Phrasea/Core/Event/PreAuthenticate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriber.php index 416aa292be..eeeb7b86be 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiOauth2ErrorsSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiOauth2ErrorsSubscriber.php index cd43a07371..6cab046aa4 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiOauth2ErrorsSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiOauth2ErrorsSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/BridgeExceptionSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/BridgeExceptionSubscriber.php index 77c6b8362d..7adea8158f 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/BridgeExceptionSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/BridgeExceptionSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/CookiesDisablerSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/CookiesDisablerSubscriber.php index a8b3205ea2..bb53e8c8fe 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/CookiesDisablerSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/CookiesDisablerSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/DebuggerSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/DebuggerSubscriber.php index f03414c2c2..256479bfb3 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/DebuggerSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/DebuggerSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/FirewallSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/FirewallSubscriber.php index 6e58beb1a7..a3dd0b7586 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/FirewallSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/FirewallSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/JsonRequestSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/JsonRequestSubscriber.php index da7774bed5..ef133cfca4 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/JsonRequestSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/JsonRequestSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/LogoutSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/LogoutSubscriber.php index ad11289532..4724020b25 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/LogoutSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/LogoutSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/MaintenanceSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/MaintenanceSubscriber.php index d38d6285b4..f2034c84a3 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/MaintenanceSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/MaintenanceSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/PersistentCookieSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/PersistentCookieSubscriber.php index 057185e5f0..df37817ec8 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/PersistentCookieSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/PersistentCookieSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/PhraseaExceptionHandlerSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/PhraseaExceptionHandlerSubscriber.php index b6ccd33eb5..8a69018b99 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/PhraseaExceptionHandlerSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/PhraseaExceptionHandlerSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/PhraseaLocaleSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/PhraseaLocaleSubscriber.php index 40a6a6cf79..67d3d9e1c6 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/PhraseaLocaleSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/PhraseaLocaleSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/TrustedProxySubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/TrustedProxySubscriber.php index f9aa1516db..e04fa48277 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/TrustedProxySubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/TrustedProxySubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/XSendFileSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/XSendFileSubscriber.php index 5be2b48c21..e16e5d2819 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/XSendFileSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/XSendFileSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/PhraseaEvents.php b/lib/Alchemy/Phrasea/Core/PhraseaEvents.php index 32390cadad..6cff63f9e2 100644 --- a/lib/Alchemy/Phrasea/Core/PhraseaEvents.php +++ b/lib/Alchemy/Phrasea/Core/PhraseaEvents.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/PhraseaExceptionHandler.php b/lib/Alchemy/Phrasea/Core/PhraseaExceptionHandler.php index 60b6a475dd..ab597e6079 100644 --- a/lib/Alchemy/Phrasea/Core/PhraseaExceptionHandler.php +++ b/lib/Alchemy/Phrasea/Core/PhraseaExceptionHandler.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/AuthenticationManagerServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/AuthenticationManagerServiceProvider.php index f084119e39..dbe38c860e 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/AuthenticationManagerServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/AuthenticationManagerServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/BorderManagerServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/BorderManagerServiceProvider.php index fef2ac1322..18c80f2255 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/BorderManagerServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/BorderManagerServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/BrowserServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/BrowserServiceProvider.php index 47cf4e6527..368126fd36 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/BrowserServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/BrowserServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/CacheServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/CacheServiceProvider.php index d70982a4bc..80dfc2cfcc 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/CacheServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/CacheServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/ConfigurationServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/ConfigurationServiceProvider.php index b9cbc98562..089d32eabd 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/ConfigurationServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/ConfigurationServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/ConfigurationTesterServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/ConfigurationTesterServiceProvider.php index ddeb34d411..73109279fb 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/ConfigurationTesterServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/ConfigurationTesterServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/FileServeServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/FileServeServiceProvider.php index 1de47f6431..0697d1bba1 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/FileServeServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/FileServeServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/FtpServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/FtpServiceProvider.php index a6e614897f..904ba32cd1 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/FtpServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/FtpServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/InstallerServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/InstallerServiceProvider.php index cc4a298ba8..3fc83218f8 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/InstallerServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/InstallerServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/JMSSerializerServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/JMSSerializerServiceProvider.php index c64fc696a7..07236a2b72 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/JMSSerializerServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/JMSSerializerServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/LocaleServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/LocaleServiceProvider.php index e2e2541a12..521ef71b63 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/LocaleServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/LocaleServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/ORMServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/ORMServiceProvider.php index 90218cb927..84ddc69fa5 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/ORMServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/ORMServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/PhraseaVersionServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/PhraseaVersionServiceProvider.php index 25a87de18f..98a9adce1b 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/PhraseaVersionServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/PhraseaVersionServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/PhraseanetServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/PhraseanetServiceProvider.php index 4711cfa905..9600537910 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/PhraseanetServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/PhraseanetServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/PluginServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/PluginServiceProvider.php index b838772e92..94fc454d5f 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/PluginServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/PluginServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/RegistrationServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/RegistrationServiceProvider.php index 5893f48e54..2f0490c1ae 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/RegistrationServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/RegistrationServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/SearchEngineServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/SearchEngineServiceProvider.php index 4aaff7e2bc..57c7e24c47 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/SearchEngineServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/SearchEngineServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/TemporaryFilesystemServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/TemporaryFilesystemServiceProvider.php index 73e933b32b..4ea2ab506d 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/TemporaryFilesystemServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/TemporaryFilesystemServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/TokensServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/TokensServiceProvider.php index 9fda0bad52..d2597efa72 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/TokensServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/TokensServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Provider/UnicodeServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/UnicodeServiceProvider.php index d9231b32db..454e4905b3 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/UnicodeServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/UnicodeServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index 96fb085c79..cf692fe6da 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Exception/Exception.php b/lib/Alchemy/Phrasea/Exception/Exception.php index 77c37b08c1..d5cc8b47f3 100644 --- a/lib/Alchemy/Phrasea/Exception/Exception.php +++ b/lib/Alchemy/Phrasea/Exception/Exception.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Exception/FormProcessingException.php b/lib/Alchemy/Phrasea/Exception/FormProcessingException.php index 35fb88fc3a..6d4f353802 100644 --- a/lib/Alchemy/Phrasea/Exception/FormProcessingException.php +++ b/lib/Alchemy/Phrasea/Exception/FormProcessingException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Exception/InvalidArgumentException.php b/lib/Alchemy/Phrasea/Exception/InvalidArgumentException.php index 154e4a76c9..aa08d4ff22 100644 --- a/lib/Alchemy/Phrasea/Exception/InvalidArgumentException.php +++ b/lib/Alchemy/Phrasea/Exception/InvalidArgumentException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Exception/LogicException.php b/lib/Alchemy/Phrasea/Exception/LogicException.php index 0fc12abeb8..95cffc4488 100644 --- a/lib/Alchemy/Phrasea/Exception/LogicException.php +++ b/lib/Alchemy/Phrasea/Exception/LogicException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Exception/RuntimeException.php b/lib/Alchemy/Phrasea/Exception/RuntimeException.php index a58a749f24..f5cec9145f 100644 --- a/lib/Alchemy/Phrasea/Exception/RuntimeException.php +++ b/lib/Alchemy/Phrasea/Exception/RuntimeException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Exception/SessionNotFound.php b/lib/Alchemy/Phrasea/Exception/SessionNotFound.php index 1a6a0ca259..95c81afd8f 100644 --- a/lib/Alchemy/Phrasea/Exception/SessionNotFound.php +++ b/lib/Alchemy/Phrasea/Exception/SessionNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Feed/RSS/Image.php b/lib/Alchemy/Phrasea/Feed/RSS/Image.php index 5ee7788b86..a8ea76f05b 100644 --- a/lib/Alchemy/Phrasea/Feed/RSS/Image.php +++ b/lib/Alchemy/Phrasea/Feed/RSS/Image.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Constraint/Geoname.php b/lib/Alchemy/Phrasea/Form/Constraint/Geoname.php index 814cea64ef..f51949262f 100644 --- a/lib/Alchemy/Phrasea/Form/Constraint/Geoname.php +++ b/lib/Alchemy/Phrasea/Form/Constraint/Geoname.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Constraint/GeonameValidator.php b/lib/Alchemy/Phrasea/Form/Constraint/GeonameValidator.php index 64972784a2..3fad29fe8c 100644 --- a/lib/Alchemy/Phrasea/Form/Constraint/GeonameValidator.php +++ b/lib/Alchemy/Phrasea/Form/Constraint/GeonameValidator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Constraint/NewEmail.php b/lib/Alchemy/Phrasea/Form/Constraint/NewEmail.php index b4f6cf1088..6b93258bfe 100644 --- a/lib/Alchemy/Phrasea/Form/Constraint/NewEmail.php +++ b/lib/Alchemy/Phrasea/Form/Constraint/NewEmail.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Constraint/NewEmailValidator.php b/lib/Alchemy/Phrasea/Form/Constraint/NewEmailValidator.php index ac6462d205..936b9fabc2 100644 --- a/lib/Alchemy/Phrasea/Form/Constraint/NewEmailValidator.php +++ b/lib/Alchemy/Phrasea/Form/Constraint/NewEmailValidator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Constraint/NewLogin.php b/lib/Alchemy/Phrasea/Form/Constraint/NewLogin.php index 9411ab9f33..fb85a912fa 100644 --- a/lib/Alchemy/Phrasea/Form/Constraint/NewLogin.php +++ b/lib/Alchemy/Phrasea/Form/Constraint/NewLogin.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Constraint/NewLoginValidator.php b/lib/Alchemy/Phrasea/Form/Constraint/NewLoginValidator.php index 3d876f8261..88b244d939 100644 --- a/lib/Alchemy/Phrasea/Form/Constraint/NewLoginValidator.php +++ b/lib/Alchemy/Phrasea/Form/Constraint/NewLoginValidator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Constraint/PasswordToken.php b/lib/Alchemy/Phrasea/Form/Constraint/PasswordToken.php index 86bb23ace8..9072d190a7 100644 --- a/lib/Alchemy/Phrasea/Form/Constraint/PasswordToken.php +++ b/lib/Alchemy/Phrasea/Form/Constraint/PasswordToken.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Constraint/PasswordTokenValidator.php b/lib/Alchemy/Phrasea/Form/Constraint/PasswordTokenValidator.php index 0f1b743243..874319d6b9 100644 --- a/lib/Alchemy/Phrasea/Form/Constraint/PasswordTokenValidator.php +++ b/lib/Alchemy/Phrasea/Form/Constraint/PasswordTokenValidator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php b/lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php index a5fcb49a37..8a1074f728 100644 --- a/lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php +++ b/lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Login/PhraseaForgotPasswordForm.php b/lib/Alchemy/Phrasea/Form/Login/PhraseaForgotPasswordForm.php index 443d084ad5..bb51348a3f 100644 --- a/lib/Alchemy/Phrasea/Form/Login/PhraseaForgotPasswordForm.php +++ b/lib/Alchemy/Phrasea/Form/Login/PhraseaForgotPasswordForm.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Login/PhraseaRecoverPasswordForm.php b/lib/Alchemy/Phrasea/Form/Login/PhraseaRecoverPasswordForm.php index 78a41b453c..8a91a04863 100644 --- a/lib/Alchemy/Phrasea/Form/Login/PhraseaRecoverPasswordForm.php +++ b/lib/Alchemy/Phrasea/Form/Login/PhraseaRecoverPasswordForm.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Login/PhraseaRegisterForm.php b/lib/Alchemy/Phrasea/Form/Login/PhraseaRegisterForm.php index ebf98f9cb7..ba984d2adf 100644 --- a/lib/Alchemy/Phrasea/Form/Login/PhraseaRegisterForm.php +++ b/lib/Alchemy/Phrasea/Form/Login/PhraseaRegisterForm.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Login/PhraseaRenewPasswordForm.php b/lib/Alchemy/Phrasea/Form/Login/PhraseaRenewPasswordForm.php index 49176060c2..82d9496a81 100644 --- a/lib/Alchemy/Phrasea/Form/Login/PhraseaRenewPasswordForm.php +++ b/lib/Alchemy/Phrasea/Form/Login/PhraseaRenewPasswordForm.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Form/Type/GeonameType.php b/lib/Alchemy/Phrasea/Form/Type/GeonameType.php index b8184af259..cfa0075d81 100644 --- a/lib/Alchemy/Phrasea/Form/Type/GeonameType.php +++ b/lib/Alchemy/Phrasea/Form/Type/GeonameType.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/Helper.php b/lib/Alchemy/Phrasea/Helper/Helper.php index d49981da55..2e0ea2f546 100644 --- a/lib/Alchemy/Phrasea/Helper/Helper.php +++ b/lib/Alchemy/Phrasea/Helper/Helper.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/Prod.php b/lib/Alchemy/Phrasea/Helper/Prod.php index db4f3d72f5..ab9bef9094 100644 --- a/lib/Alchemy/Phrasea/Helper/Prod.php +++ b/lib/Alchemy/Phrasea/Helper/Prod.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/Record/Bridge.php b/lib/Alchemy/Phrasea/Helper/Record/Bridge.php index 09c438372d..90c177ae86 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/Bridge.php +++ b/lib/Alchemy/Phrasea/Helper/Record/Bridge.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/Record/Helper.php b/lib/Alchemy/Phrasea/Helper/Record/Helper.php index 54cc6a6e3a..2d8d9bec7b 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/Helper.php +++ b/lib/Alchemy/Phrasea/Helper/Record/Helper.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/Record/Printer.php b/lib/Alchemy/Phrasea/Helper/Record/Printer.php index 18d86f6738..c4ce816d3e 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/Printer.php +++ b/lib/Alchemy/Phrasea/Helper/Record/Printer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/Record/Push.php b/lib/Alchemy/Phrasea/Helper/Record/Push.php index ccf8f605a0..9b2b01c708 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/Push.php +++ b/lib/Alchemy/Phrasea/Helper/Record/Push.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/User/Edit.php b/lib/Alchemy/Phrasea/Helper/User/Edit.php index 25312327c9..17cfd32cbc 100644 --- a/lib/Alchemy/Phrasea/Helper/User/Edit.php +++ b/lib/Alchemy/Phrasea/Helper/User/Edit.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/User/Manage.php b/lib/Alchemy/Phrasea/Helper/User/Manage.php index dd3fe6f07f..ec4b5fa08e 100644 --- a/lib/Alchemy/Phrasea/Helper/User/Manage.php +++ b/lib/Alchemy/Phrasea/Helper/User/Manage.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Helper/WorkZone.php b/lib/Alchemy/Phrasea/Helper/WorkZone.php index 4dc3494b9c..ed19811ac0 100644 --- a/lib/Alchemy/Phrasea/Helper/WorkZone.php +++ b/lib/Alchemy/Phrasea/Helper/WorkZone.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Http/DeliverDataInterface.php b/lib/Alchemy/Phrasea/Http/DeliverDataInterface.php index a1233950fe..a254e1103c 100644 --- a/lib/Alchemy/Phrasea/Http/DeliverDataInterface.php +++ b/lib/Alchemy/Phrasea/Http/DeliverDataInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Http/ServeFileResponseFactory.php b/lib/Alchemy/Phrasea/Http/ServeFileResponseFactory.php index cfa62e3e46..19937ac78c 100644 --- a/lib/Alchemy/Phrasea/Http/ServeFileResponseFactory.php +++ b/lib/Alchemy/Phrasea/Http/ServeFileResponseFactory.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Http/XSendFile/AbstractXSendFileMode.php b/lib/Alchemy/Phrasea/Http/XSendFile/AbstractXSendFileMode.php index c89a297269..7ebe216a84 100644 --- a/lib/Alchemy/Phrasea/Http/XSendFile/AbstractXSendFileMode.php +++ b/lib/Alchemy/Phrasea/Http/XSendFile/AbstractXSendFileMode.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Http/XSendFile/ApacheMode.php b/lib/Alchemy/Phrasea/Http/XSendFile/ApacheMode.php index d77aa63103..288a7c3b59 100644 --- a/lib/Alchemy/Phrasea/Http/XSendFile/ApacheMode.php +++ b/lib/Alchemy/Phrasea/Http/XSendFile/ApacheMode.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Http/XSendFile/ModeInterface.php b/lib/Alchemy/Phrasea/Http/XSendFile/ModeInterface.php index 0ba0d2638d..5313cba017 100644 --- a/lib/Alchemy/Phrasea/Http/XSendFile/ModeInterface.php +++ b/lib/Alchemy/Phrasea/Http/XSendFile/ModeInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Http/XSendFile/NginxMode.php b/lib/Alchemy/Phrasea/Http/XSendFile/NginxMode.php index 610af6d88a..314c4729c0 100644 --- a/lib/Alchemy/Phrasea/Http/XSendFile/NginxMode.php +++ b/lib/Alchemy/Phrasea/Http/XSendFile/NginxMode.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Http/XSendFile/NullMode.php b/lib/Alchemy/Phrasea/Http/XSendFile/NullMode.php index b8e3bea3dc..916b976656 100644 --- a/lib/Alchemy/Phrasea/Http/XSendFile/NullMode.php +++ b/lib/Alchemy/Phrasea/Http/XSendFile/NullMode.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Http/XSendFile/XSendFileFactory.php b/lib/Alchemy/Phrasea/Http/XSendFile/XSendFileFactory.php index 2886eddba7..936a92e52f 100644 --- a/lib/Alchemy/Phrasea/Http/XSendFile/XSendFileFactory.php +++ b/lib/Alchemy/Phrasea/Http/XSendFile/XSendFileFactory.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/Audio.php b/lib/Alchemy/Phrasea/Media/Subdef/Audio.php index b0961d0f29..b29286fbc0 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/Audio.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/Audio.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/FlexPaper.php b/lib/Alchemy/Phrasea/Media/Subdef/FlexPaper.php index 4aa2b82fbe..34eb4c8bb2 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/FlexPaper.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/FlexPaper.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/Gif.php b/lib/Alchemy/Phrasea/Media/Subdef/Gif.php index 29c43e897d..4fc6d181ba 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/Gif.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/Gif.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/Image.php b/lib/Alchemy/Phrasea/Media/Subdef/Image.php index 929554d5b6..0960bc8ab4 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/Image.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/Image.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Boolean.php b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Boolean.php index 3329674e34..2a06c5a134 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Boolean.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Boolean.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Enum.php b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Enum.php index 3f2943135f..5c0a1bcaf9 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Enum.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Enum.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Multi.php b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Multi.php index 127cd58dfb..f869b71135 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Multi.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Multi.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/OptionType.php b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/OptionType.php index 9451743f8c..f001985749 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/OptionType.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/OptionType.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Range.php b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Range.php index 1634be81ca..4ea031ee15 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Range.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/OptionType/Range.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/Provider.php b/lib/Alchemy/Phrasea/Media/Subdef/Provider.php index 291afefaa8..d8b57bd005 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/Provider.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/Provider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/Subdef.php b/lib/Alchemy/Phrasea/Media/Subdef/Subdef.php index e5dd870525..321c5b4678 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/Subdef.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/Subdef.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Subdef/Video.php b/lib/Alchemy/Phrasea/Media/Subdef/Video.php index 73b183c57a..50ef3af8b8 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/Video.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/Video.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Type/Audio.php b/lib/Alchemy/Phrasea/Media/Type/Audio.php index a558f1f669..50b355dd38 100644 --- a/lib/Alchemy/Phrasea/Media/Type/Audio.php +++ b/lib/Alchemy/Phrasea/Media/Type/Audio.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Type/Document.php b/lib/Alchemy/Phrasea/Media/Type/Document.php index 9f191e6d88..f6fbbaa972 100644 --- a/lib/Alchemy/Phrasea/Media/Type/Document.php +++ b/lib/Alchemy/Phrasea/Media/Type/Document.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Type/Flash.php b/lib/Alchemy/Phrasea/Media/Type/Flash.php index 2d3952cb83..630cc31bb2 100644 --- a/lib/Alchemy/Phrasea/Media/Type/Flash.php +++ b/lib/Alchemy/Phrasea/Media/Type/Flash.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Type/Image.php b/lib/Alchemy/Phrasea/Media/Type/Image.php index facd4134c3..7719da6215 100644 --- a/lib/Alchemy/Phrasea/Media/Type/Image.php +++ b/lib/Alchemy/Phrasea/Media/Type/Image.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Type/Type.php b/lib/Alchemy/Phrasea/Media/Type/Type.php index 6e8178ac68..1fbaec82f5 100644 --- a/lib/Alchemy/Phrasea/Media/Type/Type.php +++ b/lib/Alchemy/Phrasea/Media/Type/Type.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Media/Type/Video.php b/lib/Alchemy/Phrasea/Media/Type/Video.php index a94600dc73..5db0337f2c 100644 --- a/lib/Alchemy/Phrasea/Media/Type/Video.php +++ b/lib/Alchemy/Phrasea/Media/Type/Video.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Metadata/TagProvider.php b/lib/Alchemy/Phrasea/Metadata/TagProvider.php index 26009ffe87..9d1f38ffc4 100644 --- a/lib/Alchemy/Phrasea/Metadata/TagProvider.php +++ b/lib/Alchemy/Phrasea/Metadata/TagProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Converter/ConverterInterface.php b/lib/Alchemy/Phrasea/Model/Converter/ConverterInterface.php index a17d0d5121..fb8127fb40 100644 --- a/lib/Alchemy/Phrasea/Model/Converter/ConverterInterface.php +++ b/lib/Alchemy/Phrasea/Model/Converter/ConverterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/AuthFailure.php b/lib/Alchemy/Phrasea/Model/Entities/AuthFailure.php index 573373db42..ee879484b8 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/AuthFailure.php +++ b/lib/Alchemy/Phrasea/Model/Entities/AuthFailure.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/Basket.php b/lib/Alchemy/Phrasea/Model/Entities/Basket.php index a9575a3826..f12d3940dc 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Basket.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Basket.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/BasketElement.php b/lib/Alchemy/Phrasea/Model/Entities/BasketElement.php index a38a0757c3..6f4ec17499 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/BasketElement.php +++ b/lib/Alchemy/Phrasea/Model/Entities/BasketElement.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/LazaretAttribute.php b/lib/Alchemy/Phrasea/Model/Entities/LazaretAttribute.php index 9630c82bab..b52fcbabf5 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/LazaretAttribute.php +++ b/lib/Alchemy/Phrasea/Model/Entities/LazaretAttribute.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/LazaretCheck.php b/lib/Alchemy/Phrasea/Model/Entities/LazaretCheck.php index 1274f3c039..e4a07d3d49 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/LazaretCheck.php +++ b/lib/Alchemy/Phrasea/Model/Entities/LazaretCheck.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/LazaretFile.php b/lib/Alchemy/Phrasea/Model/Entities/LazaretFile.php index 61508b63e0..2aac26cf90 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/LazaretFile.php +++ b/lib/Alchemy/Phrasea/Model/Entities/LazaretFile.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/LazaretSession.php b/lib/Alchemy/Phrasea/Model/Entities/LazaretSession.php index f0ef1f6c96..7348129258 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/LazaretSession.php +++ b/lib/Alchemy/Phrasea/Model/Entities/LazaretSession.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/Session.php b/lib/Alchemy/Phrasea/Model/Entities/Session.php index b59b37dbf5..3d17c2555f 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Session.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Session.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/SessionModule.php b/lib/Alchemy/Phrasea/Model/Entities/SessionModule.php index c36dd4f807..d52c8a918e 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/SessionModule.php +++ b/lib/Alchemy/Phrasea/Model/Entities/SessionModule.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/StoryWZ.php b/lib/Alchemy/Phrasea/Model/Entities/StoryWZ.php index be613633e8..c484828e6d 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/StoryWZ.php +++ b/lib/Alchemy/Phrasea/Model/Entities/StoryWZ.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/UsrList.php b/lib/Alchemy/Phrasea/Model/Entities/UsrList.php index 9d4209ef21..44bbeecfed 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/UsrList.php +++ b/lib/Alchemy/Phrasea/Model/Entities/UsrList.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/UsrListEntry.php b/lib/Alchemy/Phrasea/Model/Entities/UsrListEntry.php index 2f86d53f15..6cdd23d6c2 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/UsrListEntry.php +++ b/lib/Alchemy/Phrasea/Model/Entities/UsrListEntry.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/UsrListOwner.php b/lib/Alchemy/Phrasea/Model/Entities/UsrListOwner.php index 865bd3c53f..ea69d65834 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/UsrListOwner.php +++ b/lib/Alchemy/Phrasea/Model/Entities/UsrListOwner.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/ValidationData.php b/lib/Alchemy/Phrasea/Model/Entities/ValidationData.php index d16d6f38eb..1639c38314 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/ValidationData.php +++ b/lib/Alchemy/Phrasea/Model/Entities/ValidationData.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/ValidationParticipant.php b/lib/Alchemy/Phrasea/Model/Entities/ValidationParticipant.php index fada77f5c6..34ae755d07 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/ValidationParticipant.php +++ b/lib/Alchemy/Phrasea/Model/Entities/ValidationParticipant.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Entities/ValidationSession.php b/lib/Alchemy/Phrasea/Model/Entities/ValidationSession.php index 739d76dd6c..b153ab98a5 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/ValidationSession.php +++ b/lib/Alchemy/Phrasea/Model/Entities/ValidationSession.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/MonologSQLLogger.php b/lib/Alchemy/Phrasea/Model/MonologSQLLogger.php index aee7ec3d80..d071551911 100644 --- a/lib/Alchemy/Phrasea/Model/MonologSQLLogger.php +++ b/lib/Alchemy/Phrasea/Model/MonologSQLLogger.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Repositories/BasketRepository.php b/lib/Alchemy/Phrasea/Model/Repositories/BasketRepository.php index e67d772b2f..c7ba576a8d 100644 --- a/lib/Alchemy/Phrasea/Model/Repositories/BasketRepository.php +++ b/lib/Alchemy/Phrasea/Model/Repositories/BasketRepository.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Repositories/FtpCredentialRepository.php b/lib/Alchemy/Phrasea/Model/Repositories/FtpCredentialRepository.php index 69f882844d..65293e0fc8 100644 --- a/lib/Alchemy/Phrasea/Model/Repositories/FtpCredentialRepository.php +++ b/lib/Alchemy/Phrasea/Model/Repositories/FtpCredentialRepository.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Repositories/UserQueryRepository.php b/lib/Alchemy/Phrasea/Model/Repositories/UserQueryRepository.php index 294e06e538..facc95617b 100644 --- a/lib/Alchemy/Phrasea/Model/Repositories/UserQueryRepository.php +++ b/lib/Alchemy/Phrasea/Model/Repositories/UserQueryRepository.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Repositories/ValidationParticipantRepository.php b/lib/Alchemy/Phrasea/Model/Repositories/ValidationParticipantRepository.php index 513330d9d3..c7b2521d21 100644 --- a/lib/Alchemy/Phrasea/Model/Repositories/ValidationParticipantRepository.php +++ b/lib/Alchemy/Phrasea/Model/Repositories/ValidationParticipantRepository.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Types/Binary.php b/lib/Alchemy/Phrasea/Model/Types/Binary.php index 6717bad929..cd3583aff4 100644 --- a/lib/Alchemy/Phrasea/Model/Types/Binary.php +++ b/lib/Alchemy/Phrasea/Model/Types/Binary.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Types/Blob.php b/lib/Alchemy/Phrasea/Model/Types/Blob.php index d8a6f15152..c8835056f9 100644 --- a/lib/Alchemy/Phrasea/Model/Types/Blob.php +++ b/lib/Alchemy/Phrasea/Model/Types/Blob.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Types/Enum.php b/lib/Alchemy/Phrasea/Model/Types/Enum.php index 873eb19b90..1a0461815e 100644 --- a/lib/Alchemy/Phrasea/Model/Types/Enum.php +++ b/lib/Alchemy/Phrasea/Model/Types/Enum.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Types/LongBlob.php b/lib/Alchemy/Phrasea/Model/Types/LongBlob.php index 14a1cdc471..7bb1c5531b 100644 --- a/lib/Alchemy/Phrasea/Model/Types/LongBlob.php +++ b/lib/Alchemy/Phrasea/Model/Types/LongBlob.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Model/Types/VarBinary.php b/lib/Alchemy/Phrasea/Model/Types/VarBinary.php index 21b55a14c3..553e4e1f52 100644 --- a/lib/Alchemy/Phrasea/Model/Types/VarBinary.php +++ b/lib/Alchemy/Phrasea/Model/Types/VarBinary.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Deliverer.php b/lib/Alchemy/Phrasea/Notification/Deliverer.php index 7fa2781968..8df211c17d 100644 --- a/lib/Alchemy/Phrasea/Notification/Deliverer.php +++ b/lib/Alchemy/Phrasea/Notification/Deliverer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Emitter.php b/lib/Alchemy/Phrasea/Notification/Emitter.php index ec1d497cef..1ca2d9ccd7 100644 --- a/lib/Alchemy/Phrasea/Notification/Emitter.php +++ b/lib/Alchemy/Phrasea/Notification/Emitter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/EmitterInterface.php b/lib/Alchemy/Phrasea/Notification/EmitterInterface.php index 83f535d430..25d5c6036c 100644 --- a/lib/Alchemy/Phrasea/Notification/EmitterInterface.php +++ b/lib/Alchemy/Phrasea/Notification/EmitterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/AbstractMail.php b/lib/Alchemy/Phrasea/Notification/Mail/AbstractMail.php index 1db5e38299..c57a00c875 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/AbstractMail.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/AbstractMail.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/AbstractMailWithLink.php b/lib/Alchemy/Phrasea/Notification/Mail/AbstractMailWithLink.php index b4664bc67f..98b2d8ce95 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/AbstractMailWithLink.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/AbstractMailWithLink.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoBridgeUploadFailed.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoBridgeUploadFailed.php index 3bcd905cb7..00641a4076 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoBridgeUploadFailed.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoBridgeUploadFailed.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoNewOrder.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoNewOrder.php index f1e61cad42..256bc741ba 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoNewOrder.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoNewOrder.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoNewPublication.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoNewPublication.php index ea81eb5f3a..d544777442 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoNewPublication.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoNewPublication.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoOrderCancelled.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoOrderCancelled.php index 221129f7bc..0017f964db 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoOrderCancelled.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoOrderCancelled.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoOrderDelivered.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoOrderDelivered.php index effc4dd748..e9444dd9f5 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoOrderDelivered.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoOrderDelivered.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoPushReceived.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoPushReceived.php index 1f09854595..5b4ec30d45 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoPushReceived.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoPushReceived.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoRecordQuarantined.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoRecordQuarantined.php index bf3ce63400..564fc1557b 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoRecordQuarantined.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoRecordQuarantined.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoSomebodyAutoregistered.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoSomebodyAutoregistered.php index 9c5f172d7f..973985f597 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoSomebodyAutoregistered.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoSomebodyAutoregistered.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoUserRegistered.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoUserRegistered.php index 058452f453..ed436f496c 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoUserRegistered.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoUserRegistered.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationDone.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationDone.php index f1a513a216..0490a1f04b 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationDone.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationDone.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationReminder.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationReminder.php index fd59195051..8ad444c23c 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationReminder.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationReminder.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationRequest.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationRequest.php index 006f5d9fe6..abc36abacd 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationRequest.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInfoValidationRequest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailInterface.php b/lib/Alchemy/Phrasea/Notification/Mail/MailInterface.php index b04fa49d9d..add19be4ad 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailInterface.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailRecordsExport.php b/lib/Alchemy/Phrasea/Notification/Mail/MailRecordsExport.php index ecb71527a1..ddbfd57a41 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailRecordsExport.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailRecordsExport.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailRequestEmailConfirmation.php b/lib/Alchemy/Phrasea/Notification/Mail/MailRequestEmailConfirmation.php index c750cc1fb5..42df9ef8e4 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailRequestEmailConfirmation.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailRequestEmailConfirmation.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailRequestEmailUpdate.php b/lib/Alchemy/Phrasea/Notification/Mail/MailRequestEmailUpdate.php index fb29d15112..c7caa69122 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailRequestEmailUpdate.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailRequestEmailUpdate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailRequestPasswordSetup.php b/lib/Alchemy/Phrasea/Notification/Mail/MailRequestPasswordSetup.php index 0c0fcb747b..0a1f596f7f 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailRequestPasswordSetup.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailRequestPasswordSetup.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailRequestPasswordUpdate.php b/lib/Alchemy/Phrasea/Notification/Mail/MailRequestPasswordUpdate.php index aae32a4491..5bb1c3dc48 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailRequestPasswordUpdate.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailRequestPasswordUpdate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessAccessRequest.php b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessAccessRequest.php index 4c77be1535..2685faa88b 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessAccessRequest.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessAccessRequest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailConfirmationRegistered.php b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailConfirmationRegistered.php index 6079e1118c..785a9cc6ff 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailConfirmationRegistered.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailConfirmationRegistered.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailConfirmationUnregistered.php b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailConfirmationUnregistered.php index 10fbbffefa..f936269420 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailConfirmationUnregistered.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailConfirmationUnregistered.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailUpdate.php b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailUpdate.php index fff6dae681..c8f30d9615 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailUpdate.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessEmailUpdate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessFTPReceiver.php b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessFTPReceiver.php index e16c39a391..7accb17fff 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessFTPReceiver.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessFTPReceiver.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessFTPSender.php b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessFTPSender.php index 242aac0b19..df1d86aebf 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessFTPSender.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailSuccessFTPSender.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailTest.php b/lib/Alchemy/Phrasea/Notification/Mail/MailTest.php index 56daa51faa..b8a591544e 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailTest.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailTest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Mail/MailWithLinkInterface.php b/lib/Alchemy/Phrasea/Notification/Mail/MailWithLinkInterface.php index afea0b7d66..6c86cbcf2a 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/MailWithLinkInterface.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/MailWithLinkInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/Receiver.php b/lib/Alchemy/Phrasea/Notification/Receiver.php index 2d1e41b16b..1707d2d8ee 100644 --- a/lib/Alchemy/Phrasea/Notification/Receiver.php +++ b/lib/Alchemy/Phrasea/Notification/Receiver.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Notification/ReceiverInterface.php b/lib/Alchemy/Phrasea/Notification/ReceiverInterface.php index f02a2a2a00..e544e73bb6 100644 --- a/lib/Alchemy/Phrasea/Notification/ReceiverInterface.php +++ b/lib/Alchemy/Phrasea/Notification/ReceiverInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Out/Module/PDF.php b/lib/Alchemy/Phrasea/Out/Module/PDF.php index c633c918e1..b78e8cf3d8 100644 --- a/lib/Alchemy/Phrasea/Out/Module/PDF.php +++ b/lib/Alchemy/Phrasea/Out/Module/PDF.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php b/lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php index 5c52b6f793..848b7c2c4a 100644 --- a/lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php +++ b/lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Exception/ComposerInstallException.php b/lib/Alchemy/Phrasea/Plugin/Exception/ComposerInstallException.php index a4606f63a5..2111ae9fa2 100644 --- a/lib/Alchemy/Phrasea/Plugin/Exception/ComposerInstallException.php +++ b/lib/Alchemy/Phrasea/Plugin/Exception/ComposerInstallException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Exception/ImportFailureException.php b/lib/Alchemy/Phrasea/Plugin/Exception/ImportFailureException.php index c17d1978f7..3c537fa880 100644 --- a/lib/Alchemy/Phrasea/Plugin/Exception/ImportFailureException.php +++ b/lib/Alchemy/Phrasea/Plugin/Exception/ImportFailureException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Exception/JsonValidationException.php b/lib/Alchemy/Phrasea/Plugin/Exception/JsonValidationException.php index d0d6e363a0..cff4adf620 100644 --- a/lib/Alchemy/Phrasea/Plugin/Exception/JsonValidationException.php +++ b/lib/Alchemy/Phrasea/Plugin/Exception/JsonValidationException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Exception/PluginValidationException.php b/lib/Alchemy/Phrasea/Plugin/Exception/PluginValidationException.php index b00aff0543..977bee010f 100644 --- a/lib/Alchemy/Phrasea/Plugin/Exception/PluginValidationException.php +++ b/lib/Alchemy/Phrasea/Plugin/Exception/PluginValidationException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Exception/RegistrationFailureException.php b/lib/Alchemy/Phrasea/Plugin/Exception/RegistrationFailureException.php index 2f353967b3..c92da03d31 100644 --- a/lib/Alchemy/Phrasea/Plugin/Exception/RegistrationFailureException.php +++ b/lib/Alchemy/Phrasea/Plugin/Exception/RegistrationFailureException.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Importer/FolderImporter.php b/lib/Alchemy/Phrasea/Plugin/Importer/FolderImporter.php index f9b6c46f50..082b0bd17f 100644 --- a/lib/Alchemy/Phrasea/Plugin/Importer/FolderImporter.php +++ b/lib/Alchemy/Phrasea/Plugin/Importer/FolderImporter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Importer/ImportStrategy.php b/lib/Alchemy/Phrasea/Plugin/Importer/ImportStrategy.php index 3c58814645..16fb71b408 100644 --- a/lib/Alchemy/Phrasea/Plugin/Importer/ImportStrategy.php +++ b/lib/Alchemy/Phrasea/Plugin/Importer/ImportStrategy.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Importer/Importer.php b/lib/Alchemy/Phrasea/Plugin/Importer/Importer.php index 10c482a5ce..3b52c55046 100644 --- a/lib/Alchemy/Phrasea/Plugin/Importer/Importer.php +++ b/lib/Alchemy/Phrasea/Plugin/Importer/Importer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Importer/ImporterInterface.php b/lib/Alchemy/Phrasea/Plugin/Importer/ImporterInterface.php index 1a87e708ae..d5592d5534 100644 --- a/lib/Alchemy/Phrasea/Plugin/Importer/ImporterInterface.php +++ b/lib/Alchemy/Phrasea/Plugin/Importer/ImporterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Management/AutoloaderGenerator.php b/lib/Alchemy/Phrasea/Plugin/Management/AutoloaderGenerator.php index e29aa3ce87..798df0015a 100644 --- a/lib/Alchemy/Phrasea/Plugin/Management/AutoloaderGenerator.php +++ b/lib/Alchemy/Phrasea/Plugin/Management/AutoloaderGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Management/ComposerInstaller.php b/lib/Alchemy/Phrasea/Plugin/Management/ComposerInstaller.php index 3ba13cf9bf..9419b07778 100644 --- a/lib/Alchemy/Phrasea/Plugin/Management/ComposerInstaller.php +++ b/lib/Alchemy/Phrasea/Plugin/Management/ComposerInstaller.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Management/PluginsExplorer.php b/lib/Alchemy/Phrasea/Plugin/Management/PluginsExplorer.php index ba8d5296ab..2728919f1a 100644 --- a/lib/Alchemy/Phrasea/Plugin/Management/PluginsExplorer.php +++ b/lib/Alchemy/Phrasea/Plugin/Management/PluginsExplorer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/PluginProviderInterface.php b/lib/Alchemy/Phrasea/Plugin/PluginProviderInterface.php index b7dde714fb..953c7447cb 100644 --- a/lib/Alchemy/Phrasea/Plugin/PluginProviderInterface.php +++ b/lib/Alchemy/Phrasea/Plugin/PluginProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Schema/Manifest.php b/lib/Alchemy/Phrasea/Plugin/Schema/Manifest.php index ecbee28b98..9be3293542 100644 --- a/lib/Alchemy/Phrasea/Plugin/Schema/Manifest.php +++ b/lib/Alchemy/Phrasea/Plugin/Schema/Manifest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Schema/ManifestValidator.php b/lib/Alchemy/Phrasea/Plugin/Schema/ManifestValidator.php index 1f368f6c26..862164f2a3 100644 --- a/lib/Alchemy/Phrasea/Plugin/Schema/ManifestValidator.php +++ b/lib/Alchemy/Phrasea/Plugin/Schema/ManifestValidator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Plugin/Schema/PluginValidator.php b/lib/Alchemy/Phrasea/Plugin/Schema/PluginValidator.php index 0f10b199f0..637524a594 100644 --- a/lib/Alchemy/Phrasea/Plugin/Schema/PluginValidator.php +++ b/lib/Alchemy/Phrasea/Plugin/Schema/PluginValidator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/AbstractConfigurationPanel.php b/lib/Alchemy/Phrasea/SearchEngine/AbstractConfigurationPanel.php index d9099e22a6..d52e72acfb 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/AbstractConfigurationPanel.php +++ b/lib/Alchemy/Phrasea/SearchEngine/AbstractConfigurationPanel.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/ConfigurationPanelInterface.php b/lib/Alchemy/Phrasea/SearchEngine/ConfigurationPanelInterface.php index 36c50957fb..f11d606d90 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/ConfigurationPanelInterface.php +++ b/lib/Alchemy/Phrasea/SearchEngine/ConfigurationPanelInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/Phrasea/ConfigurationPanel.php b/lib/Alchemy/Phrasea/SearchEngine/Phrasea/ConfigurationPanel.php index 5ae8ede86a..aebd941e67 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/Phrasea/ConfigurationPanel.php +++ b/lib/Alchemy/Phrasea/SearchEngine/Phrasea/ConfigurationPanel.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngine.php b/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngine.php index 1d177f6df0..a01cdf7fb7 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngine.php +++ b/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngine.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineQueryParser.php b/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineQueryParser.php index 20e93953e5..f5c999ebd5 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineQueryParser.php +++ b/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineQueryParser.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineSubscriber.php b/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineSubscriber.php index b968939b9a..4c5ee6bd00 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineSubscriber.php +++ b/lib/Alchemy/Phrasea/SearchEngine/Phrasea/PhraseaEngineSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineInterface.php b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineInterface.php index 5939b69f19..1af71452bd 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineInterface.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineLogger.php b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineLogger.php index 9151893caa..489c819d75 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineLogger.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineLogger.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineOptions.php b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineOptions.php index 24cf28dbe8..2cb03e92cd 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineOptions.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineOptions.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineResult.php b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineResult.php index c7503d3f88..476280816e 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineResult.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineResult.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineSuggestion.php b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineSuggestion.php index bf3131021d..b51be44bdc 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SearchEngineSuggestion.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SearchEngineSuggestion.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/AbstractCharset.php b/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/AbstractCharset.php index 953ffc2514..81ea5ff54f 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/AbstractCharset.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/AbstractCharset.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/ConfigurationPanel.php b/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/ConfigurationPanel.php index 3584c402a0..6fd5ebc597 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/ConfigurationPanel.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/ConfigurationPanel.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngine.php b/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngine.php index 1b7ea1dce2..ad594ea999 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngine.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngine.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngineSubscriber.php b/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngineSubscriber.php index 7dbf23fe3e..c293e15ece 100644 --- a/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngineSubscriber.php +++ b/lib/Alchemy/Phrasea/SearchEngine/SphinxSearch/SphinxSearchEngineSubscriber.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/ConfigurationTester.php b/lib/Alchemy/Phrasea/Setup/ConfigurationTester.php index 15824d3510..d06a95598d 100644 --- a/lib/Alchemy/Phrasea/Setup/ConfigurationTester.php +++ b/lib/Alchemy/Phrasea/Setup/ConfigurationTester.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Information.php b/lib/Alchemy/Phrasea/Setup/Information.php index c31acdb31d..2ace8205f6 100644 --- a/lib/Alchemy/Phrasea/Setup/Information.php +++ b/lib/Alchemy/Phrasea/Setup/Information.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/InformationInterface.php b/lib/Alchemy/Phrasea/Setup/InformationInterface.php index a642df1026..38cc9462ba 100644 --- a/lib/Alchemy/Phrasea/Setup/InformationInterface.php +++ b/lib/Alchemy/Phrasea/Setup/InformationInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Installer.php b/lib/Alchemy/Phrasea/Setup/Installer.php index 0acb72e541..ba074af573 100644 --- a/lib/Alchemy/Phrasea/Setup/Installer.php +++ b/lib/Alchemy/Phrasea/Setup/Installer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/BinariesProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/BinariesProbe.php index a441564b18..5d775f3094 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/BinariesProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/BinariesProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/CacheServerProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/CacheServerProbe.php index b9b398b31c..076e7c1f65 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/CacheServerProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/CacheServerProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/DataboxStructureProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/DataboxStructureProbe.php index d111ed4ceb..83260d3738 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/DataboxStructureProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/DataboxStructureProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/FilesystemProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/FilesystemProbe.php index 8988dde472..fb85c68556 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/FilesystemProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/FilesystemProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/LocalesProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/LocalesProbe.php index 180bacb706..6327f221d1 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/LocalesProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/LocalesProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/OpcodeCacheProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/OpcodeCacheProbe.php index 93799a111b..792d6a97d8 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/OpcodeCacheProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/OpcodeCacheProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/PhpProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/PhpProbe.php index 810c2216ae..9797cc15fc 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/PhpProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/PhpProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/PhraseaProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/PhraseaProbe.php index 9317bbe8fd..9842ec1a17 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/PhraseaProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/PhraseaProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/ProbeInterface.php b/lib/Alchemy/Phrasea/Setup/Probe/ProbeInterface.php index e48662554e..cbc6f40e64 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/ProbeInterface.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/ProbeInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/SearchEngineProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/SearchEngineProbe.php index 4da834b5f4..0b9859b175 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/SearchEngineProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/SearchEngineProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/SubdefsPathsProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/SubdefsPathsProbe.php index 0b2e71f95e..3eb6b09626 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/SubdefsPathsProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/SubdefsPathsProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Probe/SystemProbe.php b/lib/Alchemy/Phrasea/Setup/Probe/SystemProbe.php index 7adbd941b6..9cc8b38441 100644 --- a/lib/Alchemy/Phrasea/Setup/Probe/SystemProbe.php +++ b/lib/Alchemy/Phrasea/Setup/Probe/SystemProbe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/RequirementInterface.php b/lib/Alchemy/Phrasea/Setup/RequirementInterface.php index 94338f2736..9a70af75ef 100644 --- a/lib/Alchemy/Phrasea/Setup/RequirementInterface.php +++ b/lib/Alchemy/Phrasea/Setup/RequirementInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/BinariesRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/BinariesRequirements.php index 59cf7cd631..a3fea0b02a 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/BinariesRequirements.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/BinariesRequirements.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/CacheServerRequirement.php b/lib/Alchemy/Phrasea/Setup/Requirements/CacheServerRequirement.php index 148b90e061..334eec81ff 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/CacheServerRequirement.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/CacheServerRequirement.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/FilesystemRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/FilesystemRequirements.php index 4cdeb3088d..7a4ef3ad83 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/FilesystemRequirements.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/FilesystemRequirements.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/LocalesRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/LocalesRequirements.php index 4d3305144c..790a87b0fd 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/LocalesRequirements.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/LocalesRequirements.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/OpcodeCacheRequirement.php b/lib/Alchemy/Phrasea/Setup/Requirements/OpcodeCacheRequirement.php index 1e444a815c..33d43cb567 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/OpcodeCacheRequirement.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/OpcodeCacheRequirement.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/PhpRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/PhpRequirements.php index 155dba87bf..d53d8d2e72 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/PhpRequirements.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/PhpRequirements.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/PhraseaRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/PhraseaRequirements.php index 830095deb5..ccd281f53a 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/PhraseaRequirements.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/PhraseaRequirements.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/RequirementInterface.php b/lib/Alchemy/Phrasea/Setup/Requirements/RequirementInterface.php index f67e8264e2..2f818474a6 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/RequirementInterface.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/RequirementInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/SystemRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/SystemRequirements.php index f7124afd55..7007d787b1 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/SystemRequirements.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/SystemRequirements.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration31.php b/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration31.php index 0f9c5f11a4..865a2ea4db 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration31.php +++ b/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration31.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration35.php b/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration35.php index 4853fd4ac8..aa721b6a75 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration35.php +++ b/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration35.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration38.php b/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration38.php index 19433c77e5..cb0c9e1b40 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration38.php +++ b/lib/Alchemy/Phrasea/Setup/Version/Migration/Migration38.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Version/Migration/MigrationInterface.php b/lib/Alchemy/Phrasea/Setup/Version/Migration/MigrationInterface.php index 249030bac8..ae1c24ad8c 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/Migration/MigrationInterface.php +++ b/lib/Alchemy/Phrasea/Setup/Version/Migration/MigrationInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe31.php b/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe31.php index 2a4d2d8766..db8679d88c 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe31.php +++ b/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe31.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe35.php b/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe35.php index 5c600ca1b6..447eff638e 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe35.php +++ b/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe35.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe38.php b/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe38.php index 3863d7e076..d39f11d610 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe38.php +++ b/lib/Alchemy/Phrasea/Setup/Version/Probe/Probe38.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Setup/Version/Probe/ProbeInterface.php b/lib/Alchemy/Phrasea/Setup/Version/Probe/ProbeInterface.php index fb706c95c1..956e05469f 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/Probe/ProbeInterface.php +++ b/lib/Alchemy/Phrasea/Setup/Version/Probe/ProbeInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Twig/BytesConverter.php b/lib/Alchemy/Phrasea/Twig/BytesConverter.php index bf06f70646..c4f3016992 100644 --- a/lib/Alchemy/Phrasea/Twig/BytesConverter.php +++ b/lib/Alchemy/Phrasea/Twig/BytesConverter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Twig/Camelize.php b/lib/Alchemy/Phrasea/Twig/Camelize.php index 5bd9472fee..bd93e93439 100644 --- a/lib/Alchemy/Phrasea/Twig/Camelize.php +++ b/lib/Alchemy/Phrasea/Twig/Camelize.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Utilities/Less/Builder.php b/lib/Alchemy/Phrasea/Utilities/Less/Builder.php index b71af85939..c5da858f8c 100644 --- a/lib/Alchemy/Phrasea/Utilities/Less/Builder.php +++ b/lib/Alchemy/Phrasea/Utilities/Less/Builder.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Utilities/Less/Compiler.php b/lib/Alchemy/Phrasea/Utilities/Less/Compiler.php index 3eacc9604e..bc39ea61da 100644 --- a/lib/Alchemy/Phrasea/Utilities/Less/Compiler.php +++ b/lib/Alchemy/Phrasea/Utilities/Less/Compiler.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Utilities/String/Camelizer.php b/lib/Alchemy/Phrasea/Utilities/String/Camelizer.php index ad6ed66047..d8cf62ea88 100644 --- a/lib/Alchemy/Phrasea/Utilities/String/Camelizer.php +++ b/lib/Alchemy/Phrasea/Utilities/String/Camelizer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Vocabulary/ControlProvider/ControlProviderInterface.php b/lib/Alchemy/Phrasea/Vocabulary/ControlProvider/ControlProviderInterface.php index 0b4afa48be..ed8b3c2de9 100644 --- a/lib/Alchemy/Phrasea/Vocabulary/ControlProvider/ControlProviderInterface.php +++ b/lib/Alchemy/Phrasea/Vocabulary/ControlProvider/ControlProviderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProvider.php b/lib/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProvider.php index cc81c0fc00..344dc89344 100644 --- a/lib/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProvider.php +++ b/lib/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProvider.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Vocabulary/Controller.php b/lib/Alchemy/Phrasea/Vocabulary/Controller.php index 4d41d231e4..e8fee12fd7 100644 --- a/lib/Alchemy/Phrasea/Vocabulary/Controller.php +++ b/lib/Alchemy/Phrasea/Vocabulary/Controller.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Vocabulary/Term.php b/lib/Alchemy/Phrasea/Vocabulary/Term.php index c4306a9276..0734682c8c 100644 --- a/lib/Alchemy/Phrasea/Vocabulary/Term.php +++ b/lib/Alchemy/Phrasea/Vocabulary/Term.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/ACL.php b/lib/classes/ACL.php index af30f06ca7..3c6cb934b2 100644 --- a/lib/classes/ACL.php +++ b/lib/classes/ACL.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Account.php b/lib/classes/API/OAuth2/Account.php index 415c4d39da..13cc69b6f3 100644 --- a/lib/classes/API/OAuth2/Account.php +++ b/lib/classes/API/OAuth2/Account.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Adapter.php b/lib/classes/API/OAuth2/Adapter.php index 28885fff1c..20633fdce0 100644 --- a/lib/classes/API/OAuth2/Adapter.php +++ b/lib/classes/API/OAuth2/Adapter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Application.php b/lib/classes/API/OAuth2/Application.php index 639b7e6d9d..4c0d6ee67e 100644 --- a/lib/classes/API/OAuth2/Application.php +++ b/lib/classes/API/OAuth2/Application.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Application/Navigator.php b/lib/classes/API/OAuth2/Application/Navigator.php index a1e920e36f..acaada890b 100644 --- a/lib/classes/API/OAuth2/Application/Navigator.php +++ b/lib/classes/API/OAuth2/Application/Navigator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/AuthCode.php b/lib/classes/API/OAuth2/AuthCode.php index 0942692691..a9773968a5 100644 --- a/lib/classes/API/OAuth2/AuthCode.php +++ b/lib/classes/API/OAuth2/AuthCode.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Exception.php b/lib/classes/API/OAuth2/Exception/Exception.php index a6309fa4b6..7c748c0b4a 100644 --- a/lib/classes/API/OAuth2/Exception/Exception.php +++ b/lib/classes/API/OAuth2/Exception/Exception.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Interface.php b/lib/classes/API/OAuth2/Exception/Interface.php index 91c5dd3868..a923764773 100644 --- a/lib/classes/API/OAuth2/Exception/Interface.php +++ b/lib/classes/API/OAuth2/Exception/Interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect.php b/lib/classes/API/OAuth2/Exception/Redirect.php index 54aade8372..aa951aeb6a 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect.php +++ b/lib/classes/API/OAuth2/Exception/Redirect.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect/AccessDenied.php b/lib/classes/API/OAuth2/Exception/Redirect/AccessDenied.php index ba9c9864f2..ba1ccf87d5 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/AccessDenied.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/AccessDenied.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect/InvalidClient.php b/lib/classes/API/OAuth2/Exception/Redirect/InvalidClient.php index 75d9e4d4e9..dacace9a31 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/InvalidClient.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/InvalidClient.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect/InvalidRequest.php b/lib/classes/API/OAuth2/Exception/Redirect/InvalidRequest.php index 36e16b3904..6d48c641e7 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/InvalidRequest.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/InvalidRequest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect/InvalidScope.php b/lib/classes/API/OAuth2/Exception/Redirect/InvalidScope.php index 8aef5c0398..c0c0a23f44 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/InvalidScope.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/InvalidScope.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect/ServerError.php b/lib/classes/API/OAuth2/Exception/Redirect/ServerError.php index 6f991e648b..c900f04aeb 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/ServerError.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/ServerError.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect/TemporaryUnavailable.php b/lib/classes/API/OAuth2/Exception/Redirect/TemporaryUnavailable.php index 1013360660..ab130fdbaf 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/TemporaryUnavailable.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/TemporaryUnavailable.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect/UnauthorizedClient.php b/lib/classes/API/OAuth2/Exception/Redirect/UnauthorizedClient.php index b217973912..4223080b03 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/UnauthorizedClient.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/UnauthorizedClient.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/Redirect/UnsupportedResponseType.php b/lib/classes/API/OAuth2/Exception/Redirect/UnsupportedResponseType.php index 1f02b9de67..a90381e93a 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/UnsupportedResponseType.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/UnsupportedResponseType.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate.php index a1cf84e116..2570c23eed 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/ExpiredToken.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/ExpiredToken.php index 1db54578bb..e50097e9ab 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/ExpiredToken.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/ExpiredToken.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InsufficientScope.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InsufficientScope.php index 6e3534c9b3..23e945b1ea 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InsufficientScope.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InsufficientScope.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidClient.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidClient.php index 5028192059..7151365e0d 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidClient.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidClient.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidRequest.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidRequest.php index b8090c3547..b614711aa6 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidRequest.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidRequest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidToken.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidToken.php index 5ad8b80a43..a345586b12 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidToken.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidToken.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/BadRequest.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/BadRequest.php index c78a9de3db..075461546e 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/BadRequest.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/BadRequest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Forbidden.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Forbidden.php index 8eac04d745..e0b59fe309 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Forbidden.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Forbidden.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Unauthorized.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Unauthorized.php index 29119ab387..b8f0de6321 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Unauthorized.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Unauthorized.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Form/DevAppDesktop.php b/lib/classes/API/OAuth2/Form/DevAppDesktop.php index 7853a754e3..5f2faeddda 100644 --- a/lib/classes/API/OAuth2/Form/DevAppDesktop.php +++ b/lib/classes/API/OAuth2/Form/DevAppDesktop.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Form/DevAppInternet.php b/lib/classes/API/OAuth2/Form/DevAppInternet.php index 850eabe5ef..e73dc077c8 100644 --- a/lib/classes/API/OAuth2/Form/DevAppInternet.php +++ b/lib/classes/API/OAuth2/Form/DevAppInternet.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/RefreshToken.php b/lib/classes/API/OAuth2/RefreshToken.php index 49142608be..de9bae3a31 100644 --- a/lib/classes/API/OAuth2/RefreshToken.php +++ b/lib/classes/API/OAuth2/RefreshToken.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/OAuth2/Token.php b/lib/classes/API/OAuth2/Token.php index a3a932775c..2a8c3b7d87 100644 --- a/lib/classes/API/OAuth2/Token.php +++ b/lib/classes/API/OAuth2/Token.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/Abstract.php b/lib/classes/API/V1/Abstract.php index 124d6b6758..2115d10777 100644 --- a/lib/classes/API/V1/Abstract.php +++ b/lib/classes/API/V1/Abstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/Interface.php b/lib/classes/API/V1/Interface.php index abc43be0b2..846571091d 100644 --- a/lib/classes/API/V1/Interface.php +++ b/lib/classes/API/V1/Interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/adapter.php b/lib/classes/API/V1/adapter.php index edfaf94aac..b781e30b42 100644 --- a/lib/classes/API/V1/adapter.php +++ b/lib/classes/API/V1/adapter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/exception/abstract.php b/lib/classes/API/V1/exception/abstract.php index 9060cdd9ed..81626c4e7a 100644 --- a/lib/classes/API/V1/exception/abstract.php +++ b/lib/classes/API/V1/exception/abstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/exception/badrequest.php b/lib/classes/API/V1/exception/badrequest.php index b9672256d1..0eb39ab6eb 100644 --- a/lib/classes/API/V1/exception/badrequest.php +++ b/lib/classes/API/V1/exception/badrequest.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/exception/forbidden.php b/lib/classes/API/V1/exception/forbidden.php index d1df48c4a2..ebd0562a13 100644 --- a/lib/classes/API/V1/exception/forbidden.php +++ b/lib/classes/API/V1/exception/forbidden.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/exception/internalservererror.php b/lib/classes/API/V1/exception/internalservererror.php index 852778be7f..209f68db9c 100644 --- a/lib/classes/API/V1/exception/internalservererror.php +++ b/lib/classes/API/V1/exception/internalservererror.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/exception/maintenance.php b/lib/classes/API/V1/exception/maintenance.php index 708b5f35d7..3605402134 100644 --- a/lib/classes/API/V1/exception/maintenance.php +++ b/lib/classes/API/V1/exception/maintenance.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/exception/methodnotallowed.php b/lib/classes/API/V1/exception/methodnotallowed.php index 6e18645427..3e61797fe9 100644 --- a/lib/classes/API/V1/exception/methodnotallowed.php +++ b/lib/classes/API/V1/exception/methodnotallowed.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/exception/notfound.php b/lib/classes/API/V1/exception/notfound.php index e2e155e291..c247585172 100644 --- a/lib/classes/API/V1/exception/notfound.php +++ b/lib/classes/API/V1/exception/notfound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/exception/unauthorized.php b/lib/classes/API/V1/exception/unauthorized.php index 36d45bb20f..1388b87033 100644 --- a/lib/classes/API/V1/exception/unauthorized.php +++ b/lib/classes/API/V1/exception/unauthorized.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/API/V1/result.php b/lib/classes/API/V1/result.php index 562b1db21b..65c1d0650b 100644 --- a/lib/classes/API/V1/result.php +++ b/lib/classes/API/V1/result.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Account.php b/lib/classes/Bridge/Account.php index c42b2137ee..e4110f7a15 100644 --- a/lib/classes/Bridge/Account.php +++ b/lib/classes/Bridge/Account.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/AccountSettings.php b/lib/classes/Bridge/AccountSettings.php index 492ce5d2c6..ebb25fd9fd 100644 --- a/lib/classes/Bridge/AccountSettings.php +++ b/lib/classes/Bridge/AccountSettings.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api.php b/lib/classes/Bridge/Api.php index 7584efa7d8..8a8ce90a40 100644 --- a/lib/classes/Bridge/Api.php +++ b/lib/classes/Bridge/Api.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Abstract.php b/lib/classes/Bridge/Api/Abstract.php index 3d66637729..5eb2d628df 100644 --- a/lib/classes/Bridge/Api/Abstract.php +++ b/lib/classes/Bridge/Api/Abstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/AbstractCollection.php b/lib/classes/Bridge/Api/AbstractCollection.php index c2c01ad40f..7980c74b24 100644 --- a/lib/classes/Bridge/Api/AbstractCollection.php +++ b/lib/classes/Bridge/Api/AbstractCollection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Auth/Abstract.php b/lib/classes/Bridge/Api/Auth/Abstract.php index 704ce25ca9..b8c5929ab8 100644 --- a/lib/classes/Bridge/Api/Auth/Abstract.php +++ b/lib/classes/Bridge/Api/Auth/Abstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Auth/Flickr.php b/lib/classes/Bridge/Api/Auth/Flickr.php index 7834f0cf47..ba7e413f58 100644 --- a/lib/classes/Bridge/Api/Auth/Flickr.php +++ b/lib/classes/Bridge/Api/Auth/Flickr.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Auth/Interface.php b/lib/classes/Bridge/Api/Auth/Interface.php index a82fc3921c..5a1626e032 100644 --- a/lib/classes/Bridge/Api/Auth/Interface.php +++ b/lib/classes/Bridge/Api/Auth/Interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Auth/OAuth2.php b/lib/classes/Bridge/Api/Auth/OAuth2.php index ccb9787075..436b89d706 100644 --- a/lib/classes/Bridge/Api/Auth/OAuth2.php +++ b/lib/classes/Bridge/Api/Auth/OAuth2.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Auth/Youtube.php b/lib/classes/Bridge/Api/Auth/Youtube.php index 26b35e3469..33adf4013c 100644 --- a/lib/classes/Bridge/Api/Auth/Youtube.php +++ b/lib/classes/Bridge/Api/Auth/Youtube.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/ContainerCollection.php b/lib/classes/Bridge/Api/ContainerCollection.php index 4d3cc48ec6..6b8c342bf7 100644 --- a/lib/classes/Bridge/Api/ContainerCollection.php +++ b/lib/classes/Bridge/Api/ContainerCollection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/ContainerInterface.php b/lib/classes/Bridge/Api/ContainerInterface.php index c732c52f80..e003933c3b 100644 --- a/lib/classes/Bridge/Api/ContainerInterface.php +++ b/lib/classes/Bridge/Api/ContainerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Dailymotion.php b/lib/classes/Bridge/Api/Dailymotion.php index 3344c49ebd..135cf91b70 100644 --- a/lib/classes/Bridge/Api/Dailymotion.php +++ b/lib/classes/Bridge/Api/Dailymotion.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/ElementCollection.php b/lib/classes/Bridge/Api/ElementCollection.php index 60b267fb6e..6fb60a86ff 100644 --- a/lib/classes/Bridge/Api/ElementCollection.php +++ b/lib/classes/Bridge/Api/ElementCollection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/ElementInterface.php b/lib/classes/Bridge/Api/ElementInterface.php index bf8eeb531f..348ba35cf5 100644 --- a/lib/classes/Bridge/Api/ElementInterface.php +++ b/lib/classes/Bridge/Api/ElementInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Flickr.php b/lib/classes/Bridge/Api/Flickr.php index 446b273983..c18e09d896 100644 --- a/lib/classes/Bridge/Api/Flickr.php +++ b/lib/classes/Bridge/Api/Flickr.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Flickr/Container.php b/lib/classes/Bridge/Api/Flickr/Container.php index 9ad4090694..6b3c7e25d0 100644 --- a/lib/classes/Bridge/Api/Flickr/Container.php +++ b/lib/classes/Bridge/Api/Flickr/Container.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Flickr/Element.php b/lib/classes/Bridge/Api/Flickr/Element.php index 5d02928aaf..95ad3ae955 100644 --- a/lib/classes/Bridge/Api/Flickr/Element.php +++ b/lib/classes/Bridge/Api/Flickr/Element.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Interface.php b/lib/classes/Bridge/Api/Interface.php index fffd355975..155029a613 100644 --- a/lib/classes/Bridge/Api/Interface.php +++ b/lib/classes/Bridge/Api/Interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Youtube.php b/lib/classes/Bridge/Api/Youtube.php index bc3ca741df..cb5c53f203 100644 --- a/lib/classes/Bridge/Api/Youtube.php +++ b/lib/classes/Bridge/Api/Youtube.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Youtube/Container.php b/lib/classes/Bridge/Api/Youtube/Container.php index 2e5ebe92fa..1576cfc577 100644 --- a/lib/classes/Bridge/Api/Youtube/Container.php +++ b/lib/classes/Bridge/Api/Youtube/Container.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Api/Youtube/Element.php b/lib/classes/Bridge/Api/Youtube/Element.php index 1ed46ebee9..7162b9f172 100644 --- a/lib/classes/Bridge/Api/Youtube/Element.php +++ b/lib/classes/Bridge/Api/Youtube/Element.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Element.php b/lib/classes/Bridge/Element.php index 5414e46494..9e26f779b8 100644 --- a/lib/classes/Bridge/Element.php +++ b/lib/classes/Bridge/Element.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception.php b/lib/classes/Bridge/Exception.php index 83794001a3..58773754c8 100644 --- a/lib/classes/Bridge/Exception.php +++ b/lib/classes/Bridge/Exception.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/AccountNotFound.php b/lib/classes/Bridge/Exception/AccountNotFound.php index 11fab88c9b..f944b8ba9c 100644 --- a/lib/classes/Bridge/Exception/AccountNotFound.php +++ b/lib/classes/Bridge/Exception/AccountNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ActionAuthBadConnection.php b/lib/classes/Bridge/Exception/ActionAuthBadConnection.php index 84ab48597c..f32af0bf5e 100644 --- a/lib/classes/Bridge/Exception/ActionAuthBadConnection.php +++ b/lib/classes/Bridge/Exception/ActionAuthBadConnection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ActionAuthNeedReconnect.php b/lib/classes/Bridge/Exception/ActionAuthNeedReconnect.php index c115f98cfc..64cd37e9e8 100644 --- a/lib/classes/Bridge/Exception/ActionAuthNeedReconnect.php +++ b/lib/classes/Bridge/Exception/ActionAuthNeedReconnect.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ActionForbidden.php b/lib/classes/Bridge/Exception/ActionForbidden.php index 6b9cd2162b..42d40ac06e 100644 --- a/lib/classes/Bridge/Exception/ActionForbidden.php +++ b/lib/classes/Bridge/Exception/ActionForbidden.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ActionInvalidObjectId.php b/lib/classes/Bridge/Exception/ActionInvalidObjectId.php index f25f2a528b..fdd037ceba 100644 --- a/lib/classes/Bridge/Exception/ActionInvalidObjectId.php +++ b/lib/classes/Bridge/Exception/ActionInvalidObjectId.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ActionMandatoryField.php b/lib/classes/Bridge/Exception/ActionMandatoryField.php index 3f72355e7f..b6c98ec02e 100644 --- a/lib/classes/Bridge/Exception/ActionMandatoryField.php +++ b/lib/classes/Bridge/Exception/ActionMandatoryField.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ApiConnectorAccessTokenFailed.php b/lib/classes/Bridge/Exception/ApiConnectorAccessTokenFailed.php index b5cd61f01c..2703ac5c2b 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorAccessTokenFailed.php +++ b/lib/classes/Bridge/Exception/ApiConnectorAccessTokenFailed.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ApiConnectorNotConfigured.php b/lib/classes/Bridge/Exception/ApiConnectorNotConfigured.php index e9e5fcbc9d..579dd040f5 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorNotConfigured.php +++ b/lib/classes/Bridge/Exception/ApiConnectorNotConfigured.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ApiConnectorNotConnected.php b/lib/classes/Bridge/Exception/ApiConnectorNotConnected.php index b92a994bd4..b230ede840 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorNotConnected.php +++ b/lib/classes/Bridge/Exception/ApiConnectorNotConnected.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ApiConnectorNotFound.php b/lib/classes/Bridge/Exception/ApiConnectorNotFound.php index 7cc242d3a9..532c2076b2 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorNotFound.php +++ b/lib/classes/Bridge/Exception/ApiConnectorNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ApiConnectorRequestFailed.php b/lib/classes/Bridge/Exception/ApiConnectorRequestFailed.php index 884cfe9107..a9ad88cafb 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorRequestFailed.php +++ b/lib/classes/Bridge/Exception/ApiConnectorRequestFailed.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ApiDisabled.php b/lib/classes/Bridge/Exception/ApiDisabled.php index fabe15c1df..e50b199b70 100644 --- a/lib/classes/Bridge/Exception/ApiDisabled.php +++ b/lib/classes/Bridge/Exception/ApiDisabled.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ApiNotFound.php b/lib/classes/Bridge/Exception/ApiNotFound.php index d68293ad14..214c7a32b4 100644 --- a/lib/classes/Bridge/Exception/ApiNotFound.php +++ b/lib/classes/Bridge/Exception/ApiNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ContainerUnknown.php b/lib/classes/Bridge/Exception/ContainerUnknown.php index e0d57ab829..8976f1a306 100644 --- a/lib/classes/Bridge/Exception/ContainerUnknown.php +++ b/lib/classes/Bridge/Exception/ContainerUnknown.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ElementNotFound.php b/lib/classes/Bridge/Exception/ElementNotFound.php index 01fee4d432..288c78c9ae 100644 --- a/lib/classes/Bridge/Exception/ElementNotFound.php +++ b/lib/classes/Bridge/Exception/ElementNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ElementUnknown.php b/lib/classes/Bridge/Exception/ElementUnknown.php index 846b63766c..520f27ae54 100644 --- a/lib/classes/Bridge/Exception/ElementUnknown.php +++ b/lib/classes/Bridge/Exception/ElementUnknown.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/InvalidRecordType.php b/lib/classes/Bridge/Exception/InvalidRecordType.php index 7bbffe82b8..70ff94c36f 100644 --- a/lib/classes/Bridge/Exception/InvalidRecordType.php +++ b/lib/classes/Bridge/Exception/InvalidRecordType.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/ObjectUnknown.php b/lib/classes/Bridge/Exception/ObjectUnknown.php index c848effc74..796dcc3f5a 100644 --- a/lib/classes/Bridge/Exception/ObjectUnknown.php +++ b/lib/classes/Bridge/Exception/ObjectUnknown.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Bridge/Exception/TokenNotFound.php b/lib/classes/Bridge/Exception/TokenNotFound.php index 01a3e0d2ca..037ab1f4fc 100644 --- a/lib/classes/Bridge/Exception/TokenNotFound.php +++ b/lib/classes/Bridge/Exception/TokenNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Abstract.php b/lib/classes/Exception/Abstract.php index 8393556e47..0a57183885 100644 --- a/lib/classes/Exception/Abstract.php +++ b/lib/classes/Exception/Abstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Databox/CollectionNotFound.php b/lib/classes/Exception/Databox/CollectionNotFound.php index 4dbe9023da..e959888f4c 100644 --- a/lib/classes/Exception/Databox/CollectionNotFound.php +++ b/lib/classes/Exception/Databox/CollectionNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Databox/FieldNotFound.php b/lib/classes/Exception/Databox/FieldNotFound.php index b25344d8f9..e363600141 100644 --- a/lib/classes/Exception/Databox/FieldNotFound.php +++ b/lib/classes/Exception/Databox/FieldNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Databox/SubdefNotFound.php b/lib/classes/Exception/Databox/SubdefNotFound.php index d36b5ec689..21c651b49f 100644 --- a/lib/classes/Exception/Databox/SubdefNotFound.php +++ b/lib/classes/Exception/Databox/SubdefNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Databox/metadataDescriptionNotFound.php b/lib/classes/Exception/Databox/metadataDescriptionNotFound.php index f7d17b11c9..a25ecc8944 100644 --- a/lib/classes/Exception/Databox/metadataDescriptionNotFound.php +++ b/lib/classes/Exception/Databox/metadataDescriptionNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/InternalServerError.php b/lib/classes/Exception/InternalServerError.php index 232dede680..e0b23c71fe 100644 --- a/lib/classes/Exception/InternalServerError.php +++ b/lib/classes/Exception/InternalServerError.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/InvalidArgument.php b/lib/classes/Exception/InvalidArgument.php index cd05c83e66..fb8d9bf1d3 100644 --- a/lib/classes/Exception/InvalidArgument.php +++ b/lib/classes/Exception/InvalidArgument.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Media/SubdefNotFound.php b/lib/classes/Exception/Media/SubdefNotFound.php index 2665485537..ad4fa4f3fd 100644 --- a/lib/classes/Exception/Media/SubdefNotFound.php +++ b/lib/classes/Exception/Media/SubdefNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Record/AdapterNotFound.php b/lib/classes/Exception/Record/AdapterNotFound.php index 7424423ed3..66212fa906 100644 --- a/lib/classes/Exception/Record/AdapterNotFound.php +++ b/lib/classes/Exception/Record/AdapterNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Session/LoggerNotFound.php b/lib/classes/Exception/Session/LoggerNotFound.php index 8c8c2d6fd5..e2074d6c84 100644 --- a/lib/classes/Exception/Session/LoggerNotFound.php +++ b/lib/classes/Exception/Session/LoggerNotFound.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Setup/CannotWriteLockFile.php b/lib/classes/Exception/Setup/CannotWriteLockFile.php index 578f8f031f..69d9d0a4cd 100644 --- a/lib/classes/Exception/Setup/CannotWriteLockFile.php +++ b/lib/classes/Exception/Setup/CannotWriteLockFile.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Setup/FixBadEmailAddresses.php b/lib/classes/Exception/Setup/FixBadEmailAddresses.php index 72ee3eae88..e81f9d5187 100644 --- a/lib/classes/Exception/Setup/FixBadEmailAddresses.php +++ b/lib/classes/Exception/Setup/FixBadEmailAddresses.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Setup/PhraseaAlreadyInstalled.php b/lib/classes/Exception/Setup/PhraseaAlreadyInstalled.php index e777c76dcb..ba22ced53c 100644 --- a/lib/classes/Exception/Setup/PhraseaAlreadyInstalled.php +++ b/lib/classes/Exception/Setup/PhraseaAlreadyInstalled.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Setup/UpgradeAlreadyStarted.php b/lib/classes/Exception/Setup/UpgradeAlreadyStarted.php index fd37366c1d..a70dd0280a 100644 --- a/lib/classes/Exception/Setup/UpgradeAlreadyStarted.php +++ b/lib/classes/Exception/Setup/UpgradeAlreadyStarted.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Upload/CannotWriteFile.php b/lib/classes/Exception/Upload/CannotWriteFile.php index c2c78f8337..7144fdd8dc 100644 --- a/lib/classes/Exception/Upload/CannotWriteFile.php +++ b/lib/classes/Exception/Upload/CannotWriteFile.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Upload/Error.php b/lib/classes/Exception/Upload/Error.php index 98de390507..35f2554a48 100644 --- a/lib/classes/Exception/Upload/Error.php +++ b/lib/classes/Exception/Upload/Error.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Exception/Upload/FileTooBig.php b/lib/classes/Exception/Upload/FileTooBig.php index 41f147f8d8..8dbcc5ff83 100644 --- a/lib/classes/Exception/Upload/FileTooBig.php +++ b/lib/classes/Exception/Upload/FileTooBig.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Session/Logger.php b/lib/classes/Session/Logger.php index 0871529e9f..b41183dd60 100644 --- a/lib/classes/Session/Logger.php +++ b/lib/classes/Session/Logger.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Setup/Upgrade.php b/lib/classes/Setup/Upgrade.php index 02eefe1c0e..0b37c96410 100644 --- a/lib/classes/Setup/Upgrade.php +++ b/lib/classes/Setup/Upgrade.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/User/Adapter.php b/lib/classes/User/Adapter.php index e4f476d4af..2bfe1a7be4 100644 --- a/lib/classes/User/Adapter.php +++ b/lib/classes/User/Adapter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/User/Interface.php b/lib/classes/User/Interface.php index 4a76f0da3b..68dd164d30 100644 --- a/lib/classes/User/Interface.php +++ b/lib/classes/User/Interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/User/Query.php b/lib/classes/User/Query.php index 71a235f7f6..4e36dc518b 100644 --- a/lib/classes/User/Query.php +++ b/lib/classes/User/Query.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/User/QueryInterface.php b/lib/classes/User/QueryInterface.php index c6c04a96f8..455b52645b 100644 --- a/lib/classes/User/QueryInterface.php +++ b/lib/classes/User/QueryInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/appbox.php b/lib/classes/appbox.php index fb5a9aa0c6..aa569f34cf 100644 --- a/lib/classes/appbox.php +++ b/lib/classes/appbox.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/appbox/register.php b/lib/classes/appbox/register.php index ae697377e7..4591d534e1 100644 --- a/lib/classes/appbox/register.php +++ b/lib/classes/appbox/register.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/base.php b/lib/classes/base.php index b4e12623b0..d4ea96d5b5 100644 --- a/lib/classes/base.php +++ b/lib/classes/base.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/cache/cacheableInterface.php b/lib/classes/cache/cacheableInterface.php index fd160f2c36..5a3b08a663 100644 --- a/lib/classes/cache/cacheableInterface.php +++ b/lib/classes/cache/cacheableInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/cache/databox.php b/lib/classes/cache/databox.php index b49ad5cd74..7a801152ef 100644 --- a/lib/classes/cache/databox.php +++ b/lib/classes/cache/databox.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/caption/Field/ThesaurusValue.php b/lib/classes/caption/Field/ThesaurusValue.php index d62aa46d79..86c76f6f9e 100644 --- a/lib/classes/caption/Field/ThesaurusValue.php +++ b/lib/classes/caption/Field/ThesaurusValue.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/caption/Field/Value.php b/lib/classes/caption/Field/Value.php index fcd2950539..9d1d29f98a 100644 --- a/lib/classes/caption/Field/Value.php +++ b/lib/classes/caption/Field/Value.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/caption/field.php b/lib/classes/caption/field.php index 6b32f73ad6..2807589976 100644 --- a/lib/classes/caption/field.php +++ b/lib/classes/caption/field.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/caption/interface.php b/lib/classes/caption/interface.php index 14bb3f9285..532b4ec25a 100644 --- a/lib/classes/caption/interface.php +++ b/lib/classes/caption/interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/caption/record.php b/lib/classes/caption/record.php index 9d2cc070b8..04c29c50fc 100644 --- a/lib/classes/caption/record.php +++ b/lib/classes/caption/record.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/collection.php b/lib/classes/collection.php index af0602c115..f9380219fd 100644 --- a/lib/classes/collection.php +++ b/lib/classes/collection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/connection.php b/lib/classes/connection.php index e9ed6f516e..f2aa52072b 100644 --- a/lib/classes/connection.php +++ b/lib/classes/connection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/connection/abstract.php b/lib/classes/connection/abstract.php index fd5ff297db..6c084d6c74 100644 --- a/lib/classes/connection/abstract.php +++ b/lib/classes/connection/abstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/connection/interface.php b/lib/classes/connection/interface.php index 238d25e3e5..b8c5a9066f 100644 --- a/lib/classes/connection/interface.php +++ b/lib/classes/connection/interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/connection/pdo.php b/lib/classes/connection/pdo.php index c6d651ea97..00242beffe 100644 --- a/lib/classes/connection/pdo.php +++ b/lib/classes/connection/pdo.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/connection/pdoStatementDebugger.php b/lib/classes/connection/pdoStatementDebugger.php index 5d92a79af4..1fba80087e 100644 --- a/lib/classes/connection/pdoStatementDebugger.php +++ b/lib/classes/connection/pdoStatementDebugger.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox.php b/lib/classes/databox.php index 1bcf43ad26..d24f790ffd 100644 --- a/lib/classes/databox.php +++ b/lib/classes/databox.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Contributor.php b/lib/classes/databox/Field/DCES/Contributor.php index f3fd2cb01b..aefe2ba28e 100644 --- a/lib/classes/databox/Field/DCES/Contributor.php +++ b/lib/classes/databox/Field/DCES/Contributor.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Coverage.php b/lib/classes/databox/Field/DCES/Coverage.php index 5ca807ff5b..ad0915dabd 100644 --- a/lib/classes/databox/Field/DCES/Coverage.php +++ b/lib/classes/databox/Field/DCES/Coverage.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Creator.php b/lib/classes/databox/Field/DCES/Creator.php index 52d0cbe4e7..380c5edead 100644 --- a/lib/classes/databox/Field/DCES/Creator.php +++ b/lib/classes/databox/Field/DCES/Creator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Date.php b/lib/classes/databox/Field/DCES/Date.php index f548b83852..e8a97781ab 100644 --- a/lib/classes/databox/Field/DCES/Date.php +++ b/lib/classes/databox/Field/DCES/Date.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Description.php b/lib/classes/databox/Field/DCES/Description.php index 6408b5f394..a6e01de245 100644 --- a/lib/classes/databox/Field/DCES/Description.php +++ b/lib/classes/databox/Field/DCES/Description.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Format.php b/lib/classes/databox/Field/DCES/Format.php index 91717e9ef1..f7cea07b8b 100644 --- a/lib/classes/databox/Field/DCES/Format.php +++ b/lib/classes/databox/Field/DCES/Format.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Identifier.php b/lib/classes/databox/Field/DCES/Identifier.php index f966f0ef4d..77d2d59bd7 100644 --- a/lib/classes/databox/Field/DCES/Identifier.php +++ b/lib/classes/databox/Field/DCES/Identifier.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Language.php b/lib/classes/databox/Field/DCES/Language.php index ffa7c3e5e6..bd4d9859cf 100644 --- a/lib/classes/databox/Field/DCES/Language.php +++ b/lib/classes/databox/Field/DCES/Language.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Publisher.php b/lib/classes/databox/Field/DCES/Publisher.php index 530fc224ba..1e3003bf91 100644 --- a/lib/classes/databox/Field/DCES/Publisher.php +++ b/lib/classes/databox/Field/DCES/Publisher.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Relation.php b/lib/classes/databox/Field/DCES/Relation.php index b5b907737a..ad05a319a7 100644 --- a/lib/classes/databox/Field/DCES/Relation.php +++ b/lib/classes/databox/Field/DCES/Relation.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Rights.php b/lib/classes/databox/Field/DCES/Rights.php index fc6f2ce96d..68d74272e5 100644 --- a/lib/classes/databox/Field/DCES/Rights.php +++ b/lib/classes/databox/Field/DCES/Rights.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Source.php b/lib/classes/databox/Field/DCES/Source.php index 99fa362008..2f52bfbf58 100644 --- a/lib/classes/databox/Field/DCES/Source.php +++ b/lib/classes/databox/Field/DCES/Source.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Subject.php b/lib/classes/databox/Field/DCES/Subject.php index f87f025e0d..7f091e1858 100644 --- a/lib/classes/databox/Field/DCES/Subject.php +++ b/lib/classes/databox/Field/DCES/Subject.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Title.php b/lib/classes/databox/Field/DCES/Title.php index 64f6470cfd..78ddc76507 100644 --- a/lib/classes/databox/Field/DCES/Title.php +++ b/lib/classes/databox/Field/DCES/Title.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCES/Type.php b/lib/classes/databox/Field/DCES/Type.php index c2eee8b5e3..47fdf732a2 100644 --- a/lib/classes/databox/Field/DCES/Type.php +++ b/lib/classes/databox/Field/DCES/Type.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/Field/DCESAbstract.php b/lib/classes/databox/Field/DCESAbstract.php index 94aeb75078..e9caeb2352 100644 --- a/lib/classes/databox/Field/DCESAbstract.php +++ b/lib/classes/databox/Field/DCESAbstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/cgu.php b/lib/classes/databox/cgu.php index e9b0bf59e9..a6f12cca78 100644 --- a/lib/classes/databox/cgu.php +++ b/lib/classes/databox/cgu.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/descriptionStructure.php b/lib/classes/databox/descriptionStructure.php index f8ce064766..01f0ca49de 100644 --- a/lib/classes/databox/descriptionStructure.php +++ b/lib/classes/databox/descriptionStructure.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/field.php b/lib/classes/databox/field.php index 145d45ed9c..86646e0a75 100644 --- a/lib/classes/databox/field.php +++ b/lib/classes/databox/field.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/status.php b/lib/classes/databox/status.php index 877d6fc1b1..6919be9000 100644 --- a/lib/classes/databox/status.php +++ b/lib/classes/databox/status.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/subdef.php b/lib/classes/databox/subdef.php index 1c8556eb7f..bc6fec195d 100644 --- a/lib/classes/databox/subdef.php +++ b/lib/classes/databox/subdef.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/databox/subdefsStructure.php b/lib/classes/databox/subdefsStructure.php index 2671dd7446..4b8143c066 100644 --- a/lib/classes/databox/subdefsStructure.php +++ b/lib/classes/databox/subdefsStructure.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/deprecated/countries.php b/lib/classes/deprecated/countries.php index 4468bab53d..16e8ded15b 100644 --- a/lib/classes/deprecated/countries.php +++ b/lib/classes/deprecated/countries.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/deprecated/inscript.api.php b/lib/classes/deprecated/inscript.api.php index 5fb7b64974..65be0fa179 100644 --- a/lib/classes/deprecated/inscript.api.php +++ b/lib/classes/deprecated/inscript.api.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/event/test.php b/lib/classes/eventsmanager/event/test.php index fb8066511a..c069cd28e5 100644 --- a/lib/classes/eventsmanager/event/test.php +++ b/lib/classes/eventsmanager/event/test.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/autoregister.php b/lib/classes/eventsmanager/notify/autoregister.php index 2381f8af17..ad6521aff3 100644 --- a/lib/classes/eventsmanager/notify/autoregister.php +++ b/lib/classes/eventsmanager/notify/autoregister.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/bridgeuploadfail.php b/lib/classes/eventsmanager/notify/bridgeuploadfail.php index 1e566bb083..7fdf9eeb0a 100644 --- a/lib/classes/eventsmanager/notify/bridgeuploadfail.php +++ b/lib/classes/eventsmanager/notify/bridgeuploadfail.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/downloadmailfail.php b/lib/classes/eventsmanager/notify/downloadmailfail.php index 89bacf4d85..8ba484443d 100644 --- a/lib/classes/eventsmanager/notify/downloadmailfail.php +++ b/lib/classes/eventsmanager/notify/downloadmailfail.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/feed.php b/lib/classes/eventsmanager/notify/feed.php index f7ee8f5aa5..9ab9283fa1 100644 --- a/lib/classes/eventsmanager/notify/feed.php +++ b/lib/classes/eventsmanager/notify/feed.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/order.php b/lib/classes/eventsmanager/notify/order.php index 1f0d33d7b4..3c1d1ecf2b 100644 --- a/lib/classes/eventsmanager/notify/order.php +++ b/lib/classes/eventsmanager/notify/order.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/orderdeliver.php b/lib/classes/eventsmanager/notify/orderdeliver.php index f3f3df5d5f..150b64c933 100644 --- a/lib/classes/eventsmanager/notify/orderdeliver.php +++ b/lib/classes/eventsmanager/notify/orderdeliver.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/ordernotdelivered.php b/lib/classes/eventsmanager/notify/ordernotdelivered.php index 23afc20ed2..892bdb3dc4 100644 --- a/lib/classes/eventsmanager/notify/ordernotdelivered.php +++ b/lib/classes/eventsmanager/notify/ordernotdelivered.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/push.php b/lib/classes/eventsmanager/notify/push.php index 294f24284e..9488b24eab 100644 --- a/lib/classes/eventsmanager/notify/push.php +++ b/lib/classes/eventsmanager/notify/push.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/register.php b/lib/classes/eventsmanager/notify/register.php index 8a121fc8d2..272dd666b7 100644 --- a/lib/classes/eventsmanager/notify/register.php +++ b/lib/classes/eventsmanager/notify/register.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/uploadquarantine.php b/lib/classes/eventsmanager/notify/uploadquarantine.php index 354661e5a7..e42e2fc15c 100644 --- a/lib/classes/eventsmanager/notify/uploadquarantine.php +++ b/lib/classes/eventsmanager/notify/uploadquarantine.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/validate.php b/lib/classes/eventsmanager/notify/validate.php index f6e41c0b23..a016bab6b4 100644 --- a/lib/classes/eventsmanager/notify/validate.php +++ b/lib/classes/eventsmanager/notify/validate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/validationdone.php b/lib/classes/eventsmanager/notify/validationdone.php index 1dbfd8ca49..0408706f93 100644 --- a/lib/classes/eventsmanager/notify/validationdone.php +++ b/lib/classes/eventsmanager/notify/validationdone.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/eventsmanager/notify/validationreminder.php b/lib/classes/eventsmanager/notify/validationreminder.php index d5bb7aa4d2..f3ad4eefbf 100644 --- a/lib/classes/eventsmanager/notify/validationreminder.php +++ b/lib/classes/eventsmanager/notify/validationreminder.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/http/query.php b/lib/classes/http/query.php index d130637ce5..7e31355233 100644 --- a/lib/classes/http/query.php +++ b/lib/classes/http/query.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/media/Permalink/Adapter.php b/lib/classes/media/Permalink/Adapter.php index 0af759e075..9596bf02d6 100644 --- a/lib/classes/media/Permalink/Adapter.php +++ b/lib/classes/media/Permalink/Adapter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/media/Permalink/Interface.php b/lib/classes/media/Permalink/Interface.php index 2b76c26d2d..bb2568dcb8 100644 --- a/lib/classes/media/Permalink/Interface.php +++ b/lib/classes/media/Permalink/Interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/media/abstract.php b/lib/classes/media/abstract.php index 7061e83079..4fe95eecc2 100644 --- a/lib/classes/media/abstract.php +++ b/lib/classes/media/abstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/media/adapter.php b/lib/classes/media/adapter.php index 13e1aac282..e5329da375 100644 --- a/lib/classes/media/adapter.php +++ b/lib/classes/media/adapter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/media/subdef.php b/lib/classes/media/subdef.php index 93d61bd947..40bb1d5076 100644 --- a/lib/classes/media/subdef.php +++ b/lib/classes/media/subdef.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/aboutAuthors.php b/lib/classes/module/console/aboutAuthors.php index 396f7dae19..342e96073e 100644 --- a/lib/classes/module/console/aboutAuthors.php +++ b/lib/classes/module/console/aboutAuthors.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/aboutLicense.php b/lib/classes/module/console/aboutLicense.php index 1b0f2dd5b2..d8a8091f18 100644 --- a/lib/classes/module/console/aboutLicense.php +++ b/lib/classes/module/console/aboutLicense.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/checkExtension.php b/lib/classes/module/console/checkExtension.php index 358393647b..6848722dc1 100644 --- a/lib/classes/module/console/checkExtension.php +++ b/lib/classes/module/console/checkExtension.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/fieldsDelete.php b/lib/classes/module/console/fieldsDelete.php index ca39cdfa49..5207f49c22 100644 --- a/lib/classes/module/console/fieldsDelete.php +++ b/lib/classes/module/console/fieldsDelete.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/fieldsList.php b/lib/classes/module/console/fieldsList.php index 6cba9ec11d..c969b3c01a 100644 --- a/lib/classes/module/console/fieldsList.php +++ b/lib/classes/module/console/fieldsList.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/fieldsMerge.php b/lib/classes/module/console/fieldsMerge.php index a4ed108ac0..61a78ddc5f 100644 --- a/lib/classes/module/console/fieldsMerge.php +++ b/lib/classes/module/console/fieldsMerge.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/fieldsRename.php b/lib/classes/module/console/fieldsRename.php index 3c565f9e21..9189a9f06d 100644 --- a/lib/classes/module/console/fieldsRename.php +++ b/lib/classes/module/console/fieldsRename.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/sphinxGenerateSuggestion.php b/lib/classes/module/console/sphinxGenerateSuggestion.php index 63aa17dd43..c2476cf5a0 100644 --- a/lib/classes/module/console/sphinxGenerateSuggestion.php +++ b/lib/classes/module/console/sphinxGenerateSuggestion.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/systemBackupDB.php b/lib/classes/module/console/systemBackupDB.php index 8094c26963..29bf4e6071 100644 --- a/lib/classes/module/console/systemBackupDB.php +++ b/lib/classes/module/console/systemBackupDB.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/systemClearCache.php b/lib/classes/module/console/systemClearCache.php index 6a028c39cb..7b670a2bbc 100644 --- a/lib/classes/module/console/systemClearCache.php +++ b/lib/classes/module/console/systemClearCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/systemExport.php b/lib/classes/module/console/systemExport.php index 4116415256..2f52634d89 100644 --- a/lib/classes/module/console/systemExport.php +++ b/lib/classes/module/console/systemExport.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/systemMailCheck.php b/lib/classes/module/console/systemMailCheck.php index 28d41c58e1..9cd894bd79 100644 --- a/lib/classes/module/console/systemMailCheck.php +++ b/lib/classes/module/console/systemMailCheck.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/systemTemplateGenerator.php b/lib/classes/module/console/systemTemplateGenerator.php index 08a1289055..8397efb6b8 100644 --- a/lib/classes/module/console/systemTemplateGenerator.php +++ b/lib/classes/module/console/systemTemplateGenerator.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/console/systemUpgrade.php b/lib/classes/module/console/systemUpgrade.php index 482e3d4457..0d0b82cc0c 100644 --- a/lib/classes/module/console/systemUpgrade.php +++ b/lib/classes/module/console/systemUpgrade.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report.php b/lib/classes/module/report.php index f4fcfac18d..54d59f651e 100644 --- a/lib/classes/module/report.php +++ b/lib/classes/module/report.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/activity.php b/lib/classes/module/report/activity.php index f7bd006238..ed60a03cf2 100644 --- a/lib/classes/module/report/activity.php +++ b/lib/classes/module/report/activity.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/add.php b/lib/classes/module/report/add.php index 0fbffbdee2..fe74843a3c 100644 --- a/lib/classes/module/report/add.php +++ b/lib/classes/module/report/add.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/connexion.php b/lib/classes/module/report/connexion.php index 09af66bc52..10f2e9bcf6 100644 --- a/lib/classes/module/report/connexion.php +++ b/lib/classes/module/report/connexion.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/dashboard.php b/lib/classes/module/report/dashboard.php index 6a020b5f2b..9a83c5398f 100644 --- a/lib/classes/module/report/dashboard.php +++ b/lib/classes/module/report/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/dashboard/componentInterface.php b/lib/classes/module/report/dashboard/componentInterface.php index f97f1b3f0b..d12b65aa9e 100644 --- a/lib/classes/module/report/dashboard/componentInterface.php +++ b/lib/classes/module/report/dashboard/componentInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/dashboard/feed.php b/lib/classes/module/report/dashboard/feed.php index 14d98aef8d..0ebcb2fdc8 100644 --- a/lib/classes/module/report/dashboard/feed.php +++ b/lib/classes/module/report/dashboard/feed.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/dashboard/group.php b/lib/classes/module/report/dashboard/group.php index 4fea10c869..1f0d6544ad 100644 --- a/lib/classes/module/report/dashboard/group.php +++ b/lib/classes/module/report/dashboard/group.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/dashboard/merge.php b/lib/classes/module/report/dashboard/merge.php index f64846df6c..edfb626fdd 100644 --- a/lib/classes/module/report/dashboard/merge.php +++ b/lib/classes/module/report/dashboard/merge.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/dashboard/sort.php b/lib/classes/module/report/dashboard/sort.php index cecbde6048..480f3a3a19 100644 --- a/lib/classes/module/report/dashboard/sort.php +++ b/lib/classes/module/report/dashboard/sort.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/download.php b/lib/classes/module/report/download.php index 9d532b8a30..2bf343c99c 100644 --- a/lib/classes/module/report/download.php +++ b/lib/classes/module/report/download.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/edit.php b/lib/classes/module/report/edit.php index 6e2f369cae..4be42cace2 100644 --- a/lib/classes/module/report/edit.php +++ b/lib/classes/module/report/edit.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/filter.php b/lib/classes/module/report/filter.php index fe4cc7bc4b..abc6568434 100644 --- a/lib/classes/module/report/filter.php +++ b/lib/classes/module/report/filter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/nav.php b/lib/classes/module/report/nav.php index f6ac2079db..727f2bf0e8 100644 --- a/lib/classes/module/report/nav.php +++ b/lib/classes/module/report/nav.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/push.php b/lib/classes/module/report/push.php index 56d4a3445f..abdfba042b 100644 --- a/lib/classes/module/report/push.php +++ b/lib/classes/module/report/push.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/question.php b/lib/classes/module/report/question.php index 5d352a2679..df3d470ebe 100644 --- a/lib/classes/module/report/question.php +++ b/lib/classes/module/report/question.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/sent.php b/lib/classes/module/report/sent.php index 1a360cc836..8c51e0d806 100644 --- a/lib/classes/module/report/sent.php +++ b/lib/classes/module/report/sent.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/sql.php b/lib/classes/module/report/sql.php index c1dfa0873a..a8d2fc3066 100644 --- a/lib/classes/module/report/sql.php +++ b/lib/classes/module/report/sql.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/sqlReportInterface.php b/lib/classes/module/report/sqlReportInterface.php index d8ae44d8aa..2adb20a551 100644 --- a/lib/classes/module/report/sqlReportInterface.php +++ b/lib/classes/module/report/sqlReportInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/sqlaction.php b/lib/classes/module/report/sqlaction.php index c642cea4eb..4a6113b614 100644 --- a/lib/classes/module/report/sqlaction.php +++ b/lib/classes/module/report/sqlaction.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/sqlconnexion.php b/lib/classes/module/report/sqlconnexion.php index 585a91736d..6156eb1fd4 100644 --- a/lib/classes/module/report/sqlconnexion.php +++ b/lib/classes/module/report/sqlconnexion.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/sqldownload.php b/lib/classes/module/report/sqldownload.php index 485e5ac9e2..6bf59649fe 100644 --- a/lib/classes/module/report/sqldownload.php +++ b/lib/classes/module/report/sqldownload.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/sqlfilter.php b/lib/classes/module/report/sqlfilter.php index b56b24d4c8..11ecb12c36 100644 --- a/lib/classes/module/report/sqlfilter.php +++ b/lib/classes/module/report/sqlfilter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/sqlquestion.php b/lib/classes/module/report/sqlquestion.php index dcf34510af..2a34ba6ee8 100644 --- a/lib/classes/module/report/sqlquestion.php +++ b/lib/classes/module/report/sqlquestion.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/module/report/validate.php b/lib/classes/module/report/validate.php index cb80e6e833..e737db090c 100644 --- a/lib/classes/module/report/validate.php +++ b/lib/classes/module/report/validate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/p4file.php b/lib/classes/p4file.php index 2da75b168a..9e60f15358 100644 --- a/lib/classes/p4file.php +++ b/lib/classes/p4file.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha1a.php b/lib/classes/patch/320alpha1a.php index 8a0bb367bf..1f60381ea2 100644 --- a/lib/classes/patch/320alpha1a.php +++ b/lib/classes/patch/320alpha1a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha1b.php b/lib/classes/patch/320alpha1b.php index 8316883dca..686a9b3ee2 100644 --- a/lib/classes/patch/320alpha1b.php +++ b/lib/classes/patch/320alpha1b.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha2a.php b/lib/classes/patch/320alpha2a.php index caa8d16e72..7bcb9855d5 100644 --- a/lib/classes/patch/320alpha2a.php +++ b/lib/classes/patch/320alpha2a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha3a.php b/lib/classes/patch/320alpha3a.php index 12a70c5e99..3fc7a3fcd0 100644 --- a/lib/classes/patch/320alpha3a.php +++ b/lib/classes/patch/320alpha3a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha4a.php b/lib/classes/patch/320alpha4a.php index 51534733e3..5229b21093 100644 --- a/lib/classes/patch/320alpha4a.php +++ b/lib/classes/patch/320alpha4a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha4b.php b/lib/classes/patch/320alpha4b.php index 671a603e19..0672877a2e 100644 --- a/lib/classes/patch/320alpha4b.php +++ b/lib/classes/patch/320alpha4b.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha5a.php b/lib/classes/patch/320alpha5a.php index 9cd5cc0efb..81352cc65e 100644 --- a/lib/classes/patch/320alpha5a.php +++ b/lib/classes/patch/320alpha5a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha6a.php b/lib/classes/patch/320alpha6a.php index dba28c91f6..6ee70d0803 100644 --- a/lib/classes/patch/320alpha6a.php +++ b/lib/classes/patch/320alpha6a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/320alpha8a.php b/lib/classes/patch/320alpha8a.php index 95f2e59974..f71c5ee717 100644 --- a/lib/classes/patch/320alpha8a.php +++ b/lib/classes/patch/320alpha8a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/360alpha1a.php b/lib/classes/patch/360alpha1a.php index c37fef5859..7f027e12d9 100644 --- a/lib/classes/patch/360alpha1a.php +++ b/lib/classes/patch/360alpha1a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/360alpha1b.php b/lib/classes/patch/360alpha1b.php index 0ab8229fd1..3c8a11b756 100644 --- a/lib/classes/patch/360alpha1b.php +++ b/lib/classes/patch/360alpha1b.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/360alpha2a.php b/lib/classes/patch/360alpha2a.php index d69ec53f1a..66674b2d01 100644 --- a/lib/classes/patch/360alpha2a.php +++ b/lib/classes/patch/360alpha2a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/360alpha2b.php b/lib/classes/patch/360alpha2b.php index 8de22e21fa..27032d583d 100644 --- a/lib/classes/patch/360alpha2b.php +++ b/lib/classes/patch/360alpha2b.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/361alpha1a.php b/lib/classes/patch/361alpha1a.php index 747af43d62..71466b7d92 100644 --- a/lib/classes/patch/361alpha1a.php +++ b/lib/classes/patch/361alpha1a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/370alpha1a.php b/lib/classes/patch/370alpha1a.php index 814efc0cd4..c71dc3ec45 100644 --- a/lib/classes/patch/370alpha1a.php +++ b/lib/classes/patch/370alpha1a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/370alpha3a.php b/lib/classes/patch/370alpha3a.php index 8592df766c..f5cd353b8b 100644 --- a/lib/classes/patch/370alpha3a.php +++ b/lib/classes/patch/370alpha3a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/370alpha4a.php b/lib/classes/patch/370alpha4a.php index 613ed2e3b4..bfacc72d90 100644 --- a/lib/classes/patch/370alpha4a.php +++ b/lib/classes/patch/370alpha4a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/370alpha5a.php b/lib/classes/patch/370alpha5a.php index e843defb2f..997f7c532f 100644 --- a/lib/classes/patch/370alpha5a.php +++ b/lib/classes/patch/370alpha5a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/370alpha6a.php b/lib/classes/patch/370alpha6a.php index b42be5656c..85c57c4075 100644 --- a/lib/classes/patch/370alpha6a.php +++ b/lib/classes/patch/370alpha6a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/370alpha7a.php b/lib/classes/patch/370alpha7a.php index 38f0855d9b..7536131603 100644 --- a/lib/classes/patch/370alpha7a.php +++ b/lib/classes/patch/370alpha7a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/370alpha8a.php b/lib/classes/patch/370alpha8a.php index 64b6b77069..34ddc8d1d2 100644 --- a/lib/classes/patch/370alpha8a.php +++ b/lib/classes/patch/370alpha8a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/370alpha9a.php b/lib/classes/patch/370alpha9a.php index 2d358187cd..33bcbe779e 100644 --- a/lib/classes/patch/370alpha9a.php +++ b/lib/classes/patch/370alpha9a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/371alpha1a.php b/lib/classes/patch/371alpha1a.php index ee3362a4fd..22ee509252 100644 --- a/lib/classes/patch/371alpha1a.php +++ b/lib/classes/patch/371alpha1a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/373alpha1a.php b/lib/classes/patch/373alpha1a.php index 192141fc26..2bb955796d 100644 --- a/lib/classes/patch/373alpha1a.php +++ b/lib/classes/patch/373alpha1a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/380alpha2a.php b/lib/classes/patch/380alpha2a.php index bf49bf87c6..152297db33 100644 --- a/lib/classes/patch/380alpha2a.php +++ b/lib/classes/patch/380alpha2a.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/380alpha2b.php b/lib/classes/patch/380alpha2b.php index 74759e7077..3082613e6f 100644 --- a/lib/classes/patch/380alpha2b.php +++ b/lib/classes/patch/380alpha2b.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patch/380alpha3b.php b/lib/classes/patch/380alpha3b.php index 8d6c984055..aba048d26c 100644 --- a/lib/classes/patch/380alpha3b.php +++ b/lib/classes/patch/380alpha3b.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patchthesaurus/100.php b/lib/classes/patchthesaurus/100.php index cfc89ab47e..814d7041ed 100644 --- a/lib/classes/patchthesaurus/100.php +++ b/lib/classes/patchthesaurus/100.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patchthesaurus/200.php b/lib/classes/patchthesaurus/200.php index 2c083c060d..79fc41c854 100644 --- a/lib/classes/patchthesaurus/200.php +++ b/lib/classes/patchthesaurus/200.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patchthesaurus/201.php b/lib/classes/patchthesaurus/201.php index ddd9307de1..4a37b0ac57 100644 --- a/lib/classes/patchthesaurus/201.php +++ b/lib/classes/patchthesaurus/201.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patchthesaurus/202.php b/lib/classes/patchthesaurus/202.php index c2d036d56c..ee6243994a 100644 --- a/lib/classes/patchthesaurus/202.php +++ b/lib/classes/patchthesaurus/202.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patchthesaurus/203.php b/lib/classes/patchthesaurus/203.php index 8b8d102511..dba63b13db 100644 --- a/lib/classes/patchthesaurus/203.php +++ b/lib/classes/patchthesaurus/203.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/patchthesaurus/204.php b/lib/classes/patchthesaurus/204.php index 00e684bd92..33c85fbe28 100644 --- a/lib/classes/patchthesaurus/204.php +++ b/lib/classes/patchthesaurus/204.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/phrasea.php b/lib/classes/phrasea.php index 10bd56a67a..d59e578321 100644 --- a/lib/classes/phrasea.php +++ b/lib/classes/phrasea.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/queries.php b/lib/classes/queries.php index cf1cc49302..3007a6fd92 100644 --- a/lib/classes/queries.php +++ b/lib/classes/queries.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/random.php b/lib/classes/random.php index 3ce11aac57..a1c9cc00bc 100644 --- a/lib/classes/random.php +++ b/lib/classes/random.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/record/Interface.php b/lib/classes/record/Interface.php index f561d8a443..96a4509045 100644 --- a/lib/classes/record/Interface.php +++ b/lib/classes/record/Interface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/record/adapter.php b/lib/classes/record/adapter.php index 9241001a2c..9fe4dc8175 100644 --- a/lib/classes/record/adapter.php +++ b/lib/classes/record/adapter.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/record/exportElement.php b/lib/classes/record/exportElement.php index 7ee14a6e1d..2d42cd301e 100644 --- a/lib/classes/record/exportElement.php +++ b/lib/classes/record/exportElement.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/record/orderElement.php b/lib/classes/record/orderElement.php index cf54fa226b..200e018685 100644 --- a/lib/classes/record/orderElement.php +++ b/lib/classes/record/orderElement.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/record/preview.php b/lib/classes/record/preview.php index b4703d2796..edebf8aad0 100644 --- a/lib/classes/record/preview.php +++ b/lib/classes/record/preview.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/recordutils.php b/lib/classes/recordutils.php index 95a370131c..daf3823b63 100644 --- a/lib/classes/recordutils.php +++ b/lib/classes/recordutils.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/recordutils/audio.php b/lib/classes/recordutils/audio.php index b7b2514bbb..1ec23e4a35 100644 --- a/lib/classes/recordutils/audio.php +++ b/lib/classes/recordutils/audio.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/recordutils/document.php b/lib/classes/recordutils/document.php index 8ccdc49149..51700c5b33 100644 --- a/lib/classes/recordutils/document.php +++ b/lib/classes/recordutils/document.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/recordutils/image.php b/lib/classes/recordutils/image.php index b430b159fd..a15ffa7bae 100644 --- a/lib/classes/recordutils/image.php +++ b/lib/classes/recordutils/image.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/recordutils/map.php b/lib/classes/recordutils/map.php index 89363d1a1e..1338adc5ec 100644 --- a/lib/classes/recordutils/map.php +++ b/lib/classes/recordutils/map.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/recordutils/video.php b/lib/classes/recordutils/video.php index 925844e290..2ecc892a7f 100644 --- a/lib/classes/recordutils/video.php +++ b/lib/classes/recordutils/video.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/set/abstract.php b/lib/classes/set/abstract.php index a2246f29c0..cb1ba7e8fc 100644 --- a/lib/classes/set/abstract.php +++ b/lib/classes/set/abstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/set/export.php b/lib/classes/set/export.php index 4144adfd0d..7f1a851da8 100644 --- a/lib/classes/set/export.php +++ b/lib/classes/set/export.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/set/exportftp.php b/lib/classes/set/exportftp.php index 4b9e289503..acc26685c2 100644 --- a/lib/classes/set/exportftp.php +++ b/lib/classes/set/exportftp.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/set/selection.php b/lib/classes/set/selection.php index ae078ea268..9038d16423 100644 --- a/lib/classes/set/selection.php +++ b/lib/classes/set/selection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/setup.php b/lib/classes/setup.php index 0979c5dd1f..2642e7d01b 100644 --- a/lib/classes/setup.php +++ b/lib/classes/setup.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/system/server.php b/lib/classes/system/server.php index 438db19e35..ec8fb8ca39 100644 --- a/lib/classes/system/server.php +++ b/lib/classes/system/server.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/thesaurus/xpath.php b/lib/classes/thesaurus/xpath.php index 01e3f6184f..c0cd41a854 100644 --- a/lib/classes/thesaurus/xpath.php +++ b/lib/classes/thesaurus/xpath.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/unicode.php b/lib/classes/unicode.php index 5ee0d9edd5..2e5e990f7c 100644 --- a/lib/classes/unicode.php +++ b/lib/classes/unicode.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/api.php b/www/api.php index 7e76061a4d..733e9a37bd 100644 --- a/www/api.php +++ b/www/api.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/index.php b/www/index.php index f7c746c5c8..d180062bb1 100644 --- a/www/index.php +++ b/www/index.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/index_dev.php b/www/index_dev.php index dc1472cf9a..4b0a0e17e4 100644 --- a/www/index_dev.php +++ b/www/index_dev.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/app.js b/www/scripts/apps/admin/fields/app.js index 936935c785..0f349d8298 100644 --- a/www/scripts/apps/admin/fields/app.js +++ b/www/scripts/apps/admin/fields/app.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/collections/dcFields.js b/www/scripts/apps/admin/fields/collections/dcFields.js index 0e66ed8258..0becc59809 100644 --- a/www/scripts/apps/admin/fields/collections/dcFields.js +++ b/www/scripts/apps/admin/fields/collections/dcFields.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/collections/fields.js b/www/scripts/apps/admin/fields/collections/fields.js index bed46b47cd..f6faaf0d68 100644 --- a/www/scripts/apps/admin/fields/collections/fields.js +++ b/www/scripts/apps/admin/fields/collections/fields.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/collections/vocabularies.js b/www/scripts/apps/admin/fields/collections/vocabularies.js index eb6eba9385..41c51ecb90 100644 --- a/www/scripts/apps/admin/fields/collections/vocabularies.js +++ b/www/scripts/apps/admin/fields/collections/vocabularies.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/errors/error.js b/www/scripts/apps/admin/fields/errors/error.js index 086d82442c..1deedad3fa 100644 --- a/www/scripts/apps/admin/fields/errors/error.js +++ b/www/scripts/apps/admin/fields/errors/error.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/errors/errorManager.js b/www/scripts/apps/admin/fields/errors/errorManager.js index 87485fc2a3..3b79d40519 100644 --- a/www/scripts/apps/admin/fields/errors/errorManager.js +++ b/www/scripts/apps/admin/fields/errors/errorManager.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/errors/errorModel.js b/www/scripts/apps/admin/fields/errors/errorModel.js index 0bcea22dd9..ec4ef9a9c0 100644 --- a/www/scripts/apps/admin/fields/errors/errorModel.js +++ b/www/scripts/apps/admin/fields/errors/errorModel.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/main.js b/www/scripts/apps/admin/fields/main.js index 881ffc6057..826b472bb7 100644 --- a/www/scripts/apps/admin/fields/main.js +++ b/www/scripts/apps/admin/fields/main.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/alert.js b/www/scripts/apps/admin/fields/views/alert.js index 50f3c968b5..1296f86cba 100644 --- a/www/scripts/apps/admin/fields/views/alert.js +++ b/www/scripts/apps/admin/fields/views/alert.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/create.js b/www/scripts/apps/admin/fields/views/create.js index edf31393be..01da6138df 100644 --- a/www/scripts/apps/admin/fields/views/create.js +++ b/www/scripts/apps/admin/fields/views/create.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/dcField.js b/www/scripts/apps/admin/fields/views/dcField.js index 18b9be1667..ea8a31c419 100644 --- a/www/scripts/apps/admin/fields/views/dcField.js +++ b/www/scripts/apps/admin/fields/views/dcField.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/edit.js b/www/scripts/apps/admin/fields/views/edit.js index 20af5304d9..bb74d22c2a 100644 --- a/www/scripts/apps/admin/fields/views/edit.js +++ b/www/scripts/apps/admin/fields/views/edit.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/fieldError.js b/www/scripts/apps/admin/fields/views/fieldError.js index db8254a6b6..7ce57a0fea 100644 --- a/www/scripts/apps/admin/fields/views/fieldError.js +++ b/www/scripts/apps/admin/fields/views/fieldError.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/list.js b/www/scripts/apps/admin/fields/views/list.js index 60f011151b..83415f77ed 100644 --- a/www/scripts/apps/admin/fields/views/list.js +++ b/www/scripts/apps/admin/fields/views/list.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/listRow.js b/www/scripts/apps/admin/fields/views/listRow.js index 11831fd202..5a336d0b44 100644 --- a/www/scripts/apps/admin/fields/views/listRow.js +++ b/www/scripts/apps/admin/fields/views/listRow.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/modal.js b/www/scripts/apps/admin/fields/views/modal.js index 401dabc62e..bf26d3ca8e 100644 --- a/www/scripts/apps/admin/fields/views/modal.js +++ b/www/scripts/apps/admin/fields/views/modal.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/admin/fields/views/save.js b/www/scripts/apps/admin/fields/views/save.js index f03215fb2d..eed9668101 100644 --- a/www/scripts/apps/admin/fields/views/save.js +++ b/www/scripts/apps/admin/fields/views/save.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/bind.js b/www/scripts/apps/login/home/bind.js index b71ad96644..c473512254 100644 --- a/www/scripts/apps/login/home/bind.js +++ b/www/scripts/apps/login/home/bind.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/common.js b/www/scripts/apps/login/home/common.js index 726f79e73e..17ae6fe2b7 100644 --- a/www/scripts/apps/login/home/common.js +++ b/www/scripts/apps/login/home/common.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/config.js b/www/scripts/apps/login/home/config.js index b13d3ef0a5..2bdd337512 100644 --- a/www/scripts/apps/login/home/config.js +++ b/www/scripts/apps/login/home/config.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/forgotPassword.js b/www/scripts/apps/login/home/forgotPassword.js index 80bdf21c88..795f475c49 100644 --- a/www/scripts/apps/login/home/forgotPassword.js +++ b/www/scripts/apps/login/home/forgotPassword.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/login.js b/www/scripts/apps/login/home/login.js index b71ad96644..c473512254 100644 --- a/www/scripts/apps/login/home/login.js +++ b/www/scripts/apps/login/home/login.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/mapping.js b/www/scripts/apps/login/home/mapping.js index b71ad96644..c473512254 100644 --- a/www/scripts/apps/login/home/mapping.js +++ b/www/scripts/apps/login/home/mapping.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/oauthLogin.js b/www/scripts/apps/login/home/oauthLogin.js index b71ad96644..c473512254 100644 --- a/www/scripts/apps/login/home/oauthLogin.js +++ b/www/scripts/apps/login/home/oauthLogin.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/recoverPassword.js b/www/scripts/apps/login/home/recoverPassword.js index 03cf169421..75841efd3b 100644 --- a/www/scripts/apps/login/home/recoverPassword.js +++ b/www/scripts/apps/login/home/recoverPassword.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/register.js b/www/scripts/apps/login/home/register.js index eaea38ecd6..b350e0eb49 100644 --- a/www/scripts/apps/login/home/register.js +++ b/www/scripts/apps/login/home/register.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/registerProvider.js b/www/scripts/apps/login/home/registerProvider.js index 9d66e7569c..e353eeca46 100644 --- a/www/scripts/apps/login/home/registerProvider.js +++ b/www/scripts/apps/login/home/registerProvider.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/renewEmail.js b/www/scripts/apps/login/home/renewEmail.js index 45ca481723..096f7b6f24 100644 --- a/www/scripts/apps/login/home/renewEmail.js +++ b/www/scripts/apps/login/home/renewEmail.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/apps/login/home/renewPassword.js b/www/scripts/apps/login/home/renewPassword.js index 189c918478..f707eff7cf 100644 --- a/www/scripts/apps/login/home/renewPassword.js +++ b/www/scripts/apps/login/home/renewPassword.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/common/forms/validator.js b/www/scripts/common/forms/validator.js index 4866cabed4..b45173d019 100644 --- a/www/scripts/common/forms/validator.js +++ b/www/scripts/common/forms/validator.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/common/forms/views/error.js b/www/scripts/common/forms/views/error.js index 5c7247fa1e..67f0d12482 100644 --- a/www/scripts/common/forms/views/error.js +++ b/www/scripts/common/forms/views/error.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/common/forms/views/form.js b/www/scripts/common/forms/views/form.js index 19f7cafd38..d3d40b6304 100644 --- a/www/scripts/common/forms/views/form.js +++ b/www/scripts/common/forms/views/form.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/common/forms/views/formType/passwordSetter.js b/www/scripts/common/forms/views/formType/passwordSetter.js index 5a6a657b60..86bf2c95c2 100644 --- a/www/scripts/common/forms/views/formType/passwordSetter.js +++ b/www/scripts/common/forms/views/formType/passwordSetter.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/common/forms/views/input.js b/www/scripts/common/forms/views/input.js index a00df7eb00..1fff0bdf36 100644 --- a/www/scripts/common/forms/views/input.js +++ b/www/scripts/common/forms/views/input.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/common/multiviews.js b/www/scripts/common/multiviews.js index c1fbde3564..c18383cd24 100644 --- a/www/scripts/common/multiviews.js +++ b/www/scripts/common/multiviews.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/models/dcField.js b/www/scripts/models/dcField.js index 33a72e4fbf..b4fc3f1cb6 100644 --- a/www/scripts/models/dcField.js +++ b/www/scripts/models/dcField.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/models/field.js b/www/scripts/models/field.js index 1c807b2d00..9c9236a57a 100644 --- a/www/scripts/models/field.js +++ b/www/scripts/models/field.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/scripts/models/vocabulary.js b/www/scripts/models/vocabulary.js index 42ed7813ae..493505d9fa 100644 --- a/www/scripts/models/vocabulary.js +++ b/www/scripts/models/vocabulary.js @@ -1,7 +1,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2013 Alchemy + * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.