diff --git a/check_cs.php b/check_cs.php index 57eb3dc5a8..f006c5fbb1 100755 --- a/check_cs.php +++ b/check_cs.php @@ -75,6 +75,9 @@ foreach ($finder as $file) { // [Structure] Convert tabs to spaces $new = preg_replace('/\t/m', ' ', $new); + // [Structure] Convert tabs to spaces + $new = preg_replace('/\* \(c\) 2005-2010 Alchemy/', '* (c) 2005-2012 Alchemy', $new); + // [Structure] Add a blank line before return statements $new = preg_replace_callback('/(^.*$)\n(^ +return)/m', function ($match) { // don't add it if the previous line is ... diff --git a/lib/Alchemy/Phrasea/Application/Admin.php b/lib/Alchemy/Phrasea/Application/Admin.php index 258f65547d..c0c9987f0c 100644 --- a/lib/Alchemy/Phrasea/Application/Admin.php +++ b/lib/Alchemy/Phrasea/Application/Admin.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 61f2935cce..cb3ee0a8eb 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/ApiVersion.php b/lib/Alchemy/Phrasea/Application/ApiVersion.php index 974fa7d400..97410b81d1 100644 --- a/lib/Alchemy/Phrasea/Application/ApiVersion.php +++ b/lib/Alchemy/Phrasea/Application/ApiVersion.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Lightbox.php b/lib/Alchemy/Phrasea/Application/Lightbox.php index 0ef790ae03..567a519b6c 100644 --- a/lib/Alchemy/Phrasea/Application/Lightbox.php +++ b/lib/Alchemy/Phrasea/Application/Lightbox.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/OAuth2.php b/lib/Alchemy/Phrasea/Application/OAuth2.php index f40c738678..07c1d26025 100644 --- a/lib/Alchemy/Phrasea/Application/OAuth2.php +++ b/lib/Alchemy/Phrasea/Application/OAuth2.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Overview.php b/lib/Alchemy/Phrasea/Application/Overview.php index 02e4339407..258f5ea1db 100644 --- a/lib/Alchemy/Phrasea/Application/Overview.php +++ b/lib/Alchemy/Phrasea/Application/Overview.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Prod.php b/lib/Alchemy/Phrasea/Application/Prod.php index c088fd5268..fda400f30f 100644 --- a/lib/Alchemy/Phrasea/Application/Prod.php +++ b/lib/Alchemy/Phrasea/Application/Prod.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 e5c6f0be79..b107d2a36c 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Setup.php b/lib/Alchemy/Phrasea/Application/Setup.php index d9ba55264b..1f284dfd7c 100644 --- a/lib/Alchemy/Phrasea/Application/Setup.php +++ b/lib/Alchemy/Phrasea/Application/Setup.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 b02ceec043..235d3b7084 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 a8f7a6e4ca..7f01db6e41 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 a2cde4c552..08b27729fc 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 5ae45a127a..c1d67afaf6 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 00a6fa9484..e5b6744c05 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 87ea778b05..8bb1a5fbc0 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 1e959048cd..5e5b5e6d2e 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 707ba50026..2617267aae 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 49691b7035..ecd4f586b5 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 9de2ee89fa..a0160c8985 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 139f7efe44..b7b40f0f2e 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 b1272f4db0..577c153619 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Basket.php b/lib/Alchemy/Phrasea/Controller/Prod/Basket.php index 9faa9f7fb6..2983d0946f 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Basket.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Basket.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 5824a17a38..a17a381354 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 6d6c1dd4cc..afb6bf86d9 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 db0340c31e..f27f3b5ada 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 5c76300678..54b9af813c 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 8126f077b9..33b3da2144 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 b19ed5cb24..34ddde5645 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 23dc569ed3..cb53ffe5e4 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 c31226d40d..8c0d566395 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 cf90f7e8de..789f3488ff 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 d12e54de48..41b56b8bd6 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 f9e8d9fde7..2d80e5cfdb 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/UserPreferences.php b/lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php index 39200b389c..af41f57ff2 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 96ee4e9a73..92f7cfe309 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 5a774e8b2b..b02fe98433 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 6bbbb55351..b96046d1e4 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Installer.php b/lib/Alchemy/Phrasea/Controller/Setup/Installer.php index c8948babae..a64da595a9 100644 --- a/lib/Alchemy/Phrasea/Controller/Setup/Installer.php +++ b/lib/Alchemy/Phrasea/Controller/Setup/Installer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Upgrader.php b/lib/Alchemy/Phrasea/Controller/Setup/Upgrader.php index 816541c7ee..7461b8f776 100644 --- a/lib/Alchemy/Phrasea/Controller/Setup/Upgrader.php +++ b/lib/Alchemy/Phrasea/Controller/Setup/Upgrader.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 5ac66122be..4c40eb5471 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 43c059619a..96a1aabb0c 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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.php b/lib/Alchemy/Phrasea/Core.php index 4c85953e1a..1ff49daa2a 100644 --- a/lib/Alchemy/Phrasea/Core.php +++ b/lib/Alchemy/Phrasea/Core.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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.php b/lib/Alchemy/Phrasea/Core/Configuration.php index 3b4d08bbfe..38ce0fd489 100644 --- a/lib/Alchemy/Phrasea/Core/Configuration.php +++ b/lib/Alchemy/Phrasea/Core/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/ApplicationSpecification.php b/lib/Alchemy/Phrasea/Core/Configuration/ApplicationSpecification.php index 4b20cf0463..17a4909987 100644 --- a/lib/Alchemy/Phrasea/Core/Configuration/ApplicationSpecification.php +++ b/lib/Alchemy/Phrasea/Core/Configuration/ApplicationSpecification.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Specification.php b/lib/Alchemy/Phrasea/Core/Configuration/Specification.php index 6ae56eacca..6d4fc91cf2 100644 --- a/lib/Alchemy/Phrasea/Core/Configuration/Specification.php +++ b/lib/Alchemy/Phrasea/Core/Configuration/Specification.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Builder.php b/lib/Alchemy/Phrasea/Core/Service/Builder.php index 0d96d78e1c..ea553bd227 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Builder.php +++ b/lib/Alchemy/Phrasea/Core/Service/Builder.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Cache/ApcCache.php b/lib/Alchemy/Phrasea/Core/Service/Cache/ApcCache.php index 9a33193ce1..d2d452ce6f 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Cache/ApcCache.php +++ b/lib/Alchemy/Phrasea/Core/Service/Cache/ApcCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Cache/ArrayCache.php b/lib/Alchemy/Phrasea/Core/Service/Cache/ArrayCache.php index abb233c1be..f7ae0fe772 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Cache/ArrayCache.php +++ b/lib/Alchemy/Phrasea/Core/Service/Cache/ArrayCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Cache/MemcacheCache.php b/lib/Alchemy/Phrasea/Core/Service/Cache/MemcacheCache.php index f1a7f2da49..6424093ae0 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Cache/MemcacheCache.php +++ b/lib/Alchemy/Phrasea/Core/Service/Cache/MemcacheCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Cache/RedisCache.php b/lib/Alchemy/Phrasea/Core/Service/Cache/RedisCache.php index 0e047abd74..ee53d09d8a 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Cache/RedisCache.php +++ b/lib/Alchemy/Phrasea/Core/Service/Cache/RedisCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Cache/XcacheCache.php b/lib/Alchemy/Phrasea/Core/Service/Cache/XcacheCache.php index 153e84d3c1..d00d38a920 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Cache/XcacheCache.php +++ b/lib/Alchemy/Phrasea/Core/Service/Cache/XcacheCache.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Log/Doctrine/Monolog.php b/lib/Alchemy/Phrasea/Core/Service/Log/Doctrine/Monolog.php index e23ba869a3..ea32cc8728 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Log/Doctrine/Monolog.php +++ b/lib/Alchemy/Phrasea/Core/Service/Log/Doctrine/Monolog.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Log/Doctrine/Phpecho.php b/lib/Alchemy/Phrasea/Core/Service/Log/Doctrine/Phpecho.php index a03b8e5265..4a9911a43f 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Log/Doctrine/Phpecho.php +++ b/lib/Alchemy/Phrasea/Core/Service/Log/Doctrine/Phpecho.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Log/Monolog.php b/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php index ba249d3906..aa51fa7e7b 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php +++ b/lib/Alchemy/Phrasea/Core/Service/Log/Monolog.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/Orm/Doctrine.php b/lib/Alchemy/Phrasea/Core/Service/Orm/Doctrine.php index 5e1ba2b1f1..0fa0a19b2d 100644 --- a/lib/Alchemy/Phrasea/Core/Service/Orm/Doctrine.php +++ b/lib/Alchemy/Phrasea/Core/Service/Orm/Doctrine.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/ServiceAbstract.php b/lib/Alchemy/Phrasea/Core/Service/ServiceAbstract.php index 0da55687f0..92110db32a 100644 --- a/lib/Alchemy/Phrasea/Core/Service/ServiceAbstract.php +++ b/lib/Alchemy/Phrasea/Core/Service/ServiceAbstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/ServiceInterface.php b/lib/Alchemy/Phrasea/Core/Service/ServiceInterface.php index 67bc611540..c8c22abd18 100644 --- a/lib/Alchemy/Phrasea/Core/Service/ServiceInterface.php +++ b/lib/Alchemy/Phrasea/Core/Service/ServiceInterface.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Service/TemplateEngine/Twig.php b/lib/Alchemy/Phrasea/Core/Service/TemplateEngine/Twig.php index 8759feecb0..e66c603121 100644 --- a/lib/Alchemy/Phrasea/Core/Service/TemplateEngine/Twig.php +++ b/lib/Alchemy/Phrasea/Core/Service/TemplateEngine/Twig.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 85877201d9..68f31aa6c4 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 0e23c84699..94f236b76b 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 1e42ea00a8..0a9117b477 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 58a72f6795..a579ac98ad 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Edit.php b/lib/Alchemy/Phrasea/Helper/Record/Edit.php index a4898749fd..274942c3cb 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/Edit.php +++ b/lib/Alchemy/Phrasea/Helper/Record/Edit.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Feed.php b/lib/Alchemy/Phrasea/Helper/Record/Feed.php index 7c5891cefb..790ffbec42 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/Feed.php +++ b/lib/Alchemy/Phrasea/Helper/Record/Feed.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 e5e32e7474..649c1b1d74 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/MoveCollection.php b/lib/Alchemy/Phrasea/Helper/Record/MoveCollection.php index cd7fd883a1..fa01aa10a2 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/MoveCollection.php +++ b/lib/Alchemy/Phrasea/Helper/Record/MoveCollection.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 06f67a91e0..65a644db61 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 d27b762d43..34536e93e6 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Tools.php b/lib/Alchemy/Phrasea/Helper/Record/Tools.php index ff03bfe08e..8a7136b85a 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/Tools.php +++ b/lib/Alchemy/Phrasea/Helper/Record/Tools.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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/Tooltip.php b/lib/Alchemy/Phrasea/Helper/Record/Tooltip.php index 06ef6bc919..9e48824449 100644 --- a/lib/Alchemy/Phrasea/Helper/Record/Tooltip.php +++ b/lib/Alchemy/Phrasea/Helper/Record/Tooltip.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 67078cc0a7..1c4846f2f8 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 1f8d9bbba1..df28c20a5b 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 3e38f52f84..7ffdf31f3c 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Loader/ApcAutoloader.php b/lib/Alchemy/Phrasea/Loader/ApcAutoloader.php index cf35106524..100e1a3763 100644 --- a/lib/Alchemy/Phrasea/Loader/ApcAutoloader.php +++ b/lib/Alchemy/Phrasea/Loader/ApcAutoloader.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Loader/Autoloader.php b/lib/Alchemy/Phrasea/Loader/Autoloader.php index 333446e479..3c3a940ca1 100644 --- a/lib/Alchemy/Phrasea/Loader/Autoloader.php +++ b/lib/Alchemy/Phrasea/Loader/Autoloader.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Loader/CacheAutoloader.php b/lib/Alchemy/Phrasea/Loader/CacheAutoloader.php index 1acec62957..d8b249e433 100644 --- a/lib/Alchemy/Phrasea/Loader/CacheAutoloader.php +++ b/lib/Alchemy/Phrasea/Loader/CacheAutoloader.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Loader/LoaderStrategy.php b/lib/Alchemy/Phrasea/Loader/LoaderStrategy.php index 6f488eb859..e8908a07bb 100644 --- a/lib/Alchemy/Phrasea/Loader/LoaderStrategy.php +++ b/lib/Alchemy/Phrasea/Loader/LoaderStrategy.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Alchemy/Phrasea/Loader/XcacheAutoloader.php b/lib/Alchemy/Phrasea/Loader/XcacheAutoloader.php index b905518143..e1161094dd 100644 --- a/lib/Alchemy/Phrasea/Loader/XcacheAutoloader.php +++ b/lib/Alchemy/Phrasea/Loader/XcacheAutoloader.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 c675e3e1b2..d8e863e502 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 b8bb869b6e..8b5def0208 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 02d9ac0bc8..99a30e3de8 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 d9847ee409..577e8b8b89 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 9673218311..d653bf12cc 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 3d555f3fd2..217fd465a6 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 a4bf3ae291..f515d6d1b1 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 d7ec43b86c..bbb807c218 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 36996f4a41..e68e85b369 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 e44926faec..0afbd9da09 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 e5c383f44c..2bc04beb8e 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 85c18eaf70..21167aa5fa 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 a61243d898..f699b29774 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 0dc0c81002..ce7783e54c 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 8bcf0a4e66..89da35809c 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 67ba02d14f..6432d9ece2 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 589d3b40ba..944f40303c 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 d52002835c..9175488441 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 3c1e97b450..ff7d12d1b8 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 1d687ee58d..a95c013617 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 791384f7e6..4665ce1cc6 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For 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 3c52f7fec3..d275aa32ea 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/Basket.php b/lib/Doctrine/Entities/Basket.php index fb8da591fe..9023c929a5 100644 --- a/lib/Doctrine/Entities/Basket.php +++ b/lib/Doctrine/Entities/Basket.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/BasketElement.php b/lib/Doctrine/Entities/BasketElement.php index a7256f8169..0f36b16863 100644 --- a/lib/Doctrine/Entities/BasketElement.php +++ b/lib/Doctrine/Entities/BasketElement.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/StoryWZ.php b/lib/Doctrine/Entities/StoryWZ.php index 83c3e72348..f74bf8a59c 100644 --- a/lib/Doctrine/Entities/StoryWZ.php +++ b/lib/Doctrine/Entities/StoryWZ.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/UsrList.php b/lib/Doctrine/Entities/UsrList.php index b85560bcc8..cb8f5d7d40 100644 --- a/lib/Doctrine/Entities/UsrList.php +++ b/lib/Doctrine/Entities/UsrList.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/UsrListEntry.php b/lib/Doctrine/Entities/UsrListEntry.php index 26d41fcff5..e4108e2bd2 100644 --- a/lib/Doctrine/Entities/UsrListEntry.php +++ b/lib/Doctrine/Entities/UsrListEntry.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/UsrListOwner.php b/lib/Doctrine/Entities/UsrListOwner.php index 8460ffc4dd..c23f138e39 100644 --- a/lib/Doctrine/Entities/UsrListOwner.php +++ b/lib/Doctrine/Entities/UsrListOwner.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/ValidationData.php b/lib/Doctrine/Entities/ValidationData.php index 588f3e091b..5e0c460469 100644 --- a/lib/Doctrine/Entities/ValidationData.php +++ b/lib/Doctrine/Entities/ValidationData.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/ValidationParticipant.php b/lib/Doctrine/Entities/ValidationParticipant.php index 7e4086266d..06a660bade 100644 --- a/lib/Doctrine/Entities/ValidationParticipant.php +++ b/lib/Doctrine/Entities/ValidationParticipant.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Entities/ValidationSession.php b/lib/Doctrine/Entities/ValidationSession.php index e1ace6f6e0..69bf36ff5c 100644 --- a/lib/Doctrine/Entities/ValidationSession.php +++ b/lib/Doctrine/Entities/ValidationSession.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Logger/MonologSQLLogger.php b/lib/Doctrine/Logger/MonologSQLLogger.php index ddf4160319..4710363d4d 100644 --- a/lib/Doctrine/Logger/MonologSQLLogger.php +++ b/lib/Doctrine/Logger/MonologSQLLogger.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Repositories/BasketRepository.php b/lib/Doctrine/Repositories/BasketRepository.php index 2f62cddb75..f90b127963 100644 --- a/lib/Doctrine/Repositories/BasketRepository.php +++ b/lib/Doctrine/Repositories/BasketRepository.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Repositories/ValidationParticipantRepository.php b/lib/Doctrine/Repositories/ValidationParticipantRepository.php index 6340358c5a..6e3f5d4d41 100644 --- a/lib/Doctrine/Repositories/ValidationParticipantRepository.php +++ b/lib/Doctrine/Repositories/ValidationParticipantRepository.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Types/Binary.php b/lib/Doctrine/Types/Binary.php index ceb553174c..45bc87387e 100644 --- a/lib/Doctrine/Types/Binary.php +++ b/lib/Doctrine/Types/Binary.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Types/Blob.php b/lib/Doctrine/Types/Blob.php index 80edab0092..655d90cb80 100644 --- a/lib/Doctrine/Types/Blob.php +++ b/lib/Doctrine/Types/Blob.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Types/Enum.php b/lib/Doctrine/Types/Enum.php index 53e02a2b9d..cc2288f1bc 100644 --- a/lib/Doctrine/Types/Enum.php +++ b/lib/Doctrine/Types/Enum.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Types/LongBlob.php b/lib/Doctrine/Types/LongBlob.php index 8b5a717898..9564a1e3cd 100644 --- a/lib/Doctrine/Types/LongBlob.php +++ b/lib/Doctrine/Types/LongBlob.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/Doctrine/Types/VarBinary.php b/lib/Doctrine/Types/VarBinary.php index fbb7ba30eb..59d5baa8ab 100644 --- a/lib/Doctrine/Types/VarBinary.php +++ b/lib/Doctrine/Types/VarBinary.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 36ad600b21..1847a30ecb 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/ACL.class.php index 1add39cc48..bcee20e46a 100644 --- a/lib/classes/ACL.class.php +++ b/lib/classes/ACL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Account.class.php index 3f4f56095b..a9de9f3322 100644 --- a/lib/classes/API/OAuth2/Account.class.php +++ b/lib/classes/API/OAuth2/Account.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Adapter.class.php index 9993fe00ac..84942ca39d 100644 --- a/lib/classes/API/OAuth2/Adapter.class.php +++ b/lib/classes/API/OAuth2/Adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Application.class.php index 198ac3a55f..4c3bc7a1ca 100644 --- a/lib/classes/API/OAuth2/Application.class.php +++ b/lib/classes/API/OAuth2/Application.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/AuthCode.class.php index 32a4d1c6f7..75744abde2 100644 --- a/lib/classes/API/OAuth2/AuthCode.class.php +++ b/lib/classes/API/OAuth2/AuthCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Exception.class.php index d1948712a9..3440cb9687 100644 --- a/lib/classes/API/OAuth2/Exception/Exception.class.php +++ b/lib/classes/API/OAuth2/Exception/Exception.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Interface.class.php index 515229931e..dffdd1fbe8 100644 --- a/lib/classes/API/OAuth2/Exception/Interface.class.php +++ b/lib/classes/API/OAuth2/Exception/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect.class.php index 8f71bf60cd..3c9dcf263c 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect/AccessDenied.class.php index 0c2ac17288..f88896c141 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/AccessDenied.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/AccessDenied.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect/InvalidClient.class.php index aecee8af01..e0bce570cc 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/InvalidClient.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/InvalidClient.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect/InvalidRequest.class.php index 2adf7e6f6f..3b40f738e7 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/InvalidRequest.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/InvalidRequest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect/InvalidScope.class.php index c921d75d1d..89f9b0a358 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/InvalidScope.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/InvalidScope.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect/ServerError.class.php index c7247c2fb7..ae6fc5ee7b 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/ServerError.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/ServerError.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect/TemporaryUnavailable.class.php index dda4d8b8a4..07112e19b1 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/TemporaryUnavailable.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/TemporaryUnavailable.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect/UnauthorizedClient.class.php index a829fb64c2..5f474b7e58 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/UnauthorizedClient.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/UnauthorizedClient.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/Redirect/UnsupportedResponseType.class.php index 41d4911a9d..0bc72fa2f2 100644 --- a/lib/classes/API/OAuth2/Exception/Redirect/UnsupportedResponseType.class.php +++ b/lib/classes/API/OAuth2/Exception/Redirect/UnsupportedResponseType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate.class.php index d0614a3aea..0afe4afa2f 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate.class.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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 be245a69e4..1d8c428f08 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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 4038f4571f..2932a19e2d 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidClient.class.php index 3c55cca8e3..0be30a8377 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidClient.class.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidClient.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidRequest.class.php index 15d1118681..0624b428ce 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidRequest.class.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidRequest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidToken.class.php index 877aaaa996..202dfc03f6 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidToken.class.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/InvalidToken.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/BadRequest.class.php index d7238d4d39..c4d7bfa13b 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/BadRequest.class.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/BadRequest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Forbidden.class.php index 4af07a58fa..c8d9dcc164 100644 --- a/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Forbidden.class.php +++ b/lib/classes/API/OAuth2/Exception/WWWAuthenticate/Type/Forbidden.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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 6b322909a2..70d37d4371 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Form/DevAppDesktop.class.php index 590efd6603..7bd891566e 100644 --- a/lib/classes/API/OAuth2/Form/DevAppDesktop.class.php +++ b/lib/classes/API/OAuth2/Form/DevAppDesktop.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Form/DevAppInternet.class.php index c22517f248..8124a2f400 100644 --- a/lib/classes/API/OAuth2/Form/DevAppInternet.class.php +++ b/lib/classes/API/OAuth2/Form/DevAppInternet.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/RefreshToken.class.php index 1e10cf0b30..9a7e23683e 100644 --- a/lib/classes/API/OAuth2/RefreshToken.class.php +++ b/lib/classes/API/OAuth2/RefreshToken.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/OAuth2/Token.class.php index 16fa955204..cdf35cf5cb 100644 --- a/lib/classes/API/OAuth2/Token.class.php +++ b/lib/classes/API/OAuth2/Token.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/Abstract.class.php index 64ea65318a..867953934d 100644 --- a/lib/classes/API/V1/Abstract.class.php +++ b/lib/classes/API/V1/Abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/Interface.class.php index b82ecb0200..ea2c398816 100644 --- a/lib/classes/API/V1/Interface.class.php +++ b/lib/classes/API/V1/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/adapter.class.php index 62d117f652..b34d2a5250 100644 --- a/lib/classes/API/V1/adapter.class.php +++ b/lib/classes/API/V1/adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/exception/abstract.class.php index 247c507bf0..9b51b2b96d 100644 --- a/lib/classes/API/V1/exception/abstract.class.php +++ b/lib/classes/API/V1/exception/abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/exception/badrequest.class.php index 9e5192f822..3e8edbbba5 100644 --- a/lib/classes/API/V1/exception/badrequest.class.php +++ b/lib/classes/API/V1/exception/badrequest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/exception/forbidden.class.php index 9ac40361e0..e2bf68c356 100644 --- a/lib/classes/API/V1/exception/forbidden.class.php +++ b/lib/classes/API/V1/exception/forbidden.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/exception/internalservererror.class.php index 8f30e7fb3c..481951910e 100644 --- a/lib/classes/API/V1/exception/internalservererror.class.php +++ b/lib/classes/API/V1/exception/internalservererror.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/exception/methodnotallowed.class.php index cfa9f6cc2b..5cf3460851 100644 --- a/lib/classes/API/V1/exception/methodnotallowed.class.php +++ b/lib/classes/API/V1/exception/methodnotallowed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/exception/notfound.class.php index 7091b5e2b0..390b1d112e 100644 --- a/lib/classes/API/V1/exception/notfound.class.php +++ b/lib/classes/API/V1/exception/notfound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/exception/unauthorized.class.php index 9a1083e193..418dcc7a49 100644 --- a/lib/classes/API/V1/exception/unauthorized.class.php +++ b/lib/classes/API/V1/exception/unauthorized.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/API/V1/result.class.php index 8548c0cd71..cc51e6db2c 100644 --- a/lib/classes/API/V1/result.class.php +++ b/lib/classes/API/V1/result.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Account.class.php index fae3dd65b0..44f5393d3a 100644 --- a/lib/classes/Bridge/Account.class.php +++ b/lib/classes/Bridge/Account.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/AccountSettings.class.php index bafa666780..a75ef73831 100644 --- a/lib/classes/Bridge/AccountSettings.class.php +++ b/lib/classes/Bridge/AccountSettings.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api.class.php index afce08c0cd..4db9357a6f 100644 --- a/lib/classes/Bridge/Api.class.php +++ b/lib/classes/Bridge/Api.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Abstract.class.php index b7d14794cc..b8624f3950 100644 --- a/lib/classes/Bridge/Api/Abstract.class.php +++ b/lib/classes/Bridge/Api/Abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/AbstractCollection.class.php index 26c4033b3a..f2287f6496 100644 --- a/lib/classes/Bridge/Api/AbstractCollection.class.php +++ b/lib/classes/Bridge/Api/AbstractCollection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Auth/Abstract.class.php index d749c9a55e..8c66023de7 100644 --- a/lib/classes/Bridge/Api/Auth/Abstract.class.php +++ b/lib/classes/Bridge/Api/Auth/Abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Auth/Flickr.class.php index 0a09897b6c..d5591f27b8 100644 --- a/lib/classes/Bridge/Api/Auth/Flickr.class.php +++ b/lib/classes/Bridge/Api/Auth/Flickr.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Auth/Interface.class.php index 72b899559e..3c42e578c5 100644 --- a/lib/classes/Bridge/Api/Auth/Interface.class.php +++ b/lib/classes/Bridge/Api/Auth/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Auth/OAuth2.class.php index a30cebf59d..b0a49dbf60 100644 --- a/lib/classes/Bridge/Api/Auth/OAuth2.class.php +++ b/lib/classes/Bridge/Api/Auth/OAuth2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/ContainerCollection.class.php index f0f1c93329..9aba100e2a 100644 --- a/lib/classes/Bridge/Api/ContainerCollection.class.php +++ b/lib/classes/Bridge/Api/ContainerCollection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/ContainerInterface.class.php index 8b92dff40d..b5362ff7e4 100644 --- a/lib/classes/Bridge/Api/ContainerInterface.class.php +++ b/lib/classes/Bridge/Api/ContainerInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Dailymotion.class.php index 0c737d8e43..d6fedbc581 100644 --- a/lib/classes/Bridge/Api/Dailymotion.class.php +++ b/lib/classes/Bridge/Api/Dailymotion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/ElementCollection.class.php index f2a9f91f7b..13c954403e 100644 --- a/lib/classes/Bridge/Api/ElementCollection.class.php +++ b/lib/classes/Bridge/Api/ElementCollection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/ElementInterface.class.php index 033abba6c5..495a6d54ca 100644 --- a/lib/classes/Bridge/Api/ElementInterface.class.php +++ b/lib/classes/Bridge/Api/ElementInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Flickr.class.php index a62c9b4305..7093eb7b2f 100644 --- a/lib/classes/Bridge/Api/Flickr.class.php +++ b/lib/classes/Bridge/Api/Flickr.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Flickr/Container.class.php index 44d0ac20aa..6e98838cac 100644 --- a/lib/classes/Bridge/Api/Flickr/Container.class.php +++ b/lib/classes/Bridge/Api/Flickr/Container.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Flickr/Element.class.php index bae1127c1f..f71f65f906 100644 --- a/lib/classes/Bridge/Api/Flickr/Element.class.php +++ b/lib/classes/Bridge/Api/Flickr/Element.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Interface.class.php index c0b3d32bd2..eaa5f63ae6 100644 --- a/lib/classes/Bridge/Api/Interface.class.php +++ b/lib/classes/Bridge/Api/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Youtube.class.php index 4d36c2e813..c7176a18ed 100644 --- a/lib/classes/Bridge/Api/Youtube.class.php +++ b/lib/classes/Bridge/Api/Youtube.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Youtube/Container.class.php index 483c3ff964..59197edfb4 100644 --- a/lib/classes/Bridge/Api/Youtube/Container.class.php +++ b/lib/classes/Bridge/Api/Youtube/Container.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Api/Youtube/Element.class.php index a1913027f5..e335dac448 100644 --- a/lib/classes/Bridge/Api/Youtube/Element.class.php +++ b/lib/classes/Bridge/Api/Youtube/Element.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Element.class.php index 0b41e18d41..2632e66af3 100644 --- a/lib/classes/Bridge/Element.class.php +++ b/lib/classes/Bridge/Element.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception.class.php index fb4215aeef..db5ead8e60 100644 --- a/lib/classes/Bridge/Exception.class.php +++ b/lib/classes/Bridge/Exception.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/AccountNotFound.class.php index ae0a2ad995..fbe59453fc 100644 --- a/lib/classes/Bridge/Exception/AccountNotFound.class.php +++ b/lib/classes/Bridge/Exception/AccountNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ActionAuthBadConnection.class.php index 1c2475ff52..ea423b9066 100644 --- a/lib/classes/Bridge/Exception/ActionAuthBadConnection.class.php +++ b/lib/classes/Bridge/Exception/ActionAuthBadConnection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ActionAuthNeedReconnect.class.php index 344b043ea0..e74b2b17c7 100644 --- a/lib/classes/Bridge/Exception/ActionAuthNeedReconnect.class.php +++ b/lib/classes/Bridge/Exception/ActionAuthNeedReconnect.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ActionForbidden.class.php index 67aff1f2e0..bf558f07e0 100644 --- a/lib/classes/Bridge/Exception/ActionForbidden.class.php +++ b/lib/classes/Bridge/Exception/ActionForbidden.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ActionInvalidObjectId.class.php index 0a4178f946..2bd48c285d 100644 --- a/lib/classes/Bridge/Exception/ActionInvalidObjectId.class.php +++ b/lib/classes/Bridge/Exception/ActionInvalidObjectId.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ActionMandatoryField.class.php index a9f1235ee2..1f0dedb15d 100644 --- a/lib/classes/Bridge/Exception/ActionMandatoryField.class.php +++ b/lib/classes/Bridge/Exception/ActionMandatoryField.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ApiConnectorAccessTokenFailed.class.php index 107c4adbdb..ece3765ae3 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorAccessTokenFailed.class.php +++ b/lib/classes/Bridge/Exception/ApiConnectorAccessTokenFailed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ApiConnectorNotConfigured.class.php index 8799133c1b..fc7af5795e 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorNotConfigured.class.php +++ b/lib/classes/Bridge/Exception/ApiConnectorNotConfigured.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ApiConnectorNotConnected.class.php index 14844026ef..efb08d18d5 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorNotConnected.class.php +++ b/lib/classes/Bridge/Exception/ApiConnectorNotConnected.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ApiConnectorNotFound.class.php index 743364cb4f..806fad08c5 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorNotFound.class.php +++ b/lib/classes/Bridge/Exception/ApiConnectorNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ApiConnectorRequestFailed.class.php index 069ca6c280..4496174451 100644 --- a/lib/classes/Bridge/Exception/ApiConnectorRequestFailed.class.php +++ b/lib/classes/Bridge/Exception/ApiConnectorRequestFailed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ApiDisabled.class.php index 9a62750454..2a2938a2a6 100644 --- a/lib/classes/Bridge/Exception/ApiDisabled.class.php +++ b/lib/classes/Bridge/Exception/ApiDisabled.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ApiNotFound.class.php index 1661d7ab45..04e0ebe5fe 100644 --- a/lib/classes/Bridge/Exception/ApiNotFound.class.php +++ b/lib/classes/Bridge/Exception/ApiNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ContainerUnknown.class.php index 73f309f5d2..9ac9c152a9 100644 --- a/lib/classes/Bridge/Exception/ContainerUnknown.class.php +++ b/lib/classes/Bridge/Exception/ContainerUnknown.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ElementNotFound.class.php index 4ffcdd8c0c..98beea6233 100644 --- a/lib/classes/Bridge/Exception/ElementNotFound.class.php +++ b/lib/classes/Bridge/Exception/ElementNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ElementUnknown.class.php index cf85bc80bd..bdeac69682 100644 --- a/lib/classes/Bridge/Exception/ElementUnknown.class.php +++ b/lib/classes/Bridge/Exception/ElementUnknown.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/InvalidRecordType.class.php index f0bd1d5a37..e37d7e9a48 100644 --- a/lib/classes/Bridge/Exception/InvalidRecordType.class.php +++ b/lib/classes/Bridge/Exception/InvalidRecordType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/ObjectUnknown.class.php index 3f3ffcb6f1..cf76de30b1 100644 --- a/lib/classes/Bridge/Exception/ObjectUnknown.class.php +++ b/lib/classes/Bridge/Exception/ObjectUnknown.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Bridge/Exception/TokenNotFound.class.php index de74b8db5c..7b7af71d10 100644 --- a/lib/classes/Bridge/Exception/TokenNotFound.class.php +++ b/lib/classes/Bridge/Exception/TokenNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Abstract.class.php index fb95d48dee..a87904d630 100644 --- a/lib/classes/Exception/Abstract.class.php +++ b/lib/classes/Exception/Abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/BadRequest.class.php b/lib/classes/Exception/BadRequest.class.php index 019ca68d0b..c105cf35cc 100644 --- a/lib/classes/Exception/BadRequest.class.php +++ b/lib/classes/Exception/BadRequest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Databox/CollectionNotFound.class.php index 182f7d008b..21fa00b688 100644 --- a/lib/classes/Exception/Databox/CollectionNotFound.class.php +++ b/lib/classes/Exception/Databox/CollectionNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Databox/FieldNotFound.class.php index de81d8f988..b86a17e0a4 100644 --- a/lib/classes/Exception/Databox/FieldNotFound.class.php +++ b/lib/classes/Exception/Databox/FieldNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Databox/SubdefNotFound.class.php index 179171c3e6..e7ad5032ef 100644 --- a/lib/classes/Exception/Databox/SubdefNotFound.class.php +++ b/lib/classes/Exception/Databox/SubdefNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Databox/metadataDescriptionNotFound.class.php index 3d78f6e8c5..c5c33936ff 100644 --- a/lib/classes/Exception/Databox/metadataDescriptionNotFound.class.php +++ b/lib/classes/Exception/Databox/metadataDescriptionNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/DataboxNotFound.class.php b/lib/classes/Exception/DataboxNotFound.class.php index 8b19b7401a..c470ca893a 100644 --- a/lib/classes/Exception/DataboxNotFound.class.php +++ b/lib/classes/Exception/DataboxNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Feed/EntryNotFound.class.php b/lib/classes/Exception/Feed/EntryNotFound.class.php index 2ea84366e3..df6eab5109 100644 --- a/lib/classes/Exception/Feed/EntryNotFound.class.php +++ b/lib/classes/Exception/Feed/EntryNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Feed/ItemNotFound.class.php b/lib/classes/Exception/Feed/ItemNotFound.class.php index 1fe28d8b10..322d36e3ef 100644 --- a/lib/classes/Exception/Feed/ItemNotFound.class.php +++ b/lib/classes/Exception/Feed/ItemNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Feed/PublisherNotFound.class.php b/lib/classes/Exception/Feed/PublisherNotFound.class.php index 5c801aba05..6117d395d1 100644 --- a/lib/classes/Exception/Feed/PublisherNotFound.class.php +++ b/lib/classes/Exception/Feed/PublisherNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/FeedNotFound.class.php b/lib/classes/Exception/FeedNotFound.class.php index df09f5fb89..a868c285a9 100644 --- a/lib/classes/Exception/FeedNotFound.class.php +++ b/lib/classes/Exception/FeedNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Forbidden.class.php b/lib/classes/Exception/Forbidden.class.php index ed24f8ef82..2eecb6eba8 100644 --- a/lib/classes/Exception/Forbidden.class.php +++ b/lib/classes/Exception/Forbidden.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/InternalServerError.class.php index ec6ca49531..234fcda842 100644 --- a/lib/classes/Exception/InternalServerError.class.php +++ b/lib/classes/Exception/InternalServerError.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/InvalidArgument.class.php index 66ed8d27bd..cf8174d7df 100644 --- a/lib/classes/Exception/InvalidArgument.class.php +++ b/lib/classes/Exception/InvalidArgument.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Subdef/PermalinkNotFound.class.php b/lib/classes/Exception/Media/Subdef/PermalinkNotFound.class.php index 01842c3a83..5f3994fb9c 100644 --- a/lib/classes/Exception/Media/Subdef/PermalinkNotFound.class.php +++ b/lib/classes/Exception/Media/Subdef/PermalinkNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Media/SubdefNotFound.class.php index 64e5808b12..b21515a8cd 100644 --- a/lib/classes/Exception/Media/SubdefNotFound.class.php +++ b/lib/classes/Exception/Media/SubdefNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/NotAllowed.class.php b/lib/classes/Exception/NotAllowed.class.php index 5c76f52210..398ff1d2c2 100644 --- a/lib/classes/Exception/NotAllowed.class.php +++ b/lib/classes/Exception/NotAllowed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/NotFound.class.php b/lib/classes/Exception/NotFound.class.php index c1ce45e7f7..eb5b5ace30 100644 --- a/lib/classes/Exception/NotFound.class.php +++ b/lib/classes/Exception/NotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Record/AdapterNotFound.class.php index ccc3012028..65a9185a8f 100644 --- a/lib/classes/Exception/Record/AdapterNotFound.class.php +++ b/lib/classes/Exception/Record/AdapterNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/ServiceUnavalaible.class.php b/lib/classes/Exception/ServiceUnavalaible.class.php index a90063c530..74a032732c 100644 --- a/lib/classes/Exception/ServiceUnavalaible.class.php +++ b/lib/classes/Exception/ServiceUnavalaible.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/AlreadyCreated.class.php b/lib/classes/Exception/Session/AlreadyCreated.class.php index 1f9e7d54f0..e08c43146a 100644 --- a/lib/classes/Exception/Session/AlreadyCreated.class.php +++ b/lib/classes/Exception/Session/AlreadyCreated.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/BadSalinity.class.php b/lib/classes/Exception/Session/BadSalinity.class.php index 76ebf8e707..c272254a08 100644 --- a/lib/classes/Exception/Session/BadSalinity.class.php +++ b/lib/classes/Exception/Session/BadSalinity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Closed.class.php b/lib/classes/Exception/Session/Closed.class.php index 715a059133..b8dd925041 100644 --- a/lib/classes/Exception/Session/Closed.class.php +++ b/lib/classes/Exception/Session/Closed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Session/LoggerNotFound.class.php index a5ad713004..74e3e92a57 100644 --- a/lib/classes/Exception/Session/LoggerNotFound.class.php +++ b/lib/classes/Exception/Session/LoggerNotFound.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/MailLocked.class.php b/lib/classes/Exception/Session/MailLocked.class.php index aa35c2c842..a952e17ea5 100644 --- a/lib/classes/Exception/Session/MailLocked.class.php +++ b/lib/classes/Exception/Session/MailLocked.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/NotAuthenticated.class.php b/lib/classes/Exception/Session/NotAuthenticated.class.php index 82b487872c..4b7b81d556 100644 --- a/lib/classes/Exception/Session/NotAuthenticated.class.php +++ b/lib/classes/Exception/Session/NotAuthenticated.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/RequireCaptcha.class.php b/lib/classes/Exception/Session/RequireCaptcha.class.php index d02fb03709..654baf1ce2 100644 --- a/lib/classes/Exception/Session/RequireCaptcha.class.php +++ b/lib/classes/Exception/Session/RequireCaptcha.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/StorageClosed.class.php b/lib/classes/Exception/Session/StorageClosed.class.php index bd5de70de1..58eacb5be3 100644 --- a/lib/classes/Exception/Session/StorageClosed.class.php +++ b/lib/classes/Exception/Session/StorageClosed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/WrongToken.class.php b/lib/classes/Exception/Session/WrongToken.class.php index ea003e9535..6c315ec637 100644 --- a/lib/classes/Exception/Session/WrongToken.class.php +++ b/lib/classes/Exception/Session/WrongToken.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Setup/CannotWriteLockFile.class.php index 217c49137d..592456202c 100644 --- a/lib/classes/Exception/Setup/CannotWriteLockFile.class.php +++ b/lib/classes/Exception/Setup/CannotWriteLockFile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Setup/FixBadEmailAddresses.class.php index 2625d4013a..f1846511e1 100644 --- a/lib/classes/Exception/Setup/FixBadEmailAddresses.class.php +++ b/lib/classes/Exception/Setup/FixBadEmailAddresses.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Setup/PhraseaAlreadyInstalled.class.php index dd9198a827..20e491ab93 100644 --- a/lib/classes/Exception/Setup/PhraseaAlreadyInstalled.class.php +++ b/lib/classes/Exception/Setup/PhraseaAlreadyInstalled.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Setup/UpgradeAlreadyStarted.class.php index 3f2c245ac1..871567993c 100644 --- a/lib/classes/Exception/Setup/UpgradeAlreadyStarted.class.php +++ b/lib/classes/Exception/Setup/UpgradeAlreadyStarted.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Unauthorized.class.php b/lib/classes/Exception/Unauthorized.class.php index 065db11441..b066954b56 100644 --- a/lib/classes/Exception/Unauthorized.class.php +++ b/lib/classes/Exception/Unauthorized.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/UnauthorizedAction.class.php b/lib/classes/Exception/UnauthorizedAction.class.php index 5904bfffbc..213c4a185f 100644 --- a/lib/classes/Exception/UnauthorizedAction.class.php +++ b/lib/classes/Exception/UnauthorizedAction.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Upload/CannotWriteFile.class.php index d2b90017b6..9b5b911e45 100644 --- a/lib/classes/Exception/Upload/CannotWriteFile.class.php +++ b/lib/classes/Exception/Upload/CannotWriteFile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Upload/Error.class.php index 93522f0352..4617580dae 100644 --- a/lib/classes/Exception/Upload/Error.class.php +++ b/lib/classes/Exception/Upload/Error.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Exception/Upload/FileTooBig.class.php index 06792908ea..9f85f0e4e2 100644 --- a/lib/classes/Exception/Upload/FileTooBig.class.php +++ b/lib/classes/Exception/Upload/FileTooBig.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Abstract.class.php b/lib/classes/Feed/Abstract.class.php index 1b65e811fd..8d60c2b16f 100644 --- a/lib/classes/Feed/Abstract.class.php +++ b/lib/classes/Feed/Abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Adapter.class.php b/lib/classes/Feed/Adapter.class.php index 77b0d07f37..aec34c2a46 100644 --- a/lib/classes/Feed/Adapter.class.php +++ b/lib/classes/Feed/Adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Aggregate.class.php b/lib/classes/Feed/Aggregate.class.php index 11ca33edf6..5225b590ab 100644 --- a/lib/classes/Feed/Aggregate.class.php +++ b/lib/classes/Feed/Aggregate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Collection.class.php b/lib/classes/Feed/Collection.class.php index 0dfa97e49d..414c80e6d7 100644 --- a/lib/classes/Feed/Collection.class.php +++ b/lib/classes/Feed/Collection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/CollectionInterface.class.php b/lib/classes/Feed/CollectionInterface.class.php index 23f0a77d5c..c7f3d553d0 100644 --- a/lib/classes/Feed/CollectionInterface.class.php +++ b/lib/classes/Feed/CollectionInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Entry/Adapter.class.php b/lib/classes/Feed/Entry/Adapter.class.php index b791bdfd5f..fd3a28fae9 100644 --- a/lib/classes/Feed/Entry/Adapter.class.php +++ b/lib/classes/Feed/Entry/Adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Entry/Collection.class.php b/lib/classes/Feed/Entry/Collection.class.php index 975d2e11d0..9bf83a2a42 100644 --- a/lib/classes/Feed/Entry/Collection.class.php +++ b/lib/classes/Feed/Entry/Collection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Entry/CollectionInterface.class.php b/lib/classes/Feed/Entry/CollectionInterface.class.php index 62c10464a3..f10b5dd744 100644 --- a/lib/classes/Feed/Entry/CollectionInterface.class.php +++ b/lib/classes/Feed/Entry/CollectionInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Entry/Interface.class.php b/lib/classes/Feed/Entry/Interface.class.php index 398eab9f4f..c25b467ee7 100644 --- a/lib/classes/Feed/Entry/Interface.class.php +++ b/lib/classes/Feed/Entry/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Entry/Item.class.php b/lib/classes/Feed/Entry/Item.class.php index c56fb2225b..d60b5a5ebf 100644 --- a/lib/classes/Feed/Entry/Item.class.php +++ b/lib/classes/Feed/Entry/Item.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Entry/ItemInterface.class.php b/lib/classes/Feed/Entry/ItemInterface.class.php index ec5f71d8da..2b544a8eda 100644 --- a/lib/classes/Feed/Entry/ItemInterface.class.php +++ b/lib/classes/Feed/Entry/ItemInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Interface.class.php b/lib/classes/Feed/Interface.class.php index 64286666ad..ef069a9dc2 100644 --- a/lib/classes/Feed/Interface.class.php +++ b/lib/classes/Feed/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Link.class.php b/lib/classes/Feed/Link.class.php index eb60316512..96f691acca 100644 --- a/lib/classes/Feed/Link.class.php +++ b/lib/classes/Feed/Link.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/LinkInterface.class.php b/lib/classes/Feed/LinkInterface.class.php index 3a662ec3fb..deccfa95ae 100644 --- a/lib/classes/Feed/LinkInterface.class.php +++ b/lib/classes/Feed/LinkInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Publisher/Adapter.class.php b/lib/classes/Feed/Publisher/Adapter.class.php index 4123facd15..2839403f3b 100644 --- a/lib/classes/Feed/Publisher/Adapter.class.php +++ b/lib/classes/Feed/Publisher/Adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Publisher/Interface.class.php b/lib/classes/Feed/Publisher/Interface.class.php index f35cbaad5a..27eb8912c9 100644 --- a/lib/classes/Feed/Publisher/Interface.class.php +++ b/lib/classes/Feed/Publisher/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/Token.class.php b/lib/classes/Feed/Token.class.php index 395cfc62d3..4d7a95db6b 100644 --- a/lib/classes/Feed/Token.class.php +++ b/lib/classes/Feed/Token.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/TokenAggregate.class.php b/lib/classes/Feed/TokenAggregate.class.php index d1e94e594b..6199be8b15 100644 --- a/lib/classes/Feed/TokenAggregate.class.php +++ b/lib/classes/Feed/TokenAggregate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/XML/Abstract.class.php b/lib/classes/Feed/XML/Abstract.class.php index 572b5271ec..ec476e609f 100644 --- a/lib/classes/Feed/XML/Abstract.class.php +++ b/lib/classes/Feed/XML/Abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/XML/Atom.class.php b/lib/classes/Feed/XML/Atom.class.php index ff33c03684..1f2837f744 100644 --- a/lib/classes/Feed/XML/Atom.class.php +++ b/lib/classes/Feed/XML/Atom.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/XML/Cooliris.class.php b/lib/classes/Feed/XML/Cooliris.class.php index 7647e5d82d..b99ef877c8 100644 --- a/lib/classes/Feed/XML/Cooliris.class.php +++ b/lib/classes/Feed/XML/Cooliris.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/XML/Interface.class.php b/lib/classes/Feed/XML/Interface.class.php index 2fd423318b..d4773b9ed0 100644 --- a/lib/classes/Feed/XML/Interface.class.php +++ b/lib/classes/Feed/XML/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/XML/RSS.class.php b/lib/classes/Feed/XML/RSS.class.php index 41621077c6..66c7993baf 100644 --- a/lib/classes/Feed/XML/RSS.class.php +++ b/lib/classes/Feed/XML/RSS.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/XML/RSS/Image.class.php b/lib/classes/Feed/XML/RSS/Image.class.php index 284bfccf2d..3937481e89 100644 --- a/lib/classes/Feed/XML/RSS/Image.class.php +++ b/lib/classes/Feed/XML/RSS/Image.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/Feed/XML/RSS/ImageInterface.class.php b/lib/classes/Feed/XML/RSS/ImageInterface.class.php index 9b9df42407..ff6742b408 100644 --- a/lib/classes/Feed/XML/RSS/ImageInterface.class.php +++ b/lib/classes/Feed/XML/RSS/ImageInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Authentication/Guest.class.php b/lib/classes/Session/Authentication/Guest.class.php index a46396cd10..f9f115f20e 100644 --- a/lib/classes/Session/Authentication/Guest.class.php +++ b/lib/classes/Session/Authentication/Guest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Authentication/Interface.class.php b/lib/classes/Session/Authentication/Interface.class.php index bea6b93629..cadeffde57 100644 --- a/lib/classes/Session/Authentication/Interface.class.php +++ b/lib/classes/Session/Authentication/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Authentication/Native.class.php b/lib/classes/Session/Authentication/Native.class.php index 8fd7a43faa..ee81497963 100644 --- a/lib/classes/Session/Authentication/Native.class.php +++ b/lib/classes/Session/Authentication/Native.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Authentication/None.class.php b/lib/classes/Session/Authentication/None.class.php index 539256a194..40fc8be921 100644 --- a/lib/classes/Session/Authentication/None.class.php +++ b/lib/classes/Session/Authentication/None.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Authentication/PersistentCookie.class.php b/lib/classes/Session/Authentication/PersistentCookie.class.php index f2330aa5d8..860e10d204 100644 --- a/lib/classes/Session/Authentication/PersistentCookie.class.php +++ b/lib/classes/Session/Authentication/PersistentCookie.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Authentication/Token.class.php b/lib/classes/Session/Authentication/Token.class.php index bd6dbfdee1..73e35fbccd 100644 --- a/lib/classes/Session/Authentication/Token.class.php +++ b/lib/classes/Session/Authentication/Token.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Handler.class.php b/lib/classes/Session/Handler.class.php index 144f5b6e00..6272254938 100644 --- a/lib/classes/Session/Handler.class.php +++ b/lib/classes/Session/Handler.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Session/Logger.class.php index 87ee9c319a..3c8e91fa4e 100644 --- a/lib/classes/Session/Logger.class.php +++ b/lib/classes/Session/Logger.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Phrasea.class.php b/lib/classes/Session/Phrasea.class.php index ac890e4736..a2eb263e41 100644 --- a/lib/classes/Session/Phrasea.class.php +++ b/lib/classes/Session/Phrasea.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Storage/Abstract.class.php b/lib/classes/Session/Storage/Abstract.class.php index 9f25de1ec6..ff588e3b8e 100644 --- a/lib/classes/Session/Storage/Abstract.class.php +++ b/lib/classes/Session/Storage/Abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Storage/CommandLine.class.php b/lib/classes/Session/Storage/CommandLine.class.php index 61102eab20..7a57c829e0 100644 --- a/lib/classes/Session/Storage/CommandLine.class.php +++ b/lib/classes/Session/Storage/CommandLine.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Storage/Interface.class.php b/lib/classes/Session/Storage/Interface.class.php index fd15673b3e..1557ccc7c3 100644 --- a/lib/classes/Session/Storage/Interface.class.php +++ b/lib/classes/Session/Storage/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Storage/PHPSession.class.php b/lib/classes/Session/Storage/PHPSession.class.php index eb63d3ed9a..ee977845fa 100644 --- a/lib/classes/Session/Storage/PHPSession.class.php +++ b/lib/classes/Session/Storage/PHPSession.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/Constraint.class.php b/lib/classes/Setup/Constraint.class.php index ab48c08435..7f00cdb3e3 100644 --- a/lib/classes/Setup/Constraint.class.php +++ b/lib/classes/Setup/Constraint.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/ConstraintsIterator.class.php b/lib/classes/Setup/ConstraintsIterator.class.php index fc5173f86a..db6ff321e7 100644 --- a/lib/classes/Setup/ConstraintsIterator.class.php +++ b/lib/classes/Setup/ConstraintsIterator.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/Setup/Upgrade.class.php index 477107faba..2cc395f50a 100644 --- a/lib/classes/Setup/Upgrade.class.php +++ b/lib/classes/Setup/Upgrade.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/User/Adapter.class.php index 491f1d1ea7..6c440225c2 100644 --- a/lib/classes/User/Adapter.class.php +++ b/lib/classes/User/Adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/User/Interface.class.php index 338dd01970..8acd8a0d2c 100644 --- a/lib/classes/User/Interface.class.php +++ b/lib/classes/User/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/User/Query.class.php index a6fdab538a..6bf1e0b021 100644 --- a/lib/classes/User/Query.class.php +++ b/lib/classes/User/Query.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/User/QueryInterface.class.php index 3ce84a5065..59c9a61b81 100644 --- a/lib/classes/User/QueryInterface.class.php +++ b/lib/classes/User/QueryInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/appbox.class.php index 6517288b4a..28d200c70e 100644 --- a/lib/classes/appbox.class.php +++ b/lib/classes/appbox.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/appbox/register.class.php index b5e71a57cc..30dc5a64e6 100644 --- a/lib/classes/appbox/register.class.php +++ b/lib/classes/appbox/register.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/base.class.php index 035da5fe4e..6dc4a1f9f5 100644 --- a/lib/classes/base.class.php +++ b/lib/classes/base.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/bootstrap.class.php b/lib/classes/bootstrap.class.php index 81a635a0ef..7ea1022581 100644 --- a/lib/classes/bootstrap.class.php +++ b/lib/classes/bootstrap.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/cache/cacheableInterface.class.php index 7e2b7d28a3..c42fb0f04f 100644 --- a/lib/classes/cache/cacheableInterface.class.php +++ b/lib/classes/cache/cacheableInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/cache/databox.class.php index e8c400ca70..4e6ba1708d 100644 --- a/lib/classes/cache/databox.class.php +++ b/lib/classes/cache/databox.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/caption/Field/Value.class.php index 7f1d54a9b8..cfd75b37df 100644 --- a/lib/classes/caption/Field/Value.class.php +++ b/lib/classes/caption/Field/Value.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/caption/field.class.php index 6a10001ccb..bd79f93dc9 100644 --- a/lib/classes/caption/field.class.php +++ b/lib/classes/caption/field.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/caption/interface.class.php index 23187203b1..67dfac02df 100644 --- a/lib/classes/caption/interface.class.php +++ b/lib/classes/caption/interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/caption/record.class.php index c5f23f1fc0..95c04b0c33 100644 --- a/lib/classes/caption/record.class.php +++ b/lib/classes/caption/record.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/collection.class.php index 3e8db55cb1..eb34f1e6f6 100644 --- a/lib/classes/collection.class.php +++ b/lib/classes/collection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/connection.class.php index b8fc8e6bbe..b5e36a27cd 100755 --- a/lib/classes/connection.class.php +++ b/lib/classes/connection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/connection/abstract.class.php index e4922e1ff8..94aa5dd8a5 100644 --- a/lib/classes/connection/abstract.class.php +++ b/lib/classes/connection/abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/connection/interface.class.php index 4dd3f130e7..ff8aa35cc1 100644 --- a/lib/classes/connection/interface.class.php +++ b/lib/classes/connection/interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/connection/pdo.class.php index 72acf325c2..1225d5a27f 100644 --- a/lib/classes/connection/pdo.class.php +++ b/lib/classes/connection/pdo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/connection/pdoStatementDebugger.class.php index a32850e6b8..187996c4bd 100644 --- a/lib/classes/connection/pdoStatementDebugger.class.php +++ b/lib/classes/connection/pdoStatementDebugger.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox.class.php index 0572f439bb..eb1b03567a 100644 --- a/lib/classes/databox.class.php +++ b/lib/classes/databox.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Contributor.class.php index 44361a4ca6..d84e87e381 100644 --- a/lib/classes/databox/Field/DCES/Contributor.class.php +++ b/lib/classes/databox/Field/DCES/Contributor.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Coverage.class.php index e791bf535c..48a56fa47b 100644 --- a/lib/classes/databox/Field/DCES/Coverage.class.php +++ b/lib/classes/databox/Field/DCES/Coverage.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Creator.class.php index 77e8fca505..b2dfbf08cf 100644 --- a/lib/classes/databox/Field/DCES/Creator.class.php +++ b/lib/classes/databox/Field/DCES/Creator.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Date.class.php index 7bb93ba304..20b997f7bc 100644 --- a/lib/classes/databox/Field/DCES/Date.class.php +++ b/lib/classes/databox/Field/DCES/Date.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Description.class.php index 687a4ec23f..093e8b50f5 100644 --- a/lib/classes/databox/Field/DCES/Description.class.php +++ b/lib/classes/databox/Field/DCES/Description.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Format.class.php index 7871313fa6..c7c9c02082 100644 --- a/lib/classes/databox/Field/DCES/Format.class.php +++ b/lib/classes/databox/Field/DCES/Format.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Identifier.class.php index f14ba714f3..5aced88105 100644 --- a/lib/classes/databox/Field/DCES/Identifier.class.php +++ b/lib/classes/databox/Field/DCES/Identifier.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Language.class.php index 4b70c2a182..52cc261021 100644 --- a/lib/classes/databox/Field/DCES/Language.class.php +++ b/lib/classes/databox/Field/DCES/Language.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Publisher.class.php index 213c3bee47..322dc85cdf 100644 --- a/lib/classes/databox/Field/DCES/Publisher.class.php +++ b/lib/classes/databox/Field/DCES/Publisher.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Relation.class.php index 1b846962d5..14af914a57 100644 --- a/lib/classes/databox/Field/DCES/Relation.class.php +++ b/lib/classes/databox/Field/DCES/Relation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Rights.class.php index b63569e639..c3f50ad019 100644 --- a/lib/classes/databox/Field/DCES/Rights.class.php +++ b/lib/classes/databox/Field/DCES/Rights.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Source.class.php index a1a4f3af21..de8b512b7e 100644 --- a/lib/classes/databox/Field/DCES/Source.class.php +++ b/lib/classes/databox/Field/DCES/Source.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Subject.class.php index 0b6e4496d7..48f5a89143 100644 --- a/lib/classes/databox/Field/DCES/Subject.class.php +++ b/lib/classes/databox/Field/DCES/Subject.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Title.class.php index 8260b4d9a8..57588acecf 100644 --- a/lib/classes/databox/Field/DCES/Title.class.php +++ b/lib/classes/databox/Field/DCES/Title.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCES/Type.class.php index 6a9c1ad9fb..b5f0d524da 100644 --- a/lib/classes/databox/Field/DCES/Type.class.php +++ b/lib/classes/databox/Field/DCES/Type.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/Field/DCESAbstract.class.php index c220f7860d..0473125a60 100644 --- a/lib/classes/databox/Field/DCESAbstract.class.php +++ b/lib/classes/databox/Field/DCESAbstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/cgu.class.php index e0edcc6e6b..e906b61117 100644 --- a/lib/classes/databox/cgu.class.php +++ b/lib/classes/databox/cgu.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/descriptionStructure.class.php index eb27e4f7b2..47560ccb21 100644 --- a/lib/classes/databox/descriptionStructure.class.php +++ b/lib/classes/databox/descriptionStructure.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/field.class.php index e7e3b721c6..a5e25b7ac2 100644 --- a/lib/classes/databox/field.class.php +++ b/lib/classes/databox/field.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/fieldUnknown.class.php b/lib/classes/databox/fieldUnknown.class.php index df74b914ce..7bef2ed81f 100644 --- a/lib/classes/databox/fieldUnknown.class.php +++ b/lib/classes/databox/fieldUnknown.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/status.class.php index 46e8695d1d..aa951d0191 100644 --- a/lib/classes/databox/status.class.php +++ b/lib/classes/databox/status.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/subdef.class.php index daeef496e5..1989f6a2aa 100644 --- a/lib/classes/databox/subdef.class.php +++ b/lib/classes/databox/subdef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/databox/subdefsStructure.class.php index 0bd410f976..3237393d6e 100644 --- a/lib/classes/databox/subdefsStructure.class.php +++ b/lib/classes/databox/subdefsStructure.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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 ee911411a0..0a9ad1c166 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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 aaa1f43465..48c5ba8a63 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-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/prodUtils.php b/lib/classes/deprecated/prodUtils.php index f7f6867d99..1bb1e28992 100644 --- a/lib/classes/deprecated/prodUtils.php +++ b/lib/classes/deprecated/prodUtils.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/event/test.class.php index ae77ed077d..b121efae90 100644 --- a/lib/classes/eventsmanager/event/test.class.php +++ b/lib/classes/eventsmanager/event/test.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/autoregister.class.php index 18bd0a2bcd..52a0d4bb81 100644 --- a/lib/classes/eventsmanager/notify/autoregister.class.php +++ b/lib/classes/eventsmanager/notify/autoregister.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/bridgeuploadfail.class.php index aaece491c0..b04fdc42d6 100644 --- a/lib/classes/eventsmanager/notify/bridgeuploadfail.class.php +++ b/lib/classes/eventsmanager/notify/bridgeuploadfail.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/downloadmailfail.class.php index e11de9034c..eb5ed6ffae 100644 --- a/lib/classes/eventsmanager/notify/downloadmailfail.class.php +++ b/lib/classes/eventsmanager/notify/downloadmailfail.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/feed.class.php index 9251fa14a4..4ab1b32603 100644 --- a/lib/classes/eventsmanager/notify/feed.class.php +++ b/lib/classes/eventsmanager/notify/feed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/order.class.php index fd50ce7123..f1c37965c5 100644 --- a/lib/classes/eventsmanager/notify/order.class.php +++ b/lib/classes/eventsmanager/notify/order.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/orderdeliver.class.php index ee66c85a40..9d5f63e3a0 100644 --- a/lib/classes/eventsmanager/notify/orderdeliver.class.php +++ b/lib/classes/eventsmanager/notify/orderdeliver.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/ordernotdelivered.class.php index 762d994934..d2e1e0a933 100644 --- a/lib/classes/eventsmanager/notify/ordernotdelivered.class.php +++ b/lib/classes/eventsmanager/notify/ordernotdelivered.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/push.class.php index d577157b3f..bdf6a91c7d 100644 --- a/lib/classes/eventsmanager/notify/push.class.php +++ b/lib/classes/eventsmanager/notify/push.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/register.class.php index 21033464f1..3d807035f1 100644 --- a/lib/classes/eventsmanager/notify/register.class.php +++ b/lib/classes/eventsmanager/notify/register.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/validate.class.php index 8c7c8b3a5f..002954984b 100644 --- a/lib/classes/eventsmanager/notify/validate.class.php +++ b/lib/classes/eventsmanager/notify/validate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/validationdone.class.php index dea099d2cb..ed2e6c5182 100644 --- a/lib/classes/eventsmanager/notify/validationdone.class.php +++ b/lib/classes/eventsmanager/notify/validationdone.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/eventsmanager/notify/validationreminder.class.php index 1949bfe039..a4649bc96e 100644 --- a/lib/classes/eventsmanager/notify/validationreminder.class.php +++ b/lib/classes/eventsmanager/notify/validationreminder.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/gatekeeper.class.php b/lib/classes/gatekeeper.class.php index be0d3b267e..110039070e 100644 --- a/lib/classes/gatekeeper.class.php +++ b/lib/classes/gatekeeper.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/http/query.class.php index c624af252c..0888268726 100644 --- a/lib/classes/http/query.class.php +++ b/lib/classes/http/query.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/request.class.php b/lib/classes/http/request.class.php index 54473510ea..7c6b2c5dcb 100644 --- a/lib/classes/http/request.class.php +++ b/lib/classes/http/request.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/lazaret.class.php b/lib/classes/lazaret.class.php index 8879be3506..006dde689c 100644 --- a/lib/classes/lazaret.class.php +++ b/lib/classes/lazaret.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/lazaretFile.class.php b/lib/classes/lazaretFile.class.php index e938d62f66..721fe44c37 100644 --- a/lib/classes/lazaretFile.class.php +++ b/lib/classes/lazaretFile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/media/Permalink/Adapter.class.php index c6786378c9..2e7ffed9e6 100644 --- a/lib/classes/media/Permalink/Adapter.class.php +++ b/lib/classes/media/Permalink/Adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/media/Permalink/Interface.class.php index 5e986c5d4d..4d87d2e982 100644 --- a/lib/classes/media/Permalink/Interface.class.php +++ b/lib/classes/media/Permalink/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/media/abstract.class.php index 4ea9e2a787..dfeb97d5a8 100644 --- a/lib/classes/media/abstract.class.php +++ b/lib/classes/media/abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/media/adapter.class.php index 84e702f7a5..041372c0e7 100644 --- a/lib/classes/media/adapter.class.php +++ b/lib/classes/media/adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/media/subdef.class.php index f883f02b60..073dc3f041 100644 --- a/lib/classes/media/subdef.class.php +++ b/lib/classes/media/subdef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/Abstract.class.php b/lib/classes/metadata/Abstract.class.php index c46bea8510..d939c8e515 100644 --- a/lib/classes/metadata/Abstract.class.php +++ b/lib/classes/metadata/Abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/Interface.class.php b/lib/classes/metadata/Interface.class.php index 97668f4f2b..7546f5ef66 100644 --- a/lib/classes/metadata/Interface.class.php +++ b/lib/classes/metadata/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ApertureValue.class.php b/lib/classes/metadata/description/ExifIFD/ApertureValue.class.php index 56d955334e..7f5c4cc926 100644 --- a/lib/classes/metadata/description/ExifIFD/ApertureValue.class.php +++ b/lib/classes/metadata/description/ExifIFD/ApertureValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ApplicationNotes.class.php b/lib/classes/metadata/description/ExifIFD/ApplicationNotes.class.php index 842d435d02..f7fc570115 100644 --- a/lib/classes/metadata/description/ExifIFD/ApplicationNotes.class.php +++ b/lib/classes/metadata/description/ExifIFD/ApplicationNotes.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Brightness.class.php b/lib/classes/metadata/description/ExifIFD/Brightness.class.php index d2a374e06b..f4ee8f6c7a 100644 --- a/lib/classes/metadata/description/ExifIFD/Brightness.class.php +++ b/lib/classes/metadata/description/ExifIFD/Brightness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/BrightnessValue.class.php b/lib/classes/metadata/description/ExifIFD/BrightnessValue.class.php index 668f8eaa52..8782065ecf 100644 --- a/lib/classes/metadata/description/ExifIFD/BrightnessValue.class.php +++ b/lib/classes/metadata/description/ExifIFD/BrightnessValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/CFAPattern.class.php b/lib/classes/metadata/description/ExifIFD/CFAPattern.class.php index cf3cf5ee40..9a2581b066 100644 --- a/lib/classes/metadata/description/ExifIFD/CFAPattern.class.php +++ b/lib/classes/metadata/description/ExifIFD/CFAPattern.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ColorSpace.class.php b/lib/classes/metadata/description/ExifIFD/ColorSpace.class.php index 014cd66833..1139809d82 100644 --- a/lib/classes/metadata/description/ExifIFD/ColorSpace.class.php +++ b/lib/classes/metadata/description/ExifIFD/ColorSpace.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ComponentsConfiguration.class.php b/lib/classes/metadata/description/ExifIFD/ComponentsConfiguration.class.php index 58a167f7d3..9e2c3cce9e 100644 --- a/lib/classes/metadata/description/ExifIFD/ComponentsConfiguration.class.php +++ b/lib/classes/metadata/description/ExifIFD/ComponentsConfiguration.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/CompressedBitsPerPixel.class.php b/lib/classes/metadata/description/ExifIFD/CompressedBitsPerPixel.class.php index d32a5d1a7c..1fe1c011ce 100644 --- a/lib/classes/metadata/description/ExifIFD/CompressedBitsPerPixel.class.php +++ b/lib/classes/metadata/description/ExifIFD/CompressedBitsPerPixel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Contrast.class.php b/lib/classes/metadata/description/ExifIFD/Contrast.class.php index ec2f39d6c4..eec4932409 100644 --- a/lib/classes/metadata/description/ExifIFD/Contrast.class.php +++ b/lib/classes/metadata/description/ExifIFD/Contrast.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Converter.class.php b/lib/classes/metadata/description/ExifIFD/Converter.class.php index 46cc8bd58d..c793dcadd5 100644 --- a/lib/classes/metadata/description/ExifIFD/Converter.class.php +++ b/lib/classes/metadata/description/ExifIFD/Converter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/CreateDate.class.php b/lib/classes/metadata/description/ExifIFD/CreateDate.class.php index c13264b63d..8f4e18a14e 100644 --- a/lib/classes/metadata/description/ExifIFD/CreateDate.class.php +++ b/lib/classes/metadata/description/ExifIFD/CreateDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/CustomRendered.class.php b/lib/classes/metadata/description/ExifIFD/CustomRendered.class.php index fa1552c942..dfec13a9f1 100644 --- a/lib/classes/metadata/description/ExifIFD/CustomRendered.class.php +++ b/lib/classes/metadata/description/ExifIFD/CustomRendered.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/DateTimeOriginal.class.php b/lib/classes/metadata/description/ExifIFD/DateTimeOriginal.class.php index a99f902d8c..0bc64562ce 100644 --- a/lib/classes/metadata/description/ExifIFD/DateTimeOriginal.class.php +++ b/lib/classes/metadata/description/ExifIFD/DateTimeOriginal.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/DigitalZoomRatio.class.php b/lib/classes/metadata/description/ExifIFD/DigitalZoomRatio.class.php index 60be0086e2..4d49d812ec 100644 --- a/lib/classes/metadata/description/ExifIFD/DigitalZoomRatio.class.php +++ b/lib/classes/metadata/description/ExifIFD/DigitalZoomRatio.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ExifImageHeight.class.php b/lib/classes/metadata/description/ExifIFD/ExifImageHeight.class.php index 916df2dc9a..e546bf976c 100644 --- a/lib/classes/metadata/description/ExifIFD/ExifImageHeight.class.php +++ b/lib/classes/metadata/description/ExifIFD/ExifImageHeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ExifImageWidth.class.php b/lib/classes/metadata/description/ExifIFD/ExifImageWidth.class.php index 8a8f039ff8..960ce4aa39 100644 --- a/lib/classes/metadata/description/ExifIFD/ExifImageWidth.class.php +++ b/lib/classes/metadata/description/ExifIFD/ExifImageWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ExifVersion.class.php b/lib/classes/metadata/description/ExifIFD/ExifVersion.class.php index 597b87a55f..c4c9447a02 100644 --- a/lib/classes/metadata/description/ExifIFD/ExifVersion.class.php +++ b/lib/classes/metadata/description/ExifIFD/ExifVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Exposure.class.php b/lib/classes/metadata/description/ExifIFD/Exposure.class.php index 6f67bb3a6e..04025b9e19 100644 --- a/lib/classes/metadata/description/ExifIFD/Exposure.class.php +++ b/lib/classes/metadata/description/ExifIFD/Exposure.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ExposureCompensation.class.php b/lib/classes/metadata/description/ExifIFD/ExposureCompensation.class.php index ad3936af8c..32ebc1876d 100644 --- a/lib/classes/metadata/description/ExifIFD/ExposureCompensation.class.php +++ b/lib/classes/metadata/description/ExifIFD/ExposureCompensation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ExposureIndex.class.php b/lib/classes/metadata/description/ExifIFD/ExposureIndex.class.php index 342124a851..58c8aab845 100644 --- a/lib/classes/metadata/description/ExifIFD/ExposureIndex.class.php +++ b/lib/classes/metadata/description/ExifIFD/ExposureIndex.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ExposureMode.class.php b/lib/classes/metadata/description/ExifIFD/ExposureMode.class.php index 1b83369a01..efafa33951 100644 --- a/lib/classes/metadata/description/ExifIFD/ExposureMode.class.php +++ b/lib/classes/metadata/description/ExifIFD/ExposureMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ExposureProgram.class.php b/lib/classes/metadata/description/ExifIFD/ExposureProgram.class.php index 12d89498f5..eb07084817 100644 --- a/lib/classes/metadata/description/ExifIFD/ExposureProgram.class.php +++ b/lib/classes/metadata/description/ExifIFD/ExposureProgram.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ExposureTime.class.php b/lib/classes/metadata/description/ExifIFD/ExposureTime.class.php index c10dc3dfe6..2ea40456a1 100644 --- a/lib/classes/metadata/description/ExifIFD/ExposureTime.class.php +++ b/lib/classes/metadata/description/ExifIFD/ExposureTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FNumber.class.php b/lib/classes/metadata/description/ExifIFD/FNumber.class.php index 0b6117299f..1f17f3748e 100644 --- a/lib/classes/metadata/description/ExifIFD/FNumber.class.php +++ b/lib/classes/metadata/description/ExifIFD/FNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FileSource.class.php b/lib/classes/metadata/description/ExifIFD/FileSource.class.php index c9004698ce..cc60354259 100644 --- a/lib/classes/metadata/description/ExifIFD/FileSource.class.php +++ b/lib/classes/metadata/description/ExifIFD/FileSource.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Flash.class.php b/lib/classes/metadata/description/ExifIFD/Flash.class.php index de5d2e6816..329d4ea5a7 100644 --- a/lib/classes/metadata/description/ExifIFD/Flash.class.php +++ b/lib/classes/metadata/description/ExifIFD/Flash.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FlashEnergy.class.php b/lib/classes/metadata/description/ExifIFD/FlashEnergy.class.php index a1fce88fd8..e96a70f644 100644 --- a/lib/classes/metadata/description/ExifIFD/FlashEnergy.class.php +++ b/lib/classes/metadata/description/ExifIFD/FlashEnergy.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FlashpixVersion.class.php b/lib/classes/metadata/description/ExifIFD/FlashpixVersion.class.php index 4766512c47..b307976823 100644 --- a/lib/classes/metadata/description/ExifIFD/FlashpixVersion.class.php +++ b/lib/classes/metadata/description/ExifIFD/FlashpixVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FocalLength.class.php b/lib/classes/metadata/description/ExifIFD/FocalLength.class.php index eab0b84f71..4cc0d44b72 100644 --- a/lib/classes/metadata/description/ExifIFD/FocalLength.class.php +++ b/lib/classes/metadata/description/ExifIFD/FocalLength.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FocalLengthIn35mmFormat.class.php b/lib/classes/metadata/description/ExifIFD/FocalLengthIn35mmFormat.class.php index b9ae7c84fe..afd3f41955 100644 --- a/lib/classes/metadata/description/ExifIFD/FocalLengthIn35mmFormat.class.php +++ b/lib/classes/metadata/description/ExifIFD/FocalLengthIn35mmFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FocalPlaneResolutionUnit.class.php b/lib/classes/metadata/description/ExifIFD/FocalPlaneResolutionUnit.class.php index 04b06f43ef..8c0b04d404 100644 --- a/lib/classes/metadata/description/ExifIFD/FocalPlaneResolutionUnit.class.php +++ b/lib/classes/metadata/description/ExifIFD/FocalPlaneResolutionUnit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FocalPlaneXResolution.class.php b/lib/classes/metadata/description/ExifIFD/FocalPlaneXResolution.class.php index b037252290..3d9cb52603 100644 --- a/lib/classes/metadata/description/ExifIFD/FocalPlaneXResolution.class.php +++ b/lib/classes/metadata/description/ExifIFD/FocalPlaneXResolution.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/FocalPlaneYResolution.class.php b/lib/classes/metadata/description/ExifIFD/FocalPlaneYResolution.class.php index f39b1a7ba0..2534dcc8b2 100644 --- a/lib/classes/metadata/description/ExifIFD/FocalPlaneYResolution.class.php +++ b/lib/classes/metadata/description/ExifIFD/FocalPlaneYResolution.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/GainControl.class.php b/lib/classes/metadata/description/ExifIFD/GainControl.class.php index 419d4304ca..a6b2fc537b 100644 --- a/lib/classes/metadata/description/ExifIFD/GainControl.class.php +++ b/lib/classes/metadata/description/ExifIFD/GainControl.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Gamma.class.php b/lib/classes/metadata/description/ExifIFD/Gamma.class.php index f95493aeb2..275d6b8db3 100644 --- a/lib/classes/metadata/description/ExifIFD/Gamma.class.php +++ b/lib/classes/metadata/description/ExifIFD/Gamma.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ISO.class.php b/lib/classes/metadata/description/ExifIFD/ISO.class.php index 2dc6d73983..ade62f2566 100644 --- a/lib/classes/metadata/description/ExifIFD/ISO.class.php +++ b/lib/classes/metadata/description/ExifIFD/ISO.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ISOSpeed.class.php b/lib/classes/metadata/description/ExifIFD/ISOSpeed.class.php index 5198d8ddea..d68da5544d 100644 --- a/lib/classes/metadata/description/ExifIFD/ISOSpeed.class.php +++ b/lib/classes/metadata/description/ExifIFD/ISOSpeed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ISOSpeedLatitudeyyy.class.php b/lib/classes/metadata/description/ExifIFD/ISOSpeedLatitudeyyy.class.php index 430746660c..7cd6462f34 100644 --- a/lib/classes/metadata/description/ExifIFD/ISOSpeedLatitudeyyy.class.php +++ b/lib/classes/metadata/description/ExifIFD/ISOSpeedLatitudeyyy.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ISOSpeedLatitudezzz.class.php b/lib/classes/metadata/description/ExifIFD/ISOSpeedLatitudezzz.class.php index 119762dec9..20cf892d4d 100644 --- a/lib/classes/metadata/description/ExifIFD/ISOSpeedLatitudezzz.class.php +++ b/lib/classes/metadata/description/ExifIFD/ISOSpeedLatitudezzz.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ImageUniqueID.class.php b/lib/classes/metadata/description/ExifIFD/ImageUniqueID.class.php index 76a9f816dc..c700f17316 100644 --- a/lib/classes/metadata/description/ExifIFD/ImageUniqueID.class.php +++ b/lib/classes/metadata/description/ExifIFD/ImageUniqueID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Lens.class.php b/lib/classes/metadata/description/ExifIFD/Lens.class.php index 2cd9dcb076..5addc03621 100644 --- a/lib/classes/metadata/description/ExifIFD/Lens.class.php +++ b/lib/classes/metadata/description/ExifIFD/Lens.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/LensInfo.class.php b/lib/classes/metadata/description/ExifIFD/LensInfo.class.php index f3f357a479..641ea41231 100644 --- a/lib/classes/metadata/description/ExifIFD/LensInfo.class.php +++ b/lib/classes/metadata/description/ExifIFD/LensInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/LensMake.class.php b/lib/classes/metadata/description/ExifIFD/LensMake.class.php index 38611b0b6c..9eb2d5e3cf 100644 --- a/lib/classes/metadata/description/ExifIFD/LensMake.class.php +++ b/lib/classes/metadata/description/ExifIFD/LensMake.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/LensModel.class.php b/lib/classes/metadata/description/ExifIFD/LensModel.class.php index 8f77e060bd..625f6dee7a 100644 --- a/lib/classes/metadata/description/ExifIFD/LensModel.class.php +++ b/lib/classes/metadata/description/ExifIFD/LensModel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/LensSerialNumber.class.php b/lib/classes/metadata/description/ExifIFD/LensSerialNumber.class.php index 918348ecd2..75aa6d819c 100644 --- a/lib/classes/metadata/description/ExifIFD/LensSerialNumber.class.php +++ b/lib/classes/metadata/description/ExifIFD/LensSerialNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/LightSource.class.php b/lib/classes/metadata/description/ExifIFD/LightSource.class.php index 2beeaee30f..e68a2ba0ae 100644 --- a/lib/classes/metadata/description/ExifIFD/LightSource.class.php +++ b/lib/classes/metadata/description/ExifIFD/LightSource.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/MaxApertureValue.class.php b/lib/classes/metadata/description/ExifIFD/MaxApertureValue.class.php index c45bbaaf62..a5a614d4bf 100644 --- a/lib/classes/metadata/description/ExifIFD/MaxApertureValue.class.php +++ b/lib/classes/metadata/description/ExifIFD/MaxApertureValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/MeteringMode.class.php b/lib/classes/metadata/description/ExifIFD/MeteringMode.class.php index d8a1781c3d..e77115ff2f 100644 --- a/lib/classes/metadata/description/ExifIFD/MeteringMode.class.php +++ b/lib/classes/metadata/description/ExifIFD/MeteringMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/MoireFilter.class.php b/lib/classes/metadata/description/ExifIFD/MoireFilter.class.php index 0292dda17b..99689ea7b6 100644 --- a/lib/classes/metadata/description/ExifIFD/MoireFilter.class.php +++ b/lib/classes/metadata/description/ExifIFD/MoireFilter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/OffsetSchema.class.php b/lib/classes/metadata/description/ExifIFD/OffsetSchema.class.php index d9a6853140..2a0ddb1e82 100644 --- a/lib/classes/metadata/description/ExifIFD/OffsetSchema.class.php +++ b/lib/classes/metadata/description/ExifIFD/OffsetSchema.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/OwnerName.class.php b/lib/classes/metadata/description/ExifIFD/OwnerName.class.php index 87c5f23411..7d5448f4fe 100644 --- a/lib/classes/metadata/description/ExifIFD/OwnerName.class.php +++ b/lib/classes/metadata/description/ExifIFD/OwnerName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Padding.class.php b/lib/classes/metadata/description/ExifIFD/Padding.class.php index 62506bc896..29803b1abf 100644 --- a/lib/classes/metadata/description/ExifIFD/Padding.class.php +++ b/lib/classes/metadata/description/ExifIFD/Padding.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/RawFile.class.php b/lib/classes/metadata/description/ExifIFD/RawFile.class.php index 6e35224db0..747ec3527f 100644 --- a/lib/classes/metadata/description/ExifIFD/RawFile.class.php +++ b/lib/classes/metadata/description/ExifIFD/RawFile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/RecommendedExposureIndex.class.php b/lib/classes/metadata/description/ExifIFD/RecommendedExposureIndex.class.php index faf6e0827a..47b5fa0abb 100644 --- a/lib/classes/metadata/description/ExifIFD/RecommendedExposureIndex.class.php +++ b/lib/classes/metadata/description/ExifIFD/RecommendedExposureIndex.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/RelatedSoundFile.class.php b/lib/classes/metadata/description/ExifIFD/RelatedSoundFile.class.php index 3f1f8a643c..874b8879c1 100644 --- a/lib/classes/metadata/description/ExifIFD/RelatedSoundFile.class.php +++ b/lib/classes/metadata/description/ExifIFD/RelatedSoundFile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Saturation.class.php b/lib/classes/metadata/description/ExifIFD/Saturation.class.php index de207cfabe..64c261372f 100644 --- a/lib/classes/metadata/description/ExifIFD/Saturation.class.php +++ b/lib/classes/metadata/description/ExifIFD/Saturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SceneCaptureType.class.php b/lib/classes/metadata/description/ExifIFD/SceneCaptureType.class.php index b09aeed821..17e75ba1a3 100644 --- a/lib/classes/metadata/description/ExifIFD/SceneCaptureType.class.php +++ b/lib/classes/metadata/description/ExifIFD/SceneCaptureType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SceneType.class.php b/lib/classes/metadata/description/ExifIFD/SceneType.class.php index ee79b23eaf..f42c691af5 100644 --- a/lib/classes/metadata/description/ExifIFD/SceneType.class.php +++ b/lib/classes/metadata/description/ExifIFD/SceneType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SelfTimerMode.class.php b/lib/classes/metadata/description/ExifIFD/SelfTimerMode.class.php index fb9710d8be..6cf3e5f254 100644 --- a/lib/classes/metadata/description/ExifIFD/SelfTimerMode.class.php +++ b/lib/classes/metadata/description/ExifIFD/SelfTimerMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SensingMethod.class.php b/lib/classes/metadata/description/ExifIFD/SensingMethod.class.php index c638f0c5d6..3c35bebe73 100644 --- a/lib/classes/metadata/description/ExifIFD/SensingMethod.class.php +++ b/lib/classes/metadata/description/ExifIFD/SensingMethod.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SensitivityType.class.php b/lib/classes/metadata/description/ExifIFD/SensitivityType.class.php index a4d0d41a66..12dc8730f9 100644 --- a/lib/classes/metadata/description/ExifIFD/SensitivityType.class.php +++ b/lib/classes/metadata/description/ExifIFD/SensitivityType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SerialNumber.class.php b/lib/classes/metadata/description/ExifIFD/SerialNumber.class.php index cfc2ae75c6..6493d172eb 100644 --- a/lib/classes/metadata/description/ExifIFD/SerialNumber.class.php +++ b/lib/classes/metadata/description/ExifIFD/SerialNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Shadows.class.php b/lib/classes/metadata/description/ExifIFD/Shadows.class.php index 858f75a91c..b00066c766 100644 --- a/lib/classes/metadata/description/ExifIFD/Shadows.class.php +++ b/lib/classes/metadata/description/ExifIFD/Shadows.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Sharpness.class.php b/lib/classes/metadata/description/ExifIFD/Sharpness.class.php index a80578a771..92fe7d75a7 100644 --- a/lib/classes/metadata/description/ExifIFD/Sharpness.class.php +++ b/lib/classes/metadata/description/ExifIFD/Sharpness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/ShutterSpeedValue.class.php b/lib/classes/metadata/description/ExifIFD/ShutterSpeedValue.class.php index baca9ddf3c..75adff9368 100644 --- a/lib/classes/metadata/description/ExifIFD/ShutterSpeedValue.class.php +++ b/lib/classes/metadata/description/ExifIFD/ShutterSpeedValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/Smoothness.class.php b/lib/classes/metadata/description/ExifIFD/Smoothness.class.php index 0fb4b81fb4..ce52bb2f1a 100644 --- a/lib/classes/metadata/description/ExifIFD/Smoothness.class.php +++ b/lib/classes/metadata/description/ExifIFD/Smoothness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SpectralSensitivity.class.php b/lib/classes/metadata/description/ExifIFD/SpectralSensitivity.class.php index 413caf9d72..50b966a267 100644 --- a/lib/classes/metadata/description/ExifIFD/SpectralSensitivity.class.php +++ b/lib/classes/metadata/description/ExifIFD/SpectralSensitivity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/StandardOutputSensitivity.class.php b/lib/classes/metadata/description/ExifIFD/StandardOutputSensitivity.class.php index 450f9ed9a3..b77a3dbf52 100644 --- a/lib/classes/metadata/description/ExifIFD/StandardOutputSensitivity.class.php +++ b/lib/classes/metadata/description/ExifIFD/StandardOutputSensitivity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SubSecTime.class.php b/lib/classes/metadata/description/ExifIFD/SubSecTime.class.php index d4a311b882..d671a93530 100644 --- a/lib/classes/metadata/description/ExifIFD/SubSecTime.class.php +++ b/lib/classes/metadata/description/ExifIFD/SubSecTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SubSecTimeDigitized.class.php b/lib/classes/metadata/description/ExifIFD/SubSecTimeDigitized.class.php index 264b9b0a37..62c1f64580 100644 --- a/lib/classes/metadata/description/ExifIFD/SubSecTimeDigitized.class.php +++ b/lib/classes/metadata/description/ExifIFD/SubSecTimeDigitized.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SubSecTimeOriginal.class.php b/lib/classes/metadata/description/ExifIFD/SubSecTimeOriginal.class.php index 08f9f5cbeb..3bef9fee13 100644 --- a/lib/classes/metadata/description/ExifIFD/SubSecTimeOriginal.class.php +++ b/lib/classes/metadata/description/ExifIFD/SubSecTimeOriginal.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SubjectArea.class.php b/lib/classes/metadata/description/ExifIFD/SubjectArea.class.php index 5c79c94dc5..37ef6e5d1a 100644 --- a/lib/classes/metadata/description/ExifIFD/SubjectArea.class.php +++ b/lib/classes/metadata/description/ExifIFD/SubjectArea.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SubjectDistance.class.php b/lib/classes/metadata/description/ExifIFD/SubjectDistance.class.php index ad42e68cf0..564adbabda 100644 --- a/lib/classes/metadata/description/ExifIFD/SubjectDistance.class.php +++ b/lib/classes/metadata/description/ExifIFD/SubjectDistance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SubjectDistanceRange.class.php b/lib/classes/metadata/description/ExifIFD/SubjectDistanceRange.class.php index 2f27df5adf..104650ee8c 100644 --- a/lib/classes/metadata/description/ExifIFD/SubjectDistanceRange.class.php +++ b/lib/classes/metadata/description/ExifIFD/SubjectDistanceRange.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/SubjectLocation.class.php b/lib/classes/metadata/description/ExifIFD/SubjectLocation.class.php index 26b85f849e..4705f54d41 100644 --- a/lib/classes/metadata/description/ExifIFD/SubjectLocation.class.php +++ b/lib/classes/metadata/description/ExifIFD/SubjectLocation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/TimeZoneOffset.class.php b/lib/classes/metadata/description/ExifIFD/TimeZoneOffset.class.php index b706d05282..640fb61e86 100644 --- a/lib/classes/metadata/description/ExifIFD/TimeZoneOffset.class.php +++ b/lib/classes/metadata/description/ExifIFD/TimeZoneOffset.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/UserComment.class.php b/lib/classes/metadata/description/ExifIFD/UserComment.class.php index 14083eebc4..52bd051ed0 100644 --- a/lib/classes/metadata/description/ExifIFD/UserComment.class.php +++ b/lib/classes/metadata/description/ExifIFD/UserComment.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ExifIFD/WhiteBalance.class.php b/lib/classes/metadata/description/ExifIFD/WhiteBalance.class.php index 1a39e95248..21412d6e2e 100644 --- a/lib/classes/metadata/description/ExifIFD/WhiteBalance.class.php +++ b/lib/classes/metadata/description/ExifIFD/WhiteBalance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/GPS/GPSLatitude.class.php b/lib/classes/metadata/description/GPS/GPSLatitude.class.php index 09a04ce0ee..20917a4718 100644 --- a/lib/classes/metadata/description/GPS/GPSLatitude.class.php +++ b/lib/classes/metadata/description/GPS/GPSLatitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/GPS/GPSLongitude.class.php b/lib/classes/metadata/description/GPS/GPSLongitude.class.php index 62e4659d77..40ecda20bc 100644 --- a/lib/classes/metadata/description/GPS/GPSLongitude.class.php +++ b/lib/classes/metadata/description/GPS/GPSLongitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/BrightnessValue.class.php b/lib/classes/metadata/description/H264/BrightnessValue.class.php index f498f2e561..c4d0c2ea91 100644 --- a/lib/classes/metadata/description/H264/BrightnessValue.class.php +++ b/lib/classes/metadata/description/H264/BrightnessValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/Camera1.class.php b/lib/classes/metadata/description/H264/Camera1.class.php index bb806f29e9..e69e4e0034 100644 --- a/lib/classes/metadata/description/H264/Camera1.class.php +++ b/lib/classes/metadata/description/H264/Camera1.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/Camera2.class.php b/lib/classes/metadata/description/H264/Camera2.class.php index 5962b9beaf..2022a01b01 100644 --- a/lib/classes/metadata/description/H264/Camera2.class.php +++ b/lib/classes/metadata/description/H264/Camera2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/CustomRendered.class.php b/lib/classes/metadata/description/H264/CustomRendered.class.php index cb6a53a29d..1c11cdc74c 100644 --- a/lib/classes/metadata/description/H264/CustomRendered.class.php +++ b/lib/classes/metadata/description/H264/CustomRendered.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/DateTimeOriginal.class.php b/lib/classes/metadata/description/H264/DateTimeOriginal.class.php index 1d02d352bf..d7efdd8092 100644 --- a/lib/classes/metadata/description/H264/DateTimeOriginal.class.php +++ b/lib/classes/metadata/description/H264/DateTimeOriginal.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/ExposureCompensation.class.php b/lib/classes/metadata/description/H264/ExposureCompensation.class.php index 2facc77fcb..c895e72854 100644 --- a/lib/classes/metadata/description/H264/ExposureCompensation.class.php +++ b/lib/classes/metadata/description/H264/ExposureCompensation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/ExposureProgram.class.php b/lib/classes/metadata/description/H264/ExposureProgram.class.php index c022b25204..484ef7700b 100644 --- a/lib/classes/metadata/description/H264/ExposureProgram.class.php +++ b/lib/classes/metadata/description/H264/ExposureProgram.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/ExposureTime.class.php b/lib/classes/metadata/description/H264/ExposureTime.class.php index cfdbf8f7a1..1d1372d54c 100644 --- a/lib/classes/metadata/description/H264/ExposureTime.class.php +++ b/lib/classes/metadata/description/H264/ExposureTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/FNumber.class.php b/lib/classes/metadata/description/H264/FNumber.class.php index 92fef1ddfd..d416e5d69d 100644 --- a/lib/classes/metadata/description/H264/FNumber.class.php +++ b/lib/classes/metadata/description/H264/FNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/Flash.class.php b/lib/classes/metadata/description/H264/Flash.class.php index 229d269947..8986859889 100644 --- a/lib/classes/metadata/description/H264/Flash.class.php +++ b/lib/classes/metadata/description/H264/Flash.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/FocalLengthIn35mmFormat.class.php b/lib/classes/metadata/description/H264/FocalLengthIn35mmFormat.class.php index 0deb55cc04..03220af1c7 100644 --- a/lib/classes/metadata/description/H264/FocalLengthIn35mmFormat.class.php +++ b/lib/classes/metadata/description/H264/FocalLengthIn35mmFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/FrameInfo.class.php b/lib/classes/metadata/description/H264/FrameInfo.class.php index 3d2b37dca3..bb2e2a39ba 100644 --- a/lib/classes/metadata/description/H264/FrameInfo.class.php +++ b/lib/classes/metadata/description/H264/FrameInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSAltitude.class.php b/lib/classes/metadata/description/H264/GPSAltitude.class.php index 0d96e7c203..0f0be3503e 100644 --- a/lib/classes/metadata/description/H264/GPSAltitude.class.php +++ b/lib/classes/metadata/description/H264/GPSAltitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSAltitudeRef.class.php b/lib/classes/metadata/description/H264/GPSAltitudeRef.class.php index 24e394bd8a..ad98f1b7ae 100644 --- a/lib/classes/metadata/description/H264/GPSAltitudeRef.class.php +++ b/lib/classes/metadata/description/H264/GPSAltitudeRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSDOP.class.php b/lib/classes/metadata/description/H264/GPSDOP.class.php index 9521273b46..d5fd511683 100644 --- a/lib/classes/metadata/description/H264/GPSDOP.class.php +++ b/lib/classes/metadata/description/H264/GPSDOP.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSImgDirection.class.php b/lib/classes/metadata/description/H264/GPSImgDirection.class.php index bdb1a3634f..005b4c31dc 100644 --- a/lib/classes/metadata/description/H264/GPSImgDirection.class.php +++ b/lib/classes/metadata/description/H264/GPSImgDirection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSImgDirectionRef.class.php b/lib/classes/metadata/description/H264/GPSImgDirectionRef.class.php index a4763dc7fa..21902adf9e 100644 --- a/lib/classes/metadata/description/H264/GPSImgDirectionRef.class.php +++ b/lib/classes/metadata/description/H264/GPSImgDirectionRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSLatitude.class.php b/lib/classes/metadata/description/H264/GPSLatitude.class.php index e9196b5d71..ebc01a4123 100644 --- a/lib/classes/metadata/description/H264/GPSLatitude.class.php +++ b/lib/classes/metadata/description/H264/GPSLatitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSLatitudeRef.class.php b/lib/classes/metadata/description/H264/GPSLatitudeRef.class.php index 1da9a8e38a..05a42dfa60 100644 --- a/lib/classes/metadata/description/H264/GPSLatitudeRef.class.php +++ b/lib/classes/metadata/description/H264/GPSLatitudeRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSLongitude.class.php b/lib/classes/metadata/description/H264/GPSLongitude.class.php index a02872c4d2..541b64c591 100644 --- a/lib/classes/metadata/description/H264/GPSLongitude.class.php +++ b/lib/classes/metadata/description/H264/GPSLongitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSLongitudeRef.class.php b/lib/classes/metadata/description/H264/GPSLongitudeRef.class.php index 016f2e155d..768348c304 100644 --- a/lib/classes/metadata/description/H264/GPSLongitudeRef.class.php +++ b/lib/classes/metadata/description/H264/GPSLongitudeRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSMapDatum.class.php b/lib/classes/metadata/description/H264/GPSMapDatum.class.php index 4eb1432743..38e53c9ce4 100644 --- a/lib/classes/metadata/description/H264/GPSMapDatum.class.php +++ b/lib/classes/metadata/description/H264/GPSMapDatum.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSMeasureMode.class.php b/lib/classes/metadata/description/H264/GPSMeasureMode.class.php index a8efc8226d..f33b1e0c84 100644 --- a/lib/classes/metadata/description/H264/GPSMeasureMode.class.php +++ b/lib/classes/metadata/description/H264/GPSMeasureMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSSpeed.class.php b/lib/classes/metadata/description/H264/GPSSpeed.class.php index dbae7362c7..fa55c6f658 100644 --- a/lib/classes/metadata/description/H264/GPSSpeed.class.php +++ b/lib/classes/metadata/description/H264/GPSSpeed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSSpeedRef.class.php b/lib/classes/metadata/description/H264/GPSSpeedRef.class.php index 66ca24256a..56eac16df6 100644 --- a/lib/classes/metadata/description/H264/GPSSpeedRef.class.php +++ b/lib/classes/metadata/description/H264/GPSSpeedRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSStatus.class.php b/lib/classes/metadata/description/H264/GPSStatus.class.php index 700516c9ee..6ed5cb64d2 100644 --- a/lib/classes/metadata/description/H264/GPSStatus.class.php +++ b/lib/classes/metadata/description/H264/GPSStatus.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSTimeStamp.class.php b/lib/classes/metadata/description/H264/GPSTimeStamp.class.php index 9ad1f62273..836f61614f 100644 --- a/lib/classes/metadata/description/H264/GPSTimeStamp.class.php +++ b/lib/classes/metadata/description/H264/GPSTimeStamp.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSTrack.class.php b/lib/classes/metadata/description/H264/GPSTrack.class.php index e022be3a66..02f85d1451 100644 --- a/lib/classes/metadata/description/H264/GPSTrack.class.php +++ b/lib/classes/metadata/description/H264/GPSTrack.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSTrackRef.class.php b/lib/classes/metadata/description/H264/GPSTrackRef.class.php index b2a25a1736..66275711f0 100644 --- a/lib/classes/metadata/description/H264/GPSTrackRef.class.php +++ b/lib/classes/metadata/description/H264/GPSTrackRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/GPSVersionID.class.php b/lib/classes/metadata/description/H264/GPSVersionID.class.php index a2b995f99f..0dba0413f8 100644 --- a/lib/classes/metadata/description/H264/GPSVersionID.class.php +++ b/lib/classes/metadata/description/H264/GPSVersionID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/MakeModel.class.php b/lib/classes/metadata/description/H264/MakeModel.class.php index c0363e7fa6..182a7ba564 100644 --- a/lib/classes/metadata/description/H264/MakeModel.class.php +++ b/lib/classes/metadata/description/H264/MakeModel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/MaxApertureValue.class.php b/lib/classes/metadata/description/H264/MaxApertureValue.class.php index 0881ccea85..06e8df4491 100644 --- a/lib/classes/metadata/description/H264/MaxApertureValue.class.php +++ b/lib/classes/metadata/description/H264/MaxApertureValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/Model.class.php b/lib/classes/metadata/description/H264/Model.class.php index 913d9637be..49134a5d9c 100644 --- a/lib/classes/metadata/description/H264/Model.class.php +++ b/lib/classes/metadata/description/H264/Model.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/RecInfo.class.php b/lib/classes/metadata/description/H264/RecInfo.class.php index b7c3b13b99..41657e7027 100644 --- a/lib/classes/metadata/description/H264/RecInfo.class.php +++ b/lib/classes/metadata/description/H264/RecInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/SceneCaptureType.class.php b/lib/classes/metadata/description/H264/SceneCaptureType.class.php index 84cead5c67..b7c5c4cbb9 100644 --- a/lib/classes/metadata/description/H264/SceneCaptureType.class.php +++ b/lib/classes/metadata/description/H264/SceneCaptureType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/Shutter.class.php b/lib/classes/metadata/description/H264/Shutter.class.php index ddf09b6caa..bebfa596e7 100644 --- a/lib/classes/metadata/description/H264/Shutter.class.php +++ b/lib/classes/metadata/description/H264/Shutter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/H264/WhiteBalance.class.php b/lib/classes/metadata/description/H264/WhiteBalance.class.php index 979e0c2479..72c00ac4e4 100644 --- a/lib/classes/metadata/description/H264/WhiteBalance.class.php +++ b/lib/classes/metadata/description/H264/WhiteBalance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v1/Album.class.php b/lib/classes/metadata/description/ID3v1/Album.class.php index 117f3e5d1b..d7a8a824ce 100644 --- a/lib/classes/metadata/description/ID3v1/Album.class.php +++ b/lib/classes/metadata/description/ID3v1/Album.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v1/Artist.class.php b/lib/classes/metadata/description/ID3v1/Artist.class.php index 7ed3eba14d..9fd166f947 100644 --- a/lib/classes/metadata/description/ID3v1/Artist.class.php +++ b/lib/classes/metadata/description/ID3v1/Artist.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v1/Comment.class.php b/lib/classes/metadata/description/ID3v1/Comment.class.php index c929f83a68..c0e56b9168 100644 --- a/lib/classes/metadata/description/ID3v1/Comment.class.php +++ b/lib/classes/metadata/description/ID3v1/Comment.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v1/Genre.class.php b/lib/classes/metadata/description/ID3v1/Genre.class.php index 11b39caa80..22fda58fb5 100644 --- a/lib/classes/metadata/description/ID3v1/Genre.class.php +++ b/lib/classes/metadata/description/ID3v1/Genre.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v1/Title.class.php b/lib/classes/metadata/description/ID3v1/Title.class.php index 64d23485bd..3658927168 100644 --- a/lib/classes/metadata/description/ID3v1/Title.class.php +++ b/lib/classes/metadata/description/ID3v1/Title.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v1/Track.class.php b/lib/classes/metadata/description/ID3v1/Track.class.php index c13fa51ad4..54e1427a73 100644 --- a/lib/classes/metadata/description/ID3v1/Track.class.php +++ b/lib/classes/metadata/description/ID3v1/Track.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v1/Year.class.php b/lib/classes/metadata/description/ID3v1/Year.class.php index f4407c22e6..4558049e97 100644 --- a/lib/classes/metadata/description/ID3v1/Year.class.php +++ b/lib/classes/metadata/description/ID3v1/Year.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Album.class.php b/lib/classes/metadata/description/ID3v22/Album.class.php index e584be3b2d..8a4746348f 100644 --- a/lib/classes/metadata/description/ID3v22/Album.class.php +++ b/lib/classes/metadata/description/ID3v22/Album.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Artist.class.php b/lib/classes/metadata/description/ID3v22/Artist.class.php index a66a7a2e47..1c043e58c8 100644 --- a/lib/classes/metadata/description/ID3v22/Artist.class.php +++ b/lib/classes/metadata/description/ID3v22/Artist.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/ArtistURL.class.php b/lib/classes/metadata/description/ID3v22/ArtistURL.class.php index 6bf94df6e4..8ee3f8ea96 100644 --- a/lib/classes/metadata/description/ID3v22/ArtistURL.class.php +++ b/lib/classes/metadata/description/ID3v22/ArtistURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Band.class.php b/lib/classes/metadata/description/ID3v22/Band.class.php index 12c9f02923..5556f263fb 100644 --- a/lib/classes/metadata/description/ID3v22/Band.class.php +++ b/lib/classes/metadata/description/ID3v22/Band.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/BeatsPerMinute.class.php b/lib/classes/metadata/description/ID3v22/BeatsPerMinute.class.php index 86770a7144..4ea4560a38 100644 --- a/lib/classes/metadata/description/ID3v22/BeatsPerMinute.class.php +++ b/lib/classes/metadata/description/ID3v22/BeatsPerMinute.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/BrightnessValue.class.php b/lib/classes/metadata/description/ID3v22/BrightnessValue.class.php index aea6032797..ea75615252 100644 --- a/lib/classes/metadata/description/ID3v22/BrightnessValue.class.php +++ b/lib/classes/metadata/description/ID3v22/BrightnessValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Camera1.class.php b/lib/classes/metadata/description/ID3v22/Camera1.class.php index 04c5363f38..0d6255bd43 100644 --- a/lib/classes/metadata/description/ID3v22/Camera1.class.php +++ b/lib/classes/metadata/description/ID3v22/Camera1.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Camera2.class.php b/lib/classes/metadata/description/ID3v22/Camera2.class.php index 8c31cab4e0..827600eb0b 100644 --- a/lib/classes/metadata/description/ID3v22/Camera2.class.php +++ b/lib/classes/metadata/description/ID3v22/Camera2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Comment.class.php b/lib/classes/metadata/description/ID3v22/Comment.class.php index 5ff3d912bd..3161f4dec3 100644 --- a/lib/classes/metadata/description/ID3v22/Comment.class.php +++ b/lib/classes/metadata/description/ID3v22/Comment.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/CommercialURL.class.php b/lib/classes/metadata/description/ID3v22/CommercialURL.class.php index 8afc8ee063..2a3f63e473 100644 --- a/lib/classes/metadata/description/ID3v22/CommercialURL.class.php +++ b/lib/classes/metadata/description/ID3v22/CommercialURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Compilation.class.php b/lib/classes/metadata/description/ID3v22/Compilation.class.php index 14a43108fc..54a1d4625d 100644 --- a/lib/classes/metadata/description/ID3v22/Compilation.class.php +++ b/lib/classes/metadata/description/ID3v22/Compilation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Composer.class.php b/lib/classes/metadata/description/ID3v22/Composer.class.php index 012e5bbaf6..b78f24b6a6 100644 --- a/lib/classes/metadata/description/ID3v22/Composer.class.php +++ b/lib/classes/metadata/description/ID3v22/Composer.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Conductor.class.php b/lib/classes/metadata/description/ID3v22/Conductor.class.php index 51c75f06e3..e14628c77f 100644 --- a/lib/classes/metadata/description/ID3v22/Conductor.class.php +++ b/lib/classes/metadata/description/ID3v22/Conductor.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Copyright.class.php b/lib/classes/metadata/description/ID3v22/Copyright.class.php index 9944d8499a..eceea785d9 100644 --- a/lib/classes/metadata/description/ID3v22/Copyright.class.php +++ b/lib/classes/metadata/description/ID3v22/Copyright.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/CopyrightURL.class.php b/lib/classes/metadata/description/ID3v22/CopyrightURL.class.php index e22ad04371..cba988991e 100644 --- a/lib/classes/metadata/description/ID3v22/CopyrightURL.class.php +++ b/lib/classes/metadata/description/ID3v22/CopyrightURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/CustomRendered.class.php b/lib/classes/metadata/description/ID3v22/CustomRendered.class.php index edd3691dfe..19ef9c67ba 100644 --- a/lib/classes/metadata/description/ID3v22/CustomRendered.class.php +++ b/lib/classes/metadata/description/ID3v22/CustomRendered.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Date.class.php b/lib/classes/metadata/description/ID3v22/Date.class.php index 364f2827a3..51cd0f1af4 100644 --- a/lib/classes/metadata/description/ID3v22/Date.class.php +++ b/lib/classes/metadata/description/ID3v22/Date.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/DateTimeOriginal.class.php b/lib/classes/metadata/description/ID3v22/DateTimeOriginal.class.php index 1da948adc8..b163d10f80 100644 --- a/lib/classes/metadata/description/ID3v22/DateTimeOriginal.class.php +++ b/lib/classes/metadata/description/ID3v22/DateTimeOriginal.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/EncodedBy.class.php b/lib/classes/metadata/description/ID3v22/EncodedBy.class.php index c7df70d74c..1f934be4d8 100644 --- a/lib/classes/metadata/description/ID3v22/EncodedBy.class.php +++ b/lib/classes/metadata/description/ID3v22/EncodedBy.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/EncoderSettings.class.php b/lib/classes/metadata/description/ID3v22/EncoderSettings.class.php index ec664a766b..ba7f15de29 100644 --- a/lib/classes/metadata/description/ID3v22/EncoderSettings.class.php +++ b/lib/classes/metadata/description/ID3v22/EncoderSettings.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/ExposureCompensation.class.php b/lib/classes/metadata/description/ID3v22/ExposureCompensation.class.php index 71a85c64d5..00922d51da 100644 --- a/lib/classes/metadata/description/ID3v22/ExposureCompensation.class.php +++ b/lib/classes/metadata/description/ID3v22/ExposureCompensation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/ExposureProgram.class.php b/lib/classes/metadata/description/ID3v22/ExposureProgram.class.php index a073171c55..2bd3b328a5 100644 --- a/lib/classes/metadata/description/ID3v22/ExposureProgram.class.php +++ b/lib/classes/metadata/description/ID3v22/ExposureProgram.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/ExposureTime.class.php b/lib/classes/metadata/description/ID3v22/ExposureTime.class.php index 8a44c0be5b..0e57edc5ee 100644 --- a/lib/classes/metadata/description/ID3v22/ExposureTime.class.php +++ b/lib/classes/metadata/description/ID3v22/ExposureTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/FNumber.class.php b/lib/classes/metadata/description/ID3v22/FNumber.class.php index 083d4890d7..f924e07ef9 100644 --- a/lib/classes/metadata/description/ID3v22/FNumber.class.php +++ b/lib/classes/metadata/description/ID3v22/FNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/FileType.class.php b/lib/classes/metadata/description/ID3v22/FileType.class.php index 8707ea1967..a3d27e9e44 100644 --- a/lib/classes/metadata/description/ID3v22/FileType.class.php +++ b/lib/classes/metadata/description/ID3v22/FileType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/FileURL.class.php b/lib/classes/metadata/description/ID3v22/FileURL.class.php index 942c8c3a22..e6b12732ce 100644 --- a/lib/classes/metadata/description/ID3v22/FileURL.class.php +++ b/lib/classes/metadata/description/ID3v22/FileURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Flash.class.php b/lib/classes/metadata/description/ID3v22/Flash.class.php index 20ad7a1ba0..7fb15a04f2 100644 --- a/lib/classes/metadata/description/ID3v22/Flash.class.php +++ b/lib/classes/metadata/description/ID3v22/Flash.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/FocalLengthIn35mmFormat.class.php b/lib/classes/metadata/description/ID3v22/FocalLengthIn35mmFormat.class.php index 2e147961e4..6fd79537e8 100644 --- a/lib/classes/metadata/description/ID3v22/FocalLengthIn35mmFormat.class.php +++ b/lib/classes/metadata/description/ID3v22/FocalLengthIn35mmFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/FrameInfo.class.php b/lib/classes/metadata/description/ID3v22/FrameInfo.class.php index 14b4dc777e..6490956967 100644 --- a/lib/classes/metadata/description/ID3v22/FrameInfo.class.php +++ b/lib/classes/metadata/description/ID3v22/FrameInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSAltitude.class.php b/lib/classes/metadata/description/ID3v22/GPSAltitude.class.php index 5d7b0988b3..ff2cc0858a 100644 --- a/lib/classes/metadata/description/ID3v22/GPSAltitude.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSAltitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSAltitudeRef.class.php b/lib/classes/metadata/description/ID3v22/GPSAltitudeRef.class.php index 8e205c5284..7a49c29df0 100644 --- a/lib/classes/metadata/description/ID3v22/GPSAltitudeRef.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSAltitudeRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSDOP.class.php b/lib/classes/metadata/description/ID3v22/GPSDOP.class.php index 821d49e2e6..b6e1dce31d 100644 --- a/lib/classes/metadata/description/ID3v22/GPSDOP.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSDOP.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSImgDirection.class.php b/lib/classes/metadata/description/ID3v22/GPSImgDirection.class.php index 3810170a66..2ff8e53b35 100644 --- a/lib/classes/metadata/description/ID3v22/GPSImgDirection.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSImgDirection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSImgDirectionRef.class.php b/lib/classes/metadata/description/ID3v22/GPSImgDirectionRef.class.php index 42f4986650..7f64794930 100644 --- a/lib/classes/metadata/description/ID3v22/GPSImgDirectionRef.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSImgDirectionRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSLatitude.class.php b/lib/classes/metadata/description/ID3v22/GPSLatitude.class.php index 10909f7b4b..13a5331e71 100644 --- a/lib/classes/metadata/description/ID3v22/GPSLatitude.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSLatitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSLatitudeRef.class.php b/lib/classes/metadata/description/ID3v22/GPSLatitudeRef.class.php index 960dd647ea..af17088acf 100644 --- a/lib/classes/metadata/description/ID3v22/GPSLatitudeRef.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSLatitudeRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSLongitude.class.php b/lib/classes/metadata/description/ID3v22/GPSLongitude.class.php index ccf803a7bc..77f80ebb83 100644 --- a/lib/classes/metadata/description/ID3v22/GPSLongitude.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSLongitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSLongitudeRef.class.php b/lib/classes/metadata/description/ID3v22/GPSLongitudeRef.class.php index d6da9d8186..9194f01365 100644 --- a/lib/classes/metadata/description/ID3v22/GPSLongitudeRef.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSLongitudeRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSMapDatum.class.php b/lib/classes/metadata/description/ID3v22/GPSMapDatum.class.php index de208ad2ce..6917af202a 100644 --- a/lib/classes/metadata/description/ID3v22/GPSMapDatum.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSMapDatum.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSMeasureMode.class.php b/lib/classes/metadata/description/ID3v22/GPSMeasureMode.class.php index 8b12a553ce..d9bd47acc7 100644 --- a/lib/classes/metadata/description/ID3v22/GPSMeasureMode.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSMeasureMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSSpeed.class.php b/lib/classes/metadata/description/ID3v22/GPSSpeed.class.php index d27b96f2f3..35d8e4a400 100644 --- a/lib/classes/metadata/description/ID3v22/GPSSpeed.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSSpeed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSSpeedRef.class.php b/lib/classes/metadata/description/ID3v22/GPSSpeedRef.class.php index 99ce1d98c4..98bb62f534 100644 --- a/lib/classes/metadata/description/ID3v22/GPSSpeedRef.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSSpeedRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSStatus.class.php b/lib/classes/metadata/description/ID3v22/GPSStatus.class.php index 60073646a2..63846d38a2 100644 --- a/lib/classes/metadata/description/ID3v22/GPSStatus.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSStatus.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSTimeStamp.class.php b/lib/classes/metadata/description/ID3v22/GPSTimeStamp.class.php index 90f7e7fc54..40fa402b2f 100644 --- a/lib/classes/metadata/description/ID3v22/GPSTimeStamp.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSTimeStamp.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSTrack.class.php b/lib/classes/metadata/description/ID3v22/GPSTrack.class.php index a1d746e278..7e7408b9f9 100644 --- a/lib/classes/metadata/description/ID3v22/GPSTrack.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSTrack.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSTrackRef.class.php b/lib/classes/metadata/description/ID3v22/GPSTrackRef.class.php index e94182c15f..1e17081807 100644 --- a/lib/classes/metadata/description/ID3v22/GPSTrackRef.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSTrackRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/GPSVersionID.class.php b/lib/classes/metadata/description/ID3v22/GPSVersionID.class.php index fb9f8d0121..547d12d7a4 100644 --- a/lib/classes/metadata/description/ID3v22/GPSVersionID.class.php +++ b/lib/classes/metadata/description/ID3v22/GPSVersionID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Genre.class.php b/lib/classes/metadata/description/ID3v22/Genre.class.php index 669c339663..e6f2719d66 100644 --- a/lib/classes/metadata/description/ID3v22/Genre.class.php +++ b/lib/classes/metadata/description/ID3v22/Genre.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Grouping.class.php b/lib/classes/metadata/description/ID3v22/Grouping.class.php index 297346ca5f..5eeca8f061 100644 --- a/lib/classes/metadata/description/ID3v22/Grouping.class.php +++ b/lib/classes/metadata/description/ID3v22/Grouping.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/ISRC.class.php b/lib/classes/metadata/description/ID3v22/ISRC.class.php index 89326aad45..9aea8f3327 100644 --- a/lib/classes/metadata/description/ID3v22/ISRC.class.php +++ b/lib/classes/metadata/description/ID3v22/ISRC.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/InitialKey.class.php b/lib/classes/metadata/description/ID3v22/InitialKey.class.php index 8fd70ffeab..662f7f23e9 100644 --- a/lib/classes/metadata/description/ID3v22/InitialKey.class.php +++ b/lib/classes/metadata/description/ID3v22/InitialKey.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/InterpretedBy.class.php b/lib/classes/metadata/description/ID3v22/InterpretedBy.class.php index 11f608a3c5..7f2633ed94 100644 --- a/lib/classes/metadata/description/ID3v22/InterpretedBy.class.php +++ b/lib/classes/metadata/description/ID3v22/InterpretedBy.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/InvolvedPeople.class.php b/lib/classes/metadata/description/ID3v22/InvolvedPeople.class.php index d8a113ac21..c2bfccc54c 100644 --- a/lib/classes/metadata/description/ID3v22/InvolvedPeople.class.php +++ b/lib/classes/metadata/description/ID3v22/InvolvedPeople.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Language.class.php b/lib/classes/metadata/description/ID3v22/Language.class.php index 6973401cdc..5dbd98e219 100644 --- a/lib/classes/metadata/description/ID3v22/Language.class.php +++ b/lib/classes/metadata/description/ID3v22/Language.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Length.class.php b/lib/classes/metadata/description/ID3v22/Length.class.php index 47b0316750..8ee30c4696 100644 --- a/lib/classes/metadata/description/ID3v22/Length.class.php +++ b/lib/classes/metadata/description/ID3v22/Length.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Lyricist.class.php b/lib/classes/metadata/description/ID3v22/Lyricist.class.php index 54ec13caaf..8308b1d757 100644 --- a/lib/classes/metadata/description/ID3v22/Lyricist.class.php +++ b/lib/classes/metadata/description/ID3v22/Lyricist.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Lyrics.class.php b/lib/classes/metadata/description/ID3v22/Lyrics.class.php index f41a1331bd..806e9d8145 100644 --- a/lib/classes/metadata/description/ID3v22/Lyrics.class.php +++ b/lib/classes/metadata/description/ID3v22/Lyrics.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/MakeModel.class.php b/lib/classes/metadata/description/ID3v22/MakeModel.class.php index 506671c768..f5e421d4dc 100644 --- a/lib/classes/metadata/description/ID3v22/MakeModel.class.php +++ b/lib/classes/metadata/description/ID3v22/MakeModel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/MaxApertureValue.class.php b/lib/classes/metadata/description/ID3v22/MaxApertureValue.class.php index 06771d9051..e61675cb43 100644 --- a/lib/classes/metadata/description/ID3v22/MaxApertureValue.class.php +++ b/lib/classes/metadata/description/ID3v22/MaxApertureValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Media.class.php b/lib/classes/metadata/description/ID3v22/Media.class.php index a48807ca7f..f4c412d70a 100644 --- a/lib/classes/metadata/description/ID3v22/Media.class.php +++ b/lib/classes/metadata/description/ID3v22/Media.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Model.class.php b/lib/classes/metadata/description/ID3v22/Model.class.php index ada2e44cbc..703e0ab6de 100644 --- a/lib/classes/metadata/description/ID3v22/Model.class.php +++ b/lib/classes/metadata/description/ID3v22/Model.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/OriginalAlbum.class.php b/lib/classes/metadata/description/ID3v22/OriginalAlbum.class.php index 8a885f454e..2fe71467a0 100644 --- a/lib/classes/metadata/description/ID3v22/OriginalAlbum.class.php +++ b/lib/classes/metadata/description/ID3v22/OriginalAlbum.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/OriginalArtist.class.php b/lib/classes/metadata/description/ID3v22/OriginalArtist.class.php index 0177c5ff45..9f773b59c7 100644 --- a/lib/classes/metadata/description/ID3v22/OriginalArtist.class.php +++ b/lib/classes/metadata/description/ID3v22/OriginalArtist.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/OriginalFilename.class.php b/lib/classes/metadata/description/ID3v22/OriginalFilename.class.php index 70a4b09449..3a34da445a 100644 --- a/lib/classes/metadata/description/ID3v22/OriginalFilename.class.php +++ b/lib/classes/metadata/description/ID3v22/OriginalFilename.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/OriginalLyricist.class.php b/lib/classes/metadata/description/ID3v22/OriginalLyricist.class.php index d9857d6fc0..5bac22508e 100644 --- a/lib/classes/metadata/description/ID3v22/OriginalLyricist.class.php +++ b/lib/classes/metadata/description/ID3v22/OriginalLyricist.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/OriginalReleaseYear.class.php b/lib/classes/metadata/description/ID3v22/OriginalReleaseYear.class.php index 4b14764823..e970a34d6f 100644 --- a/lib/classes/metadata/description/ID3v22/OriginalReleaseYear.class.php +++ b/lib/classes/metadata/description/ID3v22/OriginalReleaseYear.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/PartOfSet.class.php b/lib/classes/metadata/description/ID3v22/PartOfSet.class.php index 1b7be56cf3..9adb225c79 100644 --- a/lib/classes/metadata/description/ID3v22/PartOfSet.class.php +++ b/lib/classes/metadata/description/ID3v22/PartOfSet.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Picture.class.php b/lib/classes/metadata/description/ID3v22/Picture.class.php index 8329f480db..b34054787a 100644 --- a/lib/classes/metadata/description/ID3v22/Picture.class.php +++ b/lib/classes/metadata/description/ID3v22/Picture.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/PictureDescription.class.php b/lib/classes/metadata/description/ID3v22/PictureDescription.class.php index 167d0b1994..f0612bc60b 100644 --- a/lib/classes/metadata/description/ID3v22/PictureDescription.class.php +++ b/lib/classes/metadata/description/ID3v22/PictureDescription.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/PictureFormat.class.php b/lib/classes/metadata/description/ID3v22/PictureFormat.class.php index 924ab6f38d..6750f71af6 100644 --- a/lib/classes/metadata/description/ID3v22/PictureFormat.class.php +++ b/lib/classes/metadata/description/ID3v22/PictureFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/PictureType.class.php b/lib/classes/metadata/description/ID3v22/PictureType.class.php index 3d9d493b38..1b01fa13e9 100644 --- a/lib/classes/metadata/description/ID3v22/PictureType.class.php +++ b/lib/classes/metadata/description/ID3v22/PictureType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/PlayCounter.class.php b/lib/classes/metadata/description/ID3v22/PlayCounter.class.php index 83d62b38f4..5f13e6b9bf 100644 --- a/lib/classes/metadata/description/ID3v22/PlayCounter.class.php +++ b/lib/classes/metadata/description/ID3v22/PlayCounter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/PlaylistDelay.class.php b/lib/classes/metadata/description/ID3v22/PlaylistDelay.class.php index 833fd165b9..863c04f08c 100644 --- a/lib/classes/metadata/description/ID3v22/PlaylistDelay.class.php +++ b/lib/classes/metadata/description/ID3v22/PlaylistDelay.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Publisher.class.php b/lib/classes/metadata/description/ID3v22/Publisher.class.php index c2ac2f1513..79262b571b 100644 --- a/lib/classes/metadata/description/ID3v22/Publisher.class.php +++ b/lib/classes/metadata/description/ID3v22/Publisher.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/PublisherURL.class.php b/lib/classes/metadata/description/ID3v22/PublisherURL.class.php index 3d28426de7..29d469180d 100644 --- a/lib/classes/metadata/description/ID3v22/PublisherURL.class.php +++ b/lib/classes/metadata/description/ID3v22/PublisherURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/RecInfo.class.php b/lib/classes/metadata/description/ID3v22/RecInfo.class.php index a6add4cc43..d23842b128 100644 --- a/lib/classes/metadata/description/ID3v22/RecInfo.class.php +++ b/lib/classes/metadata/description/ID3v22/RecInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/RecordingDates.class.php b/lib/classes/metadata/description/ID3v22/RecordingDates.class.php index c8d2647b8c..cbb4591e8d 100644 --- a/lib/classes/metadata/description/ID3v22/RecordingDates.class.php +++ b/lib/classes/metadata/description/ID3v22/RecordingDates.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/SceneCaptureType.class.php b/lib/classes/metadata/description/ID3v22/SceneCaptureType.class.php index 77c82284a1..48c721b699 100644 --- a/lib/classes/metadata/description/ID3v22/SceneCaptureType.class.php +++ b/lib/classes/metadata/description/ID3v22/SceneCaptureType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Shutter.class.php b/lib/classes/metadata/description/ID3v22/Shutter.class.php index 4d16c7caf6..15e5c2dce7 100644 --- a/lib/classes/metadata/description/ID3v22/Shutter.class.php +++ b/lib/classes/metadata/description/ID3v22/Shutter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Size.class.php b/lib/classes/metadata/description/ID3v22/Size.class.php index 839ddeec02..a46dc4455b 100644 --- a/lib/classes/metadata/description/ID3v22/Size.class.php +++ b/lib/classes/metadata/description/ID3v22/Size.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/SourceURL.class.php b/lib/classes/metadata/description/ID3v22/SourceURL.class.php index 5ccc894134..3f7d1bbbdd 100644 --- a/lib/classes/metadata/description/ID3v22/SourceURL.class.php +++ b/lib/classes/metadata/description/ID3v22/SourceURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Subtitle.class.php b/lib/classes/metadata/description/ID3v22/Subtitle.class.php index 531f99dfcb..a4bb33c4f3 100644 --- a/lib/classes/metadata/description/ID3v22/Subtitle.class.php +++ b/lib/classes/metadata/description/ID3v22/Subtitle.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/SynchronizedLyricText.class.php b/lib/classes/metadata/description/ID3v22/SynchronizedLyricText.class.php index 723ad41eb3..33a21d08c5 100644 --- a/lib/classes/metadata/description/ID3v22/SynchronizedLyricText.class.php +++ b/lib/classes/metadata/description/ID3v22/SynchronizedLyricText.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Time.class.php b/lib/classes/metadata/description/ID3v22/Time.class.php index 5c25d03f94..1627c117ef 100644 --- a/lib/classes/metadata/description/ID3v22/Time.class.php +++ b/lib/classes/metadata/description/ID3v22/Time.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Title.class.php b/lib/classes/metadata/description/ID3v22/Title.class.php index b4b9ae87eb..c9ffcf680b 100644 --- a/lib/classes/metadata/description/ID3v22/Title.class.php +++ b/lib/classes/metadata/description/ID3v22/Title.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Track.class.php b/lib/classes/metadata/description/ID3v22/Track.class.php index 598e1a6be8..8c61112b1a 100644 --- a/lib/classes/metadata/description/ID3v22/Track.class.php +++ b/lib/classes/metadata/description/ID3v22/Track.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/UserDefinedText.class.php b/lib/classes/metadata/description/ID3v22/UserDefinedText.class.php index bad6b2e4a4..7e7e789f7e 100644 --- a/lib/classes/metadata/description/ID3v22/UserDefinedText.class.php +++ b/lib/classes/metadata/description/ID3v22/UserDefinedText.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/UserDefinedURL.class.php b/lib/classes/metadata/description/ID3v22/UserDefinedURL.class.php index e5df6b14cf..fce3bf4768 100644 --- a/lib/classes/metadata/description/ID3v22/UserDefinedURL.class.php +++ b/lib/classes/metadata/description/ID3v22/UserDefinedURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/WhiteBalance.class.php b/lib/classes/metadata/description/ID3v22/WhiteBalance.class.php index d39ceb6824..13e983beae 100644 --- a/lib/classes/metadata/description/ID3v22/WhiteBalance.class.php +++ b/lib/classes/metadata/description/ID3v22/WhiteBalance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/ID3v22/Year.class.php b/lib/classes/metadata/description/ID3v22/Year.class.php index af851a8fa3..9f36f8c122 100644 --- a/lib/classes/metadata/description/ID3v22/Year.class.php +++ b/lib/classes/metadata/description/ID3v22/Year.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/AnalogBalance.class.php b/lib/classes/metadata/description/IFD0/AnalogBalance.class.php index 333f92c113..279e5be245 100644 --- a/lib/classes/metadata/description/IFD0/AnalogBalance.class.php +++ b/lib/classes/metadata/description/IFD0/AnalogBalance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Artist.class.php b/lib/classes/metadata/description/IFD0/Artist.class.php index 5a510c700b..de33789bfb 100644 --- a/lib/classes/metadata/description/IFD0/Artist.class.php +++ b/lib/classes/metadata/description/IFD0/Artist.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/AsShotICCProfile.class.php b/lib/classes/metadata/description/IFD0/AsShotICCProfile.class.php index 78409bad2a..6ae4fdcad2 100644 --- a/lib/classes/metadata/description/IFD0/AsShotICCProfile.class.php +++ b/lib/classes/metadata/description/IFD0/AsShotICCProfile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/AsShotNeutral.class.php b/lib/classes/metadata/description/IFD0/AsShotNeutral.class.php index 7bdd07ad33..24afba6255 100644 --- a/lib/classes/metadata/description/IFD0/AsShotNeutral.class.php +++ b/lib/classes/metadata/description/IFD0/AsShotNeutral.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/AsShotPreProfileMatrix.class.php b/lib/classes/metadata/description/IFD0/AsShotPreProfileMatrix.class.php index 246d9c845a..be3057cf2d 100644 --- a/lib/classes/metadata/description/IFD0/AsShotPreProfileMatrix.class.php +++ b/lib/classes/metadata/description/IFD0/AsShotPreProfileMatrix.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/AsShotProfileName.class.php b/lib/classes/metadata/description/IFD0/AsShotProfileName.class.php index 69c3fea0b2..f906835cc7 100644 --- a/lib/classes/metadata/description/IFD0/AsShotProfileName.class.php +++ b/lib/classes/metadata/description/IFD0/AsShotProfileName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/AsShotWhiteXY.class.php b/lib/classes/metadata/description/IFD0/AsShotWhiteXY.class.php index 805cae6e72..071b0dea42 100644 --- a/lib/classes/metadata/description/IFD0/AsShotWhiteXY.class.php +++ b/lib/classes/metadata/description/IFD0/AsShotWhiteXY.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/BaselineExposure.class.php b/lib/classes/metadata/description/IFD0/BaselineExposure.class.php index e74cd40da7..6031ab1293 100644 --- a/lib/classes/metadata/description/IFD0/BaselineExposure.class.php +++ b/lib/classes/metadata/description/IFD0/BaselineExposure.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/BaselineNoise.class.php b/lib/classes/metadata/description/IFD0/BaselineNoise.class.php index 2f8181c77e..71597329dd 100644 --- a/lib/classes/metadata/description/IFD0/BaselineNoise.class.php +++ b/lib/classes/metadata/description/IFD0/BaselineNoise.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/BaselineSharpness.class.php b/lib/classes/metadata/description/IFD0/BaselineSharpness.class.php index ced8a45649..3535f8d2b3 100644 --- a/lib/classes/metadata/description/IFD0/BaselineSharpness.class.php +++ b/lib/classes/metadata/description/IFD0/BaselineSharpness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/BitsPerSample.class.php b/lib/classes/metadata/description/IFD0/BitsPerSample.class.php index 60cc00070f..9542ca0036 100644 --- a/lib/classes/metadata/description/IFD0/BitsPerSample.class.php +++ b/lib/classes/metadata/description/IFD0/BitsPerSample.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CalibrationIlluminant1.class.php b/lib/classes/metadata/description/IFD0/CalibrationIlluminant1.class.php index dce8453f01..e473ee7f25 100644 --- a/lib/classes/metadata/description/IFD0/CalibrationIlluminant1.class.php +++ b/lib/classes/metadata/description/IFD0/CalibrationIlluminant1.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CalibrationIlluminant2.class.php b/lib/classes/metadata/description/IFD0/CalibrationIlluminant2.class.php index 220d385daa..89c3ce903e 100644 --- a/lib/classes/metadata/description/IFD0/CalibrationIlluminant2.class.php +++ b/lib/classes/metadata/description/IFD0/CalibrationIlluminant2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CameraCalibration1.class.php b/lib/classes/metadata/description/IFD0/CameraCalibration1.class.php index c1fb8dc04f..f73c511d3e 100644 --- a/lib/classes/metadata/description/IFD0/CameraCalibration1.class.php +++ b/lib/classes/metadata/description/IFD0/CameraCalibration1.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CameraCalibration2.class.php b/lib/classes/metadata/description/IFD0/CameraCalibration2.class.php index f0f8e08d53..527af891c9 100644 --- a/lib/classes/metadata/description/IFD0/CameraCalibration2.class.php +++ b/lib/classes/metadata/description/IFD0/CameraCalibration2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CameraCalibrationSig.class.php b/lib/classes/metadata/description/IFD0/CameraCalibrationSig.class.php index 0f1f25a02c..643d6f3088 100644 --- a/lib/classes/metadata/description/IFD0/CameraCalibrationSig.class.php +++ b/lib/classes/metadata/description/IFD0/CameraCalibrationSig.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CameraSerialNumber.class.php b/lib/classes/metadata/description/IFD0/CameraSerialNumber.class.php index bde109c278..f07e45b50a 100644 --- a/lib/classes/metadata/description/IFD0/CameraSerialNumber.class.php +++ b/lib/classes/metadata/description/IFD0/CameraSerialNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CellLength.class.php b/lib/classes/metadata/description/IFD0/CellLength.class.php index ffba937cbd..da7a150459 100644 --- a/lib/classes/metadata/description/IFD0/CellLength.class.php +++ b/lib/classes/metadata/description/IFD0/CellLength.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CellWidth.class.php b/lib/classes/metadata/description/IFD0/CellWidth.class.php index 98891d30bd..fa2cc94c02 100644 --- a/lib/classes/metadata/description/IFD0/CellWidth.class.php +++ b/lib/classes/metadata/description/IFD0/CellWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ColorMatrix1.class.php b/lib/classes/metadata/description/IFD0/ColorMatrix1.class.php index 97fd716157..a96ebc5ea9 100644 --- a/lib/classes/metadata/description/IFD0/ColorMatrix1.class.php +++ b/lib/classes/metadata/description/IFD0/ColorMatrix1.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ColorMatrix2.class.php b/lib/classes/metadata/description/IFD0/ColorMatrix2.class.php index 3daa21f577..cd4e6c56db 100644 --- a/lib/classes/metadata/description/IFD0/ColorMatrix2.class.php +++ b/lib/classes/metadata/description/IFD0/ColorMatrix2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ColorimetricReference.class.php b/lib/classes/metadata/description/IFD0/ColorimetricReference.class.php index d77d28b892..bb7b3a0d91 100644 --- a/lib/classes/metadata/description/IFD0/ColorimetricReference.class.php +++ b/lib/classes/metadata/description/IFD0/ColorimetricReference.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Compression.class.php b/lib/classes/metadata/description/IFD0/Compression.class.php index ee1a34754c..b6750efd21 100644 --- a/lib/classes/metadata/description/IFD0/Compression.class.php +++ b/lib/classes/metadata/description/IFD0/Compression.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Copyright.class.php b/lib/classes/metadata/description/IFD0/Copyright.class.php index be36f2d0a2..67bcdd282d 100644 --- a/lib/classes/metadata/description/IFD0/Copyright.class.php +++ b/lib/classes/metadata/description/IFD0/Copyright.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CurrentICCProfile.class.php b/lib/classes/metadata/description/IFD0/CurrentICCProfile.class.php index 2abe69e94f..e1013ec504 100644 --- a/lib/classes/metadata/description/IFD0/CurrentICCProfile.class.php +++ b/lib/classes/metadata/description/IFD0/CurrentICCProfile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/CurrentPreProfileMatrix.class.php b/lib/classes/metadata/description/IFD0/CurrentPreProfileMatrix.class.php index 618aa02597..3ba5691f06 100644 --- a/lib/classes/metadata/description/IFD0/CurrentPreProfileMatrix.class.php +++ b/lib/classes/metadata/description/IFD0/CurrentPreProfileMatrix.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/DNGBackwardVersion.class.php b/lib/classes/metadata/description/IFD0/DNGBackwardVersion.class.php index 38f1df5f84..c8471a84f2 100644 --- a/lib/classes/metadata/description/IFD0/DNGBackwardVersion.class.php +++ b/lib/classes/metadata/description/IFD0/DNGBackwardVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/DNGLensInfo.class.php b/lib/classes/metadata/description/IFD0/DNGLensInfo.class.php index b8b7932571..8a8267652b 100644 --- a/lib/classes/metadata/description/IFD0/DNGLensInfo.class.php +++ b/lib/classes/metadata/description/IFD0/DNGLensInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/DNGVersion.class.php b/lib/classes/metadata/description/IFD0/DNGVersion.class.php index c5676fd395..1d934eb3c7 100644 --- a/lib/classes/metadata/description/IFD0/DNGVersion.class.php +++ b/lib/classes/metadata/description/IFD0/DNGVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/DocumentName.class.php b/lib/classes/metadata/description/IFD0/DocumentName.class.php index cec3d77ee9..9d197f1b3f 100644 --- a/lib/classes/metadata/description/IFD0/DocumentName.class.php +++ b/lib/classes/metadata/description/IFD0/DocumentName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/DotRange.class.php b/lib/classes/metadata/description/IFD0/DotRange.class.php index e8ac378525..1eefe0c938 100644 --- a/lib/classes/metadata/description/IFD0/DotRange.class.php +++ b/lib/classes/metadata/description/IFD0/DotRange.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/FillOrder.class.php b/lib/classes/metadata/description/IFD0/FillOrder.class.php index 768745d0b2..b70dfdf97a 100644 --- a/lib/classes/metadata/description/IFD0/FillOrder.class.php +++ b/lib/classes/metadata/description/IFD0/FillOrder.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ForwardMatrix1.class.php b/lib/classes/metadata/description/IFD0/ForwardMatrix1.class.php index 107a39d0dc..1bdada2bd6 100644 --- a/lib/classes/metadata/description/IFD0/ForwardMatrix1.class.php +++ b/lib/classes/metadata/description/IFD0/ForwardMatrix1.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ForwardMatrix2.class.php b/lib/classes/metadata/description/IFD0/ForwardMatrix2.class.php index 7f4cb9f0f7..710db7bcde 100644 --- a/lib/classes/metadata/description/IFD0/ForwardMatrix2.class.php +++ b/lib/classes/metadata/description/IFD0/ForwardMatrix2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/GrayResponseUnit.class.php b/lib/classes/metadata/description/IFD0/GrayResponseUnit.class.php index 8e7a9afcba..1d38e7f225 100644 --- a/lib/classes/metadata/description/IFD0/GrayResponseUnit.class.php +++ b/lib/classes/metadata/description/IFD0/GrayResponseUnit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/HalftoneHints.class.php b/lib/classes/metadata/description/IFD0/HalftoneHints.class.php index 2f954c3990..c161f01486 100644 --- a/lib/classes/metadata/description/IFD0/HalftoneHints.class.php +++ b/lib/classes/metadata/description/IFD0/HalftoneHints.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/HostComputer.class.php b/lib/classes/metadata/description/IFD0/HostComputer.class.php index 9d724dc0ee..54af1ffed5 100644 --- a/lib/classes/metadata/description/IFD0/HostComputer.class.php +++ b/lib/classes/metadata/description/IFD0/HostComputer.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/IPTCNAA.class.php b/lib/classes/metadata/description/IFD0/IPTCNAA.class.php index a505f0ea67..2cb516f9fd 100644 --- a/lib/classes/metadata/description/IFD0/IPTCNAA.class.php +++ b/lib/classes/metadata/description/IFD0/IPTCNAA.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ImageDescription.class.php b/lib/classes/metadata/description/IFD0/ImageDescription.class.php index 360bf930ba..682301c4f1 100644 --- a/lib/classes/metadata/description/IFD0/ImageDescription.class.php +++ b/lib/classes/metadata/description/IFD0/ImageDescription.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ImageSourceData.class.php b/lib/classes/metadata/description/IFD0/ImageSourceData.class.php index 6187dd094b..19a0e2881d 100644 --- a/lib/classes/metadata/description/IFD0/ImageSourceData.class.php +++ b/lib/classes/metadata/description/IFD0/ImageSourceData.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/InkSet.class.php b/lib/classes/metadata/description/IFD0/InkSet.class.php index 58d4c11473..81425fc273 100644 --- a/lib/classes/metadata/description/IFD0/InkSet.class.php +++ b/lib/classes/metadata/description/IFD0/InkSet.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/LinearResponseLimit.class.php b/lib/classes/metadata/description/IFD0/LinearResponseLimit.class.php index 09e001cdfe..52cc972de6 100644 --- a/lib/classes/metadata/description/IFD0/LinearResponseLimit.class.php +++ b/lib/classes/metadata/description/IFD0/LinearResponseLimit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/LocalizedCameraModel.class.php b/lib/classes/metadata/description/IFD0/LocalizedCameraModel.class.php index 5110a1df3d..ad9dba0c90 100644 --- a/lib/classes/metadata/description/IFD0/LocalizedCameraModel.class.php +++ b/lib/classes/metadata/description/IFD0/LocalizedCameraModel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Make.class.php b/lib/classes/metadata/description/IFD0/Make.class.php index d77ecaa013..d3fe1c68fe 100644 --- a/lib/classes/metadata/description/IFD0/Make.class.php +++ b/lib/classes/metadata/description/IFD0/Make.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/MakerNoteSafety.class.php b/lib/classes/metadata/description/IFD0/MakerNoteSafety.class.php index 5f692790e4..3491cea70d 100644 --- a/lib/classes/metadata/description/IFD0/MakerNoteSafety.class.php +++ b/lib/classes/metadata/description/IFD0/MakerNoteSafety.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/MaxSampleValue.class.php b/lib/classes/metadata/description/IFD0/MaxSampleValue.class.php index 247fe62e4a..a7b7fab1ba 100644 --- a/lib/classes/metadata/description/IFD0/MaxSampleValue.class.php +++ b/lib/classes/metadata/description/IFD0/MaxSampleValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/MinSampleValue.class.php b/lib/classes/metadata/description/IFD0/MinSampleValue.class.php index bc89efa4ed..ed7463c291 100644 --- a/lib/classes/metadata/description/IFD0/MinSampleValue.class.php +++ b/lib/classes/metadata/description/IFD0/MinSampleValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Model.class.php b/lib/classes/metadata/description/IFD0/Model.class.php index fdde281ff3..881fc562d6 100644 --- a/lib/classes/metadata/description/IFD0/Model.class.php +++ b/lib/classes/metadata/description/IFD0/Model.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ModifyDate.class.php b/lib/classes/metadata/description/IFD0/ModifyDate.class.php index 7b56857639..f770fee360 100644 --- a/lib/classes/metadata/description/IFD0/ModifyDate.class.php +++ b/lib/classes/metadata/description/IFD0/ModifyDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/OldSubfileType.class.php b/lib/classes/metadata/description/IFD0/OldSubfileType.class.php index e3a4d7ef77..eb5083cb3b 100644 --- a/lib/classes/metadata/description/IFD0/OldSubfileType.class.php +++ b/lib/classes/metadata/description/IFD0/OldSubfileType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Orientation.class.php b/lib/classes/metadata/description/IFD0/Orientation.class.php index 87089403e2..5ce705e506 100644 --- a/lib/classes/metadata/description/IFD0/Orientation.class.php +++ b/lib/classes/metadata/description/IFD0/Orientation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/OriginalRawFileData.class.php b/lib/classes/metadata/description/IFD0/OriginalRawFileData.class.php index 4b16d1b224..6a19e39a90 100644 --- a/lib/classes/metadata/description/IFD0/OriginalRawFileData.class.php +++ b/lib/classes/metadata/description/IFD0/OriginalRawFileData.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/OriginalRawFileDigest.class.php b/lib/classes/metadata/description/IFD0/OriginalRawFileDigest.class.php index 24e7390a91..25dabb27d5 100644 --- a/lib/classes/metadata/description/IFD0/OriginalRawFileDigest.class.php +++ b/lib/classes/metadata/description/IFD0/OriginalRawFileDigest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/OriginalRawFileName.class.php b/lib/classes/metadata/description/IFD0/OriginalRawFileName.class.php index de768da2c5..be1b068d0c 100644 --- a/lib/classes/metadata/description/IFD0/OriginalRawFileName.class.php +++ b/lib/classes/metadata/description/IFD0/OriginalRawFileName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PageName.class.php b/lib/classes/metadata/description/IFD0/PageName.class.php index ff149a659a..6961774178 100644 --- a/lib/classes/metadata/description/IFD0/PageName.class.php +++ b/lib/classes/metadata/description/IFD0/PageName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PageNumber.class.php b/lib/classes/metadata/description/IFD0/PageNumber.class.php index 771a9b5846..b90c996f17 100644 --- a/lib/classes/metadata/description/IFD0/PageNumber.class.php +++ b/lib/classes/metadata/description/IFD0/PageNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PanasonicTitle.class.php b/lib/classes/metadata/description/IFD0/PanasonicTitle.class.php index 889395ecaa..27fdbdadda 100644 --- a/lib/classes/metadata/description/IFD0/PanasonicTitle.class.php +++ b/lib/classes/metadata/description/IFD0/PanasonicTitle.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PanasonicTitle2.class.php b/lib/classes/metadata/description/IFD0/PanasonicTitle2.class.php index 5afbb35106..cf20b30b2f 100644 --- a/lib/classes/metadata/description/IFD0/PanasonicTitle2.class.php +++ b/lib/classes/metadata/description/IFD0/PanasonicTitle2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PhotometricInterpretation.class.php b/lib/classes/metadata/description/IFD0/PhotometricInterpretation.class.php index 2b95f205b1..b1a59da522 100644 --- a/lib/classes/metadata/description/IFD0/PhotometricInterpretation.class.php +++ b/lib/classes/metadata/description/IFD0/PhotometricInterpretation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PlanarConfiguration.class.php b/lib/classes/metadata/description/IFD0/PlanarConfiguration.class.php index ee55167367..a525d809a0 100644 --- a/lib/classes/metadata/description/IFD0/PlanarConfiguration.class.php +++ b/lib/classes/metadata/description/IFD0/PlanarConfiguration.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Predictor.class.php b/lib/classes/metadata/description/IFD0/Predictor.class.php index 723c794564..5c9c7049b9 100644 --- a/lib/classes/metadata/description/IFD0/Predictor.class.php +++ b/lib/classes/metadata/description/IFD0/Predictor.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PreviewApplicationName.class.php b/lib/classes/metadata/description/IFD0/PreviewApplicationName.class.php index 3145695b0f..04c3ab74c9 100644 --- a/lib/classes/metadata/description/IFD0/PreviewApplicationName.class.php +++ b/lib/classes/metadata/description/IFD0/PreviewApplicationName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PreviewApplicationVersion.class.php b/lib/classes/metadata/description/IFD0/PreviewApplicationVersion.class.php index 6eb01a01f9..8103ecccb4 100644 --- a/lib/classes/metadata/description/IFD0/PreviewApplicationVersion.class.php +++ b/lib/classes/metadata/description/IFD0/PreviewApplicationVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PreviewColorSpace.class.php b/lib/classes/metadata/description/IFD0/PreviewColorSpace.class.php index 2a8e6332c9..a230889eec 100644 --- a/lib/classes/metadata/description/IFD0/PreviewColorSpace.class.php +++ b/lib/classes/metadata/description/IFD0/PreviewColorSpace.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PreviewDateTime.class.php b/lib/classes/metadata/description/IFD0/PreviewDateTime.class.php index 57f9c997d5..87b9cd7fcb 100644 --- a/lib/classes/metadata/description/IFD0/PreviewDateTime.class.php +++ b/lib/classes/metadata/description/IFD0/PreviewDateTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PreviewSettingsDigest.class.php b/lib/classes/metadata/description/IFD0/PreviewSettingsDigest.class.php index deeeecd011..8ff75939f1 100644 --- a/lib/classes/metadata/description/IFD0/PreviewSettingsDigest.class.php +++ b/lib/classes/metadata/description/IFD0/PreviewSettingsDigest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PreviewSettingsName.class.php b/lib/classes/metadata/description/IFD0/PreviewSettingsName.class.php index 0d6bd07cf6..14b20d6fbc 100644 --- a/lib/classes/metadata/description/IFD0/PreviewSettingsName.class.php +++ b/lib/classes/metadata/description/IFD0/PreviewSettingsName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PrimaryChromaticities.class.php b/lib/classes/metadata/description/IFD0/PrimaryChromaticities.class.php index 772e508655..8d088c6b39 100644 --- a/lib/classes/metadata/description/IFD0/PrimaryChromaticities.class.php +++ b/lib/classes/metadata/description/IFD0/PrimaryChromaticities.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/PrintIM.class.php b/lib/classes/metadata/description/IFD0/PrintIM.class.php index 5c03bb9d87..4415f7281b 100644 --- a/lib/classes/metadata/description/IFD0/PrintIM.class.php +++ b/lib/classes/metadata/description/IFD0/PrintIM.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProcessingSoftware.class.php b/lib/classes/metadata/description/IFD0/ProcessingSoftware.class.php index 0437ae3f33..339ec5b416 100644 --- a/lib/classes/metadata/description/IFD0/ProcessingSoftware.class.php +++ b/lib/classes/metadata/description/IFD0/ProcessingSoftware.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileCalibrationSig.class.php b/lib/classes/metadata/description/IFD0/ProfileCalibrationSig.class.php index 5691afd1ba..78b18bed5d 100644 --- a/lib/classes/metadata/description/IFD0/ProfileCalibrationSig.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileCalibrationSig.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileCopyright.class.php b/lib/classes/metadata/description/IFD0/ProfileCopyright.class.php index a56ac61815..80f479555f 100644 --- a/lib/classes/metadata/description/IFD0/ProfileCopyright.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileCopyright.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileEmbedPolicy.class.php b/lib/classes/metadata/description/IFD0/ProfileEmbedPolicy.class.php index a100243c01..3eb82ac82d 100644 --- a/lib/classes/metadata/description/IFD0/ProfileEmbedPolicy.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileEmbedPolicy.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileHueSatMapData1.class.php b/lib/classes/metadata/description/IFD0/ProfileHueSatMapData1.class.php index d78786d65f..558561e3ca 100644 --- a/lib/classes/metadata/description/IFD0/ProfileHueSatMapData1.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileHueSatMapData1.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileHueSatMapData2.class.php b/lib/classes/metadata/description/IFD0/ProfileHueSatMapData2.class.php index 6e52aaf8d1..3e02929c52 100644 --- a/lib/classes/metadata/description/IFD0/ProfileHueSatMapData2.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileHueSatMapData2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileHueSatMapDims.class.php b/lib/classes/metadata/description/IFD0/ProfileHueSatMapDims.class.php index 4c9eb5b60f..bf23b3ed0c 100644 --- a/lib/classes/metadata/description/IFD0/ProfileHueSatMapDims.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileHueSatMapDims.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileLookTableData.class.php b/lib/classes/metadata/description/IFD0/ProfileLookTableData.class.php index 2946010e10..2c6391049e 100644 --- a/lib/classes/metadata/description/IFD0/ProfileLookTableData.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileLookTableData.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileLookTableDims.class.php b/lib/classes/metadata/description/IFD0/ProfileLookTableDims.class.php index a1bc378fb7..9d7cff5963 100644 --- a/lib/classes/metadata/description/IFD0/ProfileLookTableDims.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileLookTableDims.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileName.class.php b/lib/classes/metadata/description/IFD0/ProfileName.class.php index f3a3ec99f8..1d247c645d 100644 --- a/lib/classes/metadata/description/IFD0/ProfileName.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ProfileToneCurve.class.php b/lib/classes/metadata/description/IFD0/ProfileToneCurve.class.php index d89473e2e3..d2fa31c943 100644 --- a/lib/classes/metadata/description/IFD0/ProfileToneCurve.class.php +++ b/lib/classes/metadata/description/IFD0/ProfileToneCurve.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Rating.class.php b/lib/classes/metadata/description/IFD0/Rating.class.php index 1f58d06299..073a8ee213 100644 --- a/lib/classes/metadata/description/IFD0/Rating.class.php +++ b/lib/classes/metadata/description/IFD0/Rating.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/RatingPercent.class.php b/lib/classes/metadata/description/IFD0/RatingPercent.class.php index fd27d7e718..bd4732deed 100644 --- a/lib/classes/metadata/description/IFD0/RatingPercent.class.php +++ b/lib/classes/metadata/description/IFD0/RatingPercent.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/RawDataUniqueID.class.php b/lib/classes/metadata/description/IFD0/RawDataUniqueID.class.php index b5f4d72c02..a4c8076410 100644 --- a/lib/classes/metadata/description/IFD0/RawDataUniqueID.class.php +++ b/lib/classes/metadata/description/IFD0/RawDataUniqueID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/RawImageDigest.class.php b/lib/classes/metadata/description/IFD0/RawImageDigest.class.php index 79ac7749b9..f53b8c57d9 100644 --- a/lib/classes/metadata/description/IFD0/RawImageDigest.class.php +++ b/lib/classes/metadata/description/IFD0/RawImageDigest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ReductionMatrix1.class.php b/lib/classes/metadata/description/IFD0/ReductionMatrix1.class.php index 2dda8bf54c..7bfd8188db 100644 --- a/lib/classes/metadata/description/IFD0/ReductionMatrix1.class.php +++ b/lib/classes/metadata/description/IFD0/ReductionMatrix1.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ReductionMatrix2.class.php b/lib/classes/metadata/description/IFD0/ReductionMatrix2.class.php index 352e8a6319..e8246f6f2b 100644 --- a/lib/classes/metadata/description/IFD0/ReductionMatrix2.class.php +++ b/lib/classes/metadata/description/IFD0/ReductionMatrix2.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ReferenceBlackWhite.class.php b/lib/classes/metadata/description/IFD0/ReferenceBlackWhite.class.php index 67b7aa6e37..f584d4fa46 100644 --- a/lib/classes/metadata/description/IFD0/ReferenceBlackWhite.class.php +++ b/lib/classes/metadata/description/IFD0/ReferenceBlackWhite.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ResolutionUnit.class.php b/lib/classes/metadata/description/IFD0/ResolutionUnit.class.php index 8fcc4cb6fa..73fd9cdc59 100644 --- a/lib/classes/metadata/description/IFD0/ResolutionUnit.class.php +++ b/lib/classes/metadata/description/IFD0/ResolutionUnit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/RowsPerStrip.class.php b/lib/classes/metadata/description/IFD0/RowsPerStrip.class.php index 3ca7de7df7..e4411f0d30 100644 --- a/lib/classes/metadata/description/IFD0/RowsPerStrip.class.php +++ b/lib/classes/metadata/description/IFD0/RowsPerStrip.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/SEMInfo.class.php b/lib/classes/metadata/description/IFD0/SEMInfo.class.php index e0f5d9118b..a86c637b79 100644 --- a/lib/classes/metadata/description/IFD0/SEMInfo.class.php +++ b/lib/classes/metadata/description/IFD0/SEMInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/SamplesPerPixel.class.php b/lib/classes/metadata/description/IFD0/SamplesPerPixel.class.php index 83e0640274..49bf2470b9 100644 --- a/lib/classes/metadata/description/IFD0/SamplesPerPixel.class.php +++ b/lib/classes/metadata/description/IFD0/SamplesPerPixel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/ShadowScale.class.php b/lib/classes/metadata/description/IFD0/ShadowScale.class.php index 5437f413ff..51f276731e 100644 --- a/lib/classes/metadata/description/IFD0/ShadowScale.class.php +++ b/lib/classes/metadata/description/IFD0/ShadowScale.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Software.class.php b/lib/classes/metadata/description/IFD0/Software.class.php index 1fec8ca580..e306bfe424 100644 --- a/lib/classes/metadata/description/IFD0/Software.class.php +++ b/lib/classes/metadata/description/IFD0/Software.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/SubfileType.class.php b/lib/classes/metadata/description/IFD0/SubfileType.class.php index f2c64b7db3..11aee7ddeb 100644 --- a/lib/classes/metadata/description/IFD0/SubfileType.class.php +++ b/lib/classes/metadata/description/IFD0/SubfileType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/Thresholding.class.php b/lib/classes/metadata/description/IFD0/Thresholding.class.php index 1c12b76476..081ab2c1ff 100644 --- a/lib/classes/metadata/description/IFD0/Thresholding.class.php +++ b/lib/classes/metadata/description/IFD0/Thresholding.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/TileLength.class.php b/lib/classes/metadata/description/IFD0/TileLength.class.php index 2d39e09de1..b79624d12c 100644 --- a/lib/classes/metadata/description/IFD0/TileLength.class.php +++ b/lib/classes/metadata/description/IFD0/TileLength.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/TileWidth.class.php b/lib/classes/metadata/description/IFD0/TileWidth.class.php index dc375e06d6..58309d18c7 100644 --- a/lib/classes/metadata/description/IFD0/TileWidth.class.php +++ b/lib/classes/metadata/description/IFD0/TileWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/TransferFunction.class.php b/lib/classes/metadata/description/IFD0/TransferFunction.class.php index b5738149b3..b9dbef3c16 100644 --- a/lib/classes/metadata/description/IFD0/TransferFunction.class.php +++ b/lib/classes/metadata/description/IFD0/TransferFunction.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/UniqueCameraModel.class.php b/lib/classes/metadata/description/IFD0/UniqueCameraModel.class.php index b26bf11b8b..1538571992 100644 --- a/lib/classes/metadata/description/IFD0/UniqueCameraModel.class.php +++ b/lib/classes/metadata/description/IFD0/UniqueCameraModel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/WhitePoint.class.php b/lib/classes/metadata/description/IFD0/WhitePoint.class.php index b13e3d4a77..2c05d02d02 100644 --- a/lib/classes/metadata/description/IFD0/WhitePoint.class.php +++ b/lib/classes/metadata/description/IFD0/WhitePoint.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/XPAuthor.class.php b/lib/classes/metadata/description/IFD0/XPAuthor.class.php index e16f4aabe5..9ee90c73b0 100644 --- a/lib/classes/metadata/description/IFD0/XPAuthor.class.php +++ b/lib/classes/metadata/description/IFD0/XPAuthor.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/XPComment.class.php b/lib/classes/metadata/description/IFD0/XPComment.class.php index e7cae45bc8..7eacc90761 100644 --- a/lib/classes/metadata/description/IFD0/XPComment.class.php +++ b/lib/classes/metadata/description/IFD0/XPComment.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/XPKeywords.class.php b/lib/classes/metadata/description/IFD0/XPKeywords.class.php index 1a647f3d59..9005e2e854 100644 --- a/lib/classes/metadata/description/IFD0/XPKeywords.class.php +++ b/lib/classes/metadata/description/IFD0/XPKeywords.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/XPSubject.class.php b/lib/classes/metadata/description/IFD0/XPSubject.class.php index 41d528687e..a21f8ae9d5 100644 --- a/lib/classes/metadata/description/IFD0/XPSubject.class.php +++ b/lib/classes/metadata/description/IFD0/XPSubject.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/XPTitle.class.php b/lib/classes/metadata/description/IFD0/XPTitle.class.php index c53fb20cb3..ddc8592d61 100644 --- a/lib/classes/metadata/description/IFD0/XPTitle.class.php +++ b/lib/classes/metadata/description/IFD0/XPTitle.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/XPosition.class.php b/lib/classes/metadata/description/IFD0/XPosition.class.php index 0880fd60b4..a15b6e2c61 100644 --- a/lib/classes/metadata/description/IFD0/XPosition.class.php +++ b/lib/classes/metadata/description/IFD0/XPosition.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/XResolution.class.php b/lib/classes/metadata/description/IFD0/XResolution.class.php index fbf5c4ad53..a9d67c2a0d 100644 --- a/lib/classes/metadata/description/IFD0/XResolution.class.php +++ b/lib/classes/metadata/description/IFD0/XResolution.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/YCbCrCoefficients.class.php b/lib/classes/metadata/description/IFD0/YCbCrCoefficients.class.php index 68888563f8..50ceeb8989 100644 --- a/lib/classes/metadata/description/IFD0/YCbCrCoefficients.class.php +++ b/lib/classes/metadata/description/IFD0/YCbCrCoefficients.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/YCbCrPositioning.class.php b/lib/classes/metadata/description/IFD0/YCbCrPositioning.class.php index 36f4d58834..15e5c0676c 100644 --- a/lib/classes/metadata/description/IFD0/YCbCrPositioning.class.php +++ b/lib/classes/metadata/description/IFD0/YCbCrPositioning.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/YCbCrSubSampling.class.php b/lib/classes/metadata/description/IFD0/YCbCrSubSampling.class.php index 56b544fedb..45f06c60d7 100644 --- a/lib/classes/metadata/description/IFD0/YCbCrSubSampling.class.php +++ b/lib/classes/metadata/description/IFD0/YCbCrSubSampling.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/YPosition.class.php b/lib/classes/metadata/description/IFD0/YPosition.class.php index 57f7acda21..4a9a827a20 100644 --- a/lib/classes/metadata/description/IFD0/YPosition.class.php +++ b/lib/classes/metadata/description/IFD0/YPosition.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IFD0/YResolution.class.php b/lib/classes/metadata/description/IFD0/YResolution.class.php index 5e16efed53..c75e9cdc97 100644 --- a/lib/classes/metadata/description/IFD0/YResolution.class.php +++ b/lib/classes/metadata/description/IFD0/YResolution.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ActionAdvised.class.php b/lib/classes/metadata/description/IPTC/ActionAdvised.class.php index 495a888c35..d86d41f8d3 100644 --- a/lib/classes/metadata/description/IPTC/ActionAdvised.class.php +++ b/lib/classes/metadata/description/IPTC/ActionAdvised.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/AudioDuration.class.php b/lib/classes/metadata/description/IPTC/AudioDuration.class.php index c4c4b07043..f01d31a806 100644 --- a/lib/classes/metadata/description/IPTC/AudioDuration.class.php +++ b/lib/classes/metadata/description/IPTC/AudioDuration.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/AudioOutcue.class.php b/lib/classes/metadata/description/IPTC/AudioOutcue.class.php index 4bad7324c8..0afdf91dcb 100644 --- a/lib/classes/metadata/description/IPTC/AudioOutcue.class.php +++ b/lib/classes/metadata/description/IPTC/AudioOutcue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/AudioSamplingRate.class.php b/lib/classes/metadata/description/IPTC/AudioSamplingRate.class.php index c2fea7ba98..37a2065717 100644 --- a/lib/classes/metadata/description/IPTC/AudioSamplingRate.class.php +++ b/lib/classes/metadata/description/IPTC/AudioSamplingRate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/AudioSamplingResolution.class.php b/lib/classes/metadata/description/IPTC/AudioSamplingResolution.class.php index 58ad53a9c7..50e78e8794 100644 --- a/lib/classes/metadata/description/IPTC/AudioSamplingResolution.class.php +++ b/lib/classes/metadata/description/IPTC/AudioSamplingResolution.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/AudioType.class.php b/lib/classes/metadata/description/IPTC/AudioType.class.php index 4adaeb554a..12902e2002 100644 --- a/lib/classes/metadata/description/IPTC/AudioType.class.php +++ b/lib/classes/metadata/description/IPTC/AudioType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Byline.class.php b/lib/classes/metadata/description/IPTC/Byline.class.php index 00e364cd18..0784a787a4 100644 --- a/lib/classes/metadata/description/IPTC/Byline.class.php +++ b/lib/classes/metadata/description/IPTC/Byline.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/BylineTitle.class.php b/lib/classes/metadata/description/IPTC/BylineTitle.class.php index 4cc504ad36..88a20d0415 100644 --- a/lib/classes/metadata/description/IPTC/BylineTitle.class.php +++ b/lib/classes/metadata/description/IPTC/BylineTitle.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/CaptionAbstract.class.php b/lib/classes/metadata/description/IPTC/CaptionAbstract.class.php index 8b8b2763e1..66b13be454 100644 --- a/lib/classes/metadata/description/IPTC/CaptionAbstract.class.php +++ b/lib/classes/metadata/description/IPTC/CaptionAbstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/CatalogSets.class.php b/lib/classes/metadata/description/IPTC/CatalogSets.class.php index ab30a21177..1aa2b03325 100644 --- a/lib/classes/metadata/description/IPTC/CatalogSets.class.php +++ b/lib/classes/metadata/description/IPTC/CatalogSets.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Category.class.php b/lib/classes/metadata/description/IPTC/Category.class.php index 15eb3bfebb..bf884a2b05 100644 --- a/lib/classes/metadata/description/IPTC/Category.class.php +++ b/lib/classes/metadata/description/IPTC/Category.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/City.class.php b/lib/classes/metadata/description/IPTC/City.class.php index 2fc9d2d674..4d97774fa3 100644 --- a/lib/classes/metadata/description/IPTC/City.class.php +++ b/lib/classes/metadata/description/IPTC/City.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ClassifyState.class.php b/lib/classes/metadata/description/IPTC/ClassifyState.class.php index a51e73a303..ff12c7b366 100644 --- a/lib/classes/metadata/description/IPTC/ClassifyState.class.php +++ b/lib/classes/metadata/description/IPTC/ClassifyState.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Contact.class.php b/lib/classes/metadata/description/IPTC/Contact.class.php index 0facc9da09..a7adc0b3e6 100644 --- a/lib/classes/metadata/description/IPTC/Contact.class.php +++ b/lib/classes/metadata/description/IPTC/Contact.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ContentLocationCode.class.php b/lib/classes/metadata/description/IPTC/ContentLocationCode.class.php index 1f1c56eb8a..7c95bf2e09 100644 --- a/lib/classes/metadata/description/IPTC/ContentLocationCode.class.php +++ b/lib/classes/metadata/description/IPTC/ContentLocationCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ContentLocationName.class.php b/lib/classes/metadata/description/IPTC/ContentLocationName.class.php index 60be8a579d..46f16a36bd 100644 --- a/lib/classes/metadata/description/IPTC/ContentLocationName.class.php +++ b/lib/classes/metadata/description/IPTC/ContentLocationName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/CopyrightNotice.class.php b/lib/classes/metadata/description/IPTC/CopyrightNotice.class.php index dc80b55b1c..b4393819d3 100644 --- a/lib/classes/metadata/description/IPTC/CopyrightNotice.class.php +++ b/lib/classes/metadata/description/IPTC/CopyrightNotice.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/CountryPrimaryLocationCode.class.php b/lib/classes/metadata/description/IPTC/CountryPrimaryLocationCode.class.php index bb61f96628..f477603f6f 100644 --- a/lib/classes/metadata/description/IPTC/CountryPrimaryLocationCode.class.php +++ b/lib/classes/metadata/description/IPTC/CountryPrimaryLocationCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/CountryPrimaryLocationName.class.php b/lib/classes/metadata/description/IPTC/CountryPrimaryLocationName.class.php index 1e600e8ca3..1c5cac996b 100644 --- a/lib/classes/metadata/description/IPTC/CountryPrimaryLocationName.class.php +++ b/lib/classes/metadata/description/IPTC/CountryPrimaryLocationName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Credit.class.php b/lib/classes/metadata/description/IPTC/Credit.class.php index 38a658e028..9b94c74cdf 100644 --- a/lib/classes/metadata/description/IPTC/Credit.class.php +++ b/lib/classes/metadata/description/IPTC/Credit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/DateCreated.class.php b/lib/classes/metadata/description/IPTC/DateCreated.class.php index e5fc96ec80..13433bf2fe 100644 --- a/lib/classes/metadata/description/IPTC/DateCreated.class.php +++ b/lib/classes/metadata/description/IPTC/DateCreated.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Destination.class.php b/lib/classes/metadata/description/IPTC/Destination.class.php index 08bbc3525c..4946c9c1eb 100644 --- a/lib/classes/metadata/description/IPTC/Destination.class.php +++ b/lib/classes/metadata/description/IPTC/Destination.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/DigitalCreationDate.class.php b/lib/classes/metadata/description/IPTC/DigitalCreationDate.class.php index d891089e6a..41858e765f 100644 --- a/lib/classes/metadata/description/IPTC/DigitalCreationDate.class.php +++ b/lib/classes/metadata/description/IPTC/DigitalCreationDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/DigitalCreationTime.class.php b/lib/classes/metadata/description/IPTC/DigitalCreationTime.class.php index 93a8c41629..7048c3d1a8 100644 --- a/lib/classes/metadata/description/IPTC/DigitalCreationTime.class.php +++ b/lib/classes/metadata/description/IPTC/DigitalCreationTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/DocumentHistory.class.php b/lib/classes/metadata/description/IPTC/DocumentHistory.class.php index 370dccc13e..e15afcb55a 100644 --- a/lib/classes/metadata/description/IPTC/DocumentHistory.class.php +++ b/lib/classes/metadata/description/IPTC/DocumentHistory.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/DocumentNotes.class.php b/lib/classes/metadata/description/IPTC/DocumentNotes.class.php index 1fd11a6852..da9e76c444 100644 --- a/lib/classes/metadata/description/IPTC/DocumentNotes.class.php +++ b/lib/classes/metadata/description/IPTC/DocumentNotes.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/EditStatus.class.php b/lib/classes/metadata/description/IPTC/EditStatus.class.php index 0a445a4859..7e03a5ec29 100644 --- a/lib/classes/metadata/description/IPTC/EditStatus.class.php +++ b/lib/classes/metadata/description/IPTC/EditStatus.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/EditorialUpdate.class.php b/lib/classes/metadata/description/IPTC/EditorialUpdate.class.php index c3260394cc..207e22cb0b 100644 --- a/lib/classes/metadata/description/IPTC/EditorialUpdate.class.php +++ b/lib/classes/metadata/description/IPTC/EditorialUpdate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ExifCameraInfo.class.php b/lib/classes/metadata/description/IPTC/ExifCameraInfo.class.php index c91bc8ebcd..71c80bddbd 100644 --- a/lib/classes/metadata/description/IPTC/ExifCameraInfo.class.php +++ b/lib/classes/metadata/description/IPTC/ExifCameraInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ExpirationDate.class.php b/lib/classes/metadata/description/IPTC/ExpirationDate.class.php index a87499ac1a..c16f96a976 100644 --- a/lib/classes/metadata/description/IPTC/ExpirationDate.class.php +++ b/lib/classes/metadata/description/IPTC/ExpirationDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ExpirationTime.class.php b/lib/classes/metadata/description/IPTC/ExpirationTime.class.php index b7852c38d1..c99aa1d2b5 100644 --- a/lib/classes/metadata/description/IPTC/ExpirationTime.class.php +++ b/lib/classes/metadata/description/IPTC/ExpirationTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/FixtureIdentifier.class.php b/lib/classes/metadata/description/IPTC/FixtureIdentifier.class.php index 9b36a520ff..36ef12ed18 100644 --- a/lib/classes/metadata/description/IPTC/FixtureIdentifier.class.php +++ b/lib/classes/metadata/description/IPTC/FixtureIdentifier.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Headline.class.php b/lib/classes/metadata/description/IPTC/Headline.class.php index f4cd6db943..7fd1e6c87c 100644 --- a/lib/classes/metadata/description/IPTC/Headline.class.php +++ b/lib/classes/metadata/description/IPTC/Headline.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ImageOrientation.class.php b/lib/classes/metadata/description/IPTC/ImageOrientation.class.php index 680d5febe2..803926a887 100644 --- a/lib/classes/metadata/description/IPTC/ImageOrientation.class.php +++ b/lib/classes/metadata/description/IPTC/ImageOrientation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ImageType.class.php b/lib/classes/metadata/description/IPTC/ImageType.class.php index 773c13fd81..d13bbd6b21 100644 --- a/lib/classes/metadata/description/IPTC/ImageType.class.php +++ b/lib/classes/metadata/description/IPTC/ImageType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/JobID.class.php b/lib/classes/metadata/description/IPTC/JobID.class.php index 047fd5c649..d66063cec4 100644 --- a/lib/classes/metadata/description/IPTC/JobID.class.php +++ b/lib/classes/metadata/description/IPTC/JobID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Keywords.class.php b/lib/classes/metadata/description/IPTC/Keywords.class.php index bab9ed94b3..23b50671eb 100644 --- a/lib/classes/metadata/description/IPTC/Keywords.class.php +++ b/lib/classes/metadata/description/IPTC/Keywords.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/LanguageIdentifier.class.php b/lib/classes/metadata/description/IPTC/LanguageIdentifier.class.php index 533f3e8b44..9acb42b343 100644 --- a/lib/classes/metadata/description/IPTC/LanguageIdentifier.class.php +++ b/lib/classes/metadata/description/IPTC/LanguageIdentifier.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/LocalCaption.class.php b/lib/classes/metadata/description/IPTC/LocalCaption.class.php index 34baa3b06e..86a1705478 100644 --- a/lib/classes/metadata/description/IPTC/LocalCaption.class.php +++ b/lib/classes/metadata/description/IPTC/LocalCaption.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/MasterDocumentID.class.php b/lib/classes/metadata/description/IPTC/MasterDocumentID.class.php index 5ef5b33d86..3923d064c8 100644 --- a/lib/classes/metadata/description/IPTC/MasterDocumentID.class.php +++ b/lib/classes/metadata/description/IPTC/MasterDocumentID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ObjectAttributeReference.class.php b/lib/classes/metadata/description/IPTC/ObjectAttributeReference.class.php index 4dfcf04b90..e5e59f5c45 100644 --- a/lib/classes/metadata/description/IPTC/ObjectAttributeReference.class.php +++ b/lib/classes/metadata/description/IPTC/ObjectAttributeReference.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ObjectCycle.class.php b/lib/classes/metadata/description/IPTC/ObjectCycle.class.php index d3c311ba0b..62c5993e1c 100644 --- a/lib/classes/metadata/description/IPTC/ObjectCycle.class.php +++ b/lib/classes/metadata/description/IPTC/ObjectCycle.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ObjectName.class.php b/lib/classes/metadata/description/IPTC/ObjectName.class.php index c604698f96..e22763927d 100644 --- a/lib/classes/metadata/description/IPTC/ObjectName.class.php +++ b/lib/classes/metadata/description/IPTC/ObjectName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ObjectPreviewData.class.php b/lib/classes/metadata/description/IPTC/ObjectPreviewData.class.php index 1824c4667a..15f341a0c8 100644 --- a/lib/classes/metadata/description/IPTC/ObjectPreviewData.class.php +++ b/lib/classes/metadata/description/IPTC/ObjectPreviewData.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ObjectPreviewFileFormat.class.php b/lib/classes/metadata/description/IPTC/ObjectPreviewFileFormat.class.php index 5a8e6f114c..df010f1051 100644 --- a/lib/classes/metadata/description/IPTC/ObjectPreviewFileFormat.class.php +++ b/lib/classes/metadata/description/IPTC/ObjectPreviewFileFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ObjectPreviewFileVersion.class.php b/lib/classes/metadata/description/IPTC/ObjectPreviewFileVersion.class.php index 530765c281..c40229f768 100644 --- a/lib/classes/metadata/description/IPTC/ObjectPreviewFileVersion.class.php +++ b/lib/classes/metadata/description/IPTC/ObjectPreviewFileVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ObjectTypeReference.class.php b/lib/classes/metadata/description/IPTC/ObjectTypeReference.class.php index ddcfd56cd5..5930b04869 100644 --- a/lib/classes/metadata/description/IPTC/ObjectTypeReference.class.php +++ b/lib/classes/metadata/description/IPTC/ObjectTypeReference.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/OriginalTransmissionReference.class.php b/lib/classes/metadata/description/IPTC/OriginalTransmissionReference.class.php index 82c6821ee6..4c999615b2 100644 --- a/lib/classes/metadata/description/IPTC/OriginalTransmissionReference.class.php +++ b/lib/classes/metadata/description/IPTC/OriginalTransmissionReference.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/OriginatingProgram.class.php b/lib/classes/metadata/description/IPTC/OriginatingProgram.class.php index 607d28f614..c9ad6a39ea 100644 --- a/lib/classes/metadata/description/IPTC/OriginatingProgram.class.php +++ b/lib/classes/metadata/description/IPTC/OriginatingProgram.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/OwnerID.class.php b/lib/classes/metadata/description/IPTC/OwnerID.class.php index c2e0667caf..7fe0d9c543 100644 --- a/lib/classes/metadata/description/IPTC/OwnerID.class.php +++ b/lib/classes/metadata/description/IPTC/OwnerID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Prefs.class.php b/lib/classes/metadata/description/IPTC/Prefs.class.php index e32b30c1d9..40f994aa70 100644 --- a/lib/classes/metadata/description/IPTC/Prefs.class.php +++ b/lib/classes/metadata/description/IPTC/Prefs.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ProgramVersion.class.php b/lib/classes/metadata/description/IPTC/ProgramVersion.class.php index 99e275ce37..537ba69bff 100644 --- a/lib/classes/metadata/description/IPTC/ProgramVersion.class.php +++ b/lib/classes/metadata/description/IPTC/ProgramVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ProvinceState.class.php b/lib/classes/metadata/description/IPTC/ProvinceState.class.php index 2e8253677d..93ca4190cb 100644 --- a/lib/classes/metadata/description/IPTC/ProvinceState.class.php +++ b/lib/classes/metadata/description/IPTC/ProvinceState.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/RasterizedCaption.class.php b/lib/classes/metadata/description/IPTC/RasterizedCaption.class.php index a61c6311c4..0c5006b077 100644 --- a/lib/classes/metadata/description/IPTC/RasterizedCaption.class.php +++ b/lib/classes/metadata/description/IPTC/RasterizedCaption.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ReferenceDate.class.php b/lib/classes/metadata/description/IPTC/ReferenceDate.class.php index cbe96f7737..58cef18de6 100644 --- a/lib/classes/metadata/description/IPTC/ReferenceDate.class.php +++ b/lib/classes/metadata/description/IPTC/ReferenceDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ReferenceNumber.class.php b/lib/classes/metadata/description/IPTC/ReferenceNumber.class.php index 60b898ca30..b97a1beeed 100644 --- a/lib/classes/metadata/description/IPTC/ReferenceNumber.class.php +++ b/lib/classes/metadata/description/IPTC/ReferenceNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ReferenceService.class.php b/lib/classes/metadata/description/IPTC/ReferenceService.class.php index bbf970b008..973cb38916 100644 --- a/lib/classes/metadata/description/IPTC/ReferenceService.class.php +++ b/lib/classes/metadata/description/IPTC/ReferenceService.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ReleaseDate.class.php b/lib/classes/metadata/description/IPTC/ReleaseDate.class.php index 6589e12a06..02b0af535c 100644 --- a/lib/classes/metadata/description/IPTC/ReleaseDate.class.php +++ b/lib/classes/metadata/description/IPTC/ReleaseDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ReleaseTime.class.php b/lib/classes/metadata/description/IPTC/ReleaseTime.class.php index 26f2d952af..d084538437 100644 --- a/lib/classes/metadata/description/IPTC/ReleaseTime.class.php +++ b/lib/classes/metadata/description/IPTC/ReleaseTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/ShortDocumentID.class.php b/lib/classes/metadata/description/IPTC/ShortDocumentID.class.php index 8ac63214fa..1b2e3a065e 100644 --- a/lib/classes/metadata/description/IPTC/ShortDocumentID.class.php +++ b/lib/classes/metadata/description/IPTC/ShortDocumentID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/SimilarityIndex.class.php b/lib/classes/metadata/description/IPTC/SimilarityIndex.class.php index dc6c2b10a3..0cdf81a3ee 100644 --- a/lib/classes/metadata/description/IPTC/SimilarityIndex.class.php +++ b/lib/classes/metadata/description/IPTC/SimilarityIndex.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Source.class.php b/lib/classes/metadata/description/IPTC/Source.class.php index 4d99cb691f..fea130228c 100644 --- a/lib/classes/metadata/description/IPTC/Source.class.php +++ b/lib/classes/metadata/description/IPTC/Source.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/SpecialInstructions.class.php b/lib/classes/metadata/description/IPTC/SpecialInstructions.class.php index 3b15cd8749..cc2462e8f4 100644 --- a/lib/classes/metadata/description/IPTC/SpecialInstructions.class.php +++ b/lib/classes/metadata/description/IPTC/SpecialInstructions.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/SubjectReference.class.php b/lib/classes/metadata/description/IPTC/SubjectReference.class.php index 9274e46a0e..e10e5fb8aa 100644 --- a/lib/classes/metadata/description/IPTC/SubjectReference.class.php +++ b/lib/classes/metadata/description/IPTC/SubjectReference.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Sublocation.class.php b/lib/classes/metadata/description/IPTC/Sublocation.class.php index 789885f767..e1479d577f 100644 --- a/lib/classes/metadata/description/IPTC/Sublocation.class.php +++ b/lib/classes/metadata/description/IPTC/Sublocation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/SupplementalCategories.class.php b/lib/classes/metadata/description/IPTC/SupplementalCategories.class.php index 23eb1c77f1..c3d96c95a6 100644 --- a/lib/classes/metadata/description/IPTC/SupplementalCategories.class.php +++ b/lib/classes/metadata/description/IPTC/SupplementalCategories.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/TimeCreated.class.php b/lib/classes/metadata/description/IPTC/TimeCreated.class.php index 416271137e..fb85d646f2 100644 --- a/lib/classes/metadata/description/IPTC/TimeCreated.class.php +++ b/lib/classes/metadata/description/IPTC/TimeCreated.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/UniqueDocumentID.class.php b/lib/classes/metadata/description/IPTC/UniqueDocumentID.class.php index 6ceb3efda2..90e1c5a9d5 100644 --- a/lib/classes/metadata/description/IPTC/UniqueDocumentID.class.php +++ b/lib/classes/metadata/description/IPTC/UniqueDocumentID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/Urgency.class.php b/lib/classes/metadata/description/IPTC/Urgency.class.php index 0ec6222fa8..cbc457a457 100644 --- a/lib/classes/metadata/description/IPTC/Urgency.class.php +++ b/lib/classes/metadata/description/IPTC/Urgency.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/IPTC/WriterEditor.class.php b/lib/classes/metadata/description/IPTC/WriterEditor.class.php index a3323ac5f2..8f4fd438d4 100644 --- a/lib/classes/metadata/description/IPTC/WriterEditor.class.php +++ b/lib/classes/metadata/description/IPTC/WriterEditor.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/InteropIFD/InteropIndex.class.php b/lib/classes/metadata/description/InteropIFD/InteropIndex.class.php index be6e815b60..bad47a5310 100644 --- a/lib/classes/metadata/description/InteropIFD/InteropIndex.class.php +++ b/lib/classes/metadata/description/InteropIFD/InteropIndex.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/InteropIFD/InteropVersion.class.php b/lib/classes/metadata/description/InteropIFD/InteropVersion.class.php index 9012660ff1..8c791e6dfa 100644 --- a/lib/classes/metadata/description/InteropIFD/InteropVersion.class.php +++ b/lib/classes/metadata/description/InteropIFD/InteropVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/InteropIFD/RelatedImageFileFormat.class.php b/lib/classes/metadata/description/InteropIFD/RelatedImageFileFormat.class.php index a61f14f68f..4c04679bcc 100644 --- a/lib/classes/metadata/description/InteropIFD/RelatedImageFileFormat.class.php +++ b/lib/classes/metadata/description/InteropIFD/RelatedImageFileFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/InteropIFD/RelatedImageHeight.class.php b/lib/classes/metadata/description/InteropIFD/RelatedImageHeight.class.php index 29b7122aa9..628d9b4561 100644 --- a/lib/classes/metadata/description/InteropIFD/RelatedImageHeight.class.php +++ b/lib/classes/metadata/description/InteropIFD/RelatedImageHeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/InteropIFD/RelatedImageWidth.class.php b/lib/classes/metadata/description/InteropIFD/RelatedImageWidth.class.php index efb3c0d656..3fc48f6734 100644 --- a/lib/classes/metadata/description/InteropIFD/RelatedImageWidth.class.php +++ b/lib/classes/metadata/description/InteropIFD/RelatedImageWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/AppleKeywords.class.php b/lib/classes/metadata/description/PDF/AppleKeywords.class.php index 08a41669b2..b3c16aa22d 100644 --- a/lib/classes/metadata/description/PDF/AppleKeywords.class.php +++ b/lib/classes/metadata/description/PDF/AppleKeywords.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/Author.class.php b/lib/classes/metadata/description/PDF/Author.class.php index 3fd1dce6bc..66c1a66c99 100644 --- a/lib/classes/metadata/description/PDF/Author.class.php +++ b/lib/classes/metadata/description/PDF/Author.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/CreateDate.class.php b/lib/classes/metadata/description/PDF/CreateDate.class.php index 748c1f2ede..3b64d2bd3f 100644 --- a/lib/classes/metadata/description/PDF/CreateDate.class.php +++ b/lib/classes/metadata/description/PDF/CreateDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/Creator.class.php b/lib/classes/metadata/description/PDF/Creator.class.php index add9861164..77be6f8259 100644 --- a/lib/classes/metadata/description/PDF/Creator.class.php +++ b/lib/classes/metadata/description/PDF/Creator.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/Keywords.class.php b/lib/classes/metadata/description/PDF/Keywords.class.php index 750c42c6f6..ce824d37d5 100644 --- a/lib/classes/metadata/description/PDF/Keywords.class.php +++ b/lib/classes/metadata/description/PDF/Keywords.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/Language.class.php b/lib/classes/metadata/description/PDF/Language.class.php index 60186a3a70..e166ab4ea2 100644 --- a/lib/classes/metadata/description/PDF/Language.class.php +++ b/lib/classes/metadata/description/PDF/Language.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/ModifyDate.class.php b/lib/classes/metadata/description/PDF/ModifyDate.class.php index ff8e5a0d08..5a190b7a68 100644 --- a/lib/classes/metadata/description/PDF/ModifyDate.class.php +++ b/lib/classes/metadata/description/PDF/ModifyDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/PDFVersion.class.php b/lib/classes/metadata/description/PDF/PDFVersion.class.php index 45cd65bf02..09f99fc3c9 100644 --- a/lib/classes/metadata/description/PDF/PDFVersion.class.php +++ b/lib/classes/metadata/description/PDF/PDFVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/PageCount.class.php b/lib/classes/metadata/description/PDF/PageCount.class.php index e8e651d87e..a20485f3c8 100644 --- a/lib/classes/metadata/description/PDF/PageCount.class.php +++ b/lib/classes/metadata/description/PDF/PageCount.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/PageLayout.class.php b/lib/classes/metadata/description/PDF/PageLayout.class.php index bcfcd15ff9..2ae4270b6c 100644 --- a/lib/classes/metadata/description/PDF/PageLayout.class.php +++ b/lib/classes/metadata/description/PDF/PageLayout.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/PageMode.class.php b/lib/classes/metadata/description/PDF/PageMode.class.php index b0aa943f7a..c2bcb638a2 100644 --- a/lib/classes/metadata/description/PDF/PageMode.class.php +++ b/lib/classes/metadata/description/PDF/PageMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/Producer.class.php b/lib/classes/metadata/description/PDF/Producer.class.php index bcc3c66005..566f24e403 100644 --- a/lib/classes/metadata/description/PDF/Producer.class.php +++ b/lib/classes/metadata/description/PDF/Producer.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/Subject.class.php b/lib/classes/metadata/description/PDF/Subject.class.php index a00e50598a..a7ddd1bd44 100644 --- a/lib/classes/metadata/description/PDF/Subject.class.php +++ b/lib/classes/metadata/description/PDF/Subject.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PDF/Title.class.php b/lib/classes/metadata/description/PDF/Title.class.php index cf381aaad5..89745a3120 100644 --- a/lib/classes/metadata/description/PDF/Title.class.php +++ b/lib/classes/metadata/description/PDF/Title.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/pdftext.class.php b/lib/classes/metadata/description/PHRASEANET/pdftext.class.php index a1c53abda8..22de6cd0f1 100644 --- a/lib/classes/metadata/description/PHRASEANET/pdftext.class.php +++ b/lib/classes/metadata/description/PHRASEANET/pdftext.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfarchivedate.class.php b/lib/classes/metadata/description/PHRASEANET/tfarchivedate.class.php index 7a5a0bf4e4..0789f9eb40 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfarchivedate.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfarchivedate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfatime.class.php b/lib/classes/metadata/description/PHRASEANET/tfatime.class.php index 5fb25c6ec0..b1b65dc1f5 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfatime.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfatime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfbits.class.php b/lib/classes/metadata/description/PHRASEANET/tfbits.class.php index 72add183d7..d7cd789077 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfbits.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfbits.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfchannels.class.php b/lib/classes/metadata/description/PHRASEANET/tfchannels.class.php index 2fcaf0951d..1e772f3ff3 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfchannels.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfchannels.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfchgdocdate.class.php b/lib/classes/metadata/description/PHRASEANET/tfchgdocdate.class.php index 502d7933d2..a8ae282a2c 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfchgdocdate.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfchgdocdate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfctime.class.php b/lib/classes/metadata/description/PHRASEANET/tfctime.class.php index 36f6a4c377..844e03012d 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfctime.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfctime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfeditdate.class.php b/lib/classes/metadata/description/PHRASEANET/tfeditdate.class.php index 00d2fa13f3..48f28a570a 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfeditdate.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfeditdate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfextension.class.php b/lib/classes/metadata/description/PHRASEANET/tfextension.class.php index 8212306f86..4156a6ebf5 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfextension.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfextension.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tffilename.class.php b/lib/classes/metadata/description/PHRASEANET/tffilename.class.php index 4a36f5ec97..4e126aefee 100644 --- a/lib/classes/metadata/description/PHRASEANET/tffilename.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tffilename.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tffilepath.class.php b/lib/classes/metadata/description/PHRASEANET/tffilepath.class.php index d489aef7a2..51733d7ab0 100644 --- a/lib/classes/metadata/description/PHRASEANET/tffilepath.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tffilepath.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfheight.class.php b/lib/classes/metadata/description/PHRASEANET/tfheight.class.php index c7eef8a6cf..1b66bb0d64 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfheight.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfheight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfmimetype.class.php b/lib/classes/metadata/description/PHRASEANET/tfmimetype.class.php index 9ebaf25cd2..bab22edb03 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfmimetype.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfmimetype.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfmtime.class.php b/lib/classes/metadata/description/PHRASEANET/tfmtime.class.php index fec3c86fb1..bfb60000b9 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfmtime.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfmtime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfparentdir.class.php b/lib/classes/metadata/description/PHRASEANET/tfparentdir.class.php index 0579c246f2..26607552bd 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfparentdir.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfparentdir.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfrecordid.class.php b/lib/classes/metadata/description/PHRASEANET/tfrecordid.class.php index e818667776..ac9d10f17c 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfrecordid.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfrecordid.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfsize.class.php b/lib/classes/metadata/description/PHRASEANET/tfsize.class.php index 3dcb235a76..3fc3964dcd 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfsize.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfsize.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/PHRASEANET/tfwidth.class.php b/lib/classes/metadata/description/PHRASEANET/tfwidth.class.php index 3222a55122..1173d164a7 100644 --- a/lib/classes/metadata/description/PHRASEANET/tfwidth.class.php +++ b/lib/classes/metadata/description/PHRASEANET/tfwidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/ActiveArea.class.php b/lib/classes/metadata/description/SubIFD/ActiveArea.class.php index daa5405620..092611a1aa 100644 --- a/lib/classes/metadata/description/SubIFD/ActiveArea.class.php +++ b/lib/classes/metadata/description/SubIFD/ActiveArea.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/AntiAliasStrength.class.php b/lib/classes/metadata/description/SubIFD/AntiAliasStrength.class.php index 75ae5033ab..955a34d10f 100644 --- a/lib/classes/metadata/description/SubIFD/AntiAliasStrength.class.php +++ b/lib/classes/metadata/description/SubIFD/AntiAliasStrength.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/BayerGreenSplit.class.php b/lib/classes/metadata/description/SubIFD/BayerGreenSplit.class.php index b352007970..2e22897546 100644 --- a/lib/classes/metadata/description/SubIFD/BayerGreenSplit.class.php +++ b/lib/classes/metadata/description/SubIFD/BayerGreenSplit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/BestQualityScale.class.php b/lib/classes/metadata/description/SubIFD/BestQualityScale.class.php index fcd89a3338..975dfc7810 100644 --- a/lib/classes/metadata/description/SubIFD/BestQualityScale.class.php +++ b/lib/classes/metadata/description/SubIFD/BestQualityScale.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/BlackLevel.class.php b/lib/classes/metadata/description/SubIFD/BlackLevel.class.php index 1abd03aee6..cdfa48874a 100644 --- a/lib/classes/metadata/description/SubIFD/BlackLevel.class.php +++ b/lib/classes/metadata/description/SubIFD/BlackLevel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/BlackLevelRepeatDim.class.php b/lib/classes/metadata/description/SubIFD/BlackLevelRepeatDim.class.php index 957dfcb8eb..1e4e8b622b 100644 --- a/lib/classes/metadata/description/SubIFD/BlackLevelRepeatDim.class.php +++ b/lib/classes/metadata/description/SubIFD/BlackLevelRepeatDim.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/ChromaBlurRadius.class.php b/lib/classes/metadata/description/SubIFD/ChromaBlurRadius.class.php index 21ce621203..f81ac200fe 100644 --- a/lib/classes/metadata/description/SubIFD/ChromaBlurRadius.class.php +++ b/lib/classes/metadata/description/SubIFD/ChromaBlurRadius.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/DefaultCropOrigin.class.php b/lib/classes/metadata/description/SubIFD/DefaultCropOrigin.class.php index 16a04a56d2..a0f8342304 100644 --- a/lib/classes/metadata/description/SubIFD/DefaultCropOrigin.class.php +++ b/lib/classes/metadata/description/SubIFD/DefaultCropOrigin.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/DefaultCropSize.class.php b/lib/classes/metadata/description/SubIFD/DefaultCropSize.class.php index 72567ab3cf..046d6b74df 100644 --- a/lib/classes/metadata/description/SubIFD/DefaultCropSize.class.php +++ b/lib/classes/metadata/description/SubIFD/DefaultCropSize.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/DefaultScale.class.php b/lib/classes/metadata/description/SubIFD/DefaultScale.class.php index 69d31d17cb..0a0d6fe55e 100644 --- a/lib/classes/metadata/description/SubIFD/DefaultScale.class.php +++ b/lib/classes/metadata/description/SubIFD/DefaultScale.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/MaskedAreas.class.php b/lib/classes/metadata/description/SubIFD/MaskedAreas.class.php index 90cee9a6a5..317e6b308f 100644 --- a/lib/classes/metadata/description/SubIFD/MaskedAreas.class.php +++ b/lib/classes/metadata/description/SubIFD/MaskedAreas.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/NoiseReductionApplied.class.php b/lib/classes/metadata/description/SubIFD/NoiseReductionApplied.class.php index 4ef3a8a3a3..2cfe163dd0 100644 --- a/lib/classes/metadata/description/SubIFD/NoiseReductionApplied.class.php +++ b/lib/classes/metadata/description/SubIFD/NoiseReductionApplied.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/SubIFD/WhiteLevel.class.php b/lib/classes/metadata/description/SubIFD/WhiteLevel.class.php index 7f6921c988..e0867888c2 100644 --- a/lib/classes/metadata/description/SubIFD/WhiteLevel.class.php +++ b/lib/classes/metadata/description/SubIFD/WhiteLevel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/AlreadyApplied.class.php b/lib/classes/metadata/description/XMPcrs/AlreadyApplied.class.php index 793b149ac0..e988af84bf 100644 --- a/lib/classes/metadata/description/XMPcrs/AlreadyApplied.class.php +++ b/lib/classes/metadata/description/XMPcrs/AlreadyApplied.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/AutoBrightness.class.php b/lib/classes/metadata/description/XMPcrs/AutoBrightness.class.php index 7f1e4e8378..3fdab3b199 100644 --- a/lib/classes/metadata/description/XMPcrs/AutoBrightness.class.php +++ b/lib/classes/metadata/description/XMPcrs/AutoBrightness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/AutoContrast.class.php b/lib/classes/metadata/description/XMPcrs/AutoContrast.class.php index a6c07f9ffe..ae29147e29 100644 --- a/lib/classes/metadata/description/XMPcrs/AutoContrast.class.php +++ b/lib/classes/metadata/description/XMPcrs/AutoContrast.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/AutoExposure.class.php b/lib/classes/metadata/description/XMPcrs/AutoExposure.class.php index 0d10bbd127..d96439b2a8 100644 --- a/lib/classes/metadata/description/XMPcrs/AutoExposure.class.php +++ b/lib/classes/metadata/description/XMPcrs/AutoExposure.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/AutoShadows.class.php b/lib/classes/metadata/description/XMPcrs/AutoShadows.class.php index 6772e8778e..916f341a35 100644 --- a/lib/classes/metadata/description/XMPcrs/AutoShadows.class.php +++ b/lib/classes/metadata/description/XMPcrs/AutoShadows.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/BlueHue.class.php b/lib/classes/metadata/description/XMPcrs/BlueHue.class.php index 350f5eb014..eb5e3fa1b7 100644 --- a/lib/classes/metadata/description/XMPcrs/BlueHue.class.php +++ b/lib/classes/metadata/description/XMPcrs/BlueHue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/BlueSaturation.class.php b/lib/classes/metadata/description/XMPcrs/BlueSaturation.class.php index d6a38b336d..a283faf663 100644 --- a/lib/classes/metadata/description/XMPcrs/BlueSaturation.class.php +++ b/lib/classes/metadata/description/XMPcrs/BlueSaturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Brightness.class.php b/lib/classes/metadata/description/XMPcrs/Brightness.class.php index ce27b40d39..69e8853fe3 100644 --- a/lib/classes/metadata/description/XMPcrs/Brightness.class.php +++ b/lib/classes/metadata/description/XMPcrs/Brightness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CameraProfile.class.php b/lib/classes/metadata/description/XMPcrs/CameraProfile.class.php index 36e69aa9de..7cc540d867 100644 --- a/lib/classes/metadata/description/XMPcrs/CameraProfile.class.php +++ b/lib/classes/metadata/description/XMPcrs/CameraProfile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CameraProfileDigest.class.php b/lib/classes/metadata/description/XMPcrs/CameraProfileDigest.class.php index e03e1f330a..dde7223ad8 100644 --- a/lib/classes/metadata/description/XMPcrs/CameraProfileDigest.class.php +++ b/lib/classes/metadata/description/XMPcrs/CameraProfileDigest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ChromaticAberrationB.class.php b/lib/classes/metadata/description/XMPcrs/ChromaticAberrationB.class.php index e1f93bfd9b..5f3a8f7c4a 100644 --- a/lib/classes/metadata/description/XMPcrs/ChromaticAberrationB.class.php +++ b/lib/classes/metadata/description/XMPcrs/ChromaticAberrationB.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ChromaticAberrationR.class.php b/lib/classes/metadata/description/XMPcrs/ChromaticAberrationR.class.php index 8e42cbfe20..9a29004436 100644 --- a/lib/classes/metadata/description/XMPcrs/ChromaticAberrationR.class.php +++ b/lib/classes/metadata/description/XMPcrs/ChromaticAberrationR.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Clarity.class.php b/lib/classes/metadata/description/XMPcrs/Clarity.class.php index 4f915c606a..a2c22e771e 100644 --- a/lib/classes/metadata/description/XMPcrs/Clarity.class.php +++ b/lib/classes/metadata/description/XMPcrs/Clarity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ColorNoiseReduction.class.php b/lib/classes/metadata/description/XMPcrs/ColorNoiseReduction.class.php index 5fe64f536f..57076272ec 100644 --- a/lib/classes/metadata/description/XMPcrs/ColorNoiseReduction.class.php +++ b/lib/classes/metadata/description/XMPcrs/ColorNoiseReduction.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ColorTemperature.class.php b/lib/classes/metadata/description/XMPcrs/ColorTemperature.class.php index 97b981bdad..028ac49306 100644 --- a/lib/classes/metadata/description/XMPcrs/ColorTemperature.class.php +++ b/lib/classes/metadata/description/XMPcrs/ColorTemperature.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Contrast.class.php b/lib/classes/metadata/description/XMPcrs/Contrast.class.php index 1b628bd21c..a530e13c07 100644 --- a/lib/classes/metadata/description/XMPcrs/Contrast.class.php +++ b/lib/classes/metadata/description/XMPcrs/Contrast.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ConvertToGrayscale.class.php b/lib/classes/metadata/description/XMPcrs/ConvertToGrayscale.class.php index 1265b58728..31f2c3d45a 100644 --- a/lib/classes/metadata/description/XMPcrs/ConvertToGrayscale.class.php +++ b/lib/classes/metadata/description/XMPcrs/ConvertToGrayscale.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Converter.class.php b/lib/classes/metadata/description/XMPcrs/Converter.class.php index 386168fa16..ffae0a7948 100644 --- a/lib/classes/metadata/description/XMPcrs/Converter.class.php +++ b/lib/classes/metadata/description/XMPcrs/Converter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropAngle.class.php b/lib/classes/metadata/description/XMPcrs/CropAngle.class.php index 0b7831a536..fb989c5967 100644 --- a/lib/classes/metadata/description/XMPcrs/CropAngle.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropAngle.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropBottom.class.php b/lib/classes/metadata/description/XMPcrs/CropBottom.class.php index e401c3350f..c38ecfcf51 100644 --- a/lib/classes/metadata/description/XMPcrs/CropBottom.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropBottom.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropHeight.class.php b/lib/classes/metadata/description/XMPcrs/CropHeight.class.php index 6a498a99ac..6a479e20ee 100644 --- a/lib/classes/metadata/description/XMPcrs/CropHeight.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropHeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropLeft.class.php b/lib/classes/metadata/description/XMPcrs/CropLeft.class.php index 190a93bda7..7198bc3fa8 100644 --- a/lib/classes/metadata/description/XMPcrs/CropLeft.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropLeft.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropRight.class.php b/lib/classes/metadata/description/XMPcrs/CropRight.class.php index 5077dbb546..b855d55647 100644 --- a/lib/classes/metadata/description/XMPcrs/CropRight.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropRight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropTop.class.php b/lib/classes/metadata/description/XMPcrs/CropTop.class.php index 3448010b70..e7d26771cf 100644 --- a/lib/classes/metadata/description/XMPcrs/CropTop.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropTop.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropUnit.class.php b/lib/classes/metadata/description/XMPcrs/CropUnit.class.php index 59e6184b49..c99fe92397 100644 --- a/lib/classes/metadata/description/XMPcrs/CropUnit.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropUnit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropUnits.class.php b/lib/classes/metadata/description/XMPcrs/CropUnits.class.php index c8b54bab82..44bdd50038 100644 --- a/lib/classes/metadata/description/XMPcrs/CropUnits.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropUnits.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/CropWidth.class.php b/lib/classes/metadata/description/XMPcrs/CropWidth.class.php index b35edf1fce..ce512afb6d 100644 --- a/lib/classes/metadata/description/XMPcrs/CropWidth.class.php +++ b/lib/classes/metadata/description/XMPcrs/CropWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Defringe.class.php b/lib/classes/metadata/description/XMPcrs/Defringe.class.php index cd91144fcf..78e1706687 100644 --- a/lib/classes/metadata/description/XMPcrs/Defringe.class.php +++ b/lib/classes/metadata/description/XMPcrs/Defringe.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Exposure.class.php b/lib/classes/metadata/description/XMPcrs/Exposure.class.php index de67144ccc..f72c82856a 100644 --- a/lib/classes/metadata/description/XMPcrs/Exposure.class.php +++ b/lib/classes/metadata/description/XMPcrs/Exposure.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/FillLight.class.php b/lib/classes/metadata/description/XMPcrs/FillLight.class.php index 517b08e3e1..948fa048db 100644 --- a/lib/classes/metadata/description/XMPcrs/FillLight.class.php +++ b/lib/classes/metadata/description/XMPcrs/FillLight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrActive.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrActive.class.php index 6646d2c93e..dfc8778604 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrActive.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrActive.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrAmount.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrAmount.class.php index f83b0ef918..a23fc48d1c 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrAmount.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrAmount.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrBrightness.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrBrightness.class.php index 25093643d1..6f30675863 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrBrightness.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrBrightness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrClarity.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrClarity.class.php index 229e648130..77cb990682 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrClarity.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrClarity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrContrast.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrContrast.class.php index ea24bfdef2..263c8657a6 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrContrast.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrContrast.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrExposure.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrExposure.class.php index bd6d6cbfe3..7eda23ccd0 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrExposure.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrExposure.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrHue.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrHue.class.php index 571bfdcbb1..330654f728 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrHue.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrHue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskCenterWeight.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskCenterWeight.class.php index 81d4249c1a..1a6e177f33 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskCenterWeight.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskCenterWeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskDabs.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskDabs.class.php index 9881e03bdf..4e297aca2a 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskDabs.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskDabs.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFlow.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFlow.class.php index 0d5a263f96..ea82f3f302 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFlow.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFlow.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFullX.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFullX.class.php index 291f6972ed..b5982a5934 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFullX.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFullX.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFullY.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFullY.class.php index a0d38c4145..6367629bed 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFullY.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskFullY.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskRadius.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskRadius.class.php index bacb0b4a89..71c7d94e31 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskRadius.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskRadius.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskValue.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskValue.class.php index ad9c1a9594..66ac378d61 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskValue.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskWhat.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskWhat.class.php index 4420674370..fc670c1119 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskWhat.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskWhat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskZeroX.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskZeroX.class.php index 832ad15902..bac0ff69df 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskZeroX.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskZeroX.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskZeroY.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskZeroY.class.php index a16a86aa34..5d215f2c80 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskZeroY.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrMaskZeroY.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrSaturation.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrSaturation.class.php index 9692336e71..9a6f42dfa6 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrSaturation.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrSaturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrSharpness.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrSharpness.class.php index 4f820a348f..8715337d5c 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrSharpness.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrSharpness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrWhat.class.php b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrWhat.class.php index b6e611dd43..e0eab5ba69 100644 --- a/lib/classes/metadata/description/XMPcrs/GradientBasedCorrWhat.class.php +++ b/lib/classes/metadata/description/XMPcrs/GradientBasedCorrWhat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GrayMixerAqua.class.php b/lib/classes/metadata/description/XMPcrs/GrayMixerAqua.class.php index 5032d44695..e312aa4076 100644 --- a/lib/classes/metadata/description/XMPcrs/GrayMixerAqua.class.php +++ b/lib/classes/metadata/description/XMPcrs/GrayMixerAqua.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GrayMixerBlue.class.php b/lib/classes/metadata/description/XMPcrs/GrayMixerBlue.class.php index 78c9b8a4f1..9ba9ceeab7 100644 --- a/lib/classes/metadata/description/XMPcrs/GrayMixerBlue.class.php +++ b/lib/classes/metadata/description/XMPcrs/GrayMixerBlue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GrayMixerGreen.class.php b/lib/classes/metadata/description/XMPcrs/GrayMixerGreen.class.php index 9488f9033a..8c7f07766f 100644 --- a/lib/classes/metadata/description/XMPcrs/GrayMixerGreen.class.php +++ b/lib/classes/metadata/description/XMPcrs/GrayMixerGreen.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GrayMixerMagenta.class.php b/lib/classes/metadata/description/XMPcrs/GrayMixerMagenta.class.php index 9c2297b271..a551080fe8 100644 --- a/lib/classes/metadata/description/XMPcrs/GrayMixerMagenta.class.php +++ b/lib/classes/metadata/description/XMPcrs/GrayMixerMagenta.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GrayMixerOrange.class.php b/lib/classes/metadata/description/XMPcrs/GrayMixerOrange.class.php index cb2cb77115..dba134034d 100644 --- a/lib/classes/metadata/description/XMPcrs/GrayMixerOrange.class.php +++ b/lib/classes/metadata/description/XMPcrs/GrayMixerOrange.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GrayMixerPurple.class.php b/lib/classes/metadata/description/XMPcrs/GrayMixerPurple.class.php index 64e6a1d71f..91a499edde 100644 --- a/lib/classes/metadata/description/XMPcrs/GrayMixerPurple.class.php +++ b/lib/classes/metadata/description/XMPcrs/GrayMixerPurple.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GrayMixerRed.class.php b/lib/classes/metadata/description/XMPcrs/GrayMixerRed.class.php index 4d9e53f19a..e56d17f004 100644 --- a/lib/classes/metadata/description/XMPcrs/GrayMixerRed.class.php +++ b/lib/classes/metadata/description/XMPcrs/GrayMixerRed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GrayMixerYellow.class.php b/lib/classes/metadata/description/XMPcrs/GrayMixerYellow.class.php index b99fe9f0a9..59ce051451 100644 --- a/lib/classes/metadata/description/XMPcrs/GrayMixerYellow.class.php +++ b/lib/classes/metadata/description/XMPcrs/GrayMixerYellow.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GreenHue.class.php b/lib/classes/metadata/description/XMPcrs/GreenHue.class.php index 835f2625e7..3178b491c5 100644 --- a/lib/classes/metadata/description/XMPcrs/GreenHue.class.php +++ b/lib/classes/metadata/description/XMPcrs/GreenHue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/GreenSaturation.class.php b/lib/classes/metadata/description/XMPcrs/GreenSaturation.class.php index 4fbca7261c..734126d3f7 100644 --- a/lib/classes/metadata/description/XMPcrs/GreenSaturation.class.php +++ b/lib/classes/metadata/description/XMPcrs/GreenSaturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HasCrop.class.php b/lib/classes/metadata/description/XMPcrs/HasCrop.class.php index c4be7e9918..4ad0bd408e 100644 --- a/lib/classes/metadata/description/XMPcrs/HasCrop.class.php +++ b/lib/classes/metadata/description/XMPcrs/HasCrop.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HasSettings.class.php b/lib/classes/metadata/description/XMPcrs/HasSettings.class.php index 037adf38d8..15a82cec63 100644 --- a/lib/classes/metadata/description/XMPcrs/HasSettings.class.php +++ b/lib/classes/metadata/description/XMPcrs/HasSettings.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HighlightRecovery.class.php b/lib/classes/metadata/description/XMPcrs/HighlightRecovery.class.php index f0206e4dc7..06180445f2 100644 --- a/lib/classes/metadata/description/XMPcrs/HighlightRecovery.class.php +++ b/lib/classes/metadata/description/XMPcrs/HighlightRecovery.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HueAdjustmentAqua.class.php b/lib/classes/metadata/description/XMPcrs/HueAdjustmentAqua.class.php index f139eb51f1..b4096d1616 100644 --- a/lib/classes/metadata/description/XMPcrs/HueAdjustmentAqua.class.php +++ b/lib/classes/metadata/description/XMPcrs/HueAdjustmentAqua.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HueAdjustmentBlue.class.php b/lib/classes/metadata/description/XMPcrs/HueAdjustmentBlue.class.php index cf577841cf..bb87282a36 100644 --- a/lib/classes/metadata/description/XMPcrs/HueAdjustmentBlue.class.php +++ b/lib/classes/metadata/description/XMPcrs/HueAdjustmentBlue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HueAdjustmentGreen.class.php b/lib/classes/metadata/description/XMPcrs/HueAdjustmentGreen.class.php index d7b680151b..5064af9633 100644 --- a/lib/classes/metadata/description/XMPcrs/HueAdjustmentGreen.class.php +++ b/lib/classes/metadata/description/XMPcrs/HueAdjustmentGreen.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HueAdjustmentMagenta.class.php b/lib/classes/metadata/description/XMPcrs/HueAdjustmentMagenta.class.php index 1b902d1aa9..93c6d407f1 100644 --- a/lib/classes/metadata/description/XMPcrs/HueAdjustmentMagenta.class.php +++ b/lib/classes/metadata/description/XMPcrs/HueAdjustmentMagenta.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HueAdjustmentOrange.class.php b/lib/classes/metadata/description/XMPcrs/HueAdjustmentOrange.class.php index 20cbce977a..2c22cc318f 100644 --- a/lib/classes/metadata/description/XMPcrs/HueAdjustmentOrange.class.php +++ b/lib/classes/metadata/description/XMPcrs/HueAdjustmentOrange.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HueAdjustmentPurple.class.php b/lib/classes/metadata/description/XMPcrs/HueAdjustmentPurple.class.php index 2b238eda6e..6a051560ea 100644 --- a/lib/classes/metadata/description/XMPcrs/HueAdjustmentPurple.class.php +++ b/lib/classes/metadata/description/XMPcrs/HueAdjustmentPurple.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HueAdjustmentRed.class.php b/lib/classes/metadata/description/XMPcrs/HueAdjustmentRed.class.php index 12b9759a74..917f4586fa 100644 --- a/lib/classes/metadata/description/XMPcrs/HueAdjustmentRed.class.php +++ b/lib/classes/metadata/description/XMPcrs/HueAdjustmentRed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/HueAdjustmentYellow.class.php b/lib/classes/metadata/description/XMPcrs/HueAdjustmentYellow.class.php index d94b08742c..5147a3b176 100644 --- a/lib/classes/metadata/description/XMPcrs/HueAdjustmentYellow.class.php +++ b/lib/classes/metadata/description/XMPcrs/HueAdjustmentYellow.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/IncrementalTemperature.class.php b/lib/classes/metadata/description/XMPcrs/IncrementalTemperature.class.php index 118a7179cb..143aa36841 100644 --- a/lib/classes/metadata/description/XMPcrs/IncrementalTemperature.class.php +++ b/lib/classes/metadata/description/XMPcrs/IncrementalTemperature.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/IncrementalTint.class.php b/lib/classes/metadata/description/XMPcrs/IncrementalTint.class.php index fcc9089f47..87d6685268 100644 --- a/lib/classes/metadata/description/XMPcrs/IncrementalTint.class.php +++ b/lib/classes/metadata/description/XMPcrs/IncrementalTint.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentAqua.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentAqua.class.php index 6bb65e65d4..fd83db36f1 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentAqua.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentAqua.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentBlue.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentBlue.class.php index a6e95b17de..cdf7ce34ad 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentBlue.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentBlue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentGreen.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentGreen.class.php index 2c31daf70f..b07afd2b50 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentGreen.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentGreen.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentMagenta.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentMagenta.class.php index bc19ac70f7..c117b7902f 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentMagenta.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentMagenta.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentOrange.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentOrange.class.php index a5d97efe79..3d27d30742 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentOrange.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentOrange.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentPurple.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentPurple.class.php index f2d7a45fe8..0b44da5ef7 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentPurple.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentPurple.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentRed.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentRed.class.php index 0d4a58ef08..edc19e2386 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentRed.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentRed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentYellow.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentYellow.class.php index b32d56baa7..3e4b592613 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentYellow.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceAdjustmentYellow.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/LuminanceSmoothing.class.php b/lib/classes/metadata/description/XMPcrs/LuminanceSmoothing.class.php index 50fcd6eb97..8abbf732d8 100644 --- a/lib/classes/metadata/description/XMPcrs/LuminanceSmoothing.class.php +++ b/lib/classes/metadata/description/XMPcrs/LuminanceSmoothing.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/MoireFilter.class.php b/lib/classes/metadata/description/XMPcrs/MoireFilter.class.php index 8a51fa3d5a..21f7d9ab84 100644 --- a/lib/classes/metadata/description/XMPcrs/MoireFilter.class.php +++ b/lib/classes/metadata/description/XMPcrs/MoireFilter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionActive.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionActive.class.php index 2a5203793e..4f8ada9f5e 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionActive.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionActive.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionAmount.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionAmount.class.php index 7a36646db3..a0ab4dfe67 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionAmount.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionAmount.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionBrightness.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionBrightness.class.php index 04359d70d8..d5da258116 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionBrightness.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionBrightness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionClarity.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionClarity.class.php index 6dd8e2dc43..eb241e9289 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionClarity.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionClarity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionContrast.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionContrast.class.php index 1d360fe42a..e3c4cdd629 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionContrast.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionContrast.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionExposure.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionExposure.class.php index 44765f3cf3..c9fef5b9a9 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionExposure.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionExposure.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionHue.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionHue.class.php index 74c94f620a..c3fe8473ab 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionHue.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionHue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskCenterWeight.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskCenterWeight.class.php index 373b95b56d..963a7182ee 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskCenterWeight.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskCenterWeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskDabs.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskDabs.class.php index e12f4ae5ac..2cd4002aa2 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskDabs.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskDabs.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFlow.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFlow.class.php index 0fd5208a93..98e8d089ef 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFlow.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFlow.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFullX.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFullX.class.php index 115599ad30..f00b8a080c 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFullX.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFullX.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFullY.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFullY.class.php index 2b0bff6289..3835080472 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFullY.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskFullY.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskRadius.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskRadius.class.php index d8ece1bb4d..5b5ec9f8d5 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskRadius.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskRadius.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskValue.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskValue.class.php index 744342dc19..74a47de2ed 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskValue.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskWhat.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskWhat.class.php index 36ceef2d37..aa76c912b2 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskWhat.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskWhat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskZeroX.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskZeroX.class.php index b71a8f4e12..cd7fba7d28 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskZeroX.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskZeroX.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskZeroY.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskZeroY.class.php index dea2115449..3fd29b0666 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskZeroY.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionMaskZeroY.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionSaturation.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionSaturation.class.php index 36fda90d18..a33490a659 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionSaturation.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionSaturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionSharpness.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionSharpness.class.php index 40babb1194..20561cf613 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionSharpness.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionSharpness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PaintCorrectionWhat.class.php b/lib/classes/metadata/description/XMPcrs/PaintCorrectionWhat.class.php index 8c2004363c..cab273223f 100644 --- a/lib/classes/metadata/description/XMPcrs/PaintCorrectionWhat.class.php +++ b/lib/classes/metadata/description/XMPcrs/PaintCorrectionWhat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ParametricDarks.class.php b/lib/classes/metadata/description/XMPcrs/ParametricDarks.class.php index 5a68d725f2..1fbb28bc87 100644 --- a/lib/classes/metadata/description/XMPcrs/ParametricDarks.class.php +++ b/lib/classes/metadata/description/XMPcrs/ParametricDarks.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ParametricHighlightSplit.class.php b/lib/classes/metadata/description/XMPcrs/ParametricHighlightSplit.class.php index 05a1c19e85..c7a953aee4 100644 --- a/lib/classes/metadata/description/XMPcrs/ParametricHighlightSplit.class.php +++ b/lib/classes/metadata/description/XMPcrs/ParametricHighlightSplit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ParametricHighlights.class.php b/lib/classes/metadata/description/XMPcrs/ParametricHighlights.class.php index 8d68330d9b..71e926f6a7 100644 --- a/lib/classes/metadata/description/XMPcrs/ParametricHighlights.class.php +++ b/lib/classes/metadata/description/XMPcrs/ParametricHighlights.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ParametricLights.class.php b/lib/classes/metadata/description/XMPcrs/ParametricLights.class.php index 752c90e553..7f7fc5277d 100644 --- a/lib/classes/metadata/description/XMPcrs/ParametricLights.class.php +++ b/lib/classes/metadata/description/XMPcrs/ParametricLights.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ParametricMidtoneSplit.class.php b/lib/classes/metadata/description/XMPcrs/ParametricMidtoneSplit.class.php index f28ad7c482..9318438719 100644 --- a/lib/classes/metadata/description/XMPcrs/ParametricMidtoneSplit.class.php +++ b/lib/classes/metadata/description/XMPcrs/ParametricMidtoneSplit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ParametricShadowSplit.class.php b/lib/classes/metadata/description/XMPcrs/ParametricShadowSplit.class.php index 8c57bb41cf..9dab8b6793 100644 --- a/lib/classes/metadata/description/XMPcrs/ParametricShadowSplit.class.php +++ b/lib/classes/metadata/description/XMPcrs/ParametricShadowSplit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ParametricShadows.class.php b/lib/classes/metadata/description/XMPcrs/ParametricShadows.class.php index 14de11b2e1..3ef4d43ca1 100644 --- a/lib/classes/metadata/description/XMPcrs/ParametricShadows.class.php +++ b/lib/classes/metadata/description/XMPcrs/ParametricShadows.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PostCropVignetteAmount.class.php b/lib/classes/metadata/description/XMPcrs/PostCropVignetteAmount.class.php index 7ee9bf45d8..744c0ac586 100644 --- a/lib/classes/metadata/description/XMPcrs/PostCropVignetteAmount.class.php +++ b/lib/classes/metadata/description/XMPcrs/PostCropVignetteAmount.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PostCropVignetteFeather.class.php b/lib/classes/metadata/description/XMPcrs/PostCropVignetteFeather.class.php index 1e517413dd..d4b79a3d31 100644 --- a/lib/classes/metadata/description/XMPcrs/PostCropVignetteFeather.class.php +++ b/lib/classes/metadata/description/XMPcrs/PostCropVignetteFeather.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PostCropVignetteMidpoint.class.php b/lib/classes/metadata/description/XMPcrs/PostCropVignetteMidpoint.class.php index 2d7a8be8cb..e2c0dc5e46 100644 --- a/lib/classes/metadata/description/XMPcrs/PostCropVignetteMidpoint.class.php +++ b/lib/classes/metadata/description/XMPcrs/PostCropVignetteMidpoint.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/PostCropVignetteRoundness.class.php b/lib/classes/metadata/description/XMPcrs/PostCropVignetteRoundness.class.php index e268b9cfbe..b2fd484969 100644 --- a/lib/classes/metadata/description/XMPcrs/PostCropVignetteRoundness.class.php +++ b/lib/classes/metadata/description/XMPcrs/PostCropVignetteRoundness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/RawFileName.class.php b/lib/classes/metadata/description/XMPcrs/RawFileName.class.php index 83054fab85..b34b1aafab 100644 --- a/lib/classes/metadata/description/XMPcrs/RawFileName.class.php +++ b/lib/classes/metadata/description/XMPcrs/RawFileName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/RedEyeInfo.class.php b/lib/classes/metadata/description/XMPcrs/RedEyeInfo.class.php index 9d577a250c..339b44c8be 100644 --- a/lib/classes/metadata/description/XMPcrs/RedEyeInfo.class.php +++ b/lib/classes/metadata/description/XMPcrs/RedEyeInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/RedHue.class.php b/lib/classes/metadata/description/XMPcrs/RedHue.class.php index d9740d8e33..f0b2479781 100644 --- a/lib/classes/metadata/description/XMPcrs/RedHue.class.php +++ b/lib/classes/metadata/description/XMPcrs/RedHue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/RedSaturation.class.php b/lib/classes/metadata/description/XMPcrs/RedSaturation.class.php index 04433d9096..8e1b68e58a 100644 --- a/lib/classes/metadata/description/XMPcrs/RedSaturation.class.php +++ b/lib/classes/metadata/description/XMPcrs/RedSaturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/RetouchInfo.class.php b/lib/classes/metadata/description/XMPcrs/RetouchInfo.class.php index 6c3561ed8b..8d7e80dbd8 100644 --- a/lib/classes/metadata/description/XMPcrs/RetouchInfo.class.php +++ b/lib/classes/metadata/description/XMPcrs/RetouchInfo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Saturation.class.php b/lib/classes/metadata/description/XMPcrs/Saturation.class.php index 2a848a9652..fce3f82273 100644 --- a/lib/classes/metadata/description/XMPcrs/Saturation.class.php +++ b/lib/classes/metadata/description/XMPcrs/Saturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentAqua.class.php b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentAqua.class.php index e2b55d7ef4..d77b347332 100644 --- a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentAqua.class.php +++ b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentAqua.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentBlue.class.php b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentBlue.class.php index 35b54fcaee..4b71e5842e 100644 --- a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentBlue.class.php +++ b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentBlue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentGreen.class.php b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentGreen.class.php index 22264cb9cb..719f7dea64 100644 --- a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentGreen.class.php +++ b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentGreen.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentMagenta.class.php b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentMagenta.class.php index aeccb91c97..977161f72b 100644 --- a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentMagenta.class.php +++ b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentMagenta.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentOrange.class.php b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentOrange.class.php index 81da936fff..251c0dccf2 100644 --- a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentOrange.class.php +++ b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentOrange.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentPurple.class.php b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentPurple.class.php index 5c5ef858fc..c78067a36c 100644 --- a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentPurple.class.php +++ b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentPurple.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentRed.class.php b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentRed.class.php index 50805069e4..d1b4702eb0 100644 --- a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentRed.class.php +++ b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentRed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentYellow.class.php b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentYellow.class.php index 6e3c309514..791d1f68c8 100644 --- a/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentYellow.class.php +++ b/lib/classes/metadata/description/XMPcrs/SaturationAdjustmentYellow.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ShadowTint.class.php b/lib/classes/metadata/description/XMPcrs/ShadowTint.class.php index fecb0ac198..4d18e7974d 100644 --- a/lib/classes/metadata/description/XMPcrs/ShadowTint.class.php +++ b/lib/classes/metadata/description/XMPcrs/ShadowTint.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Shadows.class.php b/lib/classes/metadata/description/XMPcrs/Shadows.class.php index 690f8d2e87..8388058a65 100644 --- a/lib/classes/metadata/description/XMPcrs/Shadows.class.php +++ b/lib/classes/metadata/description/XMPcrs/Shadows.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SharpenDetail.class.php b/lib/classes/metadata/description/XMPcrs/SharpenDetail.class.php index 0385c93953..0bf26019db 100644 --- a/lib/classes/metadata/description/XMPcrs/SharpenDetail.class.php +++ b/lib/classes/metadata/description/XMPcrs/SharpenDetail.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SharpenEdgeMasking.class.php b/lib/classes/metadata/description/XMPcrs/SharpenEdgeMasking.class.php index c28e3f34f4..5015c308fd 100644 --- a/lib/classes/metadata/description/XMPcrs/SharpenEdgeMasking.class.php +++ b/lib/classes/metadata/description/XMPcrs/SharpenEdgeMasking.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SharpenRadius.class.php b/lib/classes/metadata/description/XMPcrs/SharpenRadius.class.php index cebf6abed3..bf3c306c31 100644 --- a/lib/classes/metadata/description/XMPcrs/SharpenRadius.class.php +++ b/lib/classes/metadata/description/XMPcrs/SharpenRadius.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Sharpness.class.php b/lib/classes/metadata/description/XMPcrs/Sharpness.class.php index 622634eb5a..eaca1368f5 100644 --- a/lib/classes/metadata/description/XMPcrs/Sharpness.class.php +++ b/lib/classes/metadata/description/XMPcrs/Sharpness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Smoothness.class.php b/lib/classes/metadata/description/XMPcrs/Smoothness.class.php index 08644be6ce..cbcf5db768 100644 --- a/lib/classes/metadata/description/XMPcrs/Smoothness.class.php +++ b/lib/classes/metadata/description/XMPcrs/Smoothness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SplitToningBalance.class.php b/lib/classes/metadata/description/XMPcrs/SplitToningBalance.class.php index 029036a854..be4410fbb8 100644 --- a/lib/classes/metadata/description/XMPcrs/SplitToningBalance.class.php +++ b/lib/classes/metadata/description/XMPcrs/SplitToningBalance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SplitToningHighlightHue.class.php b/lib/classes/metadata/description/XMPcrs/SplitToningHighlightHue.class.php index b1c12de4b3..f3e4e92e3c 100644 --- a/lib/classes/metadata/description/XMPcrs/SplitToningHighlightHue.class.php +++ b/lib/classes/metadata/description/XMPcrs/SplitToningHighlightHue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SplitToningHighlightSaturation.class.php b/lib/classes/metadata/description/XMPcrs/SplitToningHighlightSaturation.class.php index 546dc3b6c7..078c76df79 100644 --- a/lib/classes/metadata/description/XMPcrs/SplitToningHighlightSaturation.class.php +++ b/lib/classes/metadata/description/XMPcrs/SplitToningHighlightSaturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SplitToningShadowHue.class.php b/lib/classes/metadata/description/XMPcrs/SplitToningShadowHue.class.php index 6722051461..9b6aa96c7e 100644 --- a/lib/classes/metadata/description/XMPcrs/SplitToningShadowHue.class.php +++ b/lib/classes/metadata/description/XMPcrs/SplitToningShadowHue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/SplitToningShadowSaturation.class.php b/lib/classes/metadata/description/XMPcrs/SplitToningShadowSaturation.class.php index 3aee70f969..16e9137a3d 100644 --- a/lib/classes/metadata/description/XMPcrs/SplitToningShadowSaturation.class.php +++ b/lib/classes/metadata/description/XMPcrs/SplitToningShadowSaturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Tint.class.php b/lib/classes/metadata/description/XMPcrs/Tint.class.php index afccd24724..21cda11ef1 100644 --- a/lib/classes/metadata/description/XMPcrs/Tint.class.php +++ b/lib/classes/metadata/description/XMPcrs/Tint.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ToneCurve.class.php b/lib/classes/metadata/description/XMPcrs/ToneCurve.class.php index a875c8c41f..ade2b5277e 100644 --- a/lib/classes/metadata/description/XMPcrs/ToneCurve.class.php +++ b/lib/classes/metadata/description/XMPcrs/ToneCurve.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/ToneCurveName.class.php b/lib/classes/metadata/description/XMPcrs/ToneCurveName.class.php index fea82f5a79..9da5fdd78c 100644 --- a/lib/classes/metadata/description/XMPcrs/ToneCurveName.class.php +++ b/lib/classes/metadata/description/XMPcrs/ToneCurveName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Version.class.php b/lib/classes/metadata/description/XMPcrs/Version.class.php index bbcf88fb2e..6719a743ff 100644 --- a/lib/classes/metadata/description/XMPcrs/Version.class.php +++ b/lib/classes/metadata/description/XMPcrs/Version.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/Vibrance.class.php b/lib/classes/metadata/description/XMPcrs/Vibrance.class.php index 3e7bf86b63..cd5bf8dd7d 100644 --- a/lib/classes/metadata/description/XMPcrs/Vibrance.class.php +++ b/lib/classes/metadata/description/XMPcrs/Vibrance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/VignetteAmount.class.php b/lib/classes/metadata/description/XMPcrs/VignetteAmount.class.php index ea0ca842cb..bd5bf5f0b4 100644 --- a/lib/classes/metadata/description/XMPcrs/VignetteAmount.class.php +++ b/lib/classes/metadata/description/XMPcrs/VignetteAmount.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/VignetteMidpoint.class.php b/lib/classes/metadata/description/XMPcrs/VignetteMidpoint.class.php index cbeb5a0578..3c59810191 100644 --- a/lib/classes/metadata/description/XMPcrs/VignetteMidpoint.class.php +++ b/lib/classes/metadata/description/XMPcrs/VignetteMidpoint.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPcrs/WhiteBalance.class.php b/lib/classes/metadata/description/XMPcrs/WhiteBalance.class.php index b4f94482f9..293bd76ece 100644 --- a/lib/classes/metadata/description/XMPcrs/WhiteBalance.class.php +++ b/lib/classes/metadata/description/XMPcrs/WhiteBalance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Contributor.class.php b/lib/classes/metadata/description/XMPdc/Contributor.class.php index 9ed6dffb85..015fa85eb9 100644 --- a/lib/classes/metadata/description/XMPdc/Contributor.class.php +++ b/lib/classes/metadata/description/XMPdc/Contributor.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Coverage.class.php b/lib/classes/metadata/description/XMPdc/Coverage.class.php index 011b9f5c80..b6bbf18ff4 100644 --- a/lib/classes/metadata/description/XMPdc/Coverage.class.php +++ b/lib/classes/metadata/description/XMPdc/Coverage.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Creator.class.php b/lib/classes/metadata/description/XMPdc/Creator.class.php index f65cbafc30..87f58ecd79 100644 --- a/lib/classes/metadata/description/XMPdc/Creator.class.php +++ b/lib/classes/metadata/description/XMPdc/Creator.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Date.class.php b/lib/classes/metadata/description/XMPdc/Date.class.php index bcb88e2c98..79c102b993 100644 --- a/lib/classes/metadata/description/XMPdc/Date.class.php +++ b/lib/classes/metadata/description/XMPdc/Date.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Description.class.php b/lib/classes/metadata/description/XMPdc/Description.class.php index 542e87cd42..af13e9978c 100644 --- a/lib/classes/metadata/description/XMPdc/Description.class.php +++ b/lib/classes/metadata/description/XMPdc/Description.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Format.class.php b/lib/classes/metadata/description/XMPdc/Format.class.php index f2186e22be..00f30dcf86 100644 --- a/lib/classes/metadata/description/XMPdc/Format.class.php +++ b/lib/classes/metadata/description/XMPdc/Format.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Identifier.class.php b/lib/classes/metadata/description/XMPdc/Identifier.class.php index 687fd8de9f..b860d318e5 100644 --- a/lib/classes/metadata/description/XMPdc/Identifier.class.php +++ b/lib/classes/metadata/description/XMPdc/Identifier.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Language.class.php b/lib/classes/metadata/description/XMPdc/Language.class.php index 2ae7ce2974..f4c6b7a7cd 100644 --- a/lib/classes/metadata/description/XMPdc/Language.class.php +++ b/lib/classes/metadata/description/XMPdc/Language.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Publisher.class.php b/lib/classes/metadata/description/XMPdc/Publisher.class.php index 786aba9eec..fe66f9e6ec 100644 --- a/lib/classes/metadata/description/XMPdc/Publisher.class.php +++ b/lib/classes/metadata/description/XMPdc/Publisher.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Relation.class.php b/lib/classes/metadata/description/XMPdc/Relation.class.php index 3a320e8a4d..50553a1d47 100644 --- a/lib/classes/metadata/description/XMPdc/Relation.class.php +++ b/lib/classes/metadata/description/XMPdc/Relation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Rights.class.php b/lib/classes/metadata/description/XMPdc/Rights.class.php index eb358a1942..001ac723b6 100644 --- a/lib/classes/metadata/description/XMPdc/Rights.class.php +++ b/lib/classes/metadata/description/XMPdc/Rights.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Source.class.php b/lib/classes/metadata/description/XMPdc/Source.class.php index e38cd120f8..a19c680a06 100644 --- a/lib/classes/metadata/description/XMPdc/Source.class.php +++ b/lib/classes/metadata/description/XMPdc/Source.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Subject.class.php b/lib/classes/metadata/description/XMPdc/Subject.class.php index ada4ab8bc1..de4df9fbaa 100644 --- a/lib/classes/metadata/description/XMPdc/Subject.class.php +++ b/lib/classes/metadata/description/XMPdc/Subject.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Title.class.php b/lib/classes/metadata/description/XMPdc/Title.class.php index 830590d45a..93a41c4dd3 100644 --- a/lib/classes/metadata/description/XMPdc/Title.class.php +++ b/lib/classes/metadata/description/XMPdc/Title.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPdc/Type.class.php b/lib/classes/metadata/description/XMPdc/Type.class.php index ca828a979d..f29d828322 100644 --- a/lib/classes/metadata/description/XMPdc/Type.class.php +++ b/lib/classes/metadata/description/XMPdc/Type.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ApertureValue.class.php b/lib/classes/metadata/description/XMPexif/ApertureValue.class.php index c157bd4b4a..69436d56d0 100644 --- a/lib/classes/metadata/description/XMPexif/ApertureValue.class.php +++ b/lib/classes/metadata/description/XMPexif/ApertureValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/BrightnessValue.class.php b/lib/classes/metadata/description/XMPexif/BrightnessValue.class.php index f3840bba26..4a315d0779 100644 --- a/lib/classes/metadata/description/XMPexif/BrightnessValue.class.php +++ b/lib/classes/metadata/description/XMPexif/BrightnessValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/CFAPatternColumns.class.php b/lib/classes/metadata/description/XMPexif/CFAPatternColumns.class.php index 6f5609d972..029ee0a335 100644 --- a/lib/classes/metadata/description/XMPexif/CFAPatternColumns.class.php +++ b/lib/classes/metadata/description/XMPexif/CFAPatternColumns.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/CFAPatternRows.class.php b/lib/classes/metadata/description/XMPexif/CFAPatternRows.class.php index 58bf945476..97b5fa1a7a 100644 --- a/lib/classes/metadata/description/XMPexif/CFAPatternRows.class.php +++ b/lib/classes/metadata/description/XMPexif/CFAPatternRows.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/CFAPatternValues.class.php b/lib/classes/metadata/description/XMPexif/CFAPatternValues.class.php index fd9fd34b9a..6f32cbeed6 100644 --- a/lib/classes/metadata/description/XMPexif/CFAPatternValues.class.php +++ b/lib/classes/metadata/description/XMPexif/CFAPatternValues.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ColorSpace.class.php b/lib/classes/metadata/description/XMPexif/ColorSpace.class.php index 9e461abf18..083ad9baab 100644 --- a/lib/classes/metadata/description/XMPexif/ColorSpace.class.php +++ b/lib/classes/metadata/description/XMPexif/ColorSpace.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ComponentsConfiguration.class.php b/lib/classes/metadata/description/XMPexif/ComponentsConfiguration.class.php index a252fb3949..d62177196b 100644 --- a/lib/classes/metadata/description/XMPexif/ComponentsConfiguration.class.php +++ b/lib/classes/metadata/description/XMPexif/ComponentsConfiguration.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/CompressedBitsPerPixel.class.php b/lib/classes/metadata/description/XMPexif/CompressedBitsPerPixel.class.php index a320d90bdd..94cd3edce0 100644 --- a/lib/classes/metadata/description/XMPexif/CompressedBitsPerPixel.class.php +++ b/lib/classes/metadata/description/XMPexif/CompressedBitsPerPixel.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/Contrast.class.php b/lib/classes/metadata/description/XMPexif/Contrast.class.php index ec6de0e323..d59e2f3a89 100644 --- a/lib/classes/metadata/description/XMPexif/Contrast.class.php +++ b/lib/classes/metadata/description/XMPexif/Contrast.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/CustomRendered.class.php b/lib/classes/metadata/description/XMPexif/CustomRendered.class.php index c48d47ac73..025abbca79 100644 --- a/lib/classes/metadata/description/XMPexif/CustomRendered.class.php +++ b/lib/classes/metadata/description/XMPexif/CustomRendered.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/DateTimeDigitized.class.php b/lib/classes/metadata/description/XMPexif/DateTimeDigitized.class.php index 468183be0d..19169da6af 100644 --- a/lib/classes/metadata/description/XMPexif/DateTimeDigitized.class.php +++ b/lib/classes/metadata/description/XMPexif/DateTimeDigitized.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/DateTimeOriginal.class.php b/lib/classes/metadata/description/XMPexif/DateTimeOriginal.class.php index 740f07cbb8..df0d016423 100644 --- a/lib/classes/metadata/description/XMPexif/DateTimeOriginal.class.php +++ b/lib/classes/metadata/description/XMPexif/DateTimeOriginal.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionColumns.class.php b/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionColumns.class.php index f4f6da502d..0fcdcd658b 100644 --- a/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionColumns.class.php +++ b/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionColumns.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionRows.class.php b/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionRows.class.php index 521999bf4e..ca0708043b 100644 --- a/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionRows.class.php +++ b/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionRows.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionSettings.class.php b/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionSettings.class.php index bfb70573b8..b28b04c8e4 100644 --- a/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionSettings.class.php +++ b/lib/classes/metadata/description/XMPexif/DeviceSettingDescriptionSettings.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/DigitalZoomRatio.class.php b/lib/classes/metadata/description/XMPexif/DigitalZoomRatio.class.php index 9d43f98e84..17e598c382 100644 --- a/lib/classes/metadata/description/XMPexif/DigitalZoomRatio.class.php +++ b/lib/classes/metadata/description/XMPexif/DigitalZoomRatio.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ExifImageHeight.class.php b/lib/classes/metadata/description/XMPexif/ExifImageHeight.class.php index f3b047d93b..d4fbb1317b 100644 --- a/lib/classes/metadata/description/XMPexif/ExifImageHeight.class.php +++ b/lib/classes/metadata/description/XMPexif/ExifImageHeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ExifImageWidth.class.php b/lib/classes/metadata/description/XMPexif/ExifImageWidth.class.php index bcda3881cd..f5b97df586 100644 --- a/lib/classes/metadata/description/XMPexif/ExifImageWidth.class.php +++ b/lib/classes/metadata/description/XMPexif/ExifImageWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ExifVersion.class.php b/lib/classes/metadata/description/XMPexif/ExifVersion.class.php index e71bed4aa4..0a8c554307 100644 --- a/lib/classes/metadata/description/XMPexif/ExifVersion.class.php +++ b/lib/classes/metadata/description/XMPexif/ExifVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ExposureCompensation.class.php b/lib/classes/metadata/description/XMPexif/ExposureCompensation.class.php index 0a89b4cd13..6137786fd2 100644 --- a/lib/classes/metadata/description/XMPexif/ExposureCompensation.class.php +++ b/lib/classes/metadata/description/XMPexif/ExposureCompensation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ExposureIndex.class.php b/lib/classes/metadata/description/XMPexif/ExposureIndex.class.php index e53b916393..e276e3f373 100644 --- a/lib/classes/metadata/description/XMPexif/ExposureIndex.class.php +++ b/lib/classes/metadata/description/XMPexif/ExposureIndex.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ExposureMode.class.php b/lib/classes/metadata/description/XMPexif/ExposureMode.class.php index f103d416d3..88b1bcf3b0 100644 --- a/lib/classes/metadata/description/XMPexif/ExposureMode.class.php +++ b/lib/classes/metadata/description/XMPexif/ExposureMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ExposureProgram.class.php b/lib/classes/metadata/description/XMPexif/ExposureProgram.class.php index e340551cea..153599ae79 100644 --- a/lib/classes/metadata/description/XMPexif/ExposureProgram.class.php +++ b/lib/classes/metadata/description/XMPexif/ExposureProgram.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ExposureTime.class.php b/lib/classes/metadata/description/XMPexif/ExposureTime.class.php index 6dcb824f55..ef31fa5563 100644 --- a/lib/classes/metadata/description/XMPexif/ExposureTime.class.php +++ b/lib/classes/metadata/description/XMPexif/ExposureTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FNumber.class.php b/lib/classes/metadata/description/XMPexif/FNumber.class.php index 54052c3867..4c1e83558f 100644 --- a/lib/classes/metadata/description/XMPexif/FNumber.class.php +++ b/lib/classes/metadata/description/XMPexif/FNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FileSource.class.php b/lib/classes/metadata/description/XMPexif/FileSource.class.php index 8699a984f9..5616c00454 100644 --- a/lib/classes/metadata/description/XMPexif/FileSource.class.php +++ b/lib/classes/metadata/description/XMPexif/FileSource.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FlashEnergy.class.php b/lib/classes/metadata/description/XMPexif/FlashEnergy.class.php index 61aed352fe..a6af07b3cb 100644 --- a/lib/classes/metadata/description/XMPexif/FlashEnergy.class.php +++ b/lib/classes/metadata/description/XMPexif/FlashEnergy.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FlashFired.class.php b/lib/classes/metadata/description/XMPexif/FlashFired.class.php index 2e2f0abfbc..137c290cab 100644 --- a/lib/classes/metadata/description/XMPexif/FlashFired.class.php +++ b/lib/classes/metadata/description/XMPexif/FlashFired.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FlashFunction.class.php b/lib/classes/metadata/description/XMPexif/FlashFunction.class.php index cdf0f5baf2..378f24c49b 100644 --- a/lib/classes/metadata/description/XMPexif/FlashFunction.class.php +++ b/lib/classes/metadata/description/XMPexif/FlashFunction.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FlashMode.class.php b/lib/classes/metadata/description/XMPexif/FlashMode.class.php index 31df78e626..0995fe8861 100644 --- a/lib/classes/metadata/description/XMPexif/FlashMode.class.php +++ b/lib/classes/metadata/description/XMPexif/FlashMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FlashRedEyeMode.class.php b/lib/classes/metadata/description/XMPexif/FlashRedEyeMode.class.php index 581173ec38..50d21db577 100644 --- a/lib/classes/metadata/description/XMPexif/FlashRedEyeMode.class.php +++ b/lib/classes/metadata/description/XMPexif/FlashRedEyeMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FlashReturn.class.php b/lib/classes/metadata/description/XMPexif/FlashReturn.class.php index 73d8e15ed8..e63af8f30e 100644 --- a/lib/classes/metadata/description/XMPexif/FlashReturn.class.php +++ b/lib/classes/metadata/description/XMPexif/FlashReturn.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FlashpixVersion.class.php b/lib/classes/metadata/description/XMPexif/FlashpixVersion.class.php index 6013f61f62..53f541c1b1 100644 --- a/lib/classes/metadata/description/XMPexif/FlashpixVersion.class.php +++ b/lib/classes/metadata/description/XMPexif/FlashpixVersion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FocalLength.class.php b/lib/classes/metadata/description/XMPexif/FocalLength.class.php index 2bb6b327ae..6db91b12d6 100644 --- a/lib/classes/metadata/description/XMPexif/FocalLength.class.php +++ b/lib/classes/metadata/description/XMPexif/FocalLength.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FocalLengthIn35mmFormat.class.php b/lib/classes/metadata/description/XMPexif/FocalLengthIn35mmFormat.class.php index 99b6342155..918bd1be0a 100644 --- a/lib/classes/metadata/description/XMPexif/FocalLengthIn35mmFormat.class.php +++ b/lib/classes/metadata/description/XMPexif/FocalLengthIn35mmFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FocalPlaneResolutionUnit.class.php b/lib/classes/metadata/description/XMPexif/FocalPlaneResolutionUnit.class.php index 870124c4bf..2395f83ae3 100644 --- a/lib/classes/metadata/description/XMPexif/FocalPlaneResolutionUnit.class.php +++ b/lib/classes/metadata/description/XMPexif/FocalPlaneResolutionUnit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FocalPlaneXResolution.class.php b/lib/classes/metadata/description/XMPexif/FocalPlaneXResolution.class.php index cbe868ef17..6d82281c54 100644 --- a/lib/classes/metadata/description/XMPexif/FocalPlaneXResolution.class.php +++ b/lib/classes/metadata/description/XMPexif/FocalPlaneXResolution.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/FocalPlaneYResolution.class.php b/lib/classes/metadata/description/XMPexif/FocalPlaneYResolution.class.php index 4ba75f1197..10960d30f4 100644 --- a/lib/classes/metadata/description/XMPexif/FocalPlaneYResolution.class.php +++ b/lib/classes/metadata/description/XMPexif/FocalPlaneYResolution.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSAltitude.class.php b/lib/classes/metadata/description/XMPexif/GPSAltitude.class.php index 00e07affc1..c80026ec03 100644 --- a/lib/classes/metadata/description/XMPexif/GPSAltitude.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSAltitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSAltitudeRef.class.php b/lib/classes/metadata/description/XMPexif/GPSAltitudeRef.class.php index 8f17b6e9de..f8b6672946 100644 --- a/lib/classes/metadata/description/XMPexif/GPSAltitudeRef.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSAltitudeRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSAreaInformation.class.php b/lib/classes/metadata/description/XMPexif/GPSAreaInformation.class.php index 66d9593995..c17247a84e 100644 --- a/lib/classes/metadata/description/XMPexif/GPSAreaInformation.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSAreaInformation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDOP.class.php b/lib/classes/metadata/description/XMPexif/GPSDOP.class.php index b135c6f385..437d13adf8 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDOP.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDOP.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDateTime.class.php b/lib/classes/metadata/description/XMPexif/GPSDateTime.class.php index 2a5d507621..d4174e542e 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDateTime.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDateTime.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDestBearing.class.php b/lib/classes/metadata/description/XMPexif/GPSDestBearing.class.php index 39de60e93e..20e679e8d0 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDestBearing.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDestBearing.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDestBearingRef.class.php b/lib/classes/metadata/description/XMPexif/GPSDestBearingRef.class.php index 27d8e576bd..da8de5d4c8 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDestBearingRef.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDestBearingRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDestDistance.class.php b/lib/classes/metadata/description/XMPexif/GPSDestDistance.class.php index d2a45fe1a3..b09e954745 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDestDistance.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDestDistance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDestDistanceRef.class.php b/lib/classes/metadata/description/XMPexif/GPSDestDistanceRef.class.php index 536781681d..dff04db525 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDestDistanceRef.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDestDistanceRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDestLatitude.class.php b/lib/classes/metadata/description/XMPexif/GPSDestLatitude.class.php index ef434e1162..387142935c 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDestLatitude.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDestLatitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDestLongitude.class.php b/lib/classes/metadata/description/XMPexif/GPSDestLongitude.class.php index 62b58bf2be..178b15443d 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDestLongitude.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDestLongitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSDifferential.class.php b/lib/classes/metadata/description/XMPexif/GPSDifferential.class.php index 63120cb930..19a3ec8042 100644 --- a/lib/classes/metadata/description/XMPexif/GPSDifferential.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSDifferential.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSImgDirection.class.php b/lib/classes/metadata/description/XMPexif/GPSImgDirection.class.php index b28ed98877..72d046b5cd 100644 --- a/lib/classes/metadata/description/XMPexif/GPSImgDirection.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSImgDirection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSImgDirectionRef.class.php b/lib/classes/metadata/description/XMPexif/GPSImgDirectionRef.class.php index b5116555e5..b09ba19a46 100644 --- a/lib/classes/metadata/description/XMPexif/GPSImgDirectionRef.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSImgDirectionRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSLatitude.class.php b/lib/classes/metadata/description/XMPexif/GPSLatitude.class.php index 7770c0b544..b329da2958 100644 --- a/lib/classes/metadata/description/XMPexif/GPSLatitude.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSLatitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSLongitude.class.php b/lib/classes/metadata/description/XMPexif/GPSLongitude.class.php index d6f3d1c157..2cd99a99e6 100644 --- a/lib/classes/metadata/description/XMPexif/GPSLongitude.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSLongitude.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSMapDatum.class.php b/lib/classes/metadata/description/XMPexif/GPSMapDatum.class.php index a06caaab2b..8378f8fb05 100644 --- a/lib/classes/metadata/description/XMPexif/GPSMapDatum.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSMapDatum.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSMeasureMode.class.php b/lib/classes/metadata/description/XMPexif/GPSMeasureMode.class.php index 5c75e72a17..c3cfda744b 100644 --- a/lib/classes/metadata/description/XMPexif/GPSMeasureMode.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSMeasureMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSProcessingMethod.class.php b/lib/classes/metadata/description/XMPexif/GPSProcessingMethod.class.php index 960d5bb831..703e8399a5 100644 --- a/lib/classes/metadata/description/XMPexif/GPSProcessingMethod.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSProcessingMethod.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSSatellites.class.php b/lib/classes/metadata/description/XMPexif/GPSSatellites.class.php index 1e5e502781..9b4c4d386d 100644 --- a/lib/classes/metadata/description/XMPexif/GPSSatellites.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSSatellites.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSSpeed.class.php b/lib/classes/metadata/description/XMPexif/GPSSpeed.class.php index f7d86b5db3..d04b6b0e44 100644 --- a/lib/classes/metadata/description/XMPexif/GPSSpeed.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSSpeed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSSpeedRef.class.php b/lib/classes/metadata/description/XMPexif/GPSSpeedRef.class.php index a93e46f755..aa59733c96 100644 --- a/lib/classes/metadata/description/XMPexif/GPSSpeedRef.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSSpeedRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSStatus.class.php b/lib/classes/metadata/description/XMPexif/GPSStatus.class.php index 875a9cb8f8..e266e8e8c9 100644 --- a/lib/classes/metadata/description/XMPexif/GPSStatus.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSStatus.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSTrack.class.php b/lib/classes/metadata/description/XMPexif/GPSTrack.class.php index 86b341a4ec..7c6e832e0f 100644 --- a/lib/classes/metadata/description/XMPexif/GPSTrack.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSTrack.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSTrackRef.class.php b/lib/classes/metadata/description/XMPexif/GPSTrackRef.class.php index 4c3615550a..161d8e3b06 100644 --- a/lib/classes/metadata/description/XMPexif/GPSTrackRef.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSTrackRef.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GPSVersionID.class.php b/lib/classes/metadata/description/XMPexif/GPSVersionID.class.php index 719a82e986..8ea7026001 100644 --- a/lib/classes/metadata/description/XMPexif/GPSVersionID.class.php +++ b/lib/classes/metadata/description/XMPexif/GPSVersionID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/GainControl.class.php b/lib/classes/metadata/description/XMPexif/GainControl.class.php index be366acc18..17c2c4e05c 100644 --- a/lib/classes/metadata/description/XMPexif/GainControl.class.php +++ b/lib/classes/metadata/description/XMPexif/GainControl.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ISO.class.php b/lib/classes/metadata/description/XMPexif/ISO.class.php index c6fbb00c54..e6443b6010 100644 --- a/lib/classes/metadata/description/XMPexif/ISO.class.php +++ b/lib/classes/metadata/description/XMPexif/ISO.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ImageUniqueID.class.php b/lib/classes/metadata/description/XMPexif/ImageUniqueID.class.php index 4527147841..b56caa7d67 100644 --- a/lib/classes/metadata/description/XMPexif/ImageUniqueID.class.php +++ b/lib/classes/metadata/description/XMPexif/ImageUniqueID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/LightSource.class.php b/lib/classes/metadata/description/XMPexif/LightSource.class.php index 2146d9ff3e..452695d2e5 100644 --- a/lib/classes/metadata/description/XMPexif/LightSource.class.php +++ b/lib/classes/metadata/description/XMPexif/LightSource.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/MakerNote.class.php b/lib/classes/metadata/description/XMPexif/MakerNote.class.php index 66e7097380..d4b223b885 100644 --- a/lib/classes/metadata/description/XMPexif/MakerNote.class.php +++ b/lib/classes/metadata/description/XMPexif/MakerNote.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/MaxApertureValue.class.php b/lib/classes/metadata/description/XMPexif/MaxApertureValue.class.php index cf366394f9..aad1ad447a 100644 --- a/lib/classes/metadata/description/XMPexif/MaxApertureValue.class.php +++ b/lib/classes/metadata/description/XMPexif/MaxApertureValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/MeteringMode.class.php b/lib/classes/metadata/description/XMPexif/MeteringMode.class.php index 3ba0f55424..58d1dc9db5 100644 --- a/lib/classes/metadata/description/XMPexif/MeteringMode.class.php +++ b/lib/classes/metadata/description/XMPexif/MeteringMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/NativeDigest.class.php b/lib/classes/metadata/description/XMPexif/NativeDigest.class.php index 539889f439..67a397d0a6 100644 --- a/lib/classes/metadata/description/XMPexif/NativeDigest.class.php +++ b/lib/classes/metadata/description/XMPexif/NativeDigest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/OECFColumns.class.php b/lib/classes/metadata/description/XMPexif/OECFColumns.class.php index 08f9bc54f0..93ddbccb1c 100644 --- a/lib/classes/metadata/description/XMPexif/OECFColumns.class.php +++ b/lib/classes/metadata/description/XMPexif/OECFColumns.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/OECFNames.class.php b/lib/classes/metadata/description/XMPexif/OECFNames.class.php index 103b5aaa4f..0cd834dd9e 100644 --- a/lib/classes/metadata/description/XMPexif/OECFNames.class.php +++ b/lib/classes/metadata/description/XMPexif/OECFNames.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/OECFRows.class.php b/lib/classes/metadata/description/XMPexif/OECFRows.class.php index f9ca7f34fa..ec718db4d8 100644 --- a/lib/classes/metadata/description/XMPexif/OECFRows.class.php +++ b/lib/classes/metadata/description/XMPexif/OECFRows.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/OECFValues.class.php b/lib/classes/metadata/description/XMPexif/OECFValues.class.php index 68ae2bb326..d70fd8e768 100644 --- a/lib/classes/metadata/description/XMPexif/OECFValues.class.php +++ b/lib/classes/metadata/description/XMPexif/OECFValues.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/RelatedSoundFile.class.php b/lib/classes/metadata/description/XMPexif/RelatedSoundFile.class.php index c82c943234..6591ab1ce4 100644 --- a/lib/classes/metadata/description/XMPexif/RelatedSoundFile.class.php +++ b/lib/classes/metadata/description/XMPexif/RelatedSoundFile.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/Saturation.class.php b/lib/classes/metadata/description/XMPexif/Saturation.class.php index 793f299990..168185457d 100644 --- a/lib/classes/metadata/description/XMPexif/Saturation.class.php +++ b/lib/classes/metadata/description/XMPexif/Saturation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SceneCaptureType.class.php b/lib/classes/metadata/description/XMPexif/SceneCaptureType.class.php index a2e65efa23..1b0966561c 100644 --- a/lib/classes/metadata/description/XMPexif/SceneCaptureType.class.php +++ b/lib/classes/metadata/description/XMPexif/SceneCaptureType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SceneType.class.php b/lib/classes/metadata/description/XMPexif/SceneType.class.php index f091c80590..c566752dbb 100644 --- a/lib/classes/metadata/description/XMPexif/SceneType.class.php +++ b/lib/classes/metadata/description/XMPexif/SceneType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SensingMethod.class.php b/lib/classes/metadata/description/XMPexif/SensingMethod.class.php index 3638f95709..3bd639666a 100644 --- a/lib/classes/metadata/description/XMPexif/SensingMethod.class.php +++ b/lib/classes/metadata/description/XMPexif/SensingMethod.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/Sharpness.class.php b/lib/classes/metadata/description/XMPexif/Sharpness.class.php index 49e35323e7..6405f39e75 100644 --- a/lib/classes/metadata/description/XMPexif/Sharpness.class.php +++ b/lib/classes/metadata/description/XMPexif/Sharpness.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/ShutterSpeedValue.class.php b/lib/classes/metadata/description/XMPexif/ShutterSpeedValue.class.php index 6df7339e56..870c9c54e6 100644 --- a/lib/classes/metadata/description/XMPexif/ShutterSpeedValue.class.php +++ b/lib/classes/metadata/description/XMPexif/ShutterSpeedValue.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseColumns.class.php b/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseColumns.class.php index cc2bbdbf45..500fa1f489 100644 --- a/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseColumns.class.php +++ b/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseColumns.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseNames.class.php b/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseNames.class.php index dc7b8ca65f..76d0ab538e 100644 --- a/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseNames.class.php +++ b/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseNames.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseRows.class.php b/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseRows.class.php index c000a385c4..b8f9ae001e 100644 --- a/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseRows.class.php +++ b/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseRows.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseValues.class.php b/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseValues.class.php index 87c91fc28a..efbba26df6 100644 --- a/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseValues.class.php +++ b/lib/classes/metadata/description/XMPexif/SpatialFrequencyResponseValues.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SpectralSensitivity.class.php b/lib/classes/metadata/description/XMPexif/SpectralSensitivity.class.php index cf332adb3f..356b2e1c31 100644 --- a/lib/classes/metadata/description/XMPexif/SpectralSensitivity.class.php +++ b/lib/classes/metadata/description/XMPexif/SpectralSensitivity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SubjectArea.class.php b/lib/classes/metadata/description/XMPexif/SubjectArea.class.php index c74c70d59a..9292b9d917 100644 --- a/lib/classes/metadata/description/XMPexif/SubjectArea.class.php +++ b/lib/classes/metadata/description/XMPexif/SubjectArea.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SubjectDistance.class.php b/lib/classes/metadata/description/XMPexif/SubjectDistance.class.php index 07cc00a1ef..72a47a819e 100644 --- a/lib/classes/metadata/description/XMPexif/SubjectDistance.class.php +++ b/lib/classes/metadata/description/XMPexif/SubjectDistance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SubjectDistanceRange.class.php b/lib/classes/metadata/description/XMPexif/SubjectDistanceRange.class.php index 8ea83bc71d..ecff247e50 100644 --- a/lib/classes/metadata/description/XMPexif/SubjectDistanceRange.class.php +++ b/lib/classes/metadata/description/XMPexif/SubjectDistanceRange.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/SubjectLocation.class.php b/lib/classes/metadata/description/XMPexif/SubjectLocation.class.php index 57bbc6266b..7fce0261ad 100644 --- a/lib/classes/metadata/description/XMPexif/SubjectLocation.class.php +++ b/lib/classes/metadata/description/XMPexif/SubjectLocation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/UserComment.class.php b/lib/classes/metadata/description/XMPexif/UserComment.class.php index 70083a9945..fb66f5e57e 100644 --- a/lib/classes/metadata/description/XMPexif/UserComment.class.php +++ b/lib/classes/metadata/description/XMPexif/UserComment.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPexif/WhiteBalance.class.php b/lib/classes/metadata/description/XMPexif/WhiteBalance.class.php index c6d519d840..4df92a164e 100644 --- a/lib/classes/metadata/description/XMPexif/WhiteBalance.class.php +++ b/lib/classes/metadata/description/XMPexif/WhiteBalance.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CountryCode.class.php b/lib/classes/metadata/description/XMPiptcCore/CountryCode.class.php index c6c1f3658a..176bd8e3ea 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CountryCode.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CountryCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CreatorAddress.class.php b/lib/classes/metadata/description/XMPiptcCore/CreatorAddress.class.php index 31dd598f21..cc3d391399 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CreatorAddress.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CreatorAddress.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CreatorCity.class.php b/lib/classes/metadata/description/XMPiptcCore/CreatorCity.class.php index 6e11b616a6..bbf42ed643 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CreatorCity.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CreatorCity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CreatorCountry.class.php b/lib/classes/metadata/description/XMPiptcCore/CreatorCountry.class.php index 1f385fcc9c..a97221b3b3 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CreatorCountry.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CreatorCountry.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CreatorPostalCode.class.php b/lib/classes/metadata/description/XMPiptcCore/CreatorPostalCode.class.php index fcc74a4549..6c134482a5 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CreatorPostalCode.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CreatorPostalCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CreatorRegion.class.php b/lib/classes/metadata/description/XMPiptcCore/CreatorRegion.class.php index c5750e07d1..5cb36d39f9 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CreatorRegion.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CreatorRegion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CreatorWorkEmail.class.php b/lib/classes/metadata/description/XMPiptcCore/CreatorWorkEmail.class.php index 05f02c39e1..51a140ff4a 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CreatorWorkEmail.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CreatorWorkEmail.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CreatorWorkTelephone.class.php b/lib/classes/metadata/description/XMPiptcCore/CreatorWorkTelephone.class.php index e37b877cff..a5c98b97c7 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CreatorWorkTelephone.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CreatorWorkTelephone.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/CreatorWorkURL.class.php b/lib/classes/metadata/description/XMPiptcCore/CreatorWorkURL.class.php index 08f17cd8d4..438d1fd42d 100644 --- a/lib/classes/metadata/description/XMPiptcCore/CreatorWorkURL.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/CreatorWorkURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/IntellectualGenre.class.php b/lib/classes/metadata/description/XMPiptcCore/IntellectualGenre.class.php index e8ac83a75d..87e2b647b5 100644 --- a/lib/classes/metadata/description/XMPiptcCore/IntellectualGenre.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/IntellectualGenre.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/Location.class.php b/lib/classes/metadata/description/XMPiptcCore/Location.class.php index d9d4885e57..e6c7151fef 100644 --- a/lib/classes/metadata/description/XMPiptcCore/Location.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/Location.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/Scene.class.php b/lib/classes/metadata/description/XMPiptcCore/Scene.class.php index e9fb668a09..3a47871bd3 100644 --- a/lib/classes/metadata/description/XMPiptcCore/Scene.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/Scene.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcCore/SubjectCode.class.php b/lib/classes/metadata/description/XMPiptcCore/SubjectCode.class.php index 5ebcf98388..893959925a 100644 --- a/lib/classes/metadata/description/XMPiptcCore/SubjectCode.class.php +++ b/lib/classes/metadata/description/XMPiptcCore/SubjectCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/AdditionalModelInformation.class.php b/lib/classes/metadata/description/XMPiptcExt/AdditionalModelInformation.class.php index c359a1d773..b2524bf851 100644 --- a/lib/classes/metadata/description/XMPiptcExt/AdditionalModelInformation.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/AdditionalModelInformation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/ArtworkCopyrightNotice.class.php b/lib/classes/metadata/description/XMPiptcExt/ArtworkCopyrightNotice.class.php index 17f6081ce6..083dd96c0d 100644 --- a/lib/classes/metadata/description/XMPiptcExt/ArtworkCopyrightNotice.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/ArtworkCopyrightNotice.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/ArtworkCreator.class.php b/lib/classes/metadata/description/XMPiptcExt/ArtworkCreator.class.php index ef375a3a12..e1761d9482 100644 --- a/lib/classes/metadata/description/XMPiptcExt/ArtworkCreator.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/ArtworkCreator.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/ArtworkDateCreated.class.php b/lib/classes/metadata/description/XMPiptcExt/ArtworkDateCreated.class.php index 3c77a98ec0..4e1cea71bf 100644 --- a/lib/classes/metadata/description/XMPiptcExt/ArtworkDateCreated.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/ArtworkDateCreated.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/ArtworkSource.class.php b/lib/classes/metadata/description/XMPiptcExt/ArtworkSource.class.php index 4d5c4daa11..32e4dec946 100644 --- a/lib/classes/metadata/description/XMPiptcExt/ArtworkSource.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/ArtworkSource.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/ArtworkSourceInventoryNo.class.php b/lib/classes/metadata/description/XMPiptcExt/ArtworkSourceInventoryNo.class.php index fb725957c4..e533b593c7 100644 --- a/lib/classes/metadata/description/XMPiptcExt/ArtworkSourceInventoryNo.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/ArtworkSourceInventoryNo.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/ArtworkTitle.class.php b/lib/classes/metadata/description/XMPiptcExt/ArtworkTitle.class.php index 31fe4601ff..bad9a2de1e 100644 --- a/lib/classes/metadata/description/XMPiptcExt/ArtworkTitle.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/ArtworkTitle.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/ControlledVocabularyTerm.class.php b/lib/classes/metadata/description/XMPiptcExt/ControlledVocabularyTerm.class.php index e7069b38a2..df33a3d95a 100644 --- a/lib/classes/metadata/description/XMPiptcExt/ControlledVocabularyTerm.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/ControlledVocabularyTerm.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/DigitalImageGUID.class.php b/lib/classes/metadata/description/XMPiptcExt/DigitalImageGUID.class.php index a79b36dbfb..6743910b4c 100644 --- a/lib/classes/metadata/description/XMPiptcExt/DigitalImageGUID.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/DigitalImageGUID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/DigitalSourceFileType.class.php b/lib/classes/metadata/description/XMPiptcExt/DigitalSourceFileType.class.php index f4d07c66f6..2e2db4991a 100644 --- a/lib/classes/metadata/description/XMPiptcExt/DigitalSourceFileType.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/DigitalSourceFileType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/DigitalSourceType.class.php b/lib/classes/metadata/description/XMPiptcExt/DigitalSourceType.class.php index 54331d2fa7..2f317bf2e4 100644 --- a/lib/classes/metadata/description/XMPiptcExt/DigitalSourceType.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/DigitalSourceType.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/IptcLastEdited.class.php b/lib/classes/metadata/description/XMPiptcExt/IptcLastEdited.class.php index d93404b664..135c416e34 100644 --- a/lib/classes/metadata/description/XMPiptcExt/IptcLastEdited.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/IptcLastEdited.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCity.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCity.class.php index 7a33425243..2dce2c1a84 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCity.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCountryCode.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCountryCode.class.php index b2918eb4bb..a8693619e5 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCountryCode.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCountryCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCountryName.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCountryName.class.php index b2e0fa7a67..553ca57b8e 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCountryName.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedCountryName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedProvinceState.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedProvinceState.class.php index d9ccc263a2..595ff9eb75 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedProvinceState.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedProvinceState.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedSublocation.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedSublocation.class.php index bb7c5b0594..6961bf4b33 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedSublocation.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedSublocation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedWorldRegion.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedWorldRegion.class.php index 09382e177a..c32e0e6063 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationCreatedWorldRegion.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationCreatedWorldRegion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationShownCity.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationShownCity.class.php index f35b31740e..25e81023d0 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationShownCity.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationShownCity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationShownCountryCode.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationShownCountryCode.class.php index b41ffd73d2..a08341c439 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationShownCountryCode.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationShownCountryCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationShownCountryName.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationShownCountryName.class.php index 085e8ef23f..769fd2a100 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationShownCountryName.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationShownCountryName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationShownProvinceState.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationShownProvinceState.class.php index 2f9ae5fdfd..5951b0d39d 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationShownProvinceState.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationShownProvinceState.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationShownSublocation.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationShownSublocation.class.php index 54aed6c8ec..863ccc26c6 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationShownSublocation.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationShownSublocation.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/LocationShownWorldRegion.class.php b/lib/classes/metadata/description/XMPiptcExt/LocationShownWorldRegion.class.php index 5b30141f18..952b542bc0 100644 --- a/lib/classes/metadata/description/XMPiptcExt/LocationShownWorldRegion.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/LocationShownWorldRegion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/MaxAvailHeight.class.php b/lib/classes/metadata/description/XMPiptcExt/MaxAvailHeight.class.php index 45d957028a..3557a41a04 100644 --- a/lib/classes/metadata/description/XMPiptcExt/MaxAvailHeight.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/MaxAvailHeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/MaxAvailWidth.class.php b/lib/classes/metadata/description/XMPiptcExt/MaxAvailWidth.class.php index 63eebe06e0..0c54d70658 100644 --- a/lib/classes/metadata/description/XMPiptcExt/MaxAvailWidth.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/MaxAvailWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/ModelAge.class.php b/lib/classes/metadata/description/XMPiptcExt/ModelAge.class.php index f003835ba7..5772c720bc 100644 --- a/lib/classes/metadata/description/XMPiptcExt/ModelAge.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/ModelAge.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/OrganisationInImageCode.class.php b/lib/classes/metadata/description/XMPiptcExt/OrganisationInImageCode.class.php index 01d6f02ca9..bdda0be08e 100644 --- a/lib/classes/metadata/description/XMPiptcExt/OrganisationInImageCode.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/OrganisationInImageCode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/OrganisationInImageName.class.php b/lib/classes/metadata/description/XMPiptcExt/OrganisationInImageName.class.php index 84396f534c..f6f8349dfa 100644 --- a/lib/classes/metadata/description/XMPiptcExt/OrganisationInImageName.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/OrganisationInImageName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/PersonInImage.class.php b/lib/classes/metadata/description/XMPiptcExt/PersonInImage.class.php index d73132f67e..ec2542d837 100644 --- a/lib/classes/metadata/description/XMPiptcExt/PersonInImage.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/PersonInImage.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/RegistryItemID.class.php b/lib/classes/metadata/description/XMPiptcExt/RegistryItemID.class.php index b39f29a653..8bab0a9b8d 100644 --- a/lib/classes/metadata/description/XMPiptcExt/RegistryItemID.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/RegistryItemID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPiptcExt/RegistryOrganisationID.class.php b/lib/classes/metadata/description/XMPiptcExt/RegistryOrganisationID.class.php index 511a6a30ad..b676172c99 100644 --- a/lib/classes/metadata/description/XMPiptcExt/RegistryOrganisationID.class.php +++ b/lib/classes/metadata/description/XMPiptcExt/RegistryOrganisationID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/AuthorsPosition.class.php b/lib/classes/metadata/description/XMPphotoshop/AuthorsPosition.class.php index 8946090228..17946b60c4 100644 --- a/lib/classes/metadata/description/XMPphotoshop/AuthorsPosition.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/AuthorsPosition.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/CaptionWriter.class.php b/lib/classes/metadata/description/XMPphotoshop/CaptionWriter.class.php index 43d7e7c3a5..8d91f556ff 100644 --- a/lib/classes/metadata/description/XMPphotoshop/CaptionWriter.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/CaptionWriter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/Category.class.php b/lib/classes/metadata/description/XMPphotoshop/Category.class.php index a1a90239f3..727698f725 100644 --- a/lib/classes/metadata/description/XMPphotoshop/Category.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/Category.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/City.class.php b/lib/classes/metadata/description/XMPphotoshop/City.class.php index b5835ee442..64e0507856 100644 --- a/lib/classes/metadata/description/XMPphotoshop/City.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/City.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/ColorMode.class.php b/lib/classes/metadata/description/XMPphotoshop/ColorMode.class.php index e53f0d636c..8ad191a00b 100644 --- a/lib/classes/metadata/description/XMPphotoshop/ColorMode.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/ColorMode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/Country.class.php b/lib/classes/metadata/description/XMPphotoshop/Country.class.php index 8dc87887f0..b551b19356 100644 --- a/lib/classes/metadata/description/XMPphotoshop/Country.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/Country.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/Credit.class.php b/lib/classes/metadata/description/XMPphotoshop/Credit.class.php index 59d5d946d6..6219135e42 100644 --- a/lib/classes/metadata/description/XMPphotoshop/Credit.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/Credit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/DateCreated.class.php b/lib/classes/metadata/description/XMPphotoshop/DateCreated.class.php index ae8ecd9b01..dfb831d67b 100644 --- a/lib/classes/metadata/description/XMPphotoshop/DateCreated.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/DateCreated.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/DocumentAncestorID.class.php b/lib/classes/metadata/description/XMPphotoshop/DocumentAncestorID.class.php index 9c7e6b27f4..9012077502 100644 --- a/lib/classes/metadata/description/XMPphotoshop/DocumentAncestorID.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/DocumentAncestorID.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/Headline.class.php b/lib/classes/metadata/description/XMPphotoshop/Headline.class.php index 30e74d61f0..1cc9e0829e 100644 --- a/lib/classes/metadata/description/XMPphotoshop/Headline.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/Headline.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/History.class.php b/lib/classes/metadata/description/XMPphotoshop/History.class.php index 435e58b207..e3413968dc 100644 --- a/lib/classes/metadata/description/XMPphotoshop/History.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/History.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/ICCProfileName.class.php b/lib/classes/metadata/description/XMPphotoshop/ICCProfileName.class.php index c1ef47fcb6..6a0330b695 100644 --- a/lib/classes/metadata/description/XMPphotoshop/ICCProfileName.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/ICCProfileName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/Instructions.class.php b/lib/classes/metadata/description/XMPphotoshop/Instructions.class.php index e3840885f5..4273d01d91 100644 --- a/lib/classes/metadata/description/XMPphotoshop/Instructions.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/Instructions.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/LegacyIPTCDigest.class.php b/lib/classes/metadata/description/XMPphotoshop/LegacyIPTCDigest.class.php index 182fb032ab..0a6cb7a4be 100644 --- a/lib/classes/metadata/description/XMPphotoshop/LegacyIPTCDigest.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/LegacyIPTCDigest.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/SidecarForExtension.class.php b/lib/classes/metadata/description/XMPphotoshop/SidecarForExtension.class.php index 373e384838..0237f4f916 100644 --- a/lib/classes/metadata/description/XMPphotoshop/SidecarForExtension.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/SidecarForExtension.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/Source.class.php b/lib/classes/metadata/description/XMPphotoshop/Source.class.php index f02c5f4093..8229f34480 100644 --- a/lib/classes/metadata/description/XMPphotoshop/Source.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/Source.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/State.class.php b/lib/classes/metadata/description/XMPphotoshop/State.class.php index 4ffa6cf05a..48791dd128 100644 --- a/lib/classes/metadata/description/XMPphotoshop/State.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/State.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/SupplementalCategories.class.php b/lib/classes/metadata/description/XMPphotoshop/SupplementalCategories.class.php index 329b88f109..56faae9a2a 100644 --- a/lib/classes/metadata/description/XMPphotoshop/SupplementalCategories.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/SupplementalCategories.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/TextLayerName.class.php b/lib/classes/metadata/description/XMPphotoshop/TextLayerName.class.php index 721e906f7a..2cc20197e9 100644 --- a/lib/classes/metadata/description/XMPphotoshop/TextLayerName.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/TextLayerName.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/TextLayerText.class.php b/lib/classes/metadata/description/XMPphotoshop/TextLayerText.class.php index 9b09c7de23..5f0601396f 100644 --- a/lib/classes/metadata/description/XMPphotoshop/TextLayerText.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/TextLayerText.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/TransmissionReference.class.php b/lib/classes/metadata/description/XMPphotoshop/TransmissionReference.class.php index af9e39cf39..2f55867476 100644 --- a/lib/classes/metadata/description/XMPphotoshop/TransmissionReference.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/TransmissionReference.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPphotoshop/Urgency.class.php b/lib/classes/metadata/description/XMPphotoshop/Urgency.class.php index 7025c54d91..2b515b717a 100644 --- a/lib/classes/metadata/description/XMPphotoshop/Urgency.class.php +++ b/lib/classes/metadata/description/XMPphotoshop/Urgency.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/Advisory.class.php b/lib/classes/metadata/description/XMPxmp/Advisory.class.php index 04c0c07fa8..5e9e573b62 100644 --- a/lib/classes/metadata/description/XMPxmp/Advisory.class.php +++ b/lib/classes/metadata/description/XMPxmp/Advisory.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/BaseURL.class.php b/lib/classes/metadata/description/XMPxmp/BaseURL.class.php index 4dcadb2092..aec13e521d 100644 --- a/lib/classes/metadata/description/XMPxmp/BaseURL.class.php +++ b/lib/classes/metadata/description/XMPxmp/BaseURL.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/CreateDate.class.php b/lib/classes/metadata/description/XMPxmp/CreateDate.class.php index 1a04cf3c17..a2ffbe0183 100644 --- a/lib/classes/metadata/description/XMPxmp/CreateDate.class.php +++ b/lib/classes/metadata/description/XMPxmp/CreateDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/CreatorTool.class.php b/lib/classes/metadata/description/XMPxmp/CreatorTool.class.php index 49e5c015d0..0bedb28bce 100644 --- a/lib/classes/metadata/description/XMPxmp/CreatorTool.class.php +++ b/lib/classes/metadata/description/XMPxmp/CreatorTool.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/Identifier.class.php b/lib/classes/metadata/description/XMPxmp/Identifier.class.php index ad9cc10a5b..a0d278bf79 100644 --- a/lib/classes/metadata/description/XMPxmp/Identifier.class.php +++ b/lib/classes/metadata/description/XMPxmp/Identifier.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/Label.class.php b/lib/classes/metadata/description/XMPxmp/Label.class.php index 4a5254a388..ff06640808 100644 --- a/lib/classes/metadata/description/XMPxmp/Label.class.php +++ b/lib/classes/metadata/description/XMPxmp/Label.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/MetadataDate.class.php b/lib/classes/metadata/description/XMPxmp/MetadataDate.class.php index 6f87fd1a77..d73f6dde03 100644 --- a/lib/classes/metadata/description/XMPxmp/MetadataDate.class.php +++ b/lib/classes/metadata/description/XMPxmp/MetadataDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/ModifyDate.class.php b/lib/classes/metadata/description/XMPxmp/ModifyDate.class.php index c52dd9697e..3b59f05935 100644 --- a/lib/classes/metadata/description/XMPxmp/ModifyDate.class.php +++ b/lib/classes/metadata/description/XMPxmp/ModifyDate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/Nickname.class.php b/lib/classes/metadata/description/XMPxmp/Nickname.class.php index 82c7914c7d..022e892f43 100644 --- a/lib/classes/metadata/description/XMPxmp/Nickname.class.php +++ b/lib/classes/metadata/description/XMPxmp/Nickname.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/PageImage.class.php b/lib/classes/metadata/description/XMPxmp/PageImage.class.php index 8c542be5a5..93b867e9aa 100644 --- a/lib/classes/metadata/description/XMPxmp/PageImage.class.php +++ b/lib/classes/metadata/description/XMPxmp/PageImage.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/PageImageFormat.class.php b/lib/classes/metadata/description/XMPxmp/PageImageFormat.class.php index a3b6e15d58..0e2bfa321a 100644 --- a/lib/classes/metadata/description/XMPxmp/PageImageFormat.class.php +++ b/lib/classes/metadata/description/XMPxmp/PageImageFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/PageImageHeight.class.php b/lib/classes/metadata/description/XMPxmp/PageImageHeight.class.php index 9547e210dd..3a04cf429f 100644 --- a/lib/classes/metadata/description/XMPxmp/PageImageHeight.class.php +++ b/lib/classes/metadata/description/XMPxmp/PageImageHeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/PageImagePageNumber.class.php b/lib/classes/metadata/description/XMPxmp/PageImagePageNumber.class.php index aaa5d32895..a51cad9c37 100644 --- a/lib/classes/metadata/description/XMPxmp/PageImagePageNumber.class.php +++ b/lib/classes/metadata/description/XMPxmp/PageImagePageNumber.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/PageImageWidth.class.php b/lib/classes/metadata/description/XMPxmp/PageImageWidth.class.php index ccce26029f..66c5f54b7d 100644 --- a/lib/classes/metadata/description/XMPxmp/PageImageWidth.class.php +++ b/lib/classes/metadata/description/XMPxmp/PageImageWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/Rating.class.php b/lib/classes/metadata/description/XMPxmp/Rating.class.php index f682a578c9..3b0f42364b 100644 --- a/lib/classes/metadata/description/XMPxmp/Rating.class.php +++ b/lib/classes/metadata/description/XMPxmp/Rating.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/ThumbnailFormat.class.php b/lib/classes/metadata/description/XMPxmp/ThumbnailFormat.class.php index 72008c16cd..592b6db55f 100644 --- a/lib/classes/metadata/description/XMPxmp/ThumbnailFormat.class.php +++ b/lib/classes/metadata/description/XMPxmp/ThumbnailFormat.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/ThumbnailHeight.class.php b/lib/classes/metadata/description/XMPxmp/ThumbnailHeight.class.php index d258491965..b4d7188e79 100644 --- a/lib/classes/metadata/description/XMPxmp/ThumbnailHeight.class.php +++ b/lib/classes/metadata/description/XMPxmp/ThumbnailHeight.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/ThumbnailImage.class.php b/lib/classes/metadata/description/XMPxmp/ThumbnailImage.class.php index 329f19a449..95302fb519 100644 --- a/lib/classes/metadata/description/XMPxmp/ThumbnailImage.class.php +++ b/lib/classes/metadata/description/XMPxmp/ThumbnailImage.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmp/ThumbnailWidth.class.php b/lib/classes/metadata/description/XMPxmp/ThumbnailWidth.class.php index d29c3d7669..5ae0e28529 100644 --- a/lib/classes/metadata/description/XMPxmp/ThumbnailWidth.class.php +++ b/lib/classes/metadata/description/XMPxmp/ThumbnailWidth.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmpRights/Certificate.class.php b/lib/classes/metadata/description/XMPxmpRights/Certificate.class.php index 9e906ad5e8..d03af750c6 100644 --- a/lib/classes/metadata/description/XMPxmpRights/Certificate.class.php +++ b/lib/classes/metadata/description/XMPxmpRights/Certificate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmpRights/Marked.class.php b/lib/classes/metadata/description/XMPxmpRights/Marked.class.php index f5be59fba9..0f39f97b26 100644 --- a/lib/classes/metadata/description/XMPxmpRights/Marked.class.php +++ b/lib/classes/metadata/description/XMPxmpRights/Marked.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmpRights/Owner.class.php b/lib/classes/metadata/description/XMPxmpRights/Owner.class.php index e015bfa992..abe349abcb 100644 --- a/lib/classes/metadata/description/XMPxmpRights/Owner.class.php +++ b/lib/classes/metadata/description/XMPxmpRights/Owner.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmpRights/UsageTerms.class.php b/lib/classes/metadata/description/XMPxmpRights/UsageTerms.class.php index 9c8df63c09..a0d5c78bdd 100644 --- a/lib/classes/metadata/description/XMPxmpRights/UsageTerms.class.php +++ b/lib/classes/metadata/description/XMPxmpRights/UsageTerms.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/XMPxmpRights/WebStatement.class.php b/lib/classes/metadata/description/XMPxmpRights/WebStatement.class.php index c963e5ac72..2665a10bd1 100644 --- a/lib/classes/metadata/description/XMPxmpRights/WebStatement.class.php +++ b/lib/classes/metadata/description/XMPxmpRights/WebStatement.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/metadata/description/nosource.class.php b/lib/classes/metadata/description/nosource.class.php index f1887eebbd..afbe2ace40 100644 --- a/lib/classes/metadata/description/nosource.class.php +++ b/lib/classes/metadata/description/nosource.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/admin.class.php b/lib/classes/module/admin.class.php index c38c707a4a..0ce1920da3 100644 --- a/lib/classes/module/admin.class.php +++ b/lib/classes/module/admin.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/client.class.php b/lib/classes/module/client.class.php index 7af4bc08e5..c9424dd5b4 100644 --- a/lib/classes/module/client.class.php +++ b/lib/classes/module/client.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/aboutAuthors.class.php index 038969e793..e612120e5e 100644 --- a/lib/classes/module/console/aboutAuthors.class.php +++ b/lib/classes/module/console/aboutAuthors.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/aboutLicense.class.php index 8287e9ac3c..5673bac926 100644 --- a/lib/classes/module/console/aboutLicense.class.php +++ b/lib/classes/module/console/aboutLicense.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/checkExtension.class.php index 39bbc75823..fd04733dbb 100644 --- a/lib/classes/module/console/checkExtension.class.php +++ b/lib/classes/module/console/checkExtension.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/fieldsDelete.class.php index 4041ef52d0..8c775970c6 100644 --- a/lib/classes/module/console/fieldsDelete.class.php +++ b/lib/classes/module/console/fieldsDelete.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/fieldsList.class.php index db557fed9a..dd3299c526 100644 --- a/lib/classes/module/console/fieldsList.class.php +++ b/lib/classes/module/console/fieldsList.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/fieldsMerge.class.php index 17bcb3af31..8eed7f9831 100644 --- a/lib/classes/module/console/fieldsMerge.class.php +++ b/lib/classes/module/console/fieldsMerge.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/fieldsRename.class.php index 944992ae11..8f500713df 100644 --- a/lib/classes/module/console/fieldsRename.class.php +++ b/lib/classes/module/console/fieldsRename.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/fileEnsureDevSetting.class.php b/lib/classes/module/console/fileEnsureDevSetting.class.php index b79976af61..e1099cf257 100644 --- a/lib/classes/module/console/fileEnsureDevSetting.class.php +++ b/lib/classes/module/console/fileEnsureDevSetting.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/fileEnsureProductionSetting.class.php b/lib/classes/module/console/fileEnsureProductionSetting.class.php index 907e434357..4bb7526eb2 100644 --- a/lib/classes/module/console/fileEnsureProductionSetting.class.php +++ b/lib/classes/module/console/fileEnsureProductionSetting.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/schedulerStart.class.php b/lib/classes/module/console/schedulerStart.class.php index fd98db85bf..5e88d75850 100644 --- a/lib/classes/module/console/schedulerStart.class.php +++ b/lib/classes/module/console/schedulerStart.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/schedulerState.class.php b/lib/classes/module/console/schedulerState.class.php index cb6363e67c..235bb4ba40 100644 --- a/lib/classes/module/console/schedulerState.class.php +++ b/lib/classes/module/console/schedulerState.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/schedulerStop.class.php b/lib/classes/module/console/schedulerStop.class.php index b1fdf188d0..ec19345640 100644 --- a/lib/classes/module/console/schedulerStop.class.php +++ b/lib/classes/module/console/schedulerStop.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/sphinxGenerateSuggestion.class.php index 54dcc23be0..44a2580cf8 100644 --- a/lib/classes/module/console/sphinxGenerateSuggestion.class.php +++ b/lib/classes/module/console/sphinxGenerateSuggestion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/systemBackupDB.class.php index 14424d5843..5371b9049a 100644 --- a/lib/classes/module/console/systemBackupDB.class.php +++ b/lib/classes/module/console/systemBackupDB.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/systemClearCache.class.php index f631dffd30..d0e1bdfd19 100644 --- a/lib/classes/module/console/systemClearCache.class.php +++ b/lib/classes/module/console/systemClearCache.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/systemConfigCheck.class.php b/lib/classes/module/console/systemConfigCheck.class.php index 275c48c295..fd42c04e2d 100644 --- a/lib/classes/module/console/systemConfigCheck.class.php +++ b/lib/classes/module/console/systemConfigCheck.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/systemExport.class.php index f704f48b35..ebd4578136 100644 --- a/lib/classes/module/console/systemExport.class.php +++ b/lib/classes/module/console/systemExport.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/systemMailCheck.class.php index 7ea3d3ab92..7189ee4081 100644 --- a/lib/classes/module/console/systemMailCheck.class.php +++ b/lib/classes/module/console/systemMailCheck.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/systemTemplateGenerator.class.php index ad5d93fb7e..ee1aac3afe 100644 --- a/lib/classes/module/console/systemTemplateGenerator.class.php +++ b/lib/classes/module/console/systemTemplateGenerator.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/console/systemUpgrade.class.php index 31d4a0248a..ab2cc41f69 100644 --- a/lib/classes/module/console/systemUpgrade.class.php +++ b/lib/classes/module/console/systemUpgrade.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/tasklist.class.php b/lib/classes/module/console/tasklist.class.php index fbbf732ce5..806eac5c5b 100644 --- a/lib/classes/module/console/tasklist.class.php +++ b/lib/classes/module/console/tasklist.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/taskrun.class.php b/lib/classes/module/console/taskrun.class.php index beba23d923..814e585b97 100644 --- a/lib/classes/module/console/taskrun.class.php +++ b/lib/classes/module/console/taskrun.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report.class.php index 0095f0b050..0c2341e5ea 100644 --- a/lib/classes/module/report.class.php +++ b/lib/classes/module/report.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/activity.class.php index e345c19c70..23d0618c0c 100644 --- a/lib/classes/module/report/activity.class.php +++ b/lib/classes/module/report/activity.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/add.class.php index 37050bb7ee..7acee345f9 100644 --- a/lib/classes/module/report/add.class.php +++ b/lib/classes/module/report/add.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/connexion.class.php index f7b40b61ef..bf64f78cfb 100644 --- a/lib/classes/module/report/connexion.class.php +++ b/lib/classes/module/report/connexion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/dashboard.class.php index 99f0e0aab8..9c9d1468bf 100644 --- a/lib/classes/module/report/dashboard.class.php +++ b/lib/classes/module/report/dashboard.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/dashboard/componentInterface.class.php index 3e94660d4b..e2a50c3f6e 100644 --- a/lib/classes/module/report/dashboard/componentInterface.class.php +++ b/lib/classes/module/report/dashboard/componentInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/dashboard/feed.class.php index 23a36e339f..058a8e297a 100644 --- a/lib/classes/module/report/dashboard/feed.class.php +++ b/lib/classes/module/report/dashboard/feed.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/dashboard/group.class.php index 108702e8da..39870ba964 100644 --- a/lib/classes/module/report/dashboard/group.class.php +++ b/lib/classes/module/report/dashboard/group.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/dashboard/merge.class.php index 668ccb6878..2953770296 100644 --- a/lib/classes/module/report/dashboard/merge.class.php +++ b/lib/classes/module/report/dashboard/merge.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/dashboard/sort.class.php index f30f4af44e..d4475fb10a 100644 --- a/lib/classes/module/report/dashboard/sort.class.php +++ b/lib/classes/module/report/dashboard/sort.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/download.class.php index 9d793b3347..73adafdb81 100644 --- a/lib/classes/module/report/download.class.php +++ b/lib/classes/module/report/download.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/edit.class.php index 0622780bed..9ac150dc6a 100644 --- a/lib/classes/module/report/edit.class.php +++ b/lib/classes/module/report/edit.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/filter.class.php index 3960dd90fe..292e1e6b61 100644 --- a/lib/classes/module/report/filter.class.php +++ b/lib/classes/module/report/filter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/nav.class.php index b7fa07e115..eea6272111 100644 --- a/lib/classes/module/report/nav.class.php +++ b/lib/classes/module/report/nav.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/push.class.php index 9785071bff..ce714402d1 100644 --- a/lib/classes/module/report/push.class.php +++ b/lib/classes/module/report/push.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/question.class.php index 8e4958887c..4f81e34ec2 100644 --- a/lib/classes/module/report/question.class.php +++ b/lib/classes/module/report/question.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/sql.class.php index 04fbd2f3c7..04d17e67e8 100644 --- a/lib/classes/module/report/sql.class.php +++ b/lib/classes/module/report/sql.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/sqlReportInterface.class.php index 87cc2684f4..a2d1d71e34 100644 --- a/lib/classes/module/report/sqlReportInterface.class.php +++ b/lib/classes/module/report/sqlReportInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/sqlaction.class.php index eb9ad1035c..a2aa56e231 100644 --- a/lib/classes/module/report/sqlaction.class.php +++ b/lib/classes/module/report/sqlaction.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/sqlconnexion.class.php index 7a39cb652c..925d27533b 100644 --- a/lib/classes/module/report/sqlconnexion.class.php +++ b/lib/classes/module/report/sqlconnexion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/sqldownload.class.php index 4f16ba1d35..0b54c1d772 100644 --- a/lib/classes/module/report/sqldownload.class.php +++ b/lib/classes/module/report/sqldownload.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/sqlfilter.class.php index a28759210e..60f239887d 100644 --- a/lib/classes/module/report/sqlfilter.class.php +++ b/lib/classes/module/report/sqlfilter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/sqlquestion.class.php index 41bd35ab2a..05bcc30e9e 100644 --- a/lib/classes/module/report/sqlquestion.class.php +++ b/lib/classes/module/report/sqlquestion.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/module/report/validate.class.php index 41638680f5..770db02dcb 100644 --- a/lib/classes/module/report/validate.class.php +++ b/lib/classes/module/report/validate.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/p4file.class.php index cd34df600b..2e8bc4e369 100644 --- a/lib/classes/p4file.class.php +++ b/lib/classes/p4file.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/303.class.php b/lib/classes/patch/303.class.php index dc251306c6..5832a8c739 100644 --- a/lib/classes/patch/303.class.php +++ b/lib/classes/patch/303.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/304.class.php b/lib/classes/patch/304.class.php index a498840c3d..94da48d45a 100644 --- a/lib/classes/patch/304.class.php +++ b/lib/classes/patch/304.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/305.class.php b/lib/classes/patch/305.class.php index 45ed5699c1..c919cdc76f 100644 --- a/lib/classes/patch/305.class.php +++ b/lib/classes/patch/305.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/306.class.php b/lib/classes/patch/306.class.php index 641b4a3e42..bdf5e27748 100644 --- a/lib/classes/patch/306.class.php +++ b/lib/classes/patch/306.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/310.class.php b/lib/classes/patch/310.class.php index c5a172504d..bd5e412290 100644 --- a/lib/classes/patch/310.class.php +++ b/lib/classes/patch/310.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/3102.class.php b/lib/classes/patch/3102.class.php index b71ad4ee7b..03cb569fff 100644 --- a/lib/classes/patch/3102.class.php +++ b/lib/classes/patch/3102.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/3103.class.php b/lib/classes/patch/3103.class.php index f511da7081..05a497aaa6 100644 --- a/lib/classes/patch/3103.class.php +++ b/lib/classes/patch/3103.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/311.class.php b/lib/classes/patch/311.class.php index 01cdc28e90..bc7207662a 100644 --- a/lib/classes/patch/311.class.php +++ b/lib/classes/patch/311.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320.class.php b/lib/classes/patch/320.class.php index 0420ab680a..28c56e3765 100644 --- a/lib/classes/patch/320.class.php +++ b/lib/classes/patch/320.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320a.class.php b/lib/classes/patch/320a.class.php index 1b23eb2cfe..3c65c0de5b 100644 --- a/lib/classes/patch/320a.class.php +++ b/lib/classes/patch/320a.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320aa.class.php b/lib/classes/patch/320aa.class.php index c165c107a6..f1f5ac5d28 100644 --- a/lib/classes/patch/320aa.class.php +++ b/lib/classes/patch/320aa.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320ab.class.php b/lib/classes/patch/320ab.class.php index 2670fe4f9b..5e53210b44 100644 --- a/lib/classes/patch/320ab.class.php +++ b/lib/classes/patch/320ab.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320b.class.php b/lib/classes/patch/320b.class.php index deb03b658e..e3c3cd9ce5 100644 --- a/lib/classes/patch/320b.class.php +++ b/lib/classes/patch/320b.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320c.class.php b/lib/classes/patch/320c.class.php index 030de32c81..07aeea7746 100644 --- a/lib/classes/patch/320c.class.php +++ b/lib/classes/patch/320c.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320d.class.php b/lib/classes/patch/320d.class.php index b1318ecad2..0077913d3c 100644 --- a/lib/classes/patch/320d.class.php +++ b/lib/classes/patch/320d.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320e.class.php b/lib/classes/patch/320e.class.php index 757b1d3b58..f010b9b191 100644 --- a/lib/classes/patch/320e.class.php +++ b/lib/classes/patch/320e.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320f.class.php b/lib/classes/patch/320f.class.php index a9f4476e24..05967ff08a 100644 --- a/lib/classes/patch/320f.class.php +++ b/lib/classes/patch/320f.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/320h.class.php b/lib/classes/patch/320h.class.php index 48e80afc82..5934ec8be3 100644 --- a/lib/classes/patch/320h.class.php +++ b/lib/classes/patch/320h.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/360.class.php b/lib/classes/patch/360.class.php index 66052d1eec..282e8f3856 100644 --- a/lib/classes/patch/360.class.php +++ b/lib/classes/patch/360.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/3602.class.php b/lib/classes/patch/3602.class.php index e7f605941e..5646e78a0f 100644 --- a/lib/classes/patch/3602.class.php +++ b/lib/classes/patch/3602.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/3603.class.php b/lib/classes/patch/3603.class.php index 5c0ee36786..5d04c761c6 100644 --- a/lib/classes/patch/3603.class.php +++ b/lib/classes/patch/3603.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/3604.class.php b/lib/classes/patch/3604.class.php index 648b89cd40..70c81529be 100644 --- a/lib/classes/patch/3604.class.php +++ b/lib/classes/patch/3604.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/361.class.php b/lib/classes/patch/361.class.php index 3ad29025e2..96fbd246e9 100644 --- a/lib/classes/patch/361.class.php +++ b/lib/classes/patch/361.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/370.class.php b/lib/classes/patch/370.class.php index 8bdc1bbdbe..5e771f93c7 100644 --- a/lib/classes/patch/370.class.php +++ b/lib/classes/patch/370.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/phrasea.class.php index 7390168f1b..193800e55f 100644 --- a/lib/classes/phrasea.class.php +++ b/lib/classes/phrasea.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/queries.class.php index c1e7c37363..921d816352 100644 --- a/lib/classes/queries.class.php +++ b/lib/classes/queries.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/random.class.php index c0c32e8ac6..e0f7aeccbe 100644 --- a/lib/classes/random.class.php +++ b/lib/classes/random.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/record/Interface.class.php index 4bcbe4e7a6..0c2f8856ee 100644 --- a/lib/classes/record/Interface.class.php +++ b/lib/classes/record/Interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/record/adapter.class.php index 59d3612094..1190ff80a7 100644 --- a/lib/classes/record/adapter.class.php +++ b/lib/classes/record/adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/record/exportElement.class.php index 07f177ae88..7179688224 100644 --- a/lib/classes/record/exportElement.class.php +++ b/lib/classes/record/exportElement.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/record/orderElement.class.php index b78a32868c..905c8e59b8 100644 --- a/lib/classes/record/orderElement.class.php +++ b/lib/classes/record/orderElement.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/record/preview.class.php index fb46ba0b86..3cc9f37d47 100644 --- a/lib/classes/record/preview.class.php +++ b/lib/classes/record/preview.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/recordutils.class.php index 870385e3e1..fee4d4f12c 100644 --- a/lib/classes/recordutils.class.php +++ b/lib/classes/recordutils.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/recordutils/audio.class.php index b21676ded2..66345c8581 100644 --- a/lib/classes/recordutils/audio.class.php +++ b/lib/classes/recordutils/audio.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/recordutils/document.class.php index 0505612dbd..f88ffff7e9 100644 --- a/lib/classes/recordutils/document.class.php +++ b/lib/classes/recordutils/document.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/recordutils/image.class.php index 4945ffafe5..5955336062 100644 --- a/lib/classes/recordutils/image.class.php +++ b/lib/classes/recordutils/image.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/recordutils/map.class.php index 05ebd4a800..11861b78dd 100644 --- a/lib/classes/recordutils/map.class.php +++ b/lib/classes/recordutils/map.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/recordutils/video.class.php index b3324c8e24..ff89800e63 100644 --- a/lib/classes/recordutils/video.class.php +++ b/lib/classes/recordutils/video.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/registry.class.php b/lib/classes/registry.class.php index 4c5f1e2a35..86a30ccc69 100644 --- a/lib/classes/registry.class.php +++ b/lib/classes/registry.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/registryInterface.class.php b/lib/classes/registryInterface.class.php index e82a2356e1..53e26de74c 100644 --- a/lib/classes/registryInterface.class.php +++ b/lib/classes/registryInterface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/searchEngine/adapter.class.php b/lib/classes/searchEngine/adapter.class.php index dd72c66323..4d48af06a1 100644 --- a/lib/classes/searchEngine/adapter.class.php +++ b/lib/classes/searchEngine/adapter.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/searchEngine/adapter/abstract.class.php b/lib/classes/searchEngine/adapter/abstract.class.php index ea2d86e0cd..f18662425b 100644 --- a/lib/classes/searchEngine/adapter/abstract.class.php +++ b/lib/classes/searchEngine/adapter/abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/searchEngine/adapter/interface.class.php b/lib/classes/searchEngine/adapter/interface.class.php index f901439200..47d637fd1f 100644 --- a/lib/classes/searchEngine/adapter/interface.class.php +++ b/lib/classes/searchEngine/adapter/interface.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/searchEngine/adapter/phrasea/engine.class.php b/lib/classes/searchEngine/adapter/phrasea/engine.class.php index 000a2273d6..44c9e25b70 100644 --- a/lib/classes/searchEngine/adapter/phrasea/engine.class.php +++ b/lib/classes/searchEngine/adapter/phrasea/engine.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/searchEngine/adapter/phrasea/queryParser.class.php b/lib/classes/searchEngine/adapter/phrasea/queryParser.class.php index 15cbd106b5..bd208f4ece 100644 --- a/lib/classes/searchEngine/adapter/phrasea/queryParser.class.php +++ b/lib/classes/searchEngine/adapter/phrasea/queryParser.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/searchEngine/adapter/sphinx/engine.class.php b/lib/classes/searchEngine/adapter/sphinx/engine.class.php index 4f2cd0e1fa..4cafc65fff 100644 --- a/lib/classes/searchEngine/adapter/sphinx/engine.class.php +++ b/lib/classes/searchEngine/adapter/sphinx/engine.class.php @@ -4,7 +4,7 @@ require_once __DIR__ . '/../../../../vendor/sphinx/sphinxapi.php'; /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/searchEngine/options.class.php b/lib/classes/searchEngine/options.class.php index e993f8be7d..7b985ec61e 100644 --- a/lib/classes/searchEngine/options.class.php +++ b/lib/classes/searchEngine/options.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/searchEngine/results.class.php b/lib/classes/searchEngine/results.class.php index 210baf1740..515da7cf5b 100644 --- a/lib/classes/searchEngine/results.class.php +++ b/lib/classes/searchEngine/results.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/set/abstract.class.php index 6d62f2f7bd..4fba2f5283 100644 --- a/lib/classes/set/abstract.class.php +++ b/lib/classes/set/abstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/set/export.class.php index 8a814fd468..4ae5082a33 100644 --- a/lib/classes/set/export.class.php +++ b/lib/classes/set/export.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/set/exportftp.class.php index 05b2f2bd24..a03f633554 100644 --- a/lib/classes/set/exportftp.class.php +++ b/lib/classes/set/exportftp.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/exportorder.class.php b/lib/classes/set/exportorder.class.php index 12a980dae5..3f7e21e409 100644 --- a/lib/classes/set/exportorder.class.php +++ b/lib/classes/set/exportorder.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/order.class.php b/lib/classes/set/order.class.php index b2adf5f4cb..261d37e51e 100644 --- a/lib/classes/set/order.class.php +++ b/lib/classes/set/order.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/ordermanager.class.php b/lib/classes/set/ordermanager.class.php index 23ab47c6f0..9c66159f7b 100644 --- a/lib/classes/set/ordermanager.class.php +++ b/lib/classes/set/ordermanager.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/result.class.php b/lib/classes/set/result.class.php index 1ea8f043f0..c19c8b4e13 100644 --- a/lib/classes/set/result.class.php +++ b/lib/classes/set/result.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/set/selection.class.php index bd413c7d4e..021a7a3139 100644 --- a/lib/classes/set/selection.class.php +++ b/lib/classes/set/selection.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/setup.class.php index 9988e4e5fa..196b01563f 100644 --- a/lib/classes/setup.class.php +++ b/lib/classes/setup.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/sphinx/charsetTableAbstract.class.php b/lib/classes/sphinx/charsetTableAbstract.class.php index 891c706be4..b9d110c852 100644 --- a/lib/classes/sphinx/charsetTableAbstract.class.php +++ b/lib/classes/sphinx/charsetTableAbstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/sphinx/configuration.class.php b/lib/classes/sphinx/configuration.class.php index 6567c08ee0..e968ec3da7 100644 --- a/lib/classes/sphinx/configuration.class.php +++ b/lib/classes/sphinx/configuration.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/sphinxrt.class.php b/lib/classes/sphinxrt.class.php index fd6a019d20..4103e4454c 100644 --- a/lib/classes/sphinxrt.class.php +++ b/lib/classes/sphinxrt.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/file.class.php b/lib/classes/system/file.class.php index 897f2ffa0e..78ab98e6b3 100644 --- a/lib/classes/system/file.class.php +++ b/lib/classes/system/file.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/system/server.class.php index 9bf557d125..99541404a4 100644 --- a/lib/classes/system/server.class.php +++ b/lib/classes/system/server.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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/url.class.php b/lib/classes/system/url.class.php index 4537ff6f57..a66d0ca787 100644 --- a/lib/classes/system/url.class.php +++ b/lib/classes/system/url.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/Scheduler.class.php b/lib/classes/task/Scheduler.class.php index 145dece3b4..9d77f372c5 100644 --- a/lib/classes/task/Scheduler.class.php +++ b/lib/classes/task/Scheduler.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/appboxAbstract.class.php b/lib/classes/task/appboxAbstract.class.php index bf69235817..ea8377ae2f 100644 --- a/lib/classes/task/appboxAbstract.class.php +++ b/lib/classes/task/appboxAbstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/databoxAbstract.class.php b/lib/classes/task/databoxAbstract.class.php index 3bcb8e8779..4f0fe30e33 100644 --- a/lib/classes/task/databoxAbstract.class.php +++ b/lib/classes/task/databoxAbstract.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/manager.class.php b/lib/classes/task/manager.class.php index 862042f1b6..32ac14183a 100644 --- a/lib/classes/task/manager.class.php +++ b/lib/classes/task/manager.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/apibridge.class.php b/lib/classes/task/period/apibridge.class.php index d50350fac5..25133eb89a 100644 --- a/lib/classes/task/period/apibridge.class.php +++ b/lib/classes/task/period/apibridge.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/archive.class.php b/lib/classes/task/period/archive.class.php index ede79f8774..d3e515a8fc 100644 --- a/lib/classes/task/period/archive.class.php +++ b/lib/classes/task/period/archive.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/batchupload.class.php b/lib/classes/task/period/batchupload.class.php index a7900be847..7678f4a29e 100644 --- a/lib/classes/task/period/batchupload.class.php +++ b/lib/classes/task/period/batchupload.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/cindexer.class.php b/lib/classes/task/period/cindexer.class.php index edb4b8eaf4..2401c9813c 100644 --- a/lib/classes/task/period/cindexer.class.php +++ b/lib/classes/task/period/cindexer.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/emptyColl.class.php b/lib/classes/task/period/emptyColl.class.php index 284161d42b..e2dbb8b639 100644 --- a/lib/classes/task/period/emptyColl.class.php +++ b/lib/classes/task/period/emptyColl.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/ftp.class.php b/lib/classes/task/period/ftp.class.php index bfaf892e12..05e0fda46b 100644 --- a/lib/classes/task/period/ftp.class.php +++ b/lib/classes/task/period/ftp.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/ftpPull.class.php b/lib/classes/task/period/ftpPull.class.php index 7f94e74df5..f629ce3395 100644 --- a/lib/classes/task/period/ftpPull.class.php +++ b/lib/classes/task/period/ftpPull.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/outofdate.class.php b/lib/classes/task/period/outofdate.class.php index a1f9a89087..8f5b5e61ca 100644 --- a/lib/classes/task/period/outofdate.class.php +++ b/lib/classes/task/period/outofdate.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/subdef.class.php b/lib/classes/task/period/subdef.class.php index b44e0fa18d..b11fc14e51 100644 --- a/lib/classes/task/period/subdef.class.php +++ b/lib/classes/task/period/subdef.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/test.class.php b/lib/classes/task/period/test.class.php index 263bc9b310..3b1d707799 100644 --- a/lib/classes/task/period/test.class.php +++ b/lib/classes/task/period/test.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/upgradetov31.class.php b/lib/classes/task/period/upgradetov31.class.php index 7a2150a719..2699190811 100644 --- a/lib/classes/task/period/upgradetov31.class.php +++ b/lib/classes/task/period/upgradetov31.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/upgradetov32.class.php b/lib/classes/task/period/upgradetov32.class.php index 5a28c068b1..4c02e3f9be 100644 --- a/lib/classes/task/period/upgradetov32.class.php +++ b/lib/classes/task/period/upgradetov32.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/workflow01.class.php b/lib/classes/task/period/workflow01.class.php index 0051e1bcb7..e138e61580 100644 --- a/lib/classes/task/period/workflow01.class.php +++ b/lib/classes/task/period/workflow01.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/classes/task/period/writemeta.class.php b/lib/classes/task/period/writemeta.class.php index fb97432c66..201f03b7b4 100644 --- a/lib/classes/task/period/writemeta.class.php +++ b/lib/classes/task/period/writemeta.class.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/thesaurus/xpath.class.php index 2ca37b925f..972dcb796e 100644 --- a/lib/classes/thesaurus/xpath.class.php +++ b/lib/classes/thesaurus/xpath.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * 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.class.php b/lib/classes/unicode.class.php index 39a799cd30..7fd5d686d4 100644 --- a/lib/classes/unicode.class.php +++ b/lib/classes/unicode.class.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/AbstractWZ.php b/lib/conf.d/PhraseaFixture/AbstractWZ.php index 83ae6e31a6..01a6a04d21 100644 --- a/lib/conf.d/PhraseaFixture/AbstractWZ.php +++ b/lib/conf.d/PhraseaFixture/AbstractWZ.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/Basket/LoadFiveBaskets.php b/lib/conf.d/PhraseaFixture/Basket/LoadFiveBaskets.php index 24789de0c8..653ffa074d 100644 --- a/lib/conf.d/PhraseaFixture/Basket/LoadFiveBaskets.php +++ b/lib/conf.d/PhraseaFixture/Basket/LoadFiveBaskets.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/Basket/LoadOneBasket.php b/lib/conf.d/PhraseaFixture/Basket/LoadOneBasket.php index 333f79c778..5db87a14e5 100644 --- a/lib/conf.d/PhraseaFixture/Basket/LoadOneBasket.php +++ b/lib/conf.d/PhraseaFixture/Basket/LoadOneBasket.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/Basket/LoadOneBasketEnv.php b/lib/conf.d/PhraseaFixture/Basket/LoadOneBasketEnv.php index 4a70836178..18271ea7da 100644 --- a/lib/conf.d/PhraseaFixture/Basket/LoadOneBasketEnv.php +++ b/lib/conf.d/PhraseaFixture/Basket/LoadOneBasketEnv.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/Story/LoadOneStory.php b/lib/conf.d/PhraseaFixture/Story/LoadOneStory.php index cfcbdc8ec4..0f7b2c79e9 100644 --- a/lib/conf.d/PhraseaFixture/Story/LoadOneStory.php +++ b/lib/conf.d/PhraseaFixture/Story/LoadOneStory.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/UsrLists/ListAbstract.php b/lib/conf.d/PhraseaFixture/UsrLists/ListAbstract.php index 571738e7dd..5596276ba6 100644 --- a/lib/conf.d/PhraseaFixture/UsrLists/ListAbstract.php +++ b/lib/conf.d/PhraseaFixture/UsrLists/ListAbstract.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/UsrLists/UsrList.php b/lib/conf.d/PhraseaFixture/UsrLists/UsrList.php index 559ec1d292..92603c53a1 100644 --- a/lib/conf.d/PhraseaFixture/UsrLists/UsrList.php +++ b/lib/conf.d/PhraseaFixture/UsrLists/UsrList.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/UsrLists/UsrListEntry.php b/lib/conf.d/PhraseaFixture/UsrLists/UsrListEntry.php index 253abf7bf4..91f363a0f2 100644 --- a/lib/conf.d/PhraseaFixture/UsrLists/UsrListEntry.php +++ b/lib/conf.d/PhraseaFixture/UsrLists/UsrListEntry.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/UsrLists/UsrListOwner.php b/lib/conf.d/PhraseaFixture/UsrLists/UsrListOwner.php index 5d8ab55c22..86fd625b47 100644 --- a/lib/conf.d/PhraseaFixture/UsrLists/UsrListOwner.php +++ b/lib/conf.d/PhraseaFixture/UsrLists/UsrListOwner.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/ValidationParticipant/LoadOneParticipant.php b/lib/conf.d/PhraseaFixture/ValidationParticipant/LoadOneParticipant.php index 1d05b4db83..4924e5b503 100644 --- a/lib/conf.d/PhraseaFixture/ValidationParticipant/LoadOneParticipant.php +++ b/lib/conf.d/PhraseaFixture/ValidationParticipant/LoadOneParticipant.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/ValidationParticipant/LoadParticipantWithSession.php b/lib/conf.d/PhraseaFixture/ValidationParticipant/LoadParticipantWithSession.php index 79d35dc716..36e6b4070d 100644 --- a/lib/conf.d/PhraseaFixture/ValidationParticipant/LoadParticipantWithSession.php +++ b/lib/conf.d/PhraseaFixture/ValidationParticipant/LoadParticipantWithSession.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/lib/conf.d/PhraseaFixture/ValidationSession/LoadOneValidationSession.php b/lib/conf.d/PhraseaFixture/ValidationSession/LoadOneValidationSession.php index 7bb42d290d..f9380d4542 100644 --- a/lib/conf.d/PhraseaFixture/ValidationSession/LoadOneValidationSession.php +++ b/lib/conf.d/PhraseaFixture/ValidationSession/LoadOneValidationSession.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/adminFeedback.php b/www/admin/adminFeedback.php index 021ecd619f..a30c75429f 100644 --- a/www/admin/adminFeedback.php +++ b/www/admin/adminFeedback.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/cgus.php b/www/admin/cgus.php index ec5fd845e5..5a50e15891 100644 --- a/www/admin/cgus.php +++ b/www/admin/cgus.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/collection.php b/www/admin/collection.php index 1e8aa30fe7..c55284abd4 100644 --- a/www/admin/collection.php +++ b/www/admin/collection.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/collorder.php b/www/admin/collorder.php index f2f9ecf87c..ce9d09aa6a 100644 --- a/www/admin/collorder.php +++ b/www/admin/collorder.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/createSYLK.php b/www/admin/createSYLK.php index eef5cc0dd4..127ea2a256 100644 --- a/www/admin/createSYLK.php +++ b/www/admin/createSYLK.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/database.php b/www/admin/database.php index 070337711a..29bd3576d5 100644 --- a/www/admin/database.php +++ b/www/admin/database.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/databases.php b/www/admin/databases.php index b6ae19cd97..65a5b8f78a 100644 --- a/www/admin/databases.php +++ b/www/admin/databases.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/demand.php b/www/admin/demand.php index 4131fff4a6..224523b63c 100644 --- a/www/admin/demand.php +++ b/www/admin/demand.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/getinfousr.php b/www/admin/getinfousr.php index c19ee86dcf..daebc48053 100644 --- a/www/admin/getinfousr.php +++ b/www/admin/getinfousr.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/global_values.php b/www/admin/global_values.php index fe6d88e1e6..659aa5ddb8 100644 --- a/www/admin/global_values.php +++ b/www/admin/global_values.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/import.php b/www/admin/import.php index 05339ace21..b0046f0bbd 100644 --- a/www/admin/import.php +++ b/www/admin/import.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/import0.php b/www/admin/import0.php index b4e977c858..5220c9d2c1 100644 --- a/www/admin/import0.php +++ b/www/admin/import0.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/newcoll.php b/www/admin/newcoll.php index 786ff88fe1..25ff4c6c86 100644 --- a/www/admin/newcoll.php +++ b/www/admin/newcoll.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/router.php b/www/admin/router.php index 54328871fc..db333c6f39 100644 --- a/www/admin/router.php +++ b/www/admin/router.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/runscheduler.php b/www/admin/runscheduler.php index 6c79c374be..fb8f39a09a 100644 --- a/www/admin/runscheduler.php +++ b/www/admin/runscheduler.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/sessionwhois.php b/www/admin/sessionwhois.php index 8b39f17b44..e2d545ae3d 100644 --- a/www/admin/sessionwhois.php +++ b/www/admin/sessionwhois.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/showlogtask.php b/www/admin/showlogtask.php index 4c94256d91..915e7b6645 100644 --- a/www/admin/showlogtask.php +++ b/www/admin/showlogtask.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/sitestruct.php b/www/admin/sitestruct.php index b9c2321a68..1375316a15 100644 --- a/www/admin/sitestruct.php +++ b/www/admin/sitestruct.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/sphinxconf.php b/www/admin/sphinxconf.php index 4616df8740..27310040e5 100644 --- a/www/admin/sphinxconf.php +++ b/www/admin/sphinxconf.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/statbits.php b/www/admin/statbits.php index 6c54e76a5e..3dd5d8a576 100644 --- a/www/admin/statbits.php +++ b/www/admin/statbits.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/structure.php b/www/admin/structure.php index d2c54a416c..96146ed5e6 100644 --- a/www/admin/structure.php +++ b/www/admin/structure.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/sugval.php b/www/admin/sugval.php index 05befa66a7..235d2605fa 100644 --- a/www/admin/sugval.php +++ b/www/admin/sugval.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/task2.js.php b/www/admin/task2.js.php index ab9407860d..385fe4f0b2 100644 --- a/www/admin/task2.js.php +++ b/www/admin/task2.js.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/task2.php b/www/admin/task2.php index 0ce283f198..37516f540a 100644 --- a/www/admin/task2.php +++ b/www/admin/task2.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/task2utils.php b/www/admin/task2utils.php index f081d2156a..e94dea8807 100644 --- a/www/admin/task2utils.php +++ b/www/admin/task2utils.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/taskfacility.php b/www/admin/taskfacility.php index 819b1e3ea6..d28ea8a70c 100644 --- a/www/admin/taskfacility.php +++ b/www/admin/taskfacility.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/admin/taskmanager.php b/www/admin/taskmanager.php index d3ca1bb3be..9c43566726 100644 --- a/www/admin/taskmanager.php +++ b/www/admin/taskmanager.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 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/index.php b/www/api/index.php index 3cc5e42ee0..206a61300e 100644 --- a/www/api/index.php +++ b/www/api/index.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 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/oauthv2/index.php b/www/api/oauthv2/index.php index 87ee89069e..d3337cbae9 100644 --- a/www/api/oauthv2/index.php +++ b/www/api/oauthv2/index.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 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/v1/index.php b/www/api/v1/index.php index 67f12e49d5..eee9b19083 100644 --- a/www/api/v1/index.php +++ b/www/api/v1/index.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/client/answer.php b/www/client/answer.php index 9001d23b54..3828e19f2f 100644 --- a/www/client/answer.php +++ b/www/client/answer.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/client/baskets.php b/www/client/baskets.php index 0a96aa94dc..3d99bc1b4d 100644 --- a/www/client/baskets.php +++ b/www/client/baskets.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/client/clientFeedBack.php b/www/client/clientFeedBack.php index a6373b5a7f..f76d938445 100644 --- a/www/client/clientFeedBack.php +++ b/www/client/clientFeedBack.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/client/help.php b/www/client/help.php index 49dd1badab..5c7f84934a 100644 --- a/www/client/help.php +++ b/www/client/help.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/client/homeinterpubbask.php b/www/client/homeinterpubbask.php index a9e9660765..364bc0ed93 100644 --- a/www/client/homeinterpubbask.php +++ b/www/client/homeinterpubbask.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/client/index.php b/www/client/index.php index 3535e64c84..858d641a62 100644 --- a/www/client/index.php +++ b/www/client/index.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/cguUtils.php b/www/include/cguUtils.php index 18f8364795..9125083a61 100644 --- a/www/include/cguUtils.php +++ b/www/include/cguUtils.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/delses.php b/www/include/delses.php index 4c08020460..37253c426e 100644 --- a/www/include/delses.php +++ b/www/include/delses.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/download.php b/www/include/download.php index bf876ca4fa..37ecfdcd46 100644 --- a/www/include/download.php +++ b/www/include/download.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/download_anonymous.php b/www/include/download_anonymous.php index 730c4adda1..da78bb5384 100644 --- a/www/include/download_anonymous.php +++ b/www/include/download_anonymous.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/download_prepare.exe.php b/www/include/download_prepare.exe.php index c503346fe3..2d6fac64f2 100644 --- a/www/include/download_prepare.exe.php +++ b/www/include/download_prepare.exe.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/download_prepare.php b/www/include/download_prepare.php index 5bc669e6cb..bc00f35f56 100644 --- a/www/include/download_prepare.php +++ b/www/include/download_prepare.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/error.php b/www/include/error.php index 0be2f96945..8bd99b9962 100644 --- a/www/include/error.php +++ b/www/include/error.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/geonames.feedback.php b/www/include/geonames.feedback.php index 46c68c2855..2c44ac2fff 100644 --- a/www/include/geonames.feedback.php +++ b/www/include/geonames.feedback.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/multiexports.php b/www/include/multiexports.php index fa85142096..2b23692d12 100644 --- a/www/include/multiexports.php +++ b/www/include/multiexports.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/overview.php b/www/include/overview.php index 7863fb16d4..a4810ce4f9 100644 --- a/www/include/overview.php +++ b/www/include/overview.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/sendmailpage.php b/www/include/sendmailpage.php index f57cb04e5d..366f742ffd 100644 --- a/www/include/sendmailpage.php +++ b/www/include/sendmailpage.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/include/updses.php b/www/include/updses.php index a66e72a9ef..ff3de17400 100644 --- a/www/include/updses.php +++ b/www/include/updses.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 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 97979ccaeb..7013e48d92 100644 --- a/www/index.php +++ b/www/index.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/account.php b/www/login/account.php index 3c837bbff3..e4ea472d85 100644 --- a/www/login/account.php +++ b/www/login/account.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/authenticate.php b/www/login/authenticate.php index 8a696b1fed..2da9cdd631 100644 --- a/www/login/authenticate.php +++ b/www/login/authenticate.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/forgotpwd.php b/www/login/forgotpwd.php index 6452b2f282..9b6d7dec4b 100644 --- a/www/login/forgotpwd.php +++ b/www/login/forgotpwd.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/index.php b/www/login/index.php index a7c21274ab..df977c307f 100644 --- a/www/login/index.php +++ b/www/login/index.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/logout.php b/www/login/logout.php index 6c060f638e..8bffe95913 100644 --- a/www/login/logout.php +++ b/www/login/logout.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/register-confirm.php b/www/login/register-confirm.php index 3807390b43..24d208a57a 100644 --- a/www/login/register-confirm.php +++ b/www/login/register-confirm.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/register.php b/www/login/register.php index 738c794b61..da01715fad 100644 --- a/www/login/register.php +++ b/www/login/register.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/reset-email.php b/www/login/reset-email.php index 6ae3b7835b..7f3fbcd25a 100644 --- a/www/login/reset-email.php +++ b/www/login/reset-email.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/reset-password.php b/www/login/reset-password.php index 40aa1a14c2..ae2aa6ce14 100644 --- a/www/login/reset-password.php +++ b/www/login/reset-password.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/login/sendmail-confirm.php b/www/login/sendmail-confirm.php index 88b59fbbf0..492e39075d 100644 --- a/www/login/sendmail-confirm.php +++ b/www/login/sendmail-confirm.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/prod/chgstatus.php b/www/prod/chgstatus.php index 4a8a4f6a59..b4a4476e2d 100644 --- a/www/prod/chgstatus.php +++ b/www/prod/chgstatus.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/prod/chgtype.php b/www/prod/chgtype.php index 7ab7ac969b..737c6b36fa 100644 --- a/www/prod/chgtype.php +++ b/www/prod/chgtype.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/prod/docfunction.php b/www/prod/docfunction.php index fc6d15f1e7..78a1838f08 100644 --- a/www/prod/docfunction.php +++ b/www/prod/docfunction.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/prod/prodFeedBack.php b/www/prod/prodFeedBack.php index e54f7e3e87..77fea6c85a 100644 --- a/www/prod/prodFeedBack.php +++ b/www/prod/prodFeedBack.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/prod/publish.php b/www/prod/publish.php index 0eb3b68ddb..27e68d0bb0 100644 --- a/www/prod/publish.php +++ b/www/prod/publish.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/prod/router.php b/www/prod/router.php index 5f087a2044..dcbb4740c0 100644 --- a/www/prod/router.php +++ b/www/prod/router.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/prod/share.php b/www/prod/share.php index 973076b1cf..3ce2594904 100644 --- a/www/prod/share.php +++ b/www/prod/share.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/report/ajax_chart.php b/www/report/ajax_chart.php index 1e13ef5e5f..332dec0a0a 100644 --- a/www/report/ajax_chart.php +++ b/www/report/ajax_chart.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/report/ajax_info_dashboard.php b/www/report/ajax_info_dashboard.php index 726c555d84..a698159322 100644 --- a/www/report/ajax_info_dashboard.php +++ b/www/report/ajax_info_dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/report/ajax_liste_base.php b/www/report/ajax_liste_base.php index 154cd3f09a..8c6aa2d2f5 100644 --- a/www/report/ajax_liste_base.php +++ b/www/report/ajax_liste_base.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/report/ajax_table_content.php b/www/report/ajax_table_content.php index e20510ae50..40da3cecf1 100644 --- a/www/report/ajax_table_content.php +++ b/www/report/ajax_table_content.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/report/export_csv.php b/www/report/export_csv.php index b0a63cfc62..c949c98200 100644 --- a/www/report/export_csv.php +++ b/www/report/export_csv.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/report/index.php b/www/report/index.php index daa067c018..a3e001665e 100644 --- a/www/report/index.php +++ b/www/report/index.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/report/report.php b/www/report/report.php index 996d00e5a6..2e022a6c0f 100644 --- a/www/report/report.php +++ b/www/report/report.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/report/tab.php b/www/report/tab.php index 7d5580a0b8..b05087e899 100644 --- a/www/report/tab.php +++ b/www/report/tab.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/setup/installer.php b/www/setup/installer.php index 8da16f198a..2fff2c50ad 100644 --- a/www/setup/installer.php +++ b/www/setup/installer.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/accept.php b/www/thesaurus2/accept.php index e644ac4c8d..d1f0699082 100644 --- a/www/thesaurus2/accept.php +++ b/www/thesaurus2/accept.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/export_text.php b/www/thesaurus2/export_text.php index cfdb078474..4f4270818f 100644 --- a/www/thesaurus2/export_text.php +++ b/www/thesaurus2/export_text.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/export_text_dlg.php b/www/thesaurus2/export_text_dlg.php index 98215688bf..ceafd94eba 100644 --- a/www/thesaurus2/export_text_dlg.php +++ b/www/thesaurus2/export_text_dlg.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/export_topics.php b/www/thesaurus2/export_topics.php index 5da518be06..06c82c3b76 100644 --- a/www/thesaurus2/export_topics.php +++ b/www/thesaurus2/export_topics.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/export_topics_dlg.php b/www/thesaurus2/export_topics_dlg.php index a73f1f7d25..50508369b4 100644 --- a/www/thesaurus2/export_topics_dlg.php +++ b/www/thesaurus2/export_topics_dlg.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/import.php b/www/thesaurus2/import.php index d2ce74db34..43e707ab99 100644 --- a/www/thesaurus2/import.php +++ b/www/thesaurus2/import.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/import_dlg.php b/www/thesaurus2/import_dlg.php index f255e8f448..e2e988053c 100644 --- a/www/thesaurus2/import_dlg.php +++ b/www/thesaurus2/import_dlg.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/index.php b/www/thesaurus2/index.php index 3826f9fcee..52dcf5e058 100644 --- a/www/thesaurus2/index.php +++ b/www/thesaurus2/index.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/linkfield.php b/www/thesaurus2/linkfield.php index bf22341f56..15e76ddfe5 100644 --- a/www/thesaurus2/linkfield.php +++ b/www/thesaurus2/linkfield.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/linkfield2.php b/www/thesaurus2/linkfield2.php index 61c37e1a84..2b24fcf396 100644 --- a/www/thesaurus2/linkfield2.php +++ b/www/thesaurus2/linkfield2.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/linkfield3.php b/www/thesaurus2/linkfield3.php index c136066b44..4993119dbb 100644 --- a/www/thesaurus2/linkfield3.php +++ b/www/thesaurus2/linkfield3.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/loadth.php b/www/thesaurus2/loadth.php index 099cf421b3..06860f1347 100644 --- a/www/thesaurus2/loadth.php +++ b/www/thesaurus2/loadth.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/newsy_dlg.php b/www/thesaurus2/newsy_dlg.php index 1ca29036c5..ebe84cd4ef 100644 --- a/www/thesaurus2/newsy_dlg.php +++ b/www/thesaurus2/newsy_dlg.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/newterm.php b/www/thesaurus2/newterm.php index a823720b7b..906d928c09 100644 --- a/www/thesaurus2/newterm.php +++ b/www/thesaurus2/newterm.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/patch/th_.php b/www/thesaurus2/patch/th_.php index ff7d050181..9915b0e2e0 100644 --- a/www/thesaurus2/patch/th_.php +++ b/www/thesaurus2/patch/th_.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/patch/th_2.0.0.php b/www/thesaurus2/patch/th_2.0.0.php index 14f3fc26f2..38f50639ec 100644 --- a/www/thesaurus2/patch/th_2.0.0.php +++ b/www/thesaurus2/patch/th_2.0.0.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/patch/th_2.0.1.php b/www/thesaurus2/patch/th_2.0.1.php index 9374c47666..7cedb64324 100644 --- a/www/thesaurus2/patch/th_2.0.1.php +++ b/www/thesaurus2/patch/th_2.0.1.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/patch/th_2.0.2.php b/www/thesaurus2/patch/th_2.0.2.php index c21457db1a..ebf7707f6d 100644 --- a/www/thesaurus2/patch/th_2.0.2.php +++ b/www/thesaurus2/patch/th_2.0.2.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/patch/th_2.0.3.php b/www/thesaurus2/patch/th_2.0.3.php index 5d04cb9eea..150287190c 100644 --- a/www/thesaurus2/patch/th_2.0.3.php +++ b/www/thesaurus2/patch/th_2.0.3.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/patch/th_2.0.4.php b/www/thesaurus2/patch/th_2.0.4.php index c7235f1732..459b2fd669 100644 --- a/www/thesaurus2/patch/th_2.0.4.php +++ b/www/thesaurus2/patch/th_2.0.4.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/properties.php b/www/thesaurus2/properties.php index 6adf92173e..4de034313d 100644 --- a/www/thesaurus2/properties.php +++ b/www/thesaurus2/properties.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/replace.php b/www/thesaurus2/replace.php index 0f68e7a1b3..ef6369c3c9 100644 --- a/www/thesaurus2/replace.php +++ b/www/thesaurus2/replace.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/replace2.php b/www/thesaurus2/replace2.php index 21962c3f29..57cf85091b 100644 --- a/www/thesaurus2/replace2.php +++ b/www/thesaurus2/replace2.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/replace3.php b/www/thesaurus2/replace3.php index 97eb24dbac..ec87142fb4 100644 --- a/www/thesaurus2/replace3.php +++ b/www/thesaurus2/replace3.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/rescan.php b/www/thesaurus2/rescan.php index 5825d21d6f..455f7bacab 100644 --- a/www/thesaurus2/rescan.php +++ b/www/thesaurus2/rescan.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/rescan_dlg.php b/www/thesaurus2/rescan_dlg.php index a690ab842d..c8defdfdde 100644 --- a/www/thesaurus2/rescan_dlg.php +++ b/www/thesaurus2/rescan_dlg.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/search.php b/www/thesaurus2/search.php index 667f64ad19..41152e501a 100644 --- a/www/thesaurus2/search.php +++ b/www/thesaurus2/search.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/thesaurus.php b/www/thesaurus2/thesaurus.php index 08f974d4bd..b78fc91838 100644 --- a/www/thesaurus2/thesaurus.php +++ b/www/thesaurus2/thesaurus.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp.php b/www/thesaurus2/xmlhttp.php index 42edcf0004..3d56313afc 100644 --- a/www/thesaurus2/xmlhttp.php +++ b/www/thesaurus2/xmlhttp.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/accept.x.php b/www/thesaurus2/xmlhttp/accept.x.php index 4e6e384c24..bc1876949d 100644 --- a/www/thesaurus2/xmlhttp/accept.x.php +++ b/www/thesaurus2/xmlhttp/accept.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/acceptcandidates.x.php b/www/thesaurus2/xmlhttp/acceptcandidates.x.php index a4a92820a7..2beb84b2f4 100644 --- a/www/thesaurus2/xmlhttp/acceptcandidates.x.php +++ b/www/thesaurus2/xmlhttp/acceptcandidates.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/changesylng.x.php b/www/thesaurus2/xmlhttp/changesylng.x.php index c47df903dc..c2d8e7d2dd 100644 --- a/www/thesaurus2/xmlhttp/changesylng.x.php +++ b/www/thesaurus2/xmlhttp/changesylng.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/changesypos.x.php b/www/thesaurus2/xmlhttp/changesypos.x.php index 9a2d053fa6..254190a1e2 100644 --- a/www/thesaurus2/xmlhttp/changesypos.x.php +++ b/www/thesaurus2/xmlhttp/changesypos.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/deletenohits.x.php b/www/thesaurus2/xmlhttp/deletenohits.x.php index 7ef595f4df..90dad08920 100644 --- a/www/thesaurus2/xmlhttp/deletenohits.x.php +++ b/www/thesaurus2/xmlhttp/deletenohits.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/delsy.x.php b/www/thesaurus2/xmlhttp/delsy.x.php index f13d5f458d..67ea876741 100644 --- a/www/thesaurus2/xmlhttp/delsy.x.php +++ b/www/thesaurus2/xmlhttp/delsy.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/delts.x.php b/www/thesaurus2/xmlhttp/delts.x.php index afa6fc02bf..ed3df202e7 100644 --- a/www/thesaurus2/xmlhttp/delts.x.php +++ b/www/thesaurus2/xmlhttp/delts.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/gethtmlbranch.x.php b/www/thesaurus2/xmlhttp/gethtmlbranch.x.php index db92d910d1..a849f5052f 100644 --- a/www/thesaurus2/xmlhttp/gethtmlbranch.x.php +++ b/www/thesaurus2/xmlhttp/gethtmlbranch.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/getsy.x.php b/www/thesaurus2/xmlhttp/getsy.x.php index 34cf0c6765..3ad003e3bc 100644 --- a/www/thesaurus2/xmlhttp/getsy.x.php +++ b/www/thesaurus2/xmlhttp/getsy.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/getterm.x.php b/www/thesaurus2/xmlhttp/getterm.x.php index 2ddffdbfcb..bbcaf88785 100644 --- a/www/thesaurus2/xmlhttp/getterm.x.php +++ b/www/thesaurus2/xmlhttp/getterm.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/killterm.x.php b/www/thesaurus2/xmlhttp/killterm.x.php index 4f000a05c4..cca36b9699 100644 --- a/www/thesaurus2/xmlhttp/killterm.x.php +++ b/www/thesaurus2/xmlhttp/killterm.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/newsy.x.php b/www/thesaurus2/xmlhttp/newsy.x.php index 75452faaa3..c249911675 100644 --- a/www/thesaurus2/xmlhttp/newsy.x.php +++ b/www/thesaurus2/xmlhttp/newsy.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/newts.x.php b/www/thesaurus2/xmlhttp/newts.x.php index 41365f0bb6..241029cef4 100644 --- a/www/thesaurus2/xmlhttp/newts.x.php +++ b/www/thesaurus2/xmlhttp/newts.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/openbranches.x.php b/www/thesaurus2/xmlhttp/openbranches.x.php index d01677b0d3..a25693c435 100644 --- a/www/thesaurus2/xmlhttp/openbranches.x.php +++ b/www/thesaurus2/xmlhttp/openbranches.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/reject.x.php b/www/thesaurus2/xmlhttp/reject.x.php index 7a2a4780c7..7f3523bd50 100644 --- a/www/thesaurus2/xmlhttp/reject.x.php +++ b/www/thesaurus2/xmlhttp/reject.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/thesaurus2/xmlhttp/searchcandidate.x.php b/www/thesaurus2/xmlhttp/searchcandidate.x.php index 767139e845..20c4994d0c 100644 --- a/www/thesaurus2/xmlhttp/searchcandidate.x.php +++ b/www/thesaurus2/xmlhttp/searchcandidate.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/upload/index.php b/www/upload/index.php index 34c737e525..698bf289be 100755 --- a/www/upload/index.php +++ b/www/upload/index.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/upload/lazaret_image.php b/www/upload/lazaret_image.php index 64a137c8b4..e7a91ae247 100644 --- a/www/upload/lazaret_image.php +++ b/www/upload/lazaret_image.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/upload/upload.php b/www/upload/upload.php index 0675579e97..c0d8f82766 100644 --- a/www/upload/upload.php +++ b/www/upload/upload.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/upload/uploadFeedback.php b/www/upload/uploadFeedback.php index 8edc51c553..9f9651ab5b 100644 --- a/www/upload/uploadFeedback.php +++ b/www/upload/uploadFeedback.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/acceptcandidates.j.php b/www/xmlhttp/acceptcandidates.j.php index caa4d52e14..7ac70f0672 100644 --- a/www/xmlhttp/acceptcandidates.j.php +++ b/www/xmlhttp/acceptcandidates.j.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/checkcandidatetarget.j.php b/www/xmlhttp/checkcandidatetarget.j.php index eceaec70fd..337df7501c 100644 --- a/www/xmlhttp/checkcandidatetarget.j.php +++ b/www/xmlhttp/checkcandidatetarget.j.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/deletecandidates.j.php b/www/xmlhttp/deletecandidates.j.php index 025ee4df72..b42339069e 100644 --- a/www/xmlhttp/deletecandidates.j.php +++ b/www/xmlhttp/deletecandidates.j.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/editing_presets.j.php b/www/xmlhttp/editing_presets.j.php index a7b5a6a47d..5f32743a76 100644 --- a/www/xmlhttp/editing_presets.j.php +++ b/www/xmlhttp/editing_presets.j.php @@ -2,7 +2,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/getsy_prod.x.php b/www/xmlhttp/getsy_prod.x.php index 927907a8e0..bbd67d720f 100644 --- a/www/xmlhttp/getsy_prod.x.php +++ b/www/xmlhttp/getsy_prod.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/getterm_prod.h.php b/www/xmlhttp/getterm_prod.h.php index 76ab20d1fd..bfce1b1601 100644 --- a/www/xmlhttp/getterm_prod.h.php +++ b/www/xmlhttp/getterm_prod.h.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/getterm_prod.x.php b/www/xmlhttp/getterm_prod.x.php index 0aaa9c8942..012566c887 100644 --- a/www/xmlhttp/getterm_prod.x.php +++ b/www/xmlhttp/getterm_prod.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/openbranch_prod.j.php b/www/xmlhttp/openbranch_prod.j.php index b337fcb538..5ac879c9a3 100644 --- a/www/xmlhttp/openbranch_prod.j.php +++ b/www/xmlhttp/openbranch_prod.j.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/openbranches_prod.h.php b/www/xmlhttp/openbranches_prod.h.php index b63b8c5d91..a9e000f68e 100644 --- a/www/xmlhttp/openbranches_prod.h.php +++ b/www/xmlhttp/openbranches_prod.h.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/openbranches_prod.x.php b/www/xmlhttp/openbranches_prod.x.php index 3f2d627d14..7ab2ffda8e 100644 --- a/www/xmlhttp/openbranches_prod.x.php +++ b/www/xmlhttp/openbranches_prod.x.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/replacecandidate.j.php b/www/xmlhttp/replacecandidate.j.php index fa510575d7..54c9404a78 100644 --- a/www/xmlhttp/replacecandidate.j.php +++ b/www/xmlhttp/replacecandidate.j.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/www/xmlhttp/search_th_term_prod.j.php b/www/xmlhttp/search_th_term_prod.j.php index 855c1c48a9..79345e4490 100644 --- a/www/xmlhttp/search_th_term_prod.j.php +++ b/www/xmlhttp/search_th_term_prod.j.php @@ -3,7 +3,7 @@ /* * This file is part of Phraseanet * - * (c) 2005-2010 Alchemy + * (c) 2005-2012 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.