diff --git a/ChangeLog b/ChangeLog
index 88c1db49262fe96791e58cc6a42ba1c1ea2d6d0d..487ccbe60f1154a513730cfaba5c58fd212a8a3e 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-18  Oliver Hader  <oliver.hader@typo3.org>
+
+	* Cleanup: Updated copyright comments
+
 2011-01-18  Christian Kuhn  <lolli@schwarzbu.ch>
 
 	* Fixed bug #16462: Link field for images is too short to provide links for every image (Thanks to Jo Hasenau)
diff --git a/index.php b/index.php
index 3dc82c0a622e7ccf676e9e7a9dbd644709ba305d..ee3b66ac1da124c1a5b841ece8802a8748acbb17 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php
index b8764934a04b1cc4ca5f5b829a8f18028ee30362..6b4557761267afa8d5dda1a935c1d8f3587bf4ca 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php
index d0f75a76b4dfd05aee419e74052db288a8929ee8..185215eb24aee32b909d6f9760a6b1108cb8d25a 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
index d381d3534ef5994b0f83349116faada93952b802..5c32c66bc24b92c3d391cea9a00a7665c0dd004c 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php
index fa97fb427afb2465c20ef11bd30f520b6ac7707c..f96ece6a2385baea8fccfdf37c4fec0a518bb9c2 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php
index e1bb806efd9d0c811d2e4dc381239dd35415a1b6..6c245af777ab742f1119bf079ebfadae9d72b301 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php
index 9793f912fc133ca396109bd5f157f37cae9231f0..c04faf32cdb6ad2dcad4479f34b3ecb6efa99ce4 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php
index 1d5a3651049dd0dda32e5d0d82a31d70b3cf311d..b6c32bea7fbfaa78da983fc6f54195012926a0db 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_redisbackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_redisbackend.php
index f34d3d0aeaa4ee6eead1bad4865cf59a694f40e1..18801e88eee85878c573b30549eb5aee7eba94c8 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_redisbackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_redisbackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php b/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php
index 71e12ef729398ced49f3feb92c2fd1f6b9772b80..04ab9cf5f6cae4cb5ea74733197e34c12ea4cb34 100644
--- a/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php
+++ b/t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php b/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php
index 62505d5a2fc28d4e42662b1af4713d2d9f9b7ef8..b01df5d6ede3af43d4b49b9de800d6e872841f4c 100644
--- a/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php
+++ b/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php b/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php
index 9dab17fd1f801aa2aef8186f82cf0e8a0ad2a2d4..839f8005b2b55fe166285ab9ee64ccf32f163a99 100644
--- a/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php
+++ b/t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/class.t3lib_cache_exception.php b/t3lib/cache/class.t3lib_cache_exception.php
index 7594b730e72c894122dfa87124f9ca8b6e44c077..eb6af594b726615f349c6938b019e04c577d73be 100644
--- a/t3lib/cache/class.t3lib_cache_exception.php
+++ b/t3lib/cache/class.t3lib_cache_exception.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/class.t3lib_cache_factory.php b/t3lib/cache/class.t3lib_cache_factory.php
index 527ae050939be58bbb8abedef1e8fef41dfa8fbd..903dc65e617b80dd06b3547c5e92a1f8578aa726 100644
--- a/t3lib/cache/class.t3lib_cache_factory.php
+++ b/t3lib/cache/class.t3lib_cache_factory.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/class.t3lib_cache_manager.php b/t3lib/cache/class.t3lib_cache_manager.php
index 3d0ae1186851c3d1f604356d0a73f4fe126b947d..83cf27f88ad8a9ed349a3182a7531a549da1d413 100644
--- a/t3lib/cache/class.t3lib_cache_manager.php
+++ b/t3lib/cache/class.t3lib_cache_manager.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/exception/class.t3lib_cache_exception_classalreadyloaded.php b/t3lib/cache/exception/class.t3lib_cache_exception_classalreadyloaded.php
index cab2f91f27ffbab6c9d52660517b0569bda73134..92bab0413f39e3a835160473cb37614ca4340be3 100644
--- a/t3lib/cache/exception/class.t3lib_cache_exception_classalreadyloaded.php
+++ b/t3lib/cache/exception/class.t3lib_cache_exception_classalreadyloaded.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/exception/class.t3lib_cache_exception_duplicateidentifier.php b/t3lib/cache/exception/class.t3lib_cache_exception_duplicateidentifier.php
index ec257577b6737f2ebb90b3e6a3ac9b12288a8419..e5ea77aadf00b775ddd22ea37af9699ec4fe03b6 100644
--- a/t3lib/cache/exception/class.t3lib_cache_exception_duplicateidentifier.php
+++ b/t3lib/cache/exception/class.t3lib_cache_exception_duplicateidentifier.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/exception/class.t3lib_cache_exception_invalidbackend.php b/t3lib/cache/exception/class.t3lib_cache_exception_invalidbackend.php
index 356ee77cd9add5d1ca5632f1fba53c4689898de6..41614890b8318794cb50e1c94c9027b7d5b2e781 100644
--- a/t3lib/cache/exception/class.t3lib_cache_exception_invalidbackend.php
+++ b/t3lib/cache/exception/class.t3lib_cache_exception_invalidbackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/exception/class.t3lib_cache_exception_invalidcache.php b/t3lib/cache/exception/class.t3lib_cache_exception_invalidcache.php
index 4501011b026024204e620ae3a834d472006630f2..16e4ddc640c6b7944d801d078fa52d8745b08778 100644
--- a/t3lib/cache/exception/class.t3lib_cache_exception_invalidcache.php
+++ b/t3lib/cache/exception/class.t3lib_cache_exception_invalidcache.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/exception/class.t3lib_cache_exception_invaliddata.php b/t3lib/cache/exception/class.t3lib_cache_exception_invaliddata.php
index 13597fc6e4cde2577c619a6129ff464e8f652e4b..ccdd1fb33754099ecef559c5e258c2ff927ecf42 100644
--- a/t3lib/cache/exception/class.t3lib_cache_exception_invaliddata.php
+++ b/t3lib/cache/exception/class.t3lib_cache_exception_invaliddata.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/exception/class.t3lib_cache_exception_nosuchcache.php b/t3lib/cache/exception/class.t3lib_cache_exception_nosuchcache.php
index 7a02a73854247a9e03e051e6c2c2c1080ffe28ce..b1855c10b917da2bcfcf512f97253ad9de0c2e97 100644
--- a/t3lib/cache/exception/class.t3lib_cache_exception_nosuchcache.php
+++ b/t3lib/cache/exception/class.t3lib_cache_exception_nosuchcache.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php b/t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php
index 97300177120f102d2dc3be7dc5b72e3418e3f711..099f58197c0c80fd086853f6e1235df2ea20f76b 100644
--- a/t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php
+++ b/t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/frontend/class.t3lib_cache_frontend_phpfrontend.php b/t3lib/cache/frontend/class.t3lib_cache_frontend_phpfrontend.php
index f5a9673c55278a26843d8b163e31d167aaa3bdb9..480ce457f72f11d235c98036878f8024e517fc33 100644
--- a/t3lib/cache/frontend/class.t3lib_cache_frontend_phpfrontend.php
+++ b/t3lib/cache/frontend/class.t3lib_cache_frontend_phpfrontend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/frontend/class.t3lib_cache_frontend_stringfrontend.php b/t3lib/cache/frontend/class.t3lib_cache_frontend_stringfrontend.php
index b722477f5dd4c669d6c8cf42fb8a7ca5296c7e36..fa9a150598cba1af739f66e9c79e14c0d3c73e15 100644
--- a/t3lib/cache/frontend/class.t3lib_cache_frontend_stringfrontend.php
+++ b/t3lib/cache/frontend/class.t3lib_cache_frontend_stringfrontend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/frontend/class.t3lib_cache_frontend_variablefrontend.php b/t3lib/cache/frontend/class.t3lib_cache_frontend_variablefrontend.php
index 33cf53d29a750f1b863fa986a0806acb7607e75f..64491ebbf11a6a23b6d563ce4f1ab7d00da2f9f6 100644
--- a/t3lib/cache/frontend/class.t3lib_cache_frontend_variablefrontend.php
+++ b/t3lib/cache/frontend/class.t3lib_cache_frontend_variablefrontend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php b/t3lib/cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php
index 0ca3462255ddff57b7aafa9ab2050e96175dc502..5c37d6457ab014d2f6ad0a50036024ccc120681c 100644
--- a/t3lib/cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php
+++ b/t3lib/cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_admin.php b/t3lib/class.t3lib_admin.php
index 9ab776595c4bbf3687b69f0a885cbd2e43a20ec4..8fdd380388d3b3e76499d2a45a25cdd7597d1b6d 100644
--- a/t3lib/class.t3lib_admin.php
+++ b/t3lib/class.t3lib_admin.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_ajax.php b/t3lib/class.t3lib_ajax.php
index 6ec963e68dbca812a2b6e5aeb6e4d00fee39bda2..3b676aec80d4d8b50b85d4cf48c0b79c33b9626d 100644
--- a/t3lib/class.t3lib_ajax.php
+++ b/t3lib/class.t3lib_ajax.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_arraybrowser.php b/t3lib/class.t3lib_arraybrowser.php
index 5f12f0508de1d0ddb7ce3549090dc58d6fbcbcfa..9b95cde92e7064f7fe3b942502ec6d259ff92649 100644
--- a/t3lib/class.t3lib_arraybrowser.php
+++ b/t3lib/class.t3lib_arraybrowser.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_autoloader.php b/t3lib/class.t3lib_autoloader.php
index 44ccab970f4340483bf0919dc02dbe3b1f267143..d9a7672299a23c30f8e1020e1232685669ac797c 100644
--- a/t3lib/class.t3lib_autoloader.php
+++ b/t3lib/class.t3lib_autoloader.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Dmitry Dulepov <dmitry@typo3.org>
+ *  (c) 2008-2011 Dmitry Dulepov <dmitry@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_basicfilefunc.php b/t3lib/class.t3lib_basicfilefunc.php
index 5eb725a62715eb152f8e0942cda66672ddc2c81d..e2e10bb7a2213f1b746c2035d63cef88e7ed2070 100644
--- a/t3lib/class.t3lib_basicfilefunc.php
+++ b/t3lib/class.t3lib_basicfilefunc.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_bedisplaylog.php b/t3lib/class.t3lib_bedisplaylog.php
index 9aeb6a4b778c3586e432eda10d6e8848aea3c7b1..5220d4055d9c7a24b3852d8a33f02b6c088c0b6a 100644
--- a/t3lib/class.t3lib_bedisplaylog.php
+++ b/t3lib/class.t3lib_bedisplaylog.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_befunc.php b/t3lib/class.t3lib_befunc.php
index f3575ce85d056930a19d3592a27c7268d42816d8..9e8347418fb4fa2f0e77477209e988ffd115a2f9 100644
--- a/t3lib/class.t3lib_befunc.php
+++ b/t3lib/class.t3lib_befunc.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_beuserauth.php b/t3lib/class.t3lib_beuserauth.php
index c76a6ccd36ab34c319dadadce0d0a088e16564fc..a188bb3abf8db33949a2b4ce83d5d90700d68914 100644
--- a/t3lib/class.t3lib_beuserauth.php
+++ b/t3lib/class.t3lib_beuserauth.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_browsetree.php b/t3lib/class.t3lib_browsetree.php
index bd17d7ddca7275aa2fb28c495874f8fdfe896289..2688e47564425642bed0c4f3a8c68bbb5bbf9dde 100644
--- a/t3lib/class.t3lib_browsetree.php
+++ b/t3lib/class.t3lib_browsetree.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_cache.php b/t3lib/class.t3lib_cache.php
index 9ba2ddfc9ca03e0a695fdb817b05f96f63e7adbf..ea3a7f29e88a86065280ca680b901bf002c3979b 100644
--- a/t3lib/class.t3lib_cache.php
+++ b/t3lib/class.t3lib_cache.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2008-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_cli.php b/t3lib/class.t3lib_cli.php
index f7a2466d54e3c6ec3fad6afff8b8bb47f982a8de..ad19da9479f2925d7709feb72f5b137c9982bd32 100644
--- a/t3lib/class.t3lib_cli.php
+++ b/t3lib/class.t3lib_cli.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_clipboard.php b/t3lib/class.t3lib_clipboard.php
index dd4d4686cb127586dcce4b13a79d5f330388434f..d177e64e0ea4a45786e4d15ff4db3f4b14ec0e7a 100644
--- a/t3lib/class.t3lib_clipboard.php
+++ b/t3lib/class.t3lib_clipboard.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_compressor.php b/t3lib/class.t3lib_compressor.php
index 8c92cd143a4e1c4e1d1c8f5ab2a2759e1904271d..83dfb7775503b64ec00413a20f2f7f0ec58fa84b 100644
--- a/t3lib/class.t3lib_compressor.php
+++ b/t3lib/class.t3lib_compressor.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Gebert (steffen@steffen-gebert.de)
+ *  (c) 2010-2011 Steffen Gebert (steffen@steffen-gebert.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_cs.php b/t3lib/class.t3lib_cs.php
index 9c561c411341d4e15b6bbac4623b660eecb6a915..31785883b8969bb4271976c2c5248131397924da 100644
--- a/t3lib/class.t3lib_cs.php
+++ b/t3lib/class.t3lib_cs.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2003-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2003-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/t3lib/class.t3lib_db.php b/t3lib/class.t3lib_db.php
index 0ff57ad54ab0a70f4530c16dd529f2bb326816f9..b33d9ff019e9fe0df77fa6e4c22232f3e159330f 100644
--- a/t3lib/class.t3lib_db.php
+++ b/t3lib/class.t3lib_db.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_diff.php b/t3lib/class.t3lib_diff.php
index 51fea4fac40e459b11ca8549243f1574efb31bc8..30a62f22d5e45aa90db9539866d3c4f8725c4f43 100644
--- a/t3lib/class.t3lib_diff.php
+++ b/t3lib/class.t3lib_diff.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_div.php b/t3lib/class.t3lib_div.php
index 089148061cace4ea78048a1acb2d01183b20f96e..d26351135fdf6ea2cff45fcfcd273c3fdc2c9768 100644
--- a/t3lib/class.t3lib_div.php
+++ b/t3lib/class.t3lib_div.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_exception.php b/t3lib/class.t3lib_exception.php
index 6d8357c5df1496057f518c954bdeed418f9030b7..e53c80e503c06f5bd2463a7844a10320c55879c2 100644
--- a/t3lib/class.t3lib_exception.php
+++ b/t3lib/class.t3lib_exception.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_exec.php b/t3lib/class.t3lib_exec.php
index 27305566e16be6ec3d3653c51cb5962b0aa1dff0..fe1961a5fad3359e963911f61b61ff5903fc1749 100644
--- a/t3lib/class.t3lib_exec.php
+++ b/t3lib/class.t3lib_exec.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2002-2010 René Fritz (r.fritz@colorcube.de)
+ *  (c) 2002-2011 René Fritz (r.fritz@colorcube.de)
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/t3lib/class.t3lib_extfilefunc.php b/t3lib/class.t3lib_extfilefunc.php
index 3d8eba5087d5f9fe50ad4b1f27e4bf6b4a0600fc..49f91f986712cf15956850db038769919ab8ab54 100644
--- a/t3lib/class.t3lib_extfilefunc.php
+++ b/t3lib/class.t3lib_extfilefunc.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_extmgm.php b/t3lib/class.t3lib_extmgm.php
index 264fa4e69dd4903fbd0512cba470a82575e70691..75e8f6650863a0a956b8e7808f642d91255ef157 100644
--- a/t3lib/class.t3lib_extmgm.php
+++ b/t3lib/class.t3lib_extmgm.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_extobjbase.php b/t3lib/class.t3lib_extobjbase.php
index a6110a9759743b33d9b342dc62ae58baa7837f7d..d3d66daaf9129fb46091fb221fcbb1ca45f9a953 100644
--- a/t3lib/class.t3lib_extobjbase.php
+++ b/t3lib/class.t3lib_extobjbase.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_flashmessage.php b/t3lib/class.t3lib_flashmessage.php
index 7a83006a4d9a713fb25ec5307595c03fb9248d51..97c2c1decdb550246c8c0b6e41ffcdb446f127e4 100644
--- a/t3lib/class.t3lib_flashmessage.php
+++ b/t3lib/class.t3lib_flashmessage.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_flashmessagequeue.php b/t3lib/class.t3lib_flashmessagequeue.php
index 1edd039d61c4687afa569a4c987dae64eb6179b8..3661bd47117394a885d0578f2b510fd518fdf649 100644
--- a/t3lib/class.t3lib_flashmessagequeue.php
+++ b/t3lib/class.t3lib_flashmessagequeue.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Rupert Germann <rupi@gmx.li>
+ *  (c) 2009-2011 Rupert Germann <rupi@gmx.li>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_flexformtools.php b/t3lib/class.t3lib_flexformtools.php
index 4021fae6eb78d98c8b4919d5e231d980ecdef14f..175f69321bce481e15209c63c220c3a5aeb8b8f2 100644
--- a/t3lib/class.t3lib_flexformtools.php
+++ b/t3lib/class.t3lib_flexformtools.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_foldertree.php b/t3lib/class.t3lib_foldertree.php
index dc4682e47c82ab97a49a559c008e53af04c9877b..43bdf5b8fc526b87ba7eb83613bbe39b3c6e28fa 100644
--- a/t3lib/class.t3lib_foldertree.php
+++ b/t3lib/class.t3lib_foldertree.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_formmail.php b/t3lib/class.t3lib_formmail.php
index 6fabad4189daad5250cd24c3eab8e6f8b8c83bf2..8c280dcbeedadffcc6ba3217fd5f37070deba29c 100644
--- a/t3lib/class.t3lib_formmail.php
+++ b/t3lib/class.t3lib_formmail.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_frontendedit.php b/t3lib/class.t3lib_frontendedit.php
index c73f9dcc501f9be33f5da47d94f77e6692815c7f..64a2e44e6dd7ccdf4b27e983a11796cc2584eaf9 100644
--- a/t3lib/class.t3lib_frontendedit.php
+++ b/t3lib/class.t3lib_frontendedit.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Jeff Segars <jeff@webempoweredchurch.org>
- *  (c) 2008-2010 David Slayback <dave@webempoweredchurch.org>
+ *  (c) 2008-2011 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2008-2011 David Slayback <dave@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_fullsearch.php b/t3lib/class.t3lib_fullsearch.php
index 967f19a6d2e5d50bd30577b1aa54c26d20ceed59..90992706c6983cfbbe862dd5f8de0d2c825f06f4 100644
--- a/t3lib/class.t3lib_fullsearch.php
+++ b/t3lib/class.t3lib_fullsearch.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_htmlmail.php b/t3lib/class.t3lib_htmlmail.php
index 0950fd7f7c4313d986a24498dd7127447565a8f2..a3070d98aca112c8e1374b0744ec43f00d641f7d 100644
--- a/t3lib/class.t3lib_htmlmail.php
+++ b/t3lib/class.t3lib_htmlmail.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_iconworks.php b/t3lib/class.t3lib_iconworks.php
index 7416c17812c961d97e54659b9ab18ce108a76ebe..fc45aa63e69e6b559d3fba287f77fdcd9acf7213 100644
--- a/t3lib/class.t3lib_iconworks.php
+++ b/t3lib/class.t3lib_iconworks.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_install.php b/t3lib/class.t3lib_install.php
index 6005fb3bf565555e0185852ae36ff8dbbb9443c6..94011eb79cbfd317d0b76ff28cf2b7eb5e204a4e 100644
--- a/t3lib/class.t3lib_install.php
+++ b/t3lib/class.t3lib_install.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_loaddbgroup.php b/t3lib/class.t3lib_loaddbgroup.php
index 5ecb17183a3585ca5d166c400c553a42e43810c8..0677835f429bce5fa4f4aa321613715e223fd5c2 100644
--- a/t3lib/class.t3lib_loaddbgroup.php
+++ b/t3lib/class.t3lib_loaddbgroup.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_loadmodules.php b/t3lib/class.t3lib_loadmodules.php
index e843e975e7bcb291d4fa8808fde407b6357f0cc7..8bd9229bc8f09a06bbb482a1444f4735781ef33d 100644
--- a/t3lib/class.t3lib_loadmodules.php
+++ b/t3lib/class.t3lib_loadmodules.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_lock.php b/t3lib/class.t3lib_lock.php
index cfb0b3d8c473bf6f73bef7df6f58331d8020f5e4..99ef03469cdddc57421e912ff8cc0c221973380f 100644
--- a/t3lib/class.t3lib_lock.php
+++ b/t3lib/class.t3lib_lock.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Michael Stucki (michael@typo3.org)
+ *  (c) 2008-2011 Michael Stucki (michael@typo3.org)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_matchcondition.php b/t3lib/class.t3lib_matchcondition.php
index d86e9c49b9150bb15e968e1f1b3d6a610c66d2cb..afadbf0152a023a51b224d76dd0a25abb238529c 100644
--- a/t3lib/class.t3lib_matchcondition.php
+++ b/t3lib/class.t3lib_matchcondition.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_modsettings.php b/t3lib/class.t3lib_modsettings.php
index 5efc67c881685f5fd91aeea944488dd63bc60fed..54bcb5574d41fc6f850ce754d4c91c046cab6e2a 100644
--- a/t3lib/class.t3lib_modsettings.php
+++ b/t3lib/class.t3lib_modsettings.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_page.php b/t3lib/class.t3lib_page.php
index c9f1cd34f13ee1bf52e3bc9284cee5b9ca24ddd2..a81bc6151ec2f746942c051b1b6d67138fc08767 100644
--- a/t3lib/class.t3lib_page.php
+++ b/t3lib/class.t3lib_page.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_pagerenderer.php b/t3lib/class.t3lib_pagerenderer.php
index 1d2bb27b372633f749660630d983e52822716a77..d6312c817705c317134cdc19c50d0b91d1f9ad15 100644
--- a/t3lib/class.t3lib_pagerenderer.php
+++ b/t3lib/class.t3lib_pagerenderer.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Steffen Kamper (info@sk-typo3.de)
+ *  (c) 2009-2011 Steffen Kamper (info@sk-typo3.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_pagetree.php b/t3lib/class.t3lib_pagetree.php
index 9710e97a7192a01be4d5ab2e0220ac04a0f2c1e6..2c3a2e0e8beea387ed8b31319d97033df0102d47 100644
--- a/t3lib/class.t3lib_pagetree.php
+++ b/t3lib/class.t3lib_pagetree.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_parsehtml.php b/t3lib/class.t3lib_parsehtml.php
index 33c81831e7c211258c2152d2d9ce57db0fb71515..950a78bcb05f23ee7900c749f7ff36d73db21151 100644
--- a/t3lib/class.t3lib_parsehtml.php
+++ b/t3lib/class.t3lib_parsehtml.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_parsehtml_proc.php b/t3lib/class.t3lib_parsehtml_proc.php
index 863214d21b525457937287053dd736c702743d21..2cfc6d2a2a442630f8056cbcd0e60c8580586060 100644
--- a/t3lib/class.t3lib_parsehtml_proc.php
+++ b/t3lib/class.t3lib_parsehtml_proc.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_pdohelper.php b/t3lib/class.t3lib_pdohelper.php
index 77650e7172630195e65013c0e17ab95ab9cfb07a..1016b3776627ff645fa88e1fe15d2aec55164a4d 100644
--- a/t3lib/class.t3lib_pdohelper.php
+++ b/t3lib/class.t3lib_pdohelper.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+ * (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_positionmap.php b/t3lib/class.t3lib_positionmap.php
index 2da6631658da536cb993572b8c8ccdace5b1a780..f2d83c61f5f4a96c5b1e97450a19fa9d1f2f0dd7 100644
--- a/t3lib/class.t3lib_positionmap.php
+++ b/t3lib/class.t3lib_positionmap.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_querygenerator.php b/t3lib/class.t3lib_querygenerator.php
index e0dd3d9bba3a26113ba28c144847afa2376e486a..7d3b0b9b24534e1dfa3f23e8885972cb8a3d624c 100644
--- a/t3lib/class.t3lib_querygenerator.php
+++ b/t3lib/class.t3lib_querygenerator.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2001-2010 Christian Jul Jensen (christian@typo3.com)
+ *  (c) 2001-2011 Christian Jul Jensen (christian@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_readmail.php b/t3lib/class.t3lib_readmail.php
index 6d81048ab77a696d3bc244858aa7a71a03cbfa4c..75434211dfca6bcf1a3c35dec5cd4ad00a08ca58 100644
--- a/t3lib/class.t3lib_readmail.php
+++ b/t3lib/class.t3lib_readmail.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_recordlist.php b/t3lib/class.t3lib_recordlist.php
index d65d70961c706a1c2b64b5702ffeaadce3e67e0e..46b108dd0ef2bc407105477bf1c6f5a4e44b358d 100644
--- a/t3lib/class.t3lib_recordlist.php
+++ b/t3lib/class.t3lib_recordlist.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_refindex.php b/t3lib/class.t3lib_refindex.php
index 51ec831dfbb9359ac945565188e8d3686038bd76..203983e187b54603a3bef0e3ba86683df8c18759 100644
--- a/t3lib/class.t3lib_refindex.php
+++ b/t3lib/class.t3lib_refindex.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_registry.php b/t3lib/class.t3lib_registry.php
index fc4bd602c2871b7cecdc6f4395a1c57645760c3e..73536c3262bccd1be909930224738eeaf7f4ec3a 100644
--- a/t3lib/class.t3lib_registry.php
+++ b/t3lib/class.t3lib_registry.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *
  *  All rights reserved
  *
diff --git a/t3lib/class.t3lib_rteapi.php b/t3lib/class.t3lib_rteapi.php
index 87358dd79f082b747c592036d4b5bdbe8e76c46b..0a6d796e05464f76db37f01ed42f3d02a8d08027 100644
--- a/t3lib/class.t3lib_rteapi.php
+++ b/t3lib/class.t3lib_rteapi.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_scbase.php b/t3lib/class.t3lib_scbase.php
index 9bd2a63fb01b8753f5c808a1cd7837ca4cc5b914..c9d53204513d6ca5ad4290840460dc9e5a9844ce 100644
--- a/t3lib/class.t3lib_scbase.php
+++ b/t3lib/class.t3lib_scbase.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_softrefproc.php b/t3lib/class.t3lib_softrefproc.php
index e6976571e27579df7753b7e8c4cd3d0fb681458c..ac5d2ce4024fc1acad59ef08887031f8745a81ba 100644
--- a/t3lib/class.t3lib_softrefproc.php
+++ b/t3lib/class.t3lib_softrefproc.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2003-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2003-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/t3lib/class.t3lib_spritemanager.php b/t3lib/class.t3lib_spritemanager.php
index ac5af7cc5ac3f8089936d15335b414e912c9da57..1a920739054e7fe230e35e0ae4a406c2d3b54a0e 100644
--- a/t3lib/class.t3lib_spritemanager.php
+++ b/t3lib/class.t3lib_spritemanager.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_sqlengine.php b/t3lib/class.t3lib_sqlengine.php
index 3ecc441ce6e051fb6707cd88c68946a78dc40b29..ee346d1749d2da8fc5bbe1701c23fc529ad33be6 100644
--- a/t3lib/class.t3lib_sqlengine.php
+++ b/t3lib/class.t3lib_sqlengine.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_sqlparser.php b/t3lib/class.t3lib_sqlparser.php
index 6e953476258879565c2f9005cec6d62799fb64c3..b41365bbd19584178f60f78e287c5e487ebdf3a4 100644
--- a/t3lib/class.t3lib_sqlparser.php
+++ b/t3lib/class.t3lib_sqlparser.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2004-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2004-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_stdgraphic.php b/t3lib/class.t3lib_stdgraphic.php
index 6a214ef5ee79d03bdcfc6c7f4b26ab518200e6fc..940a77a608586de14bb4b637f42b8c4a8c58caf6 100644
--- a/t3lib/class.t3lib_stdgraphic.php
+++ b/t3lib/class.t3lib_stdgraphic.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_superadmin.php b/t3lib/class.t3lib_superadmin.php
index 8dec8ff8ad1fdc424a332eca2f354a8f7abfed21..bbf0cc8a32b0f87007bb4879eb14fa56ea9260ef 100644
--- a/t3lib/class.t3lib_superadmin.php
+++ b/t3lib/class.t3lib_superadmin.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_svbase.php b/t3lib/class.t3lib_svbase.php
index 98f9f193f4e4717f9289d52933473062596269e9..e83f7b41c2e37d23007850e39bd05fac1c26023f 100644
--- a/t3lib/class.t3lib_svbase.php
+++ b/t3lib/class.t3lib_svbase.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the Typo3 project. The Typo3 project is
diff --git a/t3lib/class.t3lib_syntaxhl.php b/t3lib/class.t3lib_syntaxhl.php
index 380f4e7f2214b8b77fe9ca2af402e12195a46c96..86f89043d11c17f983664055a2630862061a7010 100644
--- a/t3lib/class.t3lib_syntaxhl.php
+++ b/t3lib/class.t3lib_syntaxhl.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tceforms.php b/t3lib/class.t3lib_tceforms.php
index 81dc4b5bc340fc676e877d7e20ddc95cca627bf6..8d6c5e1284fae3272b1959aa110b2fbb95ddf5dd 100644
--- a/t3lib/class.t3lib_tceforms.php
+++ b/t3lib/class.t3lib_tceforms.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tceforms_fe.php b/t3lib/class.t3lib_tceforms_fe.php
index 61a42d6776fd4a5396c3d23d500bdf25a0a9e71e..79eabb0efd708a9bff0e574cc7c923a96c39753f 100644
--- a/t3lib/class.t3lib_tceforms_fe.php
+++ b/t3lib/class.t3lib_tceforms_fe.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tceforms_inline.php b/t3lib/class.t3lib_tceforms_inline.php
index 6ddc3076944ced0dea3bb45353f5c7550cf401eb..ac34f8b5871680c09ed6059165598c3642e5b802 100644
--- a/t3lib/class.t3lib_tceforms_inline.php
+++ b/t3lib/class.t3lib_tceforms_inline.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2010 Oliver Hader <oliver@typo3.org>
+ *  (c) 2006-2011 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tcemain.php b/t3lib/class.t3lib_tcemain.php
index ed64cb9809417d3b0c9ec89b4fd07477110ed06c..2fc2c521bcad242a051c243c27bdeaf4716c37db 100644
--- a/t3lib/class.t3lib_tcemain.php
+++ b/t3lib/class.t3lib_tcemain.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_timetrack.php b/t3lib/class.t3lib_timetrack.php
index 21173fb8ea93eb507cf75054e070e0e4f9d5c8ea..845153a23ed6ea86311d89081ae0e2e60013802f 100644
--- a/t3lib/class.t3lib_timetrack.php
+++ b/t3lib/class.t3lib_timetrack.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_transferdata.php b/t3lib/class.t3lib_transferdata.php
index 10f60927f0ec999b0346fd48ff9a1b77a1985390..537b2591d3f6332404d28876215c986a122c9eea 100644
--- a/t3lib/class.t3lib_transferdata.php
+++ b/t3lib/class.t3lib_transferdata.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_transl8tools.php b/t3lib/class.t3lib_transl8tools.php
index c4cfa14cfa987f626cf6489c55be49f1d67d5725..3be72968039a25f41474cc0b9496f2ec454fd4ef 100644
--- a/t3lib/class.t3lib_transl8tools.php
+++ b/t3lib/class.t3lib_transl8tools.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2006-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_treeview.php b/t3lib/class.t3lib_treeview.php
index 67210cd4a1668c91475f5eaefe46d21ed2693779..b572e667987cb86cb39b52e39ca9259f83d918ef 100644
--- a/t3lib/class.t3lib_treeview.php
+++ b/t3lib/class.t3lib_treeview.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tsfebeuserauth.php b/t3lib/class.t3lib_tsfebeuserauth.php
index 47f5227a85e1a63d1f096ed6b031ccad78f03280..5a4abe940d25d04efddfa94b86c35f8246866513 100644
--- a/t3lib/class.t3lib_tsfebeuserauth.php
+++ b/t3lib/class.t3lib_tsfebeuserauth.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tsparser.php b/t3lib/class.t3lib_tsparser.php
index d1af2733f685d80bdc12167614ac20ab3b9936b4..27c83df9c61e6dc5ac46c708284462af550a331a 100644
--- a/t3lib/class.t3lib_tsparser.php
+++ b/t3lib/class.t3lib_tsparser.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tsparser_ext.php b/t3lib/class.t3lib_tsparser_ext.php
index 9b02610cdf7445ef72d519c7af85b5b74f005dd6..a4dfef27ee2c282c2b15fea730bab99e921e8e29 100644
--- a/t3lib/class.t3lib_tsparser_ext.php
+++ b/t3lib/class.t3lib_tsparser_ext.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tsparser_tsconfig.php b/t3lib/class.t3lib_tsparser_tsconfig.php
index 43ab6621211fbd4206c1a837ce0694fd0f73cfc7..513f01686e13561f70d58de90183aae16632d315 100644
--- a/t3lib/class.t3lib_tsparser_tsconfig.php
+++ b/t3lib/class.t3lib_tsparser_tsconfig.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
- *  (c) 2007-2010 Kraft Bernhard (kraftb@kraftb.at)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 2007-2011 Kraft Bernhard (kraftb@kraftb.at)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tsstyleconfig.php b/t3lib/class.t3lib_tsstyleconfig.php
index 318a08a0b6049552072fa4f5b2d48e676bbaf64b..917b82b43f2b3db1ffab2d2172da7ff7391cfcb0 100644
--- a/t3lib/class.t3lib_tsstyleconfig.php
+++ b/t3lib/class.t3lib_tsstyleconfig.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_tstemplate.php b/t3lib/class.t3lib_tstemplate.php
index dd6f94d6abbfda042b107e44c27896cc86e2ec79..5870b577fa47824d0c3b1372b5166ea1082a145f 100644
--- a/t3lib/class.t3lib_tstemplate.php
+++ b/t3lib/class.t3lib_tstemplate.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_userauth.php b/t3lib/class.t3lib_userauth.php
index d223efb139ff8db84e005a66d3e176e27d47c17f..712baf64ac8b1e9522009b5a49cf173bb0905637 100644
--- a/t3lib/class.t3lib_userauth.php
+++ b/t3lib/class.t3lib_userauth.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_userauthgroup.php b/t3lib/class.t3lib_userauthgroup.php
index 6c248f724d14d4e4a29463fa071652678e93683e..1e67ac89084ebb8979a608356d12b958087bb19f 100644
--- a/t3lib/class.t3lib_userauthgroup.php
+++ b/t3lib/class.t3lib_userauthgroup.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/class.t3lib_xml.php b/t3lib/class.t3lib_xml.php
index c4dbdea59b798df5ce7c92bfec55a321b87b32dc..edfb52bc66c808def95d5e914f7ca8ed9220bd53 100644
--- a/t3lib/class.t3lib_xml.php
+++ b/t3lib/class.t3lib_xml.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php b/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php
index 44685a66182cb5161fae0a3b9ff97fa92ee29e9a..39877d34e0f486e78ae6a10d2888a0479b4958d5 100644
--- a/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php
+++ b/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php b/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php
index db91cb902668031e8ab6c3efc1605e7ebe2fe6dd..b58108e1f4957e01c316722bf60de1a85b647ec8 100644
--- a/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php
+++ b/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/contextmenu/class.t3lib_contextmenu_action.php b/t3lib/contextmenu/class.t3lib_contextmenu_action.php
index e43c2178aa9c3851b41bb4d267cfbc40f52cac20..3f8422e258ebe656b8660913c443c9fd2bcee8a3 100644
--- a/t3lib/contextmenu/class.t3lib_contextmenu_action.php
+++ b/t3lib/contextmenu/class.t3lib_contextmenu_action.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/contextmenu/class.t3lib_contextmenu_actioncollection.php b/t3lib/contextmenu/class.t3lib_contextmenu_actioncollection.php
index 9d22dc7dbc0a0ea246dee57409df4dc21ec9bd6e..e6d4fe67ab6275845af29a09ed5290c9e9d35065 100644
--- a/t3lib/contextmenu/class.t3lib_contextmenu_actioncollection.php
+++ b/t3lib/contextmenu/class.t3lib_contextmenu_actioncollection.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/contextmenu/extdirect/class.t3lib_contextmenu_extdirect_contextmenu.php b/t3lib/contextmenu/extdirect/class.t3lib_contextmenu_extdirect_contextmenu.php
index 74b5e1665cfaa666d16f0d4dd4d10148e6ae8502..c15e040cf6b2929c02211cdcd91a1b0be40fbca9 100644
--- a/t3lib/contextmenu/extdirect/class.t3lib_contextmenu_extdirect_contextmenu.php
+++ b/t3lib/contextmenu/extdirect/class.t3lib_contextmenu_extdirect_contextmenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php b/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php
index f3746430789617b6535ad37c1d9f5a15a7e1b7db..4e59565dc763d9108a6a5cb5cfbc1f76f367a9d0 100644
--- a/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php
+++ b/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php b/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php
index 67659fd2a1c9b393232ee550982518e1328e92a9..082bf48a1b86e8b7c9b487d3cdc82df5711dc6d3 100644
--- a/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php
+++ b/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php b/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php
index 64efd4cb761c7bc799157ba2fdabb30aa0afa371..4287ee379c03e687cad6af99d5053cbc01432fe0 100644
--- a/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php
+++ b/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/db/class.t3lib_db_preparedstatement.php b/t3lib/db/class.t3lib_db_preparedstatement.php
index 6534e376b2b92d8b8db977cf2fac26ab60c2a73e..5f3013d0a0299173a18e403873da9cfe85e7628d 100644
--- a/t3lib/db/class.t3lib_db_preparedstatement.php
+++ b/t3lib/db/class.t3lib_db_preparedstatement.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/error/class.t3lib_error_abstractexceptionhandler.php b/t3lib/error/class.t3lib_error_abstractexceptionhandler.php
index 5fe22f9fcb2141700771632c4edefee29fc97efe..a487903e04cc02b14cbb4636c7348e3f17b5f533 100644
--- a/t3lib/error/class.t3lib_error_abstractexceptionhandler.php
+++ b/t3lib/error/class.t3lib_error_abstractexceptionhandler.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/error/class.t3lib_error_debugexceptionhandler.php b/t3lib/error/class.t3lib_error_debugexceptionhandler.php
index fd5d64909bee401949f2b23ec5700ef53d0a2c8d..2475d206a0fda9637c520785a5d921a6bb7b68f3 100644
--- a/t3lib/error/class.t3lib_error_debugexceptionhandler.php
+++ b/t3lib/error/class.t3lib_error_debugexceptionhandler.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/error/class.t3lib_error_errorhandler.php b/t3lib/error/class.t3lib_error_errorhandler.php
index 78da4215b3f168af03b8a4dd53c0951fb1c1eb8b..32bac403feeb5997949658cc5c1d903a54e68305 100644
--- a/t3lib/error/class.t3lib_error_errorhandler.php
+++ b/t3lib/error/class.t3lib_error_errorhandler.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/error/class.t3lib_error_exception.php b/t3lib/error/class.t3lib_error_exception.php
index a30bdfd2e9fce06bedb02a6f816d634289fdc309..ba475c06026c3953ee4a9673e1fb8c5cc0c2f3ef 100644
--- a/t3lib/error/class.t3lib_error_exception.php
+++ b/t3lib/error/class.t3lib_error_exception.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/error/class.t3lib_error_productionexceptionhandler.php b/t3lib/error/class.t3lib_error_productionexceptionhandler.php
index 4000ab4663625697d56362e5d959d3c7116e3d85..0cd37871744d7835d0e3cfa8326ed59384ab34cb 100644
--- a/t3lib/error/class.t3lib_error_productionexceptionhandler.php
+++ b/t3lib/error/class.t3lib_error_productionexceptionhandler.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/error/interface.t3lib_error_errorhandlerinterface.php b/t3lib/error/interface.t3lib_error_errorhandlerinterface.php
index 6ecf21615d2e9259a825379f51abc36584c3808b..ac02e6f433b7a6ed82337a9ed072f9166d51c516 100644
--- a/t3lib/error/interface.t3lib_error_errorhandlerinterface.php
+++ b/t3lib/error/interface.t3lib_error_errorhandlerinterface.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/error/interface.t3lib_error_exceptionhandlerinterface.php b/t3lib/error/interface.t3lib_error_exceptionhandlerinterface.php
index f1efd10fbbc23e9452fbab52c38833950129cbbc..5cdce48ea03fc65a4514ef67b3a7ef7f4f8d3655 100644
--- a/t3lib/error/interface.t3lib_error_exceptionhandlerinterface.php
+++ b/t3lib/error/interface.t3lib_error_exceptionhandlerinterface.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/extjs/class.t3lib_extjs_extdirectapi.php b/t3lib/extjs/class.t3lib_extjs_extdirectapi.php
index 7b9047791dd60f68bb0af7724ed3284d61b5a5b0..b020a6c646e169e62b2024e53fcc86546ed942f9 100644
--- a/t3lib/extjs/class.t3lib_extjs_extdirectapi.php
+++ b/t3lib/extjs/class.t3lib_extjs_extdirectapi.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Sebastian Kurfürst <sebastian@typo3.org>
+ *  (c) 2010-2011 Sebastian Kurfürst <sebastian@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/extjs/class.t3lib_extjs_extdirectdebug.php b/t3lib/extjs/class.t3lib_extjs_extdirectdebug.php
index 6931591755f6262ac4f9a979b69f7807ade8bf00..9c2b92b9f1a92bbe59c076c8bd84687ae3a54ef9 100644
--- a/t3lib/extjs/class.t3lib_extjs_extdirectdebug.php
+++ b/t3lib/extjs/class.t3lib_extjs_extdirectdebug.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/extjs/class.t3lib_extjs_extdirectrouter.php b/t3lib/extjs/class.t3lib_extjs_extdirectrouter.php
index f5e49b5c57e714478f77961addb0e1fa965f9e44..2a84543ce5ad178e9548b5d6c8d94176a0abe966 100644
--- a/t3lib/extjs/class.t3lib_extjs_extdirectrouter.php
+++ b/t3lib/extjs/class.t3lib_extjs_extdirectrouter.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Sebastian Kurfürst <sebastian@typo3.org>
- *  (c) 2010 Stefan Galinski <stefan.galinski@gmail.com>
+ *  (c) 2010-2011 Sebastian Kurfürst <sebastian@typo3.org>
+ *  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php b/t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php
index 8cb5fa85fb7fecaeb41984cbbebb3c8a263327b3..a97e1f06b7eebee8bcaab2a26a8c1dd25ce30be7 100644
--- a/t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php
+++ b/t3lib/extjs/dataprovider/class.extdirect_dataprovider_backendlivesearch.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Michael Klapper <michael.klapper@aoemedia.de>
- *  (c) 2010 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2009-2011 Michael Klapper <michael.klapper@aoemedia.de>
+ *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php b/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php
index 7b98809e865faded1125898339dd0d5e30d0d7bb..febef332a030849f71234c8ea10e877e97c56b80 100644
--- a/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php
+++ b/t3lib/extjs/dataprovider/class.extdirect_dataprovider_beusersettings.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/extjs/dataprovider/class.extdirect_dataprovider_contexthelp.php b/t3lib/extjs/dataprovider/class.extdirect_dataprovider_contexthelp.php
index 046c67dc4addf36408f3b11ef9de38599aecb736..516c5dcc9010da3494a3c3f83b67f4c98fcf7573 100644
--- a/t3lib/extjs/dataprovider/class.extdirect_dataprovider_contexthelp.php
+++ b/t3lib/extjs/dataprovider/class.extdirect_dataprovider_contexthelp.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/extjs/dataprovider/class.extdirect_dataprovider_state.php b/t3lib/extjs/dataprovider/class.extdirect_dataprovider_state.php
index 77bb5e6adb8212bb55d8608d2681b8b6468eba85..ba40e229c5895075ae93d387f5a7fff803ea0199 100644
--- a/t3lib/extjs/dataprovider/class.extdirect_dataprovider_state.php
+++ b/t3lib/extjs/dataprovider/class.extdirect_dataprovider_state.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/formprotection/class.t3lib_formprotection_abstract.php b/t3lib/formprotection/class.t3lib_formprotection_abstract.php
index 28014b04e3a78a485e1e965d35c44623ef93a7c5..23f6ad332c3e3c58e645a561f2df31a941802616 100644
--- a/t3lib/formprotection/class.t3lib_formprotection_abstract.php
+++ b/t3lib/formprotection/class.t3lib_formprotection_abstract.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php b/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php
index 8b4a7a2348532d8e07a461cbd7a959f641051297..9c977bfd630f8869245d836468bfe0ade549b8d6 100644
--- a/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php
+++ b/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/formprotection/class.t3lib_formprotection_factory.php b/t3lib/formprotection/class.t3lib_formprotection_factory.php
index 8eb8d5d28e79e9c210b4ff68c1bdf289af286014..aaf116d9b0b032f9ff8f92c626abf2a2c602c09a 100644
--- a/t3lib/formprotection/class.t3lib_formprotection_factory.php
+++ b/t3lib/formprotection/class.t3lib_formprotection_factory.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php b/t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php
index ae65b6ab342c9c78f207ce26a577fc010ccc559a..de6772697e4e5c0cc857c2f9f2dffff5e80e7f02 100644
--- a/t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php
+++ b/t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Klee <typo3-coding@oliverklee.de>
+ * (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_browselinkshook.php b/t3lib/interfaces/interface.t3lib_browselinkshook.php
index 9d0339038e5a92802a6affe4230b9cb81610d95d..deb49ba9c0a5741a59a606297f3e4f2430ce8eba 100644
--- a/t3lib/interfaces/interface.t3lib_browselinkshook.php
+++ b/t3lib/interfaces/interface.t3lib_browselinkshook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php b/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php
index 9d29f8ed4566ccdfc57f0a4de9ed4b9269ab41dd..eb678c5f870d7ca5382e0f56b5abdf2d1175fc30 100644
--- a/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php
+++ b/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php b/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php
index c62419ccd08ba9d0e347da40011981413ff0d8db..5f86b5ff7c97c511bbb3b14b898aade6583c74cf 100644
--- a/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php
+++ b/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php b/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php
index 7a55e1d8c79b90c61635fd9cb6fd8a03683685da..ae59bd6b16b975e93deb9f572d42bf575e9457c9 100644
--- a/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php
+++ b/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2009-2011 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php b/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php
index c87eb16d1d514559bb635f57f44cc34d831c3711..f7fbb0238317cb9c6770f75090bd74ab2e6fccb5 100644
--- a/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php
+++ b/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de>
+ *  (c) 2010-2011 Tolleiv Nietsch <nietsch@aoemedia.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php b/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php
index a87951fa8187b0fb621fe9286b5cb564e3044aeb..212918e2dbbfc785fdd0e0eae43a57d4faeefa84 100644
--- a/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php
+++ b/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de>
+ *  (c) 2010-2011 Tolleiv Nietsch <nietsch@aoemedia.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_singleton.php b/t3lib/interfaces/interface.t3lib_singleton.php
index 59d9bfe89c08e7068b0186e38233c574276ef386..3e41f6450772bfaf1ac78b5eb6cb93c25d4ba2f5 100644
--- a/t3lib/interfaces/interface.t3lib_singleton.php
+++ b/t3lib/interfaces/interface.t3lib_singleton.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2008-2010 Robert Lemke <robert@typo3.org>, Martin Kutschker <masi@typo3.org>
+ *  (c) 2008-2011 Robert Lemke <robert@typo3.org>, Martin Kutschker <masi@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php b/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php
index 39be17b17bbc2cdb6dbe3166abde9cc9a26faea3..3059e3cc36da99f1e5e64666286a48e4863c583e 100644
--- a/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php
+++ b/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_tceforms_dbfileiconshook.php b/t3lib/interfaces/interface.t3lib_tceforms_dbfileiconshook.php
index c9cca1a626a789d91ab86ca5f5806c869bd44e24..88f452efc82b0d2e619c82552f074c86cd522706 100644
--- a/t3lib/interfaces/interface.t3lib_tceforms_dbfileiconshook.php
+++ b/t3lib/interfaces/interface.t3lib_tceforms_dbfileiconshook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Andy Grunwald <andreas.grunwald@wmdb.de>
+ *  (c) 2010-2011 Andy Grunwald <andreas.grunwald@wmdb.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php b/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php
index c2876337387e17a829a4303529340228502e8cb3..4985e1a831c8d6d0a0376a03269271d1688ef21e 100644
--- a/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php
+++ b/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2008-2010 Oliver Hader <oh@inpublica.de>
+ * (c) 2008-2011 Oliver Hader <oh@inpublica.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php b/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php
index 2a3bbb2eb6b1defda225cb7d119787acbee0b1af..a6744080d3f9db26a37a647e9216ae3ad91e76ca 100644
--- a/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php
+++ b/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php b/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php
index 8459fa3896ecccd404e798b1f20339d1e9de2f48..1f7dd6f1d7e0a57dc5008b48413c27685b7fdcd8 100644
--- a/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php
+++ b/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Xavier Perseguers <typo3@perseguers.ch>
+ *  (c) 2010-2011 Xavier Perseguers <typo3@perseguers.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php b/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php
index a5a06cb0ee5d98569ec47fe2ce3a37f013117951..ccd2f55b69b802c291761b5a78298a554f744684 100644
--- a/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php
+++ b/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php b/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php
index 87794e0a3e4b89c4e42b37e96226f8329337caa7..76483a1a1b1c1ca1b237bf3b0a69137c7eff17cc 100644
--- a/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php
+++ b/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php b/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php
index 612f7dc920db401eae643c90ab8bf119dba11342..8fc545fa673433f4731c8e17a2eee7b97d226609 100644
--- a/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php
+++ b/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/mail/class.t3lib_mail_mailer.php b/t3lib/mail/class.t3lib_mail_mailer.php
index aaeb18e9fc995f7b82aff2d8bc0896f181593947..c90e1226b29e300ae394709c572d2acd7783d73a 100644
--- a/t3lib/mail/class.t3lib_mail_mailer.php
+++ b/t3lib/mail/class.t3lib_mail_mailer.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/mail/class.t3lib_mail_mboxtransport.php b/t3lib/mail/class.t3lib_mail_mboxtransport.php
index 84965227764d6645e82b01297878a68c411f43b8..3a79ce240b955d43d0790af24d13a75399d47d61 100644
--- a/t3lib/mail/class.t3lib_mail_mboxtransport.php
+++ b/t3lib/mail/class.t3lib_mail_mboxtransport.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/mail/class.t3lib_mail_message.php b/t3lib/mail/class.t3lib_mail_message.php
index 66473afc3501375d16134d2811387645835f0c55..14255a4bfc9b2a8448bf011de49744fbfadca7c6 100644
--- a/t3lib/mail/class.t3lib_mail_message.php
+++ b/t3lib/mail/class.t3lib_mail_message.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Ernesto Baschny <ernst@cron-it.de>
+ *  (c) 2010-2011 Ernesto Baschny <ernst@cron-it.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/mail/class.t3lib_mail_swiftmaileradapter.php b/t3lib/mail/class.t3lib_mail_swiftmaileradapter.php
index 843b4ee40308dc627698aa1bc853707993b59da0..654c8af417e8102a3ab180bbb5657bc2df8a0a47 100644
--- a/t3lib/mail/class.t3lib_mail_swiftmaileradapter.php
+++ b/t3lib/mail/class.t3lib_mail_swiftmaileradapter.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Jigal van Hemert <jigal@xs4all.nl>
+ *  (c) 2010-2011 Jigal van Hemert <jigal@xs4all.nl>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/matchcondition/class.t3lib_matchcondition_abstract.php b/t3lib/matchcondition/class.t3lib_matchcondition_abstract.php
index fa4c99ef6f985df7553d82f9d198bef3dfad5d23..d872a78ecd35d2a825df37ae54fac6ddd65153ec 100644
--- a/t3lib/matchcondition/class.t3lib_matchcondition_abstract.php
+++ b/t3lib/matchcondition/class.t3lib_matchcondition_abstract.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/matchcondition/class.t3lib_matchcondition_backend.php b/t3lib/matchcondition/class.t3lib_matchcondition_backend.php
index 578a0a31f7fe9d06f4feaf652fbaca2b56e535d3..564da0cbb0446041666a2c96fc3a156069225caa 100644
--- a/t3lib/matchcondition/class.t3lib_matchcondition_backend.php
+++ b/t3lib/matchcondition/class.t3lib_matchcondition_backend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/matchcondition/class.t3lib_matchcondition_frontend.php b/t3lib/matchcondition/class.t3lib_matchcondition_frontend.php
index 8a5e8ebdae4df677c13481a8b1f037ce0f36cf7d..410503ce92a831133b8d5e3ebe163f5aa1e56abc 100644
--- a/t3lib/matchcondition/class.t3lib_matchcondition_frontend.php
+++ b/t3lib/matchcondition/class.t3lib_matchcondition_frontend.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+ *  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/message/class.t3lib_message_abstractmessage.php b/t3lib/message/class.t3lib_message_abstractmessage.php
index f9f1624aa9ac156918e79109a3eb07b7ad32887e..b800480ec8bae20cdbce4cc898de6b678499dcba 100644
--- a/t3lib/message/class.t3lib_message_abstractmessage.php
+++ b/t3lib/message/class.t3lib_message_abstractmessage.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
- *  (c) 2010 Benjamin Mack <benni@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
+ *  (c) 2010-2011 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/message/class.t3lib_message_errorpagemessage.php b/t3lib/message/class.t3lib_message_errorpagemessage.php
index 0522bda70d7c1f706312d034546c4f05bcd3c407..621b903294e50de03bfe790f7c290649bec95d31 100644
--- a/t3lib/message/class.t3lib_message_errorpagemessage.php
+++ b/t3lib/message/class.t3lib_message_errorpagemessage.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Benjamin Mack <benni@typo3.org>
+ *  (c) 2010-2011 Benjamin Mack <benni@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/search/class.t3lib_search_livesearch.php b/t3lib/search/class.t3lib_search_livesearch.php
index a5be20a4b8332f3a9d212a1740f8d72f10def0c7..925a1edbe1eb22efdc6891ee00b192202c01cb41 100644
--- a/t3lib/search/class.t3lib_search_livesearch.php
+++ b/t3lib/search/class.t3lib_search_livesearch.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Michael Klapper <michael.klapper@aoemedia.de>
- *  (c) 2010 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2009-2011 Michael Klapper <michael.klapper@aoemedia.de>
+ *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/search/class.t3lib_search_livesearch_queryParser.php b/t3lib/search/class.t3lib_search_livesearch_queryParser.php
index b7d0ba03517ea852748380fae761eb04de066ee4..4b29f9c2ae290cf58080656b3f3f1ece53f167f6 100644
--- a/t3lib/search/class.t3lib_search_livesearch_queryParser.php
+++ b/t3lib/search/class.t3lib_search_livesearch_queryParser.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Michael Klapper <michael.klapper@aoemedia.de>
- *  (c) 2010 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2009-2011 Michael Klapper <michael.klapper@aoemedia.de>
+ *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/spritemanager/class.t3lib_spritemanager_abstracthandler.php b/t3lib/spritemanager/class.t3lib_spritemanager_abstracthandler.php
index c65f0e3ad28af698c97504c0888da3f294900f93..a02532ac9e079b4c57e5b234614b7f8605abce7b 100644
--- a/t3lib/spritemanager/class.t3lib_spritemanager_abstracthandler.php
+++ b/t3lib/spritemanager/class.t3lib_spritemanager_abstracthandler.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php b/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php
index b0de5bb0f5570bc16f1bce5d62ba5a25c4abe93c..0bf5fb38a585a760ce1093f4af15689528ff27e1 100644
--- a/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php
+++ b/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php b/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php
index 7b2ddec172c20940148c5bb55c57c7415e51df04..970e5b909b61bcde7f0074eee9cdd34670f2b732 100644
--- a/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php
+++ b/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.php b/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.php
index 41360d75a0e89b9ce18b8bbdf42cd873e1263769..e3097978ec6be3cf5002e184914ff834459ba420 100644
--- a/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.php
+++ b/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/stddb/tables.php b/t3lib/stddb/tables.php
index 14ac6079bf57d1f25023dd6ed51bec38ae5b2da0..5cd9074272e1138667351b27c4c8400261a6a3e2 100644
--- a/t3lib/stddb/tables.php
+++ b/t3lib/stddb/tables.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/stddb/tbl_be.php b/t3lib/stddb/tbl_be.php
index 0411791f5a94edac4fdaf39a0bb61329ba50efb6..937a8437ddb51de850125bc69da00556eb83c437 100644
--- a/t3lib/stddb/tbl_be.php
+++ b/t3lib/stddb/tbl_be.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+ *  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tceforms/class.t3lib_tceforms_flexforms.php b/t3lib/tceforms/class.t3lib_tceforms_flexforms.php
index 2f47ac02366924900f67ed7e6e5e5a2435ba3743..5cc653ff4df7fe0529fbef9206c9c885e394e33b 100644
--- a/t3lib/tceforms/class.t3lib_tceforms_flexforms.php
+++ b/t3lib/tceforms/class.t3lib_tceforms_flexforms.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Kai Vogel (kai.vogel(at)speedprogs.de)
+ *  (c) 2010-2011 Kai Vogel (kai.vogel(at)speedprogs.de)
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tceforms/class.t3lib_tceforms_suggest.php b/t3lib/tceforms/class.t3lib_tceforms_suggest.php
index 9cc99857ac06e02dba09ed64ba16a9babd5de370..ee517d933ff300cb43bdacf96a98b504d7e3f294 100644
--- a/t3lib/tceforms/class.t3lib_tceforms_suggest.php
+++ b/t3lib/tceforms/class.t3lib_tceforms_suggest.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2010 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2007-2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php b/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php
index ae4d8b1db37d9cea3795d8ff7ceace61d1862b9e..bef248de0a866e20b93a6998b07358817f2e645d 100644
--- a/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php
+++ b/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2007-2010 Andreas Wolf <andreas.wolf@ikt-werk.de>
+ *  (c) 2007-2011 Andreas Wolf <andreas.wolf@ikt-werk.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tceforms/class.t3lib_tceforms_tree.php b/t3lib/tceforms/class.t3lib_tceforms_tree.php
index f3e29876ca9fd54d61bb504fc0ebb5dfa1893e7a..f79055f59c9ca66b87bb0adc15387f6a0d3ca618 100644
--- a/t3lib/tceforms/class.t3lib_tceforms_tree.php
+++ b/t3lib/tceforms/class.t3lib_tceforms_tree.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
- *  (c) 2010 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/thumbs.php b/t3lib/thumbs.php
index 87b6b895a0e995bd29f29c5f65abfcad7aa9a396..da4b6d302c4793a083d5246fb6f84e60f8b1c109 100644
--- a/t3lib/thumbs.php
+++ b/t3lib/thumbs.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/class.t3lib_tree_abstractdataprovider.php b/t3lib/tree/class.t3lib_tree_abstractdataprovider.php
index 14d536fbf706a2f684bf8818ef036dd5e4713acc..8e996618605b53e55eb46725cca5b7fe379167e6 100644
--- a/t3lib/tree/class.t3lib_tree_abstractdataprovider.php
+++ b/t3lib/tree/class.t3lib_tree_abstractdataprovider.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/class.t3lib_tree_abstractstateprovider.php b/t3lib/tree/class.t3lib_tree_abstractstateprovider.php
index b404006550db7ac65b8a920d35713f956f6720bc..5d663504bd438a8c31b0a25b5c752daf3c0dc64f 100644
--- a/t3lib/tree/class.t3lib_tree_abstractstateprovider.php
+++ b/t3lib/tree/class.t3lib_tree_abstractstateprovider.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/class.t3lib_tree_abstracttree.php b/t3lib/tree/class.t3lib_tree_abstracttree.php
index e006ff247bad2dde2f2e1d487cf87cbdc8ff0e2e..cda092584e1993f431ccdf0eb20bccfde018190e 100644
--- a/t3lib/tree/class.t3lib_tree_abstracttree.php
+++ b/t3lib/tree/class.t3lib_tree_abstracttree.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/class.t3lib_tree_node.php b/t3lib/tree/class.t3lib_tree_node.php
index f2b793401eee64946c1f6797acfabc620266dbef..df7bc7f26c912b4033e8697e873f23c45d02d91a 100644
--- a/t3lib/tree/class.t3lib_tree_node.php
+++ b/t3lib/tree/class.t3lib_tree_node.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/class.t3lib_tree_nodecollection.php b/t3lib/tree/class.t3lib_tree_nodecollection.php
index 2772fe9dd1e67e8cc9f8cd569647ab2594d59514..6a7b6070a5588232a123302260233fa1e1cb77c6 100644
--- a/t3lib/tree/class.t3lib_tree_nodecollection.php
+++ b/t3lib/tree/class.t3lib_tree_nodecollection.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/class.t3lib_tree_representationnode.php b/t3lib/tree/class.t3lib_tree_representationnode.php
index 0b9e5d61d3de559d2cb857870900c81f83db87b3..ffb0e9f047f13e41a83c7ec2b57bd6852a53ff6f 100644
--- a/t3lib/tree/class.t3lib_tree_representationnode.php
+++ b/t3lib/tree/class.t3lib_tree_representationnode.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/class.t3lib_tree_sortednodecollection.php b/t3lib/tree/class.t3lib_tree_sortednodecollection.php
index bbc5f00402baf97615e5190498565c4128062840..11e7f471470dbf454cec32626c86f426d9ef2dad 100644
--- a/t3lib/tree/class.t3lib_tree_sortednodecollection.php
+++ b/t3lib/tree/class.t3lib_tree_sortednodecollection.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/extdirect/class.t3lib_tree_extdirect_abstractextjstree.php b/t3lib/tree/extdirect/class.t3lib_tree_extdirect_abstractextjstree.php
index 886ba1c4309c286b551d0d5427416b3cdab1e102..8dcfe320b41001893cf2089b6cbc5e67657f49e3 100644
--- a/t3lib/tree/extdirect/class.t3lib_tree_extdirect_abstractextjstree.php
+++ b/t3lib/tree/extdirect/class.t3lib_tree_extdirect_abstractextjstree.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php b/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php
index 741479d67fd00b73baf58d9f8cb389ccd998831e..8c3a6310042d61b71e2b55729611229fb9cd932a 100644
--- a/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php
+++ b/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+*  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php
index 99758966fc2923c8842da7bd8662c7e4d8b487d0..9100061258f3cd1108e4ee19902e9b083e384467 100644
--- a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php
+++ b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+*  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php
index c01c871f19bfb9b36ac93166059e6a7ce2de4e62..6db4562dca1d2ba885ec5d047a5fdeb07fb05319 100644
--- a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php
+++ b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+*  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_indicator.php b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_indicator.php
index 00737766f842059bfcf72f640ad157a785ac1aa9..a97f7ac826996a4b8ece8f81fbc4072c1b889e6a 100644
--- a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_indicator.php
+++ b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_indicator.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2010-2011 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_node.php b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_node.php
index 8adf7da32b68c048752cb20d9eb04696e7a6fe87..80e1c5bd93e43c3f74db5b842af8cba2df99ef55 100644
--- a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_node.php
+++ b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_node.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+*  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_nodecollection.php b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_nodecollection.php
index c7e58a825e8630125320faf74043d1ff3e22b1fd..ee540ffe55f282efdc60e39c3d8a5a65217960d2 100644
--- a/t3lib/tree/pagetree/class.t3lib_tree_pagetree_nodecollection.php
+++ b/t3lib/tree/pagetree/class.t3lib_tree_pagetree_nodecollection.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+*  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_commands.php b/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_commands.php
index e865bd68d777e7ed58ef23ccb1e2a10473624cd0..ee9615790b7459cd517654d57f3c8195cf58cd3d 100644
--- a/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_commands.php
+++ b/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_commands.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+*  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_tree.php b/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_tree.php
index 5421f11a3cdd81d825befb57582e225f2630dc26..5aede9a595f013319ebce1bcd1e4031063c76783 100644
--- a/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_tree.php
+++ b/t3lib/tree/pagetree/extdirect/class.t3lib_tree_pagetree_extdirect_tree.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+*  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/pagetree/interfaces/interface.t3lib_tree_pagetree_interfaces_indicatorprovider.php b/t3lib/tree/pagetree/interfaces/interface.t3lib_tree_pagetree_interfaces_indicatorprovider.php
index 98fc02d6ad5206afdf65ca1e875fba916ca1ce81..4be1b3e88e86a770b4fec9ef20aded61b941cc13 100644
--- a/t3lib/tree/pagetree/interfaces/interface.t3lib_tree_pagetree_interfaces_indicatorprovider.php
+++ b/t3lib/tree/pagetree/interfaces/interface.t3lib_tree_pagetree_interfaces_indicatorprovider.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Susanne Moog <typo3@susanne-moog.de>
+ *  (c) 2010-2011 Susanne Moog <typo3@susanne-moog.de>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/renderer/class.t3lib_tree_renderer_abstract.php b/t3lib/tree/renderer/class.t3lib_tree_renderer_abstract.php
index 3bca935e0ac3590009af6971f95f814248eb167f..934cea66a4accd95d5663e06330efb10550dbc00 100644
--- a/t3lib/tree/renderer/class.t3lib_tree_renderer_abstract.php
+++ b/t3lib/tree/renderer/class.t3lib_tree_renderer_abstract.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/renderer/class.t3lib_tree_renderer_extjsjson.php b/t3lib/tree/renderer/class.t3lib_tree_renderer_extjsjson.php
index d5770855c10c6ff19dfec36cd89f55e7cc5542f8..cc8711f31d5d6c89fe58094179adc6e2c7f6528e 100644
--- a/t3lib/tree/renderer/class.t3lib_tree_renderer_extjsjson.php
+++ b/t3lib/tree/renderer/class.t3lib_tree_renderer_extjsjson.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Kamper <steffen@typo3.org>
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/renderer/class.t3lib_tree_renderer_unorderedlist.php b/t3lib/tree/renderer/class.t3lib_tree_renderer_unorderedlist.php
index e22dc011beaffe3e392dd782efc90072c1340f88..90f5a62f7b8f04f9b6adae7d557a8f0f8c277ede 100644
--- a/t3lib/tree/renderer/class.t3lib_tree_renderer_unorderedlist.php
+++ b/t3lib/tree/renderer/class.t3lib_tree_renderer_unorderedlist.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
+ *  (c) 2010-2011 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/tca/class.t3lib_tree_tca_abstracttcatreedataprovider.php b/t3lib/tree/tca/class.t3lib_tree_tca_abstracttcatreedataprovider.php
index a635c95fa19dbd032b7d0cb500a75b61fb5305fc..71824dd9592c2948a2e5a3f43d27e1757142394f 100644
--- a/t3lib/tree/tca/class.t3lib_tree_tca_abstracttcatreedataprovider.php
+++ b/t3lib/tree/tca/class.t3lib_tree_tca_abstracttcatreedataprovider.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/tca/class.t3lib_tree_tca_databasenode.php b/t3lib/tree/tca/class.t3lib_tree_tca_databasenode.php
index 37de43f8b008cdabcb8549fe5cb0dfa3a71cb3c9..1779c0a57f46795d8dc65b740ae398b5079cf868 100644
--- a/t3lib/tree/tca/class.t3lib_tree_tca_databasenode.php
+++ b/t3lib/tree/tca/class.t3lib_tree_tca_databasenode.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php b/t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php
index d911960312af9f82054ee3fabb6d239a58130f36..cdb262578236a69f7d434156b106d83b2feb3a4f 100644
--- a/t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php
+++ b/t3lib/tree/tca/class.t3lib_tree_tca_databasetreedataprovider.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php b/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php
index 2d87297bc405ae1c81fd8a1a8f65f2ac14b71ed6..6cb56aa2adbcdd825e8d6ccc8e5d59870a68509e 100644
--- a/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php
+++ b/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php b/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php
index e03c0c1aa6febe43d84d3f7d928174497c38ca6e..b32e9f8ee27aa1e5ad6af242c648c10e23d58e30 100644
--- a/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php
+++ b/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.php b/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.php
index a3a9ba116e67701b93faf4d04b932694afd035d6..623c5e930a115fd750e13483d197bffd35db9e69 100644
--- a/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.php
+++ b/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Steffen Ritter <info@steffen-ritter.net>
+ *  (c) 2010-2011 Steffen Ritter <info@steffen-ritter.net>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/class.t3lib_utility_client.php b/t3lib/utility/class.t3lib_utility_client.php
index e2ec11e4f51d74ee2e6b44421d5a2406339a44a9..3679ebbd8d9ffeb96c910204828c36acf24bd4eb 100644
--- a/t3lib/utility/class.t3lib_utility_client.php
+++ b/t3lib/utility/class.t3lib_utility_client.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+ * (c) 2009-2011 Oliver Hader <oliver@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/class.t3lib_utility_command.php b/t3lib/utility/class.t3lib_utility_command.php
index 877c8602128e92d46f84a513b0fb2d0947b903ec..8efa53dc82967555c73781bf71e66af96cb8f6cf 100644
--- a/t3lib/utility/class.t3lib_utility_command.php
+++ b/t3lib/utility/class.t3lib_utility_command.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Steffen Kamper <steffen@typo3.org>
+ * (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/class.t3lib_utility_debug.php b/t3lib/utility/class.t3lib_utility_debug.php
index 34788e25d01c024508643329089bb6405cbecbaf..ed29c6c88e4f1d50d3128469bc57310eed5af1a4 100644
--- a/t3lib/utility/class.t3lib_utility_debug.php
+++ b/t3lib/utility/class.t3lib_utility_debug.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Steffen Kamper <steffen@typo3.org>
+ * (c) 2010-2011 Steffen Kamper <steffen@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/class.t3lib_utility_dependency.php b/t3lib/utility/class.t3lib_utility_dependency.php
index bdbfc3feb903a9c93c9f0ae68fbb803915804bb0..24c7ad228e42c5ccf5b3548e9b9e83ca588243c1 100644
--- a/t3lib/utility/class.t3lib_utility_dependency.php
+++ b/t3lib/utility/class.t3lib_utility_dependency.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Hader <oliver@typo3.org>
+ * (c) 2010-2011 Oliver Hader <oliver@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/class.t3lib_utility_http.php b/t3lib/utility/class.t3lib_utility_http.php
index f7ef67597d5b1b501ea71cdf1462bf82cb6e37a3..e66d5da2e15491f0366442eb40da72ccec2322e7 100644
--- a/t3lib/utility/class.t3lib_utility_http.php
+++ b/t3lib/utility/class.t3lib_utility_http.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+ *  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/class.t3lib_utility_mail.php b/t3lib/utility/class.t3lib_utility_mail.php
index 119ac5e043a736e784f67d6732571c2ec84d16d7..d78aaade133171c85b024c9b43d88d54b5431156 100644
--- a/t3lib/utility/class.t3lib_utility_mail.php
+++ b/t3lib/utility/class.t3lib_utility_mail.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de>
+ * (c) 2010-2011 Tolleiv Nietsch <nietsch@aoemedia.de>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/class.t3lib_utility_phpoptions.php b/t3lib/utility/class.t3lib_utility_phpoptions.php
index 79f7aa3b71f62b3b2372ef80dd09c8f1b6da6ceb..9db447dc99c388be92f958642d9955385252c3f9 100644
--- a/t3lib/utility/class.t3lib_utility_phpoptions.php
+++ b/t3lib/utility/class.t3lib_utility_phpoptions.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+ * (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php b/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php
index 04b272cba2c336bdaffdbe17b7d8dc28bafd375d..6dcc7288d55e946530e672cee273f2bd4524f87e 100644
--- a/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php
+++ b/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Hader <oliver@typo3.org>
+ * (c) 2010-2011 Oliver Hader <oliver@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php b/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php
index 559c1afa10c9ac164c17b6454905a82b83f4d8e4..feef313f8e14b1ac21c0afa0a97305b1c72b03f1 100644
--- a/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php
+++ b/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Hader <oliver@typo3.org>
+ * (c) 2010-2011 Oliver Hader <oliver@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php b/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php
index 23c246bb93aaf8ee755726cac619399584ecec82..7f45b49ed87dce327e70894bd6d3f7e74803ee73 100644
--- a/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php
+++ b/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Hader <oliver@typo3.org>
+ * (c) 2010-2011 Oliver Hader <oliver@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php b/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php
index 2b876c44a1c496c8acb806627a75ebe0f968f2ce..abde83fd141b400783279d4587ee2de7e5e01af2 100644
--- a/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php
+++ b/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php
@@ -2,7 +2,7 @@
 /***************************************************************
  * Copyright notice
  *
- * (c) 2010 Oliver Hader <oliver@typo3.org>
+ * (c) 2010-2011 Oliver Hader <oliver@typo3.org>
  * All rights reserved
  *
  * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/contrib/removexssTest.php b/tests/contrib/removexssTest.php
index a87f3b5fa967a405fbbd503cd8426fce29d3aa45..79326072d0db40f14e9af8b152a9420a276e5960 100644
--- a/tests/contrib/removexssTest.php
+++ b/tests/contrib/removexssTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Steffen Kamper <info@sk-typo3.de>
+*  (c) 2009-2011 Steffen Kamper <info@sk-typo3.de>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/class.t3lib_cache_backend_mockbackend.php b/tests/t3lib/cache/backend/class.t3lib_cache_backend_mockbackend.php
index 68e1da8b3ba9fbad2cc8b942705b3bb0e52129c5..349949ba1941f4f80cd9b5ff7c77bc04c443bdb7 100644
--- a/tests/t3lib/cache/backend/class.t3lib_cache_backend_mockbackend.php
+++ b/tests/t3lib/cache/backend/class.t3lib_cache_backend_mockbackend.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/t3lib_cache_backend_abstractbackendTest.php b/tests/t3lib/cache/backend/t3lib_cache_backend_abstractbackendTest.php
index b8af2b704b06212229fc5b4eb848946803fdcf7b..87b7144af8e6cd7edd475347ac7282763d7dee9b 100644
--- a/tests/t3lib/cache/backend/t3lib_cache_backend_abstractbackendTest.php
+++ b/tests/t3lib/cache/backend/t3lib_cache_backend_abstractbackendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/t3lib_cache_backend_apcbackendTest.php b/tests/t3lib/cache/backend/t3lib_cache_backend_apcbackendTest.php
index 4e5cb0d46eaa73744873e1b4538b539ca8c4bf9f..bf9b62acaf5bc576cfc57725afa6ef84a3cf3ee3 100644
--- a/tests/t3lib/cache/backend/t3lib_cache_backend_apcbackendTest.php
+++ b/tests/t3lib/cache/backend/t3lib_cache_backend_apcbackendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/t3lib_cache_backend_dbbackendTest.php b/tests/t3lib/cache/backend/t3lib_cache_backend_dbbackendTest.php
index 2e9e12b6cd5349331de48908b1f3b38fc0b0abb3..137985e5ad861dead2856a882ba6f931c95870ab 100644
--- a/tests/t3lib/cache/backend/t3lib_cache_backend_dbbackendTest.php
+++ b/tests/t3lib/cache/backend/t3lib_cache_backend_dbbackendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/t3lib_cache_backend_filebackendTest.php b/tests/t3lib/cache/backend/t3lib_cache_backend_filebackendTest.php
index 0facd7fe6cd8a1723711f3c29c9218234acea056..21196074a12536a4e2fbfa97ba7b1464513aef1b 100644
--- a/tests/t3lib/cache/backend/t3lib_cache_backend_filebackendTest.php
+++ b/tests/t3lib/cache/backend/t3lib_cache_backend_filebackendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/t3lib_cache_backend_memcachedbackendTest.php b/tests/t3lib/cache/backend/t3lib_cache_backend_memcachedbackendTest.php
index c3e3e4b19057fb1734cffe021d69a1fd25e4b49f..3c729461197d33494fb05ca2a6938e46adc5949e 100644
--- a/tests/t3lib/cache/backend/t3lib_cache_backend_memcachedbackendTest.php
+++ b/tests/t3lib/cache/backend/t3lib_cache_backend_memcachedbackendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/t3lib_cache_backend_pdobackendTest.php b/tests/t3lib/cache/backend/t3lib_cache_backend_pdobackendTest.php
index 20aa88f487d952eef112a0b7e9742d813b12ff70..5593155c474b273d539086b48d2eec73fb447589 100644
--- a/tests/t3lib/cache/backend/t3lib_cache_backend_pdobackendTest.php
+++ b/tests/t3lib/cache/backend/t3lib_cache_backend_pdobackendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+*  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/t3lib_cache_backend_redisbackendTest.php b/tests/t3lib/cache/backend/t3lib_cache_backend_redisbackendTest.php
index 089e88ea08be278843d1062176b4f6564fd26c56..963ec2ff081df4cc36ebea2e7977bf67e119694d 100644
--- a/tests/t3lib/cache/backend/t3lib_cache_backend_redisbackendTest.php
+++ b/tests/t3lib/cache/backend/t3lib_cache_backend_redisbackendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+*  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/backend/t3lib_cache_backend_transientmemorybackendTest.php b/tests/t3lib/cache/backend/t3lib_cache_backend_transientmemorybackendTest.php
index b6d09224cab4c7f8be3ea3383c01d4f833aed007..eb2b9c726996407623f0f597908dfd3068f00589 100644
--- a/tests/t3lib/cache/backend/t3lib_cache_backend_transientmemorybackendTest.php
+++ b/tests/t3lib/cache/backend/t3lib_cache_backend_transientmemorybackendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/frontend/t3lib_cache_frontend_abstractfrontendTest.php b/tests/t3lib/cache/frontend/t3lib_cache_frontend_abstractfrontendTest.php
index 3314b40dade8d2d05091f00e0b1f71f2670ddce4..c8e96abb2b48738d041703db6293a76b301bea4b 100644
--- a/tests/t3lib/cache/frontend/t3lib_cache_frontend_abstractfrontendTest.php
+++ b/tests/t3lib/cache/frontend/t3lib_cache_frontend_abstractfrontendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/frontend/t3lib_cache_frontend_phpfrontendTest.php b/tests/t3lib/cache/frontend/t3lib_cache_frontend_phpfrontendTest.php
index 4eb8ff4935e5f9db4241a7fe4143267953cd5d49..6bb7f1582f73e451d477d0f0574dd049500f0699 100644
--- a/tests/t3lib/cache/frontend/t3lib_cache_frontend_phpfrontendTest.php
+++ b/tests/t3lib/cache/frontend/t3lib_cache_frontend_phpfrontendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+*  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/frontend/t3lib_cache_frontend_stringfrontendTest.php b/tests/t3lib/cache/frontend/t3lib_cache_frontend_stringfrontendTest.php
index 947c7c7cbf1d3a13a513b18f779fba2758bfa1fa..78628f3e811aa5e188beb0102622a023105517db 100644
--- a/tests/t3lib/cache/frontend/t3lib_cache_frontend_stringfrontendTest.php
+++ b/tests/t3lib/cache/frontend/t3lib_cache_frontend_stringfrontendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/frontend/t3lib_cache_frontend_variablefrontendTest.php b/tests/t3lib/cache/frontend/t3lib_cache_frontend_variablefrontendTest.php
index 1fcf8c648caa91b3c93e64d877a516c011828312..8d1efae21b5750f63335c12f3c03dc0eb1f27595 100644
--- a/tests/t3lib/cache/frontend/t3lib_cache_frontend_variablefrontendTest.php
+++ b/tests/t3lib/cache/frontend/t3lib_cache_frontend_variablefrontendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/t3lib_cache_factoryTest.php b/tests/t3lib/cache/t3lib_cache_factoryTest.php
index eb1221b4914179762267991450c2acece2079c1c..4510684fa052fd6dd3492c5798e3b819ac872591 100644
--- a/tests/t3lib/cache/t3lib_cache_factoryTest.php
+++ b/tests/t3lib/cache/t3lib_cache_factoryTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/cache/t3lib_cache_managerTest.php b/tests/t3lib/cache/t3lib_cache_managerTest.php
index 9193d088961b83dafcc6e855ee5757ee0cb3b879..8fa070ee2f4004e73aa0c9f4d7bb94e698ab2f38 100644
--- a/tests/t3lib/cache/t3lib_cache_managerTest.php
+++ b/tests/t3lib/cache/t3lib_cache_managerTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/config_defaultTest.php b/tests/t3lib/config_defaultTest.php
index 7ab123146a5e7c811b67d0badb04b8b156916225..b207b91982b3907d8931e40c94bfa1affeec11a5 100644
--- a/tests/t3lib/config_defaultTest.php
+++ b/tests/t3lib/config_defaultTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Oliver Hader <oliver@typo3.org>
+*  (c) 2010-2011 Oliver Hader <oliver@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/db/t3lib_db_preparedstatementTest.php b/tests/t3lib/db/t3lib_db_preparedstatementTest.php
index 73224ea2de9a3f0d70ffdecdb2bb683ac4ee507b..fe587f6a73a98f650e7c3a607afe8831e32f734c 100644
--- a/tests/t3lib/db/t3lib_db_preparedstatementTest.php
+++ b/tests/t3lib/db/t3lib_db_preparedstatementTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Helmut Hummel <helmut@typo3.org>
+ *  (c) 2010-2011 Helmut Hummel <helmut@typo3.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/formprotection/fixtures/class.t3lib_formprotection_testing.php b/tests/t3lib/formprotection/fixtures/class.t3lib_formprotection_testing.php
index 14669f87b0e724d3a569940881e5370d6ab6f421..0daa0fd1c2f1d71a909c0283faedda2d91e86424 100644
--- a/tests/t3lib/formprotection/fixtures/class.t3lib_formprotection_testing.php
+++ b/tests/t3lib/formprotection/fixtures/class.t3lib_formprotection_testing.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee <typo3-coding@oliverklee.de>
+* (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/formprotection/t3lib_formprotection_AbstractTest.php b/tests/t3lib/formprotection/t3lib_formprotection_AbstractTest.php
index 2e0a140f0b7365d23bf8874eacb0867f28066b5e..de066d0cc533011146825ed5672f0423a4c31729 100644
--- a/tests/t3lib/formprotection/t3lib_formprotection_AbstractTest.php
+++ b/tests/t3lib/formprotection/t3lib_formprotection_AbstractTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/formprotection/t3lib_formprotection_BackendFormProtectionTest.php b/tests/t3lib/formprotection/t3lib_formprotection_BackendFormProtectionTest.php
index a631ff00bffea93b9bb8c6d89944960c41078ba3..e2c2cd8aa7972a983369a1b3dcba53373c64aafd 100644
--- a/tests/t3lib/formprotection/t3lib_formprotection_BackendFormProtectionTest.php
+++ b/tests/t3lib/formprotection/t3lib_formprotection_BackendFormProtectionTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/formprotection/t3lib_formprotection_FactoryTest.php b/tests/t3lib/formprotection/t3lib_formprotection_FactoryTest.php
index e80b65f184cde1b8a19e25bf557db962a243e01f..84dae33cfcdbad640560ff376ce0b369fc3bc1a0 100644
--- a/tests/t3lib/formprotection/t3lib_formprotection_FactoryTest.php
+++ b/tests/t3lib/formprotection/t3lib_formprotection_FactoryTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/formprotection/t3lib_formprotection_InstallToolFormProtectionTest.php b/tests/t3lib/formprotection/t3lib_formprotection_InstallToolFormProtectionTest.php
index e78abc2ecf174d8547e41c5e4a56105939f0756d..68bf0a338bfa8374fcae2dedf365e212f0b186ac 100644
--- a/tests/t3lib/formprotection/t3lib_formprotection_InstallToolFormProtectionTest.php
+++ b/tests/t3lib/formprotection/t3lib_formprotection_InstallToolFormProtectionTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/matchcondition/t3lib_matchcondition_backendTest.php b/tests/t3lib/matchcondition/t3lib_matchcondition_backendTest.php
index 8f19e71cbb3a23f646c3f1f71ef198acadda8e0e..5953b9a3f9b0a183c2285376fe9d7afad4c40792 100644
--- a/tests/t3lib/matchcondition/t3lib_matchcondition_backendTest.php
+++ b/tests/t3lib/matchcondition/t3lib_matchcondition_backendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+*  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/matchcondition/t3lib_matchcondition_frontendTest.php b/tests/t3lib/matchcondition/t3lib_matchcondition_frontendTest.php
index fb036ee711d769b75ec6e8e5f935f4259bf0de13..0ba4f00b165a1112e9416c1acee0f842441ce65e 100644
--- a/tests/t3lib/matchcondition/t3lib_matchcondition_frontendTest.php
+++ b/tests/t3lib/matchcondition/t3lib_matchcondition_frontendTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+*  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_arraybrowserTest.php b/tests/t3lib/t3lib_arraybrowserTest.php
index 23ef9b887cf5ceac046d4b348ba4d28a6f6d4022..c9b090bf8b82199e77fd601a76c4105c6b5b6fee 100644
--- a/tests/t3lib/t3lib_arraybrowserTest.php
+++ b/tests/t3lib/t3lib_arraybrowserTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_befuncTest.php b/tests/t3lib/t3lib_befuncTest.php
index 7380591c1e5063742d8ec6bc9a643d98dc70cf3a..299ba0bc022e23494371680c75ed32c0fa5682d6 100644
--- a/tests/t3lib/t3lib_befuncTest.php
+++ b/tests/t3lib/t3lib_befuncTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2009-2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2009-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_beuserauthTest.php b/tests/t3lib/t3lib_beuserauthTest.php
index 957c03a12909fa0be76020a0642a076ef83059cd..b3e4984d007938359204eb23e4d5c1fdd2a4aa6c 100644
--- a/tests/t3lib/t3lib_beuserauthTest.php
+++ b/tests/t3lib/t3lib_beuserauthTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_csTest.php b/tests/t3lib/t3lib_csTest.php
index bbcd69a01f7afae4a62fb3642143462592ebbf70..5589219405ec67b411649cacdaa85f931812e0d9 100644
--- a/tests/t3lib/t3lib_csTest.php
+++ b/tests/t3lib/t3lib_csTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_dbTest.php b/tests/t3lib/t3lib_dbTest.php
index 277fe7e0b9ea75098d7cd9d568ca128a9ff817e4..7c2271fc01ac4c65c53e85cf486af5efd2f7cd94 100644
--- a/tests/t3lib/t3lib_dbTest.php
+++ b/tests/t3lib/t3lib_dbTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Ernesto Baschny (ernst@cron-it.de)
+* (c) 2010-2011 Ernesto Baschny (ernst@cron-it.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_divTest.php b/tests/t3lib/t3lib_divTest.php
index bac62d58f1e9135c2611a14412e2153f937f4f8e..f3fec1a7a12b586ab4dd67a6aada9ffca3c2c1a3 100644
--- a/tests/t3lib/t3lib_divTest.php
+++ b/tests/t3lib/t3lib_divTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2009-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_extmgmTest.php b/tests/t3lib/t3lib_extmgmTest.php
index 2a47a7a7c65e51994918bd3adc01f9bbf83e6e29..8efcb8991e44498768dba1ca886455396cce6464 100644
--- a/tests/t3lib/t3lib_extmgmTest.php
+++ b/tests/t3lib/t3lib_extmgmTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+*  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_htmlmailTest.php b/tests/t3lib/t3lib_htmlmailTest.php
index 5ae90da2a6a3d7290b28993e2cb2b732feb84086..b795b94bfe9111fd3772bc7c1e79c8f064f0c512 100644
--- a/tests/t3lib/t3lib_htmlmailTest.php
+++ b/tests/t3lib/t3lib_htmlmailTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+*  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_iconWorksTest.php b/tests/t3lib/t3lib_iconWorksTest.php
index b484804d767c74f88f08f540073ac39c3b72faac..7338a229435600a684534cb48d4fcf93d0c8c41e 100644
--- a/tests/t3lib/t3lib_iconWorksTest.php
+++ b/tests/t3lib/t3lib_iconWorksTest.php
@@ -2,8 +2,8 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Fabien Udriot <fabien.udriot@ecodev.ch>
-*  (c) 2010 Oliver Klee <typo3-coding@oliverklee.de>
+*  (c) 2010-2011 Fabien Udriot <fabien.udriot@ecodev.ch>
+*  (c) 2010-2011 Oliver Klee <typo3-coding@oliverklee.de>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_lockTest.php b/tests/t3lib/t3lib_lockTest.php
index daaddd7d6e7c50abb0064c8a0d4fefbbd836ca8e..d124092b754a10d8f5d97bb9cc64ec049cc81297 100644
--- a/tests/t3lib/t3lib_lockTest.php
+++ b/tests/t3lib/t3lib_lockTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2010 Christian Kuhn <lolli@schwarzbu.ch>
+ *  (c) 2010-2011 Christian Kuhn <lolli@schwarzbu.ch>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_matchconditionTest.php b/tests/t3lib/t3lib_matchconditionTest.php
index fc1336b4f31df4144d6fefa04c16acc1623c9c7d..9b30d4ba1e3cc5af5c0156cc14ee66f8881a60d5 100644
--- a/tests/t3lib/t3lib_matchconditionTest.php
+++ b/tests/t3lib/t3lib_matchconditionTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+*  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_pagerendererTest.php b/tests/t3lib/t3lib_pagerendererTest.php
index 24cc2036acc093e108029cc5b87d6ccb50d3be96..60290cac2cc43531475301bec5e740c758e50e2b 100644
--- a/tests/t3lib/t3lib_pagerendererTest.php
+++ b/tests/t3lib/t3lib_pagerendererTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2009-2010 Steffen Kamper (info@sk-typo3.de)
+* (c) 2009-2011 Steffen Kamper (info@sk-typo3.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_pageselectTest.php b/tests/t3lib/t3lib_pageselectTest.php
index 5b16df5ba3fc8dd8b9ea9c691c861588500770be..cdd83f6ab740df2579f6f207df62405dce6d961e 100644
--- a/tests/t3lib/t3lib_pageselectTest.php
+++ b/tests/t3lib/t3lib_pageselectTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Christian Kuhn <lolli@schwarzbu.ch>
+*  (c) 2009-2011 Christian Kuhn <lolli@schwarzbu.ch>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_registryTest.php b/tests/t3lib/t3lib_registryTest.php
index f525155c3d2b298f974afd77528e21e01d00f17d..8ae4700495c91ac898a600439cdbac5b671628ab 100644
--- a/tests/t3lib/t3lib_registryTest.php
+++ b/tests/t3lib/t3lib_registryTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Bastian Waidelich <bastian@typo3.org>
+*  (c) 2009-2011 Bastian Waidelich <bastian@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_spritemanagerTest.php b/tests/t3lib/t3lib_spritemanagerTest.php
index f72d6ba49d1951723f4901ae74cfe77b9d428357..4e5162dc921a3ad8fcc4f7febef1711cf1266e73 100644
--- a/tests/t3lib/t3lib_spritemanagerTest.php
+++ b/tests/t3lib/t3lib_spritemanagerTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Fabien Udriot <fabien.udriot@ecodev.ch>
+*  (c) 2010-2011 Fabien Udriot <fabien.udriot@ecodev.ch>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/t3lib_tcemainTest.php b/tests/t3lib/t3lib_tcemainTest.php
index 9b433e0f2ca8c22368252d3190ab2532e0bffd0c..9c5c7acbc5655a933d1ba7915cc91e5e9c46108f 100644
--- a/tests/t3lib/t3lib_tcemainTest.php
+++ b/tests/t3lib/t3lib_tcemainTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2009-2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2009-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/tree/t3lib_tree_nodeTest.php b/tests/t3lib/tree/t3lib_tree_nodeTest.php
index 3534344af570d2fb367358925ffe98f94e63491e..9525e7545256e10e26ee41bde252adb54047ee19 100644
--- a/tests/t3lib/tree/t3lib_tree_nodeTest.php
+++ b/tests/t3lib/tree/t3lib_tree_nodeTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Stefan Galinski <stefan.galinski@gmail.com>
+*  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/tree/t3lib_tree_nodecollectionTest.php b/tests/t3lib/tree/t3lib_tree_nodecollectionTest.php
index 852076cd55f2e852f14178b840e814aa4106bc31..a26d92d0c8407102b47499353684a5def54985fe 100644
--- a/tests/t3lib/tree/t3lib_tree_nodecollectionTest.php
+++ b/tests/t3lib/tree/t3lib_tree_nodecollectionTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Stefan Galinski <stefan.galinski@gmail.com>
+*  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/tree/t3lib_tree_sortednodecollectionTest.php b/tests/t3lib/tree/t3lib_tree_sortednodecollectionTest.php
index bd616c64c5050aeceea5b8cba327dec09721d942..35bc1c264accc21722c62476bac88a09db87affc 100644
--- a/tests/t3lib/tree/t3lib_tree_sortednodecollectionTest.php
+++ b/tests/t3lib/tree/t3lib_tree_sortednodecollectionTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Stefan Galinski <stefan.galinski@gmail.com>
+*  (c) 2010-2011 Stefan Galinski <stefan.galinski@gmail.com>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/utility/t3lib_utility_clientTest.php b/tests/t3lib/utility/t3lib_utility_clientTest.php
index 7b72578ffba687874166c759d4b66aec42f96eaf..fce3928e1f478c2cdd2d04b4e8361b302ff99707 100644
--- a/tests/t3lib/utility/t3lib_utility_clientTest.php
+++ b/tests/t3lib/utility/t3lib_utility_clientTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Steffen Kamper (info@sk-typo3.de)
+* (c) 2010-2011 Steffen Kamper (info@sk-typo3.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/t3lib/utility/t3lib_utility_mailTest.php b/tests/t3lib/utility/t3lib_utility_mailTest.php
index db8f4bb6b9fa3d79ee32615b724f8e9805b3f5d0..2f6ca2c1ac50a21b9db85a16e22338fe227584ea 100644
--- a/tests/t3lib/utility/t3lib_utility_mailTest.php
+++ b/tests/t3lib/utility/t3lib_utility_mailTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2010-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/typo3/sysext/cms/tslib/tslib_contentTest.php b/tests/typo3/sysext/cms/tslib/tslib_contentTest.php
index 74f8892f5cf93e4980227ab609cb7909ba37cf07..b9786f8f245eba6f9b2cb56d26cf11664a3fc16d 100644
--- a/tests/typo3/sysext/cms/tslib/tslib_contentTest.php
+++ b/tests/typo3/sysext/cms/tslib/tslib_contentTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2009-2010 Oliver Hader <oliver@typo3.org>
+*  (c) 2009-2011 Oliver Hader <oliver@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/tests/typo3/sysext/cms/tslib/tslib_feTest.php b/tests/typo3/sysext/cms/tslib/tslib_feTest.php
index ab0245ccb4ca5cbf294a03e6a036cab9d266d377..e9c0a75cf6683d20996e38f8af568dc5068053da 100644
--- a/tests/typo3/sysext/cms/tslib/tslib_feTest.php
+++ b/tests/typo3/sysext/cms/tslib/tslib_feTest.php
@@ -2,7 +2,7 @@
 /***************************************************************
 * Copyright notice
 *
-* (c) 2009-2010 Oliver Klee (typo3-coding@oliverklee.de)
+* (c) 2009-2011 Oliver Klee (typo3-coding@oliverklee.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/ajax.php b/typo3/ajax.php
index e76c65c38f935d8f18f88d1179959a1afd56fc42..660c0a13149a21f5da66c3058fb8bd9dee2c9d39 100644
--- a/typo3/ajax.php
+++ b/typo3/ajax.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2007-2010 Benjamin Mack
+*  (c) 2007-2011 Benjamin Mack
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_clickmenu.php b/typo3/alt_clickmenu.php
index 9849ec87fbf8205cb34029ead63eb00d3a827000..f40272ed0ba9ecd958108d8f29439c74f18dfc45 100644
--- a/typo3/alt_clickmenu.php
+++ b/typo3/alt_clickmenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_db_navframe.php b/typo3/alt_db_navframe.php
index a8e4e6cf3e5987ea2c6cb79d8ec1e98b7673ef1d..b251ba07a626cd977faf6064cf5ee7b659937b2f 100644
--- a/typo3/alt_db_navframe.php
+++ b/typo3/alt_db_navframe.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_doc.php b/typo3/alt_doc.php
index 0fe8c6edd29a0b0e467acacb30d4004e5ab126cb..b728ed8b484d7798bf1e4c94d2c8d2e82d408cc4 100644
--- a/typo3/alt_doc.php
+++ b/typo3/alt_doc.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_doc_nodoc.php b/typo3/alt_doc_nodoc.php
index 901a46562c6166f61da4bb0d3a301129510b03c9..d57a2718e4f79f2880316b8452549601b479142e 100644
--- a/typo3/alt_doc_nodoc.php
+++ b/typo3/alt_doc_nodoc.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_file_navframe.php b/typo3/alt_file_navframe.php
index 00eb06b7686f00d28e29ab00b5881011e32913ad..a703f9358bf88a3515c5c984cc59f36c58c01d99 100644
--- a/typo3/alt_file_navframe.php
+++ b/typo3/alt_file_navframe.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_intro.php b/typo3/alt_intro.php
index 63c2317237757e1ce7ac840b81705c64fbe08739..cc578258f1dfde055928d1037b28c5cd16155af0 100644
--- a/typo3/alt_intro.php
+++ b/typo3/alt_intro.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_menu.php b/typo3/alt_menu.php
index 5580607f04ce0fe1c2e61e8c4fb046b12db698ac..6ea459af6a7a71959f2d56bcedec7bec17cc0a74 100644
--- a/typo3/alt_menu.php
+++ b/typo3/alt_menu.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_menu_sel.php b/typo3/alt_menu_sel.php
index 657149510072f416b1f39477e7e5cb5e8ebf7048..9ce473cd7dadaed9749c3711e1ed3e7434149d53 100644
--- a/typo3/alt_menu_sel.php
+++ b/typo3/alt_menu_sel.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_palette.php b/typo3/alt_palette.php
index 36d0a01fc2c06115f31bcca1fc741161131ab043..327eba4bab4cbd630c54122e1a283a8a457d1ed1 100644
--- a/typo3/alt_palette.php
+++ b/typo3/alt_palette.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_shortcut.php b/typo3/alt_shortcut.php
index b103f76ab265e41070ab6fd985c05268027747a6..c925e8b6a0fe7c74dd85ccd90e58534b4d4cf62e 100644
--- a/typo3/alt_shortcut.php
+++ b/typo3/alt_shortcut.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_toplogo.php b/typo3/alt_toplogo.php
index 7d4be6087e4ba55a8ee0da71dbd9c93ac130f985..a6aebdfc4f93e501eba27dc1292e45c40bdd4a82 100644
--- a/typo3/alt_toplogo.php
+++ b/typo3/alt_toplogo.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/alt_topmenu_dummy.php b/typo3/alt_topmenu_dummy.php
index 8fe4604dc5b88b5f91e3be43885b285951df461e..a2be3db16bec0e6f78f1fd48caa79cd3a66ad22e 100644
--- a/typo3/alt_topmenu_dummy.php
+++ b/typo3/alt_topmenu_dummy.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/backend.php b/typo3/backend.php
index 0a40e61f99b3e379ee4f751277a954327146f4d1..c98b6b9c566e5d54199af4cf84ed403f23f60631 100644
--- a/typo3/backend.php
+++ b/typo3/backend.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2007-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/browse_links.php b/typo3/browse_links.php
index 0eb1bd9b776a587070c0f8dba163009273e2b429..051afbfe9fe577b4db94a3d494734d6a7ed2144a 100644
--- a/typo3/browse_links.php
+++ b/typo3/browse_links.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/browser.php b/typo3/browser.php
index 3c4f288c69810f64456abad9ff1a375690ffb42c..5836145a9df7ab7692e4f5cdca91b3ecbcc361e4 100644
--- a/typo3/browser.php
+++ b/typo3/browser.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/class.browse_links.php b/typo3/class.browse_links.php
index b1168f281041ab71bc6fa94b2724e15656621bb8..046403a3aff9347775367a0b9f80b5630a9140f1 100644
--- a/typo3/class.browse_links.php
+++ b/typo3/class.browse_links.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/class.filelistfoldertree.php b/typo3/class.filelistfoldertree.php
index ec69744a26f832d7ddfbbab81f24fc8413800234..37fde7b71dd2a94fd0dd5b527e7c3269b0868c1f 100644
--- a/typo3/class.filelistfoldertree.php
+++ b/typo3/class.filelistfoldertree.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/class.webpagetree.php b/typo3/class.webpagetree.php
index b27d9d17233c168a228b840442f7e2878db9a9b7..e363068c5c0f64398fdb2268cb897db00012168a 100644
--- a/typo3/class.webpagetree.php
+++ b/typo3/class.webpagetree.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.ajaxlogin.php b/typo3/classes/class.ajaxlogin.php
index 48ee070a5895cbd73aac9876b06b8e3325e99828..46ce405137c45e71178ee00b65d3bf994f5a59ba 100644
--- a/typo3/classes/class.ajaxlogin.php
+++ b/typo3/classes/class.ajaxlogin.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2008-2010 Christoph Koehler (christoph@webempoweredchurch.org)
+*  (c) 2008-2011 Christoph Koehler (christoph@webempoweredchurch.org)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.clearcachemenu.php b/typo3/classes/class.clearcachemenu.php
index 77fa4d15f0e4f9cb3a685ac5643f53e35a53b4d2..3f59fb93674aaca188e86cdf924164e78a9d441b 100644
--- a/typo3/classes/class.clearcachemenu.php
+++ b/typo3/classes/class.clearcachemenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2007-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.donatewindow.php b/typo3/classes/class.donatewindow.php
index b19e3c3b24d7c0c6fe5a1f58a0deb03d07538ab2..74102bf14cf93447b3082a24f8b9f423c9b433cc 100644
--- a/typo3/classes/class.donatewindow.php
+++ b/typo3/classes/class.donatewindow.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Oliver Hader <oliver@typo3.org>
+*  (c) 2010-2011 Oliver Hader <oliver@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.livesearch.php b/typo3/classes/class.livesearch.php
index 9ad7d719731eb910540295a9de1a86a4c03c31f5..a15d5902aca4330417d095011954e51bf7d6fdaf 100644
--- a/typo3/classes/class.livesearch.php
+++ b/typo3/classes/class.livesearch.php
@@ -2,8 +2,8 @@
 /***************************************************************
  *  Copyright notice
  *
- *  (c) 2009-2010 Michael Klapper <michael.klapper@aoemedia.de>
- *  (c) 2010 Jeff Segars <jeff@webempoweredchurch.org>
+ *  (c) 2009-2011 Michael Klapper <michael.klapper@aoemedia.de>
+ *  (c) 2010-2011 Jeff Segars <jeff@webempoweredchurch.org>
  *  All rights reserved
  *
  *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.modulemenu.php b/typo3/classes/class.modulemenu.php
index dbbcb155c28dbc452b96d4729eb2794645d83155..9566b15d41fb347e068b1ef3bb35696c0474b157 100644
--- a/typo3/classes/class.modulemenu.php
+++ b/typo3/classes/class.modulemenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2007-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.shortcutmenu.php b/typo3/classes/class.shortcutmenu.php
index 1887c3f89076bed6db1feb6c78073358dfc486bd..d3ff4af86580318b3a73b8a1e763d8f418222887 100644
--- a/typo3/classes/class.shortcutmenu.php
+++ b/typo3/classes/class.shortcutmenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2007-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.typo3_tcefile.php b/typo3/classes/class.typo3_tcefile.php
index 2182fa2d734d9f46e86a26de9b7927d9f45ae912..195a76f29d92a1152f6dcb2de4ef3ee15ef45360 100644
--- a/typo3/classes/class.typo3_tcefile.php
+++ b/typo3/classes/class.typo3_tcefile.php
@@ -2,8 +2,8 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
-*  (c) 2009-2010 Benjamin Mack (benni.typo3.org)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 2009-2011 Benjamin Mack (benni.typo3.org)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.typo3ajax.php b/typo3/classes/class.typo3ajax.php
index 79ece9402e933e4cf55f9302fb40b96d4eaf9883..1b0279a50dd87e441363eb1f1316c83a785e7d67 100644
--- a/typo3/classes/class.typo3ajax.php
+++ b/typo3/classes/class.typo3ajax.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2008-2010 Benjamin Mack <mack@xnos.org>
+*  (c) 2008-2011 Benjamin Mack <mack@xnos.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/classes/class.typo3logo.php b/typo3/classes/class.typo3logo.php
index 057b60e9067b6369a7cfa6619f3c727563320c58..d3ed3bc4715ada3d313447e2646c0acb76009d44 100644
--- a/typo3/classes/class.typo3logo.php
+++ b/typo3/classes/class.typo3logo.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2007-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/db_list.php b/typo3/db_list.php
index ac78bd9f6038ac6d5816dccc785dc77f1233de83..b10d3428f6c35c7e431e5d300e0323ab1610d089 100644
--- a/typo3/db_list.php
+++ b/typo3/db_list.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Steffen Kamper (steffen@typo3.com)
+*  (c) 2010-2011 Steffen Kamper (steffen@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/db_new.php b/typo3/db_new.php
index 4530802cee23f4346b256e258a8dd57f2b5149fa..95370f5f655df67b805e637a0023843d308aad9e 100644
--- a/typo3/db_new.php
+++ b/typo3/db_new.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/dummy.php b/typo3/dummy.php
index a2f00a3f2cb88a6bfb0f2377c08ab6d3ce8671bd..56373190f8cb09e4d2a240831ec9eb9095a66aed 100644
--- a/typo3/dummy.php
+++ b/typo3/dummy.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/file_edit.php b/typo3/file_edit.php
index 2656a415529614b6555ad0d17320288a3a54b8a9..dcbedffcce2f3359aeae87da49878bdd8430f3ac 100644
--- a/typo3/file_edit.php
+++ b/typo3/file_edit.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/file_list.php b/typo3/file_list.php
index 3fd35eac16be35952ba06b45b33df26ecc2a5d02..55dd460150c8129ce7578da09984e2cdb450f452 100644
--- a/typo3/file_list.php
+++ b/typo3/file_list.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2010 Steffen Kamper (steffen@typo3.com)
+*  (c) 2010-2011 Steffen Kamper (steffen@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/file_newfolder.php b/typo3/file_newfolder.php
index 4b6adf4435f7a1593d2b615323cc2723cf2cd905..b05446583eae76ea85e3f848bcef283a8f404c63 100644
--- a/typo3/file_newfolder.php
+++ b/typo3/file_newfolder.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/file_rename.php b/typo3/file_rename.php
index 6f2b6dfa7ada2f321f321fc12d32a354ff7583a4..a1e61bde0e6f984b9d2a0bc1b79fcfadf81a8082 100644
--- a/typo3/file_rename.php
+++ b/typo3/file_rename.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/file_upload.php b/typo3/file_upload.php
index 3097939f767e09223dc20166d57f8345c6caaa8a..293a50fbd9965f7d56dac23f092803f0283aa61a 100644
--- a/typo3/file_upload.php
+++ b/typo3/file_upload.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/index.php b/typo3/index.php
index e2fffbfca98362f231666a855ce323c01e93cb88..84f4951d86e70add59b8eeb988f8c8589b7b72cc 100644
--- a/typo3/index.php
+++ b/typo3/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/index_re.php b/typo3/index_re.php
index 3148b2d0cea87924359fb889aff2cf3edf5168fd..e95c98a52c2c2b4b04f7d2e547e73f2262b677f8 100644
--- a/typo3/index_re.php
+++ b/typo3/index_re.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/init.php b/typo3/init.php
index 425224c3de675030ec3af5d51193ac4305ac3eda..b1a8fdd116c7030891482b52e1e3f2759be593e0 100644
--- a/typo3/init.php
+++ b/typo3/init.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/install/index.php b/typo3/install/index.php
index 70fbbf052cbd5e48b9d5fdf431ab427bef2a75ab..0c35e3bdb9cabc20eb2774976d4929edc9285009 100755
--- a/typo3/install/index.php
+++ b/typo3/install/index.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/interfaces/interface.backend_cacheActionsHook.php b/typo3/interfaces/interface.backend_cacheActionsHook.php
index 35e60a1931b15170361a19fbbf9950efac9e4896..6ebd5ddd5cce86efd22304d63d534867dff26a30 100644
--- a/typo3/interfaces/interface.backend_cacheActionsHook.php
+++ b/typo3/interfaces/interface.backend_cacheActionsHook.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2008-2010 Steffen Kamper <info@sk-typo3.de>
+*  (c) 2008-2011 Steffen Kamper <info@sk-typo3.de>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/interfaces/interface.backend_toolbaritem.php b/typo3/interfaces/interface.backend_toolbaritem.php
index f0a943a916c4390c62c883011ac343e8435ea323..fb409c97bfc9c9beeb95ae95493c8473e1b12e74 100644
--- a/typo3/interfaces/interface.backend_toolbaritem.php
+++ b/typo3/interfaces/interface.backend_toolbaritem.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2007-2010 Ingo Renner <ingo@typo3.org>
+*  (c) 2007-2011 Ingo Renner <ingo@typo3.org>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/interfaces/interface.cms_newcontentelementwizarditemshook.php b/typo3/interfaces/interface.cms_newcontentelementwizarditemshook.php
index fd57ce617225b4b27d8831dbc3939d1f84b20462..25a622efcd32bcaea83e89d1bea9584cd52852c1 100644
--- a/typo3/interfaces/interface.cms_newcontentelementwizarditemshook.php
+++ b/typo3/interfaces/interface.cms_newcontentelementwizarditemshook.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2008-2010 Steffen Kamper <info@sk-typo3.de>
+*  (c) 2008-2011 Steffen Kamper <info@sk-typo3.de>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/interfaces/interface.localrecordlist_actionsHook.php b/typo3/interfaces/interface.localrecordlist_actionsHook.php
index 88c9d56a127c2cea0c54e6e83632f5a69f9c7902..bee51947e5d36c617dfbbe48e5904fea3f2c0ed2 100644
--- a/typo3/interfaces/interface.localrecordlist_actionsHook.php
+++ b/typo3/interfaces/interface.localrecordlist_actionsHook.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2007-2010 Bernhard Kraft  <kraftb@kraftb.at>
+*  (c) 2007-2011 Bernhard Kraft  <kraftb@kraftb.at>
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/listframe_loader.php b/typo3/listframe_loader.php
index 05930c47f9c6cfff102604afab26cf48b5150c9d..e1b344948c844e021f9a82433bd0d29f1a824647 100644
--- a/typo3/listframe_loader.php
+++ b/typo3/listframe_loader.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/login_frameset.php b/typo3/login_frameset.php
index 22cb4f4e6e5b7ec1c1d3f6e0a724bda71308688c..5b3171bdf92c4f4ee3376767182db947afd73c65 100644
--- a/typo3/login_frameset.php
+++ b/typo3/login_frameset.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/logomenu.php b/typo3/logomenu.php
index 29d972303ccfbdeda9b18cad63d8a24a0d59a0cc..10a778a7a74fac81580236ff03afaf712b4baa54 100644
--- a/typo3/logomenu.php
+++ b/typo3/logomenu.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2006-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/logout.php b/typo3/logout.php
index 9c5e42714affc1da8b3318f0014f97882fa4208d..0d1dae6cb712a91f7e12eb8b2127c7bdc60f2d6e 100644
--- a/typo3/logout.php
+++ b/typo3/logout.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/mod.php b/typo3/mod.php
index 54496533d1da39b7e161eb0b6aca9d5db94f4481..871206e084082551851dffff007036b58bf6dc86 100644
--- a/typo3/mod.php
+++ b/typo3/mod.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 2006-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 2006-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/move_el.php b/typo3/move_el.php
index e0205f3d84ed1d98ba990ce83d09901427cfe3a2..30cec1a8a101f3c47a4322177df83f742e82e09d 100644
--- a/typo3/move_el.php
+++ b/typo3/move_el.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/show_item.php b/typo3/show_item.php
index cdb814a20da9a123b3cdf88ccf0c262fa0d8f545..7f1078ab83f48ab43849e2ab7629cf826a1ed5e6 100644
--- a/typo3/show_item.php
+++ b/typo3/show_item.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/show_rechis.php b/typo3/show_rechis.php
index 74450cdf32c395a341a6a2855c82c4f6570ddc36..3c87f455e085b1be5c7b6a9e008ca884456d0b97 100644
--- a/typo3/show_rechis.php
+++ b/typo3/show_rechis.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/tce_db.php b/typo3/tce_db.php
index d0d77f500cdea81148859b4d3ee881dd7fc83c40..f87a5adbcb3925fbefe5181d4e3ef3fa1fd88725 100644
--- a/typo3/tce_db.php
+++ b/typo3/tce_db.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/tce_file.php b/typo3/tce_file.php
index 3a2b75d4b4a8252b2f181bfeace14cb76211e36a..1de1a7068a00917a7e57fe8ba6ba27cbca7a6ad8 100644
--- a/typo3/tce_file.php
+++ b/typo3/tce_file.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/template.php b/typo3/template.php
index 5b98c8492e2f00d3212d6f1faff626ec308f226c..5a7e707e7b6d054c5d93f7eccf66d43c6ee61953 100644
--- a/typo3/template.php
+++ b/typo3/template.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/thumbs.php b/typo3/thumbs.php
index 5e00bf2b1a09753ace02bbc537249e33c4552ad8..32f53c70ce850419912ba6515a7e353badcacaab 100644
--- a/typo3/thumbs.php
+++ b/typo3/thumbs.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/view_help.php b/typo3/view_help.php
index 81b5fcbb11169417e5b319e2f4cb1b69a727c24a..6a847873bd3a1fa89aaa64a9b66a5ffd7ac6b0cd 100644
--- a/typo3/view_help.php
+++ b/typo3/view_help.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/wizard_add.php b/typo3/wizard_add.php
index 87ca680f44816033558d2546ced1a9b7eacf2699..4e01ca2f6c04a178f3c997ce29b0863bfa829987 100644
--- a/typo3/wizard_add.php
+++ b/typo3/wizard_add.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/wizard_colorpicker.php b/typo3/wizard_colorpicker.php
index edf1af02a3429c78b18ead281df8ef34ec4147ac..41fea311e616cc772245accc228a780ad6b028e9 100644
--- a/typo3/wizard_colorpicker.php
+++ b/typo3/wizard_colorpicker.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/wizard_edit.php b/typo3/wizard_edit.php
index 63cbdfde8fd4f02eb2be296e6ab5ab4c960bd52f..ebe6a720bd2573622fcd8ad3889f1082e3f32a66 100644
--- a/typo3/wizard_edit.php
+++ b/typo3/wizard_edit.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/wizard_forms.php b/typo3/wizard_forms.php
index 0b7b81dd05532db3127da30f3e0a40c15ed023f7..7b6465d55c3e43072c7d2b03f75dfb1b7de14ade 100644
--- a/typo3/wizard_forms.php
+++ b/typo3/wizard_forms.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/wizard_list.php b/typo3/wizard_list.php
index f36831b16b22852f9ece9f3a03605e1a443f2ff0..85e00ac316cbfb350970014eb043a88bbc2938a3 100644
--- a/typo3/wizard_list.php
+++ b/typo3/wizard_list.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/wizard_rte.php b/typo3/wizard_rte.php
index 398e555a9339eaf9ae87f2dd2422756d3e9538ed..a69229925d0e26d979598bfedd9df699921370c6 100644
--- a/typo3/wizard_rte.php
+++ b/typo3/wizard_rte.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/wizard_table.php b/typo3/wizard_table.php
index 904d937c695ae0b004808471d9bab0d968e6143f..f1c12ad59d0898ebba9a31db8aac2d9cd398c556 100644
--- a/typo3/wizard_table.php
+++ b/typo3/wizard_table.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
diff --git a/typo3/wizard_tsconfig.php b/typo3/wizard_tsconfig.php
index 470eaa7a720fc1d0e9870dcbe8797b305c696a3e..af18468d9e0a711d2f8d9645a2ee1e2170a24f65 100644
--- a/typo3/wizard_tsconfig.php
+++ b/typo3/wizard_tsconfig.php
@@ -2,7 +2,7 @@
 /***************************************************************
 *  Copyright notice
 *
-*  (c) 1999-2010 Kasper Skårhøj (kasperYYYY@typo3.com)
+*  (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is