diff --git a/h2/src/main/org/h2/upgrade/DbUpgrade.java b/h2/src/main/org/h2/upgrade/DbUpgrade.java index 8ff8f577350e5346d8c2dd723f44a547024aae7a..24bca4727b31ebc6d3e2fd1193e81f6ef3f8b814 100644 --- a/h2/src/main/org/h2/upgrade/DbUpgrade.java +++ b/h2/src/main/org/h2/upgrade/DbUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/upgrade/package.html b/h2/src/main/org/h2/upgrade/package.html index c5d7f44e4c610bc83fde43df49a7c5bf95eb0c92..1fcbd23edc911b183757a9131f7ce43ddc548973 100644 --- a/h2/src/main/org/h2/upgrade/package.html +++ b/h2/src/main/org/h2/upgrade/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/AutoCloseInputStream.java b/h2/src/main/org/h2/util/AutoCloseInputStream.java index 87dc5eee50080494d412b27bea8a88b2fee60a73..bd897830439bd77688f443234609574062116b78 100644 --- a/h2/src/main/org/h2/util/AutoCloseInputStream.java +++ b/h2/src/main/org/h2/util/AutoCloseInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/BitField.java b/h2/src/main/org/h2/util/BitField.java index b5033b703489b69c6cf06bc559612e3b8a07c382..25370aa73a69c69861517c15fbeb73f760154654 100644 --- a/h2/src/main/org/h2/util/BitField.java +++ b/h2/src/main/org/h2/util/BitField.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/Cache.java b/h2/src/main/org/h2/util/Cache.java index 30267f87105108b3927fcf6235e95d75d28aa910..8ee1c97c2c752138291a764242a91e90586e28b3 100644 --- a/h2/src/main/org/h2/util/Cache.java +++ b/h2/src/main/org/h2/util/Cache.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/CacheHead.java b/h2/src/main/org/h2/util/CacheHead.java index 8b3bbeeed2376e9ceda0a6b381d27fb8fb12b0fb..80df562ba3498cd7b44e500635ded6a812801525 100644 --- a/h2/src/main/org/h2/util/CacheHead.java +++ b/h2/src/main/org/h2/util/CacheHead.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/CacheLRU.java b/h2/src/main/org/h2/util/CacheLRU.java index d4e30b26f23b303c3dc6531091b62604a6b96e72..3ec5301242b2c7f2c1812ac70e93d255203a48b9 100644 --- a/h2/src/main/org/h2/util/CacheLRU.java +++ b/h2/src/main/org/h2/util/CacheLRU.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/CacheObject.java b/h2/src/main/org/h2/util/CacheObject.java index 9e3de39a3dda172e75fc6d1bb99178d3e5066eaa..d85a6bce2f6b72860c9dc57dd63ca1f8285d426f 100644 --- a/h2/src/main/org/h2/util/CacheObject.java +++ b/h2/src/main/org/h2/util/CacheObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/CacheSecondLevel.java b/h2/src/main/org/h2/util/CacheSecondLevel.java index cf6503ab80562708fdc3b2e3128dea0d88370977..dcf7b155d13d9e03c190f6fbaa84140baa10f488 100644 --- a/h2/src/main/org/h2/util/CacheSecondLevel.java +++ b/h2/src/main/org/h2/util/CacheSecondLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: Jan Kotek diff --git a/h2/src/main/org/h2/util/CacheTQ.java b/h2/src/main/org/h2/util/CacheTQ.java index da4a1620ce631865859dbea98108508c0f15df77..7b1604f60d63d69b329e4b5de7e9d86116d1789f 100644 --- a/h2/src/main/org/h2/util/CacheTQ.java +++ b/h2/src/main/org/h2/util/CacheTQ.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/CacheWriter.java b/h2/src/main/org/h2/util/CacheWriter.java index a8dbd27cb7d832ca101991ab5440fdfb5d792eb1..f3fc575fe7cc96c4250b3185ccf3d4b0d3805c30 100644 --- a/h2/src/main/org/h2/util/CacheWriter.java +++ b/h2/src/main/org/h2/util/CacheWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/CloseWatcher.java b/h2/src/main/org/h2/util/CloseWatcher.java index 7c2f35544a40258556d26d3cf1bd3ceba5947bea..2cbe785fd5a6bfb4b2348218961e27231cdcb57b 100644 --- a/h2/src/main/org/h2/util/CloseWatcher.java +++ b/h2/src/main/org/h2/util/CloseWatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/DateTimeUtils.java b/h2/src/main/org/h2/util/DateTimeUtils.java index 68a85b0f9ee4b2cabfe8020300dbc5e7eddf172c..234d790ad09b6c19dd3d80851c9e78f8f953738e 100644 --- a/h2/src/main/org/h2/util/DateTimeUtils.java +++ b/h2/src/main/org/h2/util/DateTimeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/DbDriverActivator.java b/h2/src/main/org/h2/util/DbDriverActivator.java index 2bbbb6a971d5606eea1609772063259cfe6e8922..bd0c14e11609101a6925dcf113a8572977759747 100644 --- a/h2/src/main/org/h2/util/DbDriverActivator.java +++ b/h2/src/main/org/h2/util/DbDriverActivator.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version * 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). Initial Developer: H2 Group */ diff --git a/h2/src/main/org/h2/util/HashBase.java b/h2/src/main/org/h2/util/HashBase.java index 4a755de3f9420f596146c4db41408170d551afbd..cebbbc226e95bedd90f2921b4602a6f983143156 100644 --- a/h2/src/main/org/h2/util/HashBase.java +++ b/h2/src/main/org/h2/util/HashBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/IOUtils.java b/h2/src/main/org/h2/util/IOUtils.java index d754a2f3f95aaf27f290c31d62548bc5896b1e93..7b487b2dc591ac30003e8c7f1c5bb26f1a905656 100644 --- a/h2/src/main/org/h2/util/IOUtils.java +++ b/h2/src/main/org/h2/util/IOUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/IntArray.java b/h2/src/main/org/h2/util/IntArray.java index 20a27321541315761af18a528d782176269cf008..46f5286c47b1c22ee3f650ae99a1b61b01655edf 100644 --- a/h2/src/main/org/h2/util/IntArray.java +++ b/h2/src/main/org/h2/util/IntArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/IntIntHashMap.java b/h2/src/main/org/h2/util/IntIntHashMap.java index 42291e9d3071dcd95e974820ff56a7f44d04ab43..79ab0e82c15ba1fe2728551c13710ed763c1148e 100644 --- a/h2/src/main/org/h2/util/IntIntHashMap.java +++ b/h2/src/main/org/h2/util/IntIntHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/JdbcUtils.java b/h2/src/main/org/h2/util/JdbcUtils.java index aedb1fd18879b16e51c661597e4b78a718b434fc..d6998455106ff2283fc52926568f27cbfc9ae202 100644 --- a/h2/src/main/org/h2/util/JdbcUtils.java +++ b/h2/src/main/org/h2/util/JdbcUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/MathUtils.java b/h2/src/main/org/h2/util/MathUtils.java index 9527100278e046b91edbdfdc2963dfc6e3ae70e4..2e484621162ece3c16fc57846ba016a67dbe69ce 100644 --- a/h2/src/main/org/h2/util/MathUtils.java +++ b/h2/src/main/org/h2/util/MathUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/NetUtils.java b/h2/src/main/org/h2/util/NetUtils.java index d27b4e8ba645d3e0bad2ce7232397a6bc7852c5c..906d9b7441ebfdf0c1482960cb99f6848deebd96 100644 --- a/h2/src/main/org/h2/util/NetUtils.java +++ b/h2/src/main/org/h2/util/NetUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/New.java b/h2/src/main/org/h2/util/New.java index 23965dcab1a022876ab11eab424d700cb7b2493d..958ed669fc382df478e9bd94367d6941b3395c12 100644 --- a/h2/src/main/org/h2/util/New.java +++ b/h2/src/main/org/h2/util/New.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/OsgiDataSourceFactory.java b/h2/src/main/org/h2/util/OsgiDataSourceFactory.java index 9d3ef5884fbbfcac7a0c74d49e0ed1890cfa0549..e19af11fc8917aa38d78fe32e18648364ef556a3 100644 --- a/h2/src/main/org/h2/util/OsgiDataSourceFactory.java +++ b/h2/src/main/org/h2/util/OsgiDataSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version * 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). Initial Developer: H2 Group */ diff --git a/h2/src/main/org/h2/util/Permutations.java b/h2/src/main/org/h2/util/Permutations.java index b6e79c14dbb0593c4d042dd4a2fc76ae8a02a809..dc0717c780b3aa888440f06eba1b3e26d1e2b603 100644 --- a/h2/src/main/org/h2/util/Permutations.java +++ b/h2/src/main/org/h2/util/Permutations.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/Profiler.java b/h2/src/main/org/h2/util/Profiler.java index 1275ee26ef7a48296584823dfd951dd22434eced..0f5d2bbbefd6c3d136ee2aea6ce28942b911e664 100644 --- a/h2/src/main/org/h2/util/Profiler.java +++ b/h2/src/main/org/h2/util/Profiler.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/ScriptReader.java b/h2/src/main/org/h2/util/ScriptReader.java index 0adfb6944b9d96989d33851fea04f502de279ea5..3eebc3b0c4f868f4c2f9de5ce00c124ed5046b62 100644 --- a/h2/src/main/org/h2/util/ScriptReader.java +++ b/h2/src/main/org/h2/util/ScriptReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/SmallLRUCache.java b/h2/src/main/org/h2/util/SmallLRUCache.java index be04a7a38c1dc8631f2babf439296cd46986e7a8..fd4deec7a68e3036efeb38b863e1332f6999b9f0 100644 --- a/h2/src/main/org/h2/util/SmallLRUCache.java +++ b/h2/src/main/org/h2/util/SmallLRUCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/SmallMap.java b/h2/src/main/org/h2/util/SmallMap.java index f15f4da8cba77a38e45204fb6e79a0876ea3c32c..81fda004bf88059485b0f4a78733c18d371e89ed 100644 --- a/h2/src/main/org/h2/util/SmallMap.java +++ b/h2/src/main/org/h2/util/SmallMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/SoftHashMap.java b/h2/src/main/org/h2/util/SoftHashMap.java index 48ade8275b12d391e6a8243c43bdb8196f1ee27f..d9c7ee3a4e14dc73bd8393ea444cff0eb3b38a58 100644 --- a/h2/src/main/org/h2/util/SoftHashMap.java +++ b/h2/src/main/org/h2/util/SoftHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/SortedProperties.java b/h2/src/main/org/h2/util/SortedProperties.java index d5f4b5bb9c5f3bddaf8ef66c6c49f54e761e462c..f55b0d3fdb873e22dc4444f2a67badb13546d637 100644 --- a/h2/src/main/org/h2/util/SortedProperties.java +++ b/h2/src/main/org/h2/util/SortedProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/SourceCompiler.java b/h2/src/main/org/h2/util/SourceCompiler.java index 69844eedba4e63ad28ab2663ab68c8dd2f927f84..b38c954702e379633bdb8c0d686ac008cbad5de0 100644 --- a/h2/src/main/org/h2/util/SourceCompiler.java +++ b/h2/src/main/org/h2/util/SourceCompiler.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/StatementBuilder.java b/h2/src/main/org/h2/util/StatementBuilder.java index f4f6dc02a2992250caac20da7ccc194a90d21f00..63a6a0cd5c42f347cff82c39c6dd887716f15471 100644 --- a/h2/src/main/org/h2/util/StatementBuilder.java +++ b/h2/src/main/org/h2/util/StatementBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/StringUtils.java b/h2/src/main/org/h2/util/StringUtils.java index 33d8cc757792831352d978e13aa6b7512dd63144..cb4e612095525bf55deb06dc5b12b20e7c53816e 100644 --- a/h2/src/main/org/h2/util/StringUtils.java +++ b/h2/src/main/org/h2/util/StringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/SynchronizedVerifier.java b/h2/src/main/org/h2/util/SynchronizedVerifier.java index d8d03504f6cebc05e0179d6918a9952dd0f8ea6b..be7281357a555b1d57146f5b44d73442ab5d26ca 100644 --- a/h2/src/main/org/h2/util/SynchronizedVerifier.java +++ b/h2/src/main/org/h2/util/SynchronizedVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/Task.java b/h2/src/main/org/h2/util/Task.java index e434ded3d42264fd1c78d6c5df279983a50f1230..42239e0cb602c16e2f5dcd951731a8a5c325c367 100644 --- a/h2/src/main/org/h2/util/Task.java +++ b/h2/src/main/org/h2/util/Task.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/TempFileDeleter.java b/h2/src/main/org/h2/util/TempFileDeleter.java index 52dde4ad2d544fc970a05a331953f59f6719ac83..71290d2f2b94870cd050e9c7c8f5759632e570ca 100644 --- a/h2/src/main/org/h2/util/TempFileDeleter.java +++ b/h2/src/main/org/h2/util/TempFileDeleter.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/Tool.java b/h2/src/main/org/h2/util/Tool.java index 23f8181a4e34721fb983d4abbeae472028a2e430..c9f05a4e880f56bd137dff7b1b8a8aedede5acf5 100644 --- a/h2/src/main/org/h2/util/Tool.java +++ b/h2/src/main/org/h2/util/Tool.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/Utils.java b/h2/src/main/org/h2/util/Utils.java index 7d5787983be97c9c794d948ebae5df0cd1d2fe8f..621f2f9c359c436f84ca9c8acca67ed99e7772a8 100644 --- a/h2/src/main/org/h2/util/Utils.java +++ b/h2/src/main/org/h2/util/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/ValueHashMap.java b/h2/src/main/org/h2/util/ValueHashMap.java index 30d17db74088effa86357f5f61ae1bea0e81c148..a2b00198bd78bb97667a6f94643d26dca606ba3e 100644 --- a/h2/src/main/org/h2/util/ValueHashMap.java +++ b/h2/src/main/org/h2/util/ValueHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/util/package.html b/h2/src/main/org/h2/util/package.html index bb98df4df36ef54d0a409f6297e0acd6ebb27bfd..0e5bdad6f1272c9ece13cf969cb2efed2d698427 100644 --- a/h2/src/main/org/h2/util/package.html +++ b/h2/src/main/org/h2/util/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/CaseInsensitiveMap.java b/h2/src/main/org/h2/value/CaseInsensitiveMap.java index 858d553fc8d553a02d6f7135fc6d26ef0b2694a3..196f9e3442484fddd8dbdf7e6d6ac1871ab2ebba 100644 --- a/h2/src/main/org/h2/value/CaseInsensitiveMap.java +++ b/h2/src/main/org/h2/value/CaseInsensitiveMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/CompareMode.java b/h2/src/main/org/h2/value/CompareMode.java index a9b80a0310e826ee093f9b63129c3dc62b23bff4..79e6787ebe863c580b245ad7ab49262ea311a0d9 100644 --- a/h2/src/main/org/h2/value/CompareMode.java +++ b/h2/src/main/org/h2/value/CompareMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/CompareModeDefault.java b/h2/src/main/org/h2/value/CompareModeDefault.java index 1cb295d4473c204339ae2068975228bdc281b8a2..c5560ba7305e0971c7d379271068f9096c1b8ee4 100644 --- a/h2/src/main/org/h2/value/CompareModeDefault.java +++ b/h2/src/main/org/h2/value/CompareModeDefault.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/CompareModeIcu4J.java b/h2/src/main/org/h2/value/CompareModeIcu4J.java index 3a7a4471434c005b86fe5fb3185fdc5c0570a6b9..216068fbe30d9b80c891c5395ecdbb86930be4ac 100644 --- a/h2/src/main/org/h2/value/CompareModeIcu4J.java +++ b/h2/src/main/org/h2/value/CompareModeIcu4J.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/DataType.java b/h2/src/main/org/h2/value/DataType.java index 9913d6995e09326122a40adc332fc7848b6d32ae..a051dec49853d517230f421c4b875b31f8ba3ea6 100644 --- a/h2/src/main/org/h2/value/DataType.java +++ b/h2/src/main/org/h2/value/DataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/Transfer.java b/h2/src/main/org/h2/value/Transfer.java index e31a43dcbca332000f9918f5943970bbee991813..38d70b783ef083dab5de17e185f74dd5ce04a803 100644 --- a/h2/src/main/org/h2/value/Transfer.java +++ b/h2/src/main/org/h2/value/Transfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/Value.java b/h2/src/main/org/h2/value/Value.java index d4a704e171a8b3781f9e6b19eab711071aa30e36..ef8a5e140f522e10356a8d86656257638d34c9de 100644 --- a/h2/src/main/org/h2/value/Value.java +++ b/h2/src/main/org/h2/value/Value.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueArray.java b/h2/src/main/org/h2/value/ValueArray.java index 531567d04255dfcf1350f108fe833b3c653bdd6b..ca109d85a819739fa247dfe58cf0d5af156f7bc1 100644 --- a/h2/src/main/org/h2/value/ValueArray.java +++ b/h2/src/main/org/h2/value/ValueArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueBoolean.java b/h2/src/main/org/h2/value/ValueBoolean.java index 820e67dabaaf2e851d029161747e9fb3f24b0d91..a922120197179684acb49d6a771391e35581030e 100644 --- a/h2/src/main/org/h2/value/ValueBoolean.java +++ b/h2/src/main/org/h2/value/ValueBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueByte.java b/h2/src/main/org/h2/value/ValueByte.java index b38a700d3901ab787002aeeb5c00f73eeb46dd9f..17dcc33c4050a79d005daf5198d45849131de0cc 100644 --- a/h2/src/main/org/h2/value/ValueByte.java +++ b/h2/src/main/org/h2/value/ValueByte.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueBytes.java b/h2/src/main/org/h2/value/ValueBytes.java index 474900e2eaa085df214856985c4bc70f1f7fe47d..0d36c36c4978d1af9fb184193770e4aa5dedb7e4 100644 --- a/h2/src/main/org/h2/value/ValueBytes.java +++ b/h2/src/main/org/h2/value/ValueBytes.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueDate.java b/h2/src/main/org/h2/value/ValueDate.java index 94576e4c50b95c8f2854289205f6c8832269c748..ab2de56f9b8075c1f68f63feeee739e364fe04f4 100644 --- a/h2/src/main/org/h2/value/ValueDate.java +++ b/h2/src/main/org/h2/value/ValueDate.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueDecimal.java b/h2/src/main/org/h2/value/ValueDecimal.java index 0d30875cc138c2ddefbb51631ee885169b8838c3..5c4eee5681927f9ecf408eb95f47a7c71428d749 100644 --- a/h2/src/main/org/h2/value/ValueDecimal.java +++ b/h2/src/main/org/h2/value/ValueDecimal.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueDouble.java b/h2/src/main/org/h2/value/ValueDouble.java index d2203a4ed14b71578fa8c50787c815b8f0383c56..c9ae82d8f3b21d6e31584dabf76a7aea17a70af4 100644 --- a/h2/src/main/org/h2/value/ValueDouble.java +++ b/h2/src/main/org/h2/value/ValueDouble.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueFloat.java b/h2/src/main/org/h2/value/ValueFloat.java index f4e2d1d750bb7a43d908378f4f44f880ef32b5e9..1af43864cb4812c8146d941b0d2cd64478d6d435 100644 --- a/h2/src/main/org/h2/value/ValueFloat.java +++ b/h2/src/main/org/h2/value/ValueFloat.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueInt.java b/h2/src/main/org/h2/value/ValueInt.java index 113ffc6cf26194f13a7626ffb0e6b53d75d3a8e7..e9c44feb5d151e1be093d17fcdd959058cdb728e 100644 --- a/h2/src/main/org/h2/value/ValueInt.java +++ b/h2/src/main/org/h2/value/ValueInt.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueJavaObject.java b/h2/src/main/org/h2/value/ValueJavaObject.java index 0ec13d6407c8a1037fb80e00ab98983b156e4700..e19260bc225531f81b1eeda30d4dccede71e4392 100644 --- a/h2/src/main/org/h2/value/ValueJavaObject.java +++ b/h2/src/main/org/h2/value/ValueJavaObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueLob.java b/h2/src/main/org/h2/value/ValueLob.java index dd7b0e85dfc6935596dfd88a94df258348c5b6dc..b5c46471bcf6c58bcc0e83e0bae543767f7dbfc4 100644 --- a/h2/src/main/org/h2/value/ValueLob.java +++ b/h2/src/main/org/h2/value/ValueLob.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueLobDb.java b/h2/src/main/org/h2/value/ValueLobDb.java index cb6ddc2ce8e4511d0fd8f6106319c68e7f6abb7f..a19b45d77618eed9b8d13da00dc4fe1438811b65 100644 --- a/h2/src/main/org/h2/value/ValueLobDb.java +++ b/h2/src/main/org/h2/value/ValueLobDb.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueLong.java b/h2/src/main/org/h2/value/ValueLong.java index b913fcd139decb648e2fdaa2b947cc3eb3b407b1..dae04705100652d8398c6aa971cf06754ea9e3c9 100644 --- a/h2/src/main/org/h2/value/ValueLong.java +++ b/h2/src/main/org/h2/value/ValueLong.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueNull.java b/h2/src/main/org/h2/value/ValueNull.java index 7033cfb52c8560a0da673ae7a3a666be0e9d7229..e095a8b78296e07bbf6dc5324fe28670f475f6db 100644 --- a/h2/src/main/org/h2/value/ValueNull.java +++ b/h2/src/main/org/h2/value/ValueNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueResultSet.java b/h2/src/main/org/h2/value/ValueResultSet.java index 3c262e1693e2423439a71ddb38863375482a1b27..f91d00d3bd297ddda6be1e12e430bc0dbd4227d0 100644 --- a/h2/src/main/org/h2/value/ValueResultSet.java +++ b/h2/src/main/org/h2/value/ValueResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueShort.java b/h2/src/main/org/h2/value/ValueShort.java index b27471dc4d01906bdc2a444ede93c529070859d9..1ad0c1783bf0fa39e155c750236eb87af3d02adf 100644 --- a/h2/src/main/org/h2/value/ValueShort.java +++ b/h2/src/main/org/h2/value/ValueShort.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueString.java b/h2/src/main/org/h2/value/ValueString.java index 96232b4404e1a460c4f19cb047d1bb2912d0ddfa..5752c691651a2bd3cd849f7eceefeff1f340c64c 100644 --- a/h2/src/main/org/h2/value/ValueString.java +++ b/h2/src/main/org/h2/value/ValueString.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueStringFixed.java b/h2/src/main/org/h2/value/ValueStringFixed.java index 2a1201064d8aaa4e61cd633a7e8f0bd29eea5d1f..f49464ab41708918dfba767f19b9f5626fe292b1 100644 --- a/h2/src/main/org/h2/value/ValueStringFixed.java +++ b/h2/src/main/org/h2/value/ValueStringFixed.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueStringIgnoreCase.java b/h2/src/main/org/h2/value/ValueStringIgnoreCase.java index 40f0573edf51d24b8ef5f2ae52ab92cc06c8c690..e14b41fe5ed9fe518aa262208fedbe6edb9c79c5 100644 --- a/h2/src/main/org/h2/value/ValueStringIgnoreCase.java +++ b/h2/src/main/org/h2/value/ValueStringIgnoreCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueTime.java b/h2/src/main/org/h2/value/ValueTime.java index ae87aace5b216e79d6e9a45578bd40cb43a33bb8..b753165ffe2f093c62c487901d1eca37aa1820a2 100644 --- a/h2/src/main/org/h2/value/ValueTime.java +++ b/h2/src/main/org/h2/value/ValueTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueTimestamp.java b/h2/src/main/org/h2/value/ValueTimestamp.java index e2c30d8494a181e6ada7e0fc68dbfa1cbaa15e5c..5d84ea6cac7c1872981e95f16ad77acf9b55a910 100644 --- a/h2/src/main/org/h2/value/ValueTimestamp.java +++ b/h2/src/main/org/h2/value/ValueTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/ValueUuid.java b/h2/src/main/org/h2/value/ValueUuid.java index 3a2ec90a05d45ce80af74a4829adeeb8fc2ae563..643572d207b46abc5a4c8219e0e7b1cb58c5817f 100644 --- a/h2/src/main/org/h2/value/ValueUuid.java +++ b/h2/src/main/org/h2/value/ValueUuid.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/main/org/h2/value/package.html b/h2/src/main/org/h2/value/package.html index d0758db3eb0841f52f234b81cb43faabcc5ba4bc..223d53187de816782ec9a33546696e44505cd2b1 100644 --- a/h2/src/main/org/h2/value/package.html +++ b/h2/src/main/org/h2/value/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/CachedPreparedStatements.java b/h2/src/test/org/h2/samples/CachedPreparedStatements.java index 22b9d2b364834871a4a01e74fb89bc7e78f11949..2d31c6fca06a1fd7beab2a8f72deab8f28e7cb9f 100644 --- a/h2/src/test/org/h2/samples/CachedPreparedStatements.java +++ b/h2/src/test/org/h2/samples/CachedPreparedStatements.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/Compact.java b/h2/src/test/org/h2/samples/Compact.java index 4422708882b3523ba734e73ebd50eb13e242d10d..05d06084f2212d90d01bd0cd92c16ba54b9b295e 100644 --- a/h2/src/test/org/h2/samples/Compact.java +++ b/h2/src/test/org/h2/samples/Compact.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/CreateScriptFile.java b/h2/src/test/org/h2/samples/CreateScriptFile.java index ecf959d8af336e8cf05e5bdc811f197f9cfb5647..83cf0e3a39000be4839968583f733e5d739144ae 100644 --- a/h2/src/test/org/h2/samples/CreateScriptFile.java +++ b/h2/src/test/org/h2/samples/CreateScriptFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/CsvSample.java b/h2/src/test/org/h2/samples/CsvSample.java index 7c69472d9d1949c0e2486f2423ce943e9b497e81..0061aa5b5fb49465d93b902785d30805e63f803f 100644 --- a/h2/src/test/org/h2/samples/CsvSample.java +++ b/h2/src/test/org/h2/samples/CsvSample.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/DirectInsert.java b/h2/src/test/org/h2/samples/DirectInsert.java index cf8dfe343ebe9dc52f9e07e0a85d64373b97b6d9..04b7b262cfb8d2e62a901aef69d41614116952bd 100644 --- a/h2/src/test/org/h2/samples/DirectInsert.java +++ b/h2/src/test/org/h2/samples/DirectInsert.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/FileFunctions.java b/h2/src/test/org/h2/samples/FileFunctions.java index c1dff2e874ab3f9deb2cf1d1d7456056a4676ee5..1840f181a366f879674e20ded87473875e90672a 100644 --- a/h2/src/test/org/h2/samples/FileFunctions.java +++ b/h2/src/test/org/h2/samples/FileFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/Function.java b/h2/src/test/org/h2/samples/Function.java index 3fa1ec936cfadbc6131ca990c8c2b91f537ea9ed..0e61f8818c9995fa4a8251bb5011fc92a27414ac 100644 --- a/h2/src/test/org/h2/samples/Function.java +++ b/h2/src/test/org/h2/samples/Function.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/FunctionMultiReturn.java b/h2/src/test/org/h2/samples/FunctionMultiReturn.java index 2c57839513cd7d4fe287789899dc4f1b7a7cc3c3..2193cd4228c43970120cd2ba80726292eb9f596e 100644 --- a/h2/src/test/org/h2/samples/FunctionMultiReturn.java +++ b/h2/src/test/org/h2/samples/FunctionMultiReturn.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/HelloWorld.java b/h2/src/test/org/h2/samples/HelloWorld.java index 9920319c9d9d5bc5433b88dbe1b9d02f47eea273..50ae13e0367c9dc13c847e9c0cba9f9e27dd1d6e 100644 --- a/h2/src/test/org/h2/samples/HelloWorld.java +++ b/h2/src/test/org/h2/samples/HelloWorld.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/InitDatabaseFromJar.java b/h2/src/test/org/h2/samples/InitDatabaseFromJar.java index f29c0213532d7b95f72d7708148b233da1395262..06fb1aa00db44885d49c96a39cabbf60ca7fbe12 100644 --- a/h2/src/test/org/h2/samples/InitDatabaseFromJar.java +++ b/h2/src/test/org/h2/samples/InitDatabaseFromJar.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/MixedMode.java b/h2/src/test/org/h2/samples/MixedMode.java index 8380d0e1018fb1367b875b75af2cea8057887b10..b3c5800e6ab02ed6d14b112c549c4da88f3cc646 100644 --- a/h2/src/test/org/h2/samples/MixedMode.java +++ b/h2/src/test/org/h2/samples/MixedMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/Newsfeed.java b/h2/src/test/org/h2/samples/Newsfeed.java index ed8ce8a44fbe24bcee3ebc6b46aa151d2b9b8db5..58e67b6edb8b0bcc2d90469d5016b65d55410a44 100644 --- a/h2/src/test/org/h2/samples/Newsfeed.java +++ b/h2/src/test/org/h2/samples/Newsfeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java b/h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java index 7e1533f4de668ed1fae236a1795cf57ee0c44668..1fda23a446e631f801fd3d3b671c02325d7762b5 100644 --- a/h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java +++ b/h2/src/test/org/h2/samples/ReadOnlyDatabaseInZip.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/RowAccessRights.java b/h2/src/test/org/h2/samples/RowAccessRights.java index 5296c00140f72b459b3b3e065fe782b218102308..e90119e936a38105cb4b99aaba2aa7c5198913ee 100644 --- a/h2/src/test/org/h2/samples/RowAccessRights.java +++ b/h2/src/test/org/h2/samples/RowAccessRights.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/SQLInjection.java b/h2/src/test/org/h2/samples/SQLInjection.java index 5952ce231cb3fde56ec25af1c8b277ea2cf7a1a5..daa9366251d44b28e36793fd2ffc04e2e89a73d3 100644 --- a/h2/src/test/org/h2/samples/SQLInjection.java +++ b/h2/src/test/org/h2/samples/SQLInjection.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/SecurePassword.java b/h2/src/test/org/h2/samples/SecurePassword.java index 844a903e3c26032198928e3b25de0e6f092ca924..61f9c191419a13bd9863b3fdbfcc986dccddb2c3 100644 --- a/h2/src/test/org/h2/samples/SecurePassword.java +++ b/h2/src/test/org/h2/samples/SecurePassword.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/ShowProgress.java b/h2/src/test/org/h2/samples/ShowProgress.java index 963b52b7f64c156d79bc706eb5e66028b2477f0f..539b95628d14db841ecf5d8a134f6aef962b6aa0 100644 --- a/h2/src/test/org/h2/samples/ShowProgress.java +++ b/h2/src/test/org/h2/samples/ShowProgress.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/ShutdownServer.java b/h2/src/test/org/h2/samples/ShutdownServer.java index 8afd2d4800306971d770d4567190a5293689b7c2..9f30839de689facada507b295ff87331e58d4470 100644 --- a/h2/src/test/org/h2/samples/ShutdownServer.java +++ b/h2/src/test/org/h2/samples/ShutdownServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/TriggerPassData.java b/h2/src/test/org/h2/samples/TriggerPassData.java index c7aba6f0499e7019e4e4230a1c1f11b37f9b5959..55e48c9c380e44f004d402c769bce4f03ddff44f 100644 --- a/h2/src/test/org/h2/samples/TriggerPassData.java +++ b/h2/src/test/org/h2/samples/TriggerPassData.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/TriggerSample.java b/h2/src/test/org/h2/samples/TriggerSample.java index 44a5d31433e0a413e2dce7237cf03468e78209de..ca363a7e0bfc7a2efaf60d3183d43d5173a65712 100644 --- a/h2/src/test/org/h2/samples/TriggerSample.java +++ b/h2/src/test/org/h2/samples/TriggerSample.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/UpdatableView.java b/h2/src/test/org/h2/samples/UpdatableView.java index ed149a3796b1b83ded9e7377bfd347f44f671998..e49a6f591c3bd54b8f3a479decc23f4a66e9e40b 100644 --- a/h2/src/test/org/h2/samples/UpdatableView.java +++ b/h2/src/test/org/h2/samples/UpdatableView.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/fullTextSearch.sql b/h2/src/test/org/h2/samples/fullTextSearch.sql index 7ee32a278a5557a94a1c2adda4ec431363cec733..1b865014f0eb9a990d0f733d5549e8b34467c45a 100644 --- a/h2/src/test/org/h2/samples/fullTextSearch.sql +++ b/h2/src/test/org/h2/samples/fullTextSearch.sql @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/newsfeed.sql b/h2/src/test/org/h2/samples/newsfeed.sql index dd8c759851d731ea144efe7414deadcc3da4bb5e..bdd7870e02db69c79cb1a920d1f9cbf70da4a731 100644 --- a/h2/src/test/org/h2/samples/newsfeed.sql +++ b/h2/src/test/org/h2/samples/newsfeed.sql @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/optimizations.sql b/h2/src/test/org/h2/samples/optimizations.sql index 3c78ccbbccc26c03f804f8b3e224eb3671153511..e5fb15920da6c1b4f038956a76f376464f33e701 100644 --- a/h2/src/test/org/h2/samples/optimizations.sql +++ b/h2/src/test/org/h2/samples/optimizations.sql @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/samples/package.html b/h2/src/test/org/h2/samples/package.html index 2c3f9556641e4ca5a997d29597f5382436ba327f..668861149808f33ab0948189c5ee58447f37ca57 100644 --- a/h2/src/test/org/h2/samples/package.html +++ b/h2/src/test/org/h2/samples/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/TestAll.java b/h2/src/test/org/h2/test/TestAll.java index 33e3ef4cfd15886b289559caa6492e958ac85117..9286294433be3fef9abecc500260c322e3394360 100644 --- a/h2/src/test/org/h2/test/TestAll.java +++ b/h2/src/test/org/h2/test/TestAll.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/TestBase.java b/h2/src/test/org/h2/test/TestBase.java index 864260e64ffe7bd31e97b855a7ebc3f0d1c2aacd..8979577b214f1a78728061a416251aa0f11c5993 100644 --- a/h2/src/test/org/h2/test/TestBase.java +++ b/h2/src/test/org/h2/test/TestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/Bench.java b/h2/src/test/org/h2/test/bench/Bench.java index 2c0e92d0996b41b947e8de1fb2adaff493f8e6ce..448ab6a5cc16ea6e61f678a4e5e38788aa842fd1 100644 --- a/h2/src/test/org/h2/test/bench/Bench.java +++ b/h2/src/test/org/h2/test/bench/Bench.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/BenchA.java b/h2/src/test/org/h2/test/bench/BenchA.java index 98d5b71dd356d99f4b355f25f01e9cad94527b48..5279d4e89cf637d5382dd7dcb5589e9c55b6049b 100644 --- a/h2/src/test/org/h2/test/bench/BenchA.java +++ b/h2/src/test/org/h2/test/bench/BenchA.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/BenchB.java b/h2/src/test/org/h2/test/bench/BenchB.java index f20ab037732c5580800db7d4de033a6813a03ecc..6b048f13f9fb79943ea85d3645e5589bfaab496b 100644 --- a/h2/src/test/org/h2/test/bench/BenchB.java +++ b/h2/src/test/org/h2/test/bench/BenchB.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/BenchC.java b/h2/src/test/org/h2/test/bench/BenchC.java index c8ff1900f3cedee779f6b9b9f4139e31f7ed92af..6f8fb728116416bc699dd9ba8d0b3aec17e47cb7 100644 --- a/h2/src/test/org/h2/test/bench/BenchC.java +++ b/h2/src/test/org/h2/test/bench/BenchC.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/BenchCRandom.java b/h2/src/test/org/h2/test/bench/BenchCRandom.java index e8c9cfcdb1be870433f610228bf42268477c4d49..6187cd4960c59bbb28fa9316c5f99572d636a1cd 100644 --- a/h2/src/test/org/h2/test/bench/BenchCRandom.java +++ b/h2/src/test/org/h2/test/bench/BenchCRandom.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/BenchCThread.java b/h2/src/test/org/h2/test/bench/BenchCThread.java index ff59625e63242e2c64354736c42255e2b2aaf69a..64847b2bc3d081c2910e9f5473bdf5d029201255 100644 --- a/h2/src/test/org/h2/test/bench/BenchCThread.java +++ b/h2/src/test/org/h2/test/bench/BenchCThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/BenchSimple.java b/h2/src/test/org/h2/test/bench/BenchSimple.java index 57660203b76b8358ef942f6507c528d5c5fe5833..adac2e03f1702c4811b08d5848cfcbd4b86efbd3 100644 --- a/h2/src/test/org/h2/test/bench/BenchSimple.java +++ b/h2/src/test/org/h2/test/bench/BenchSimple.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/Database.java b/h2/src/test/org/h2/test/bench/Database.java index 567bb1c77f6a95d1e8477f9c40fdb517326a845d..862ee6bd4a60ab9a39087a75e6575fe534a08907 100644 --- a/h2/src/test/org/h2/test/bench/Database.java +++ b/h2/src/test/org/h2/test/bench/Database.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/TestPerformance.java b/h2/src/test/org/h2/test/bench/TestPerformance.java index 3cc343fd4bcc59f55d150fc1d5743f11fd239d24..84dc2d8827d75a1a28cde700ad92981b628efabc 100644 --- a/h2/src/test/org/h2/test/bench/TestPerformance.java +++ b/h2/src/test/org/h2/test/bench/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/bench/package.html b/h2/src/test/org/h2/test/bench/package.html index ac51af4f11d555eb704bfdd98831f3a316fc2670..94fc77067bd9d83299d0f66955c2f1b4c2c512d5 100644 --- a/h2/src/test/org/h2/test/bench/package.html +++ b/h2/src/test/org/h2/test/bench/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/coverage/Coverage.java b/h2/src/test/org/h2/test/coverage/Coverage.java index 518a530818883fe5b31f5eb958902b31de70cdde..c78e1d8b84cd64da9ea7344afa32ce917156c2d3 100644 --- a/h2/src/test/org/h2/test/coverage/Coverage.java +++ b/h2/src/test/org/h2/test/coverage/Coverage.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/coverage/Profile.java b/h2/src/test/org/h2/test/coverage/Profile.java index 6c813ae0efdbe1c4e20d0f4ac7785ffcc942cd52..844fb8ec99ebd7a9424a927e143d5b903c4dda0a 100644 --- a/h2/src/test/org/h2/test/coverage/Profile.java +++ b/h2/src/test/org/h2/test/coverage/Profile.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/coverage/Tokenizer.java b/h2/src/test/org/h2/test/coverage/Tokenizer.java index 44d2d88c82e1b1b090b2530d7c842f9423856045..f95a0b0e4a73b3cd08a246c54a11fdb1cc9046ca 100644 --- a/h2/src/test/org/h2/test/coverage/Tokenizer.java +++ b/h2/src/test/org/h2/test/coverage/Tokenizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/coverage/package.html b/h2/src/test/org/h2/test/coverage/package.html index 72eb7d4236580bc1a2bd2470e87b936fd7d8ded5..d9fdf30a3432ebace7f535b790db170c3de94f22 100644 --- a/h2/src/test/org/h2/test/coverage/package.html +++ b/h2/src/test/org/h2/test/coverage/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/Db.java b/h2/src/test/org/h2/test/db/Db.java index ddb78468106ab538271cad1bb7219d53a91ee3cf..81001606bbbd684b9785dfb949bccdf18684651c 100644 --- a/h2/src/test/org/h2/test/db/Db.java +++ b/h2/src/test/org/h2/test/db/Db.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TaskDef.java b/h2/src/test/org/h2/test/db/TaskDef.java index 1694679338a5f34680ce4d31e4b0b41727f9f4c8..ddffb9ab281ec2edec93b8bafba4d3cb6d92a069 100644 --- a/h2/src/test/org/h2/test/db/TaskDef.java +++ b/h2/src/test/org/h2/test/db/TaskDef.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TaskProcess.java b/h2/src/test/org/h2/test/db/TaskProcess.java index 292e6720ea4aa9f0bcf26c681158394315e13de6..7242c4c2448ea76d311b549db593b8d02adfae07 100644 --- a/h2/src/test/org/h2/test/db/TaskProcess.java +++ b/h2/src/test/org/h2/test/db/TaskProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestAlter.java b/h2/src/test/org/h2/test/db/TestAlter.java index 256e600b8b09d6cf881a5d7a17f8d50d477609a8..2f35f93821d885b6c90c20695e0074553f11fd2f 100644 --- a/h2/src/test/org/h2/test/db/TestAlter.java +++ b/h2/src/test/org/h2/test/db/TestAlter.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestAlterSchemaRename.java b/h2/src/test/org/h2/test/db/TestAlterSchemaRename.java index 1020af839ea5be5cc0d42d787108a49c31e9c583..5f7d6859a8693a4d7a2fe40f0ca012e1c42e0e82 100644 --- a/h2/src/test/org/h2/test/db/TestAlterSchemaRename.java +++ b/h2/src/test/org/h2/test/db/TestAlterSchemaRename.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestAutoRecompile.java b/h2/src/test/org/h2/test/db/TestAutoRecompile.java index 71de0060cd237af1f9899bad609848e431174803..80967d6826636d8d171a3dd280d3ffaa13f3cc0a 100644 --- a/h2/src/test/org/h2/test/db/TestAutoRecompile.java +++ b/h2/src/test/org/h2/test/db/TestAutoRecompile.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestBackup.java b/h2/src/test/org/h2/test/db/TestBackup.java index db0ba39d82ccc91536605d005519e5da22c85856..55085ddd1a040de1a6b58ff7a0347719f31db0f5 100644 --- a/h2/src/test/org/h2/test/db/TestBackup.java +++ b/h2/src/test/org/h2/test/db/TestBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestBigDb.java b/h2/src/test/org/h2/test/db/TestBigDb.java index 091a5807ff7cb9d174d71cd62daa74a94e60af1a..3f53a48c832d3bc6eef34daee34958cffc0c01e7 100644 --- a/h2/src/test/org/h2/test/db/TestBigDb.java +++ b/h2/src/test/org/h2/test/db/TestBigDb.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestBigResult.java b/h2/src/test/org/h2/test/db/TestBigResult.java index efa84412794b67d0cbe7d4c454c7ccd2e9b11707..cef4d210aec3670bd42200af1a9260ab8b3408bc 100644 --- a/h2/src/test/org/h2/test/db/TestBigResult.java +++ b/h2/src/test/org/h2/test/db/TestBigResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestCases.java b/h2/src/test/org/h2/test/db/TestCases.java index 48a7ea008768a5dfa387e6577b14ae3591e60641..1411b63d375d7f331e667213dc81db567175408e 100644 --- a/h2/src/test/org/h2/test/db/TestCases.java +++ b/h2/src/test/org/h2/test/db/TestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestCheckpoint.java b/h2/src/test/org/h2/test/db/TestCheckpoint.java index 9c407736d3dd1354ff683dd97de628466eda0d64..d85f32192f7bf8c3d3476fad753719e554a7949d 100644 --- a/h2/src/test/org/h2/test/db/TestCheckpoint.java +++ b/h2/src/test/org/h2/test/db/TestCheckpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestCluster.java b/h2/src/test/org/h2/test/db/TestCluster.java index 8cf984d41307f8df70d6b231d263601db7cc02ef..d736faeed1228fb5a9292cac06c1951bf28e97c2 100644 --- a/h2/src/test/org/h2/test/db/TestCluster.java +++ b/h2/src/test/org/h2/test/db/TestCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestCompatibility.java b/h2/src/test/org/h2/test/db/TestCompatibility.java index b5ad527ca571c73373b03d3d04e21afd1fe1275b..4ce1bad2c500a5ac7d6c2ac87488ba25bfac0a71 100644 --- a/h2/src/test/org/h2/test/db/TestCompatibility.java +++ b/h2/src/test/org/h2/test/db/TestCompatibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestCsv.java b/h2/src/test/org/h2/test/db/TestCsv.java index 465c8e44849e5901b52ea853126854ade253099a..70afc8ca726c158a45dc934459fad544c9520d73 100644 --- a/h2/src/test/org/h2/test/db/TestCsv.java +++ b/h2/src/test/org/h2/test/db/TestCsv.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestDateStorage.java b/h2/src/test/org/h2/test/db/TestDateStorage.java index a0530835ae7fa551fa25deeaf471be3b1c5abadc..c08c353c994a3d34f3bcf48e7d9465bdd21964c2 100644 --- a/h2/src/test/org/h2/test/db/TestDateStorage.java +++ b/h2/src/test/org/h2/test/db/TestDateStorage.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestDeadlock.java b/h2/src/test/org/h2/test/db/TestDeadlock.java index 2d9294d6fc2fbf79d780f68eb3fb9c44a5a0aaa7..cf86781ceabe81b10ce1a4430948f53b2feb63c6 100644 --- a/h2/src/test/org/h2/test/db/TestDeadlock.java +++ b/h2/src/test/org/h2/test/db/TestDeadlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestEncryptedDb.java b/h2/src/test/org/h2/test/db/TestEncryptedDb.java index bd5f9a6860874c89c2a7bd406634d29e74c79048..6ddd082b7dc999fffee36e4439c205770c00a6fc 100644 --- a/h2/src/test/org/h2/test/db/TestEncryptedDb.java +++ b/h2/src/test/org/h2/test/db/TestEncryptedDb.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestExclusive.java b/h2/src/test/org/h2/test/db/TestExclusive.java index 71f0b84a43ff5a236d9716f04f7e55b51d44aaf0..b67ca0af19a3cf288bac00fd1371d3a790e7b1d6 100644 --- a/h2/src/test/org/h2/test/db/TestExclusive.java +++ b/h2/src/test/org/h2/test/db/TestExclusive.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestFullText.java b/h2/src/test/org/h2/test/db/TestFullText.java index 16238685b37333fbe2b8a4186bc213447807a820..7e3bf455106dc77ba33332c15e42653e50d7e496 100644 --- a/h2/src/test/org/h2/test/db/TestFullText.java +++ b/h2/src/test/org/h2/test/db/TestFullText.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestFunctionOverload.java b/h2/src/test/org/h2/test/db/TestFunctionOverload.java index ce18e46d4d963418d23eaf69c621e15ea055926b..adc37ad44eb4c689dcb487a18df54b6d4776e3e9 100644 --- a/h2/src/test/org/h2/test/db/TestFunctionOverload.java +++ b/h2/src/test/org/h2/test/db/TestFunctionOverload.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestFunctions.java b/h2/src/test/org/h2/test/db/TestFunctions.java index 5e8693fe09f7e6def4d2517ad1bebf5a5a8a9c52..bb0879ed1af80c71b490d367d1aa63a6951727a1 100644 --- a/h2/src/test/org/h2/test/db/TestFunctions.java +++ b/h2/src/test/org/h2/test/db/TestFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestIndex.java b/h2/src/test/org/h2/test/db/TestIndex.java index b464fd933d4fcff0d3be880d258ffcff9e39258b..50c844f4b6ba360f2339ba5bfbcde677096c460d 100644 --- a/h2/src/test/org/h2/test/db/TestIndex.java +++ b/h2/src/test/org/h2/test/db/TestIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestLargeBlob.java b/h2/src/test/org/h2/test/db/TestLargeBlob.java index 67338be40dfaf69b30e52493ec87c2fa0947a00e..fbc21ded1d725d378b2f2b93555935f98f972371 100644 --- a/h2/src/test/org/h2/test/db/TestLargeBlob.java +++ b/h2/src/test/org/h2/test/db/TestLargeBlob.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestLinkedTable.java b/h2/src/test/org/h2/test/db/TestLinkedTable.java index 0d72f3cb91b5ab330a55f51ea7656339d08585b0..15c775f46a450bd086c701af24bb483066ab8c94 100644 --- a/h2/src/test/org/h2/test/db/TestLinkedTable.java +++ b/h2/src/test/org/h2/test/db/TestLinkedTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestListener.java b/h2/src/test/org/h2/test/db/TestListener.java index f4f7f3b8c83d3c3471cbe40d44d991236b2f6b82..b3196408245540d054068b28dbe935888daee7d9 100644 --- a/h2/src/test/org/h2/test/db/TestListener.java +++ b/h2/src/test/org/h2/test/db/TestListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestLob.java b/h2/src/test/org/h2/test/db/TestLob.java index 0caf2aece04ce9eaeceeaccf8ffce0a3f7ab9465..2f50157ee1c2c3bdd23d2a39f31c40b0ca205814 100644 --- a/h2/src/test/org/h2/test/db/TestLob.java +++ b/h2/src/test/org/h2/test/db/TestLob.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestLobObject.java b/h2/src/test/org/h2/test/db/TestLobObject.java index 6074b12748cae69a888e115b8e9d05fb5e8b65e9..fc8f7c4f8c7f280862fb274a8b3662138140d342 100644 --- a/h2/src/test/org/h2/test/db/TestLobObject.java +++ b/h2/src/test/org/h2/test/db/TestLobObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestMemoryUsage.java b/h2/src/test/org/h2/test/db/TestMemoryUsage.java index 4a1cff6604ab6d0c60726a68b42150534be863c2..1a73bae3b018bdedec4ba9a7487590b52c5a1901 100644 --- a/h2/src/test/org/h2/test/db/TestMemoryUsage.java +++ b/h2/src/test/org/h2/test/db/TestMemoryUsage.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestMultiConn.java b/h2/src/test/org/h2/test/db/TestMultiConn.java index 2a19a30e78938c325cc43463ae02d35b40ba75ba..2d416499d8e7aca594efa23fb77e6345b0402ffb 100644 --- a/h2/src/test/org/h2/test/db/TestMultiConn.java +++ b/h2/src/test/org/h2/test/db/TestMultiConn.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestMultiDimension.java b/h2/src/test/org/h2/test/db/TestMultiDimension.java index 554c340fe19c6e9b373437da3a951f3683b88035..09287d0426cfe2b60090b982f7fe936f6c9c31a9 100644 --- a/h2/src/test/org/h2/test/db/TestMultiDimension.java +++ b/h2/src/test/org/h2/test/db/TestMultiDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestMultiThread.java b/h2/src/test/org/h2/test/db/TestMultiThread.java index 252060721f21ed0d82edc9d00fd488b158dc4b93..8cfe754461a0c6e149116f0c58ccbacae02671e2 100644 --- a/h2/src/test/org/h2/test/db/TestMultiThread.java +++ b/h2/src/test/org/h2/test/db/TestMultiThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestMultiThreadedKernel.java b/h2/src/test/org/h2/test/db/TestMultiThreadedKernel.java index f1b79318c6ebaeadf0f30df1b2a594a39a7f843a..7f8958dcd88095a47c9f2072515e6493a5bdd2a2 100644 --- a/h2/src/test/org/h2/test/db/TestMultiThreadedKernel.java +++ b/h2/src/test/org/h2/test/db/TestMultiThreadedKernel.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestOpenClose.java b/h2/src/test/org/h2/test/db/TestOpenClose.java index 6f938fae4d5a9e653abeeaf9e927e32e011458fd..0bee276405c73f40b46660e19215dd8c5f6e7d86 100644 --- a/h2/src/test/org/h2/test/db/TestOpenClose.java +++ b/h2/src/test/org/h2/test/db/TestOpenClose.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestOptimizations.java b/h2/src/test/org/h2/test/db/TestOptimizations.java index b980b05bf925335bdfb840c5726628c5646d039e..529ff892e46aa5688ab8ae876c4b0d66b9c70397 100644 --- a/h2/src/test/org/h2/test/db/TestOptimizations.java +++ b/h2/src/test/org/h2/test/db/TestOptimizations.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestOutOfMemory.java b/h2/src/test/org/h2/test/db/TestOutOfMemory.java index 55b06c4a20a8130d931c078387eeebcae5c4840d..c46e70d7d7dc7abb3567161415b645f9d0144743 100644 --- a/h2/src/test/org/h2/test/db/TestOutOfMemory.java +++ b/h2/src/test/org/h2/test/db/TestOutOfMemory.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestPowerOff.java b/h2/src/test/org/h2/test/db/TestPowerOff.java index 8e6836f5149c83362dcb68a3ecfaa03326a9626f..d964b0d88f287a25a9972e5ba914b21e452a0883 100644 --- a/h2/src/test/org/h2/test/db/TestPowerOff.java +++ b/h2/src/test/org/h2/test/db/TestPowerOff.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestQueryCache.java b/h2/src/test/org/h2/test/db/TestQueryCache.java index eec5bf5c924a5babc92a2181bdd0e2e6e3bb1e68..1b76ad5828929ea543228681eb2d2ab4110f9a9d 100644 --- a/h2/src/test/org/h2/test/db/TestQueryCache.java +++ b/h2/src/test/org/h2/test/db/TestQueryCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestReadOnly.java b/h2/src/test/org/h2/test/db/TestReadOnly.java index ed0494f8ecfe255e523c186b314931eb01a62d02..43053491b45262a0e63a616ae3642f1f3da4b2bb 100644 --- a/h2/src/test/org/h2/test/db/TestReadOnly.java +++ b/h2/src/test/org/h2/test/db/TestReadOnly.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestRecursiveQueries.java b/h2/src/test/org/h2/test/db/TestRecursiveQueries.java index 6d3dcc4c9b9299cf126db0805c2da2bec98ba8ba..5237f0cd109317b1e7b8caf933255008f82d7c75 100644 --- a/h2/src/test/org/h2/test/db/TestRecursiveQueries.java +++ b/h2/src/test/org/h2/test/db/TestRecursiveQueries.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestRights.java b/h2/src/test/org/h2/test/db/TestRights.java index a8cef98148fab99a0da712d250ff15fa872e4abf..237ea27ac34d082e5e83aab12fa4cd4f25c48542 100644 --- a/h2/src/test/org/h2/test/db/TestRights.java +++ b/h2/src/test/org/h2/test/db/TestRights.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestRunscript.java b/h2/src/test/org/h2/test/db/TestRunscript.java index 5306c9beb801ffdc74540fba67fa9f1aefb1a0af..4b1906bf688353794edb9c6cbc69233a8adaa1c0 100644 --- a/h2/src/test/org/h2/test/db/TestRunscript.java +++ b/h2/src/test/org/h2/test/db/TestRunscript.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestSQLInjection.java b/h2/src/test/org/h2/test/db/TestSQLInjection.java index 73c52f6fb6692e87ebc56f91e6e02b192808ee8a..616ec330ae1cfba54625e34a0531a576a105e098 100644 --- a/h2/src/test/org/h2/test/db/TestSQLInjection.java +++ b/h2/src/test/org/h2/test/db/TestSQLInjection.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestScript.java b/h2/src/test/org/h2/test/db/TestScript.java index dc94bf98a2eed17ddc8c62459c218b542a8f605c..6dccc1c3a563e6b1826b1959a51fa7f715498ce9 100644 --- a/h2/src/test/org/h2/test/db/TestScript.java +++ b/h2/src/test/org/h2/test/db/TestScript.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestScriptSimple.java b/h2/src/test/org/h2/test/db/TestScriptSimple.java index 771813974a643ca59024e7845ce7b612845265bd..fd12ac4bd0d99276888b76ba1d57b02ce34f7132 100644 --- a/h2/src/test/org/h2/test/db/TestScriptSimple.java +++ b/h2/src/test/org/h2/test/db/TestScriptSimple.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestSelectCountNonNullColumn.java b/h2/src/test/org/h2/test/db/TestSelectCountNonNullColumn.java index 818e89c604e07f6a4b592b746a91694bcee39900..39084a61bdf3024cbb6cf02f4227096ae5d7ac46 100644 --- a/h2/src/test/org/h2/test/db/TestSelectCountNonNullColumn.java +++ b/h2/src/test/org/h2/test/db/TestSelectCountNonNullColumn.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestSequence.java b/h2/src/test/org/h2/test/db/TestSequence.java index b50ec05040f2c613794447ba02926f9f90e83adf..bcc7800edc2a9a3bbd3f9ba30f1295f0c150cf64 100644 --- a/h2/src/test/org/h2/test/db/TestSequence.java +++ b/h2/src/test/org/h2/test/db/TestSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestSessionsLocks.java b/h2/src/test/org/h2/test/db/TestSessionsLocks.java index 7e57ebcb946312f8c143c7a493cf65029a0e9db6..832efe9e51c41c119e81886adffcedb60219c5e5 100644 --- a/h2/src/test/org/h2/test/db/TestSessionsLocks.java +++ b/h2/src/test/org/h2/test/db/TestSessionsLocks.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestSpaceReuse.java b/h2/src/test/org/h2/test/db/TestSpaceReuse.java index 7e5675af88dd8a174659f57704d6374e9bc7e34a..938e46ca56880563e24d1a5c48b00e82105c7f9c 100644 --- a/h2/src/test/org/h2/test/db/TestSpaceReuse.java +++ b/h2/src/test/org/h2/test/db/TestSpaceReuse.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestSpeed.java b/h2/src/test/org/h2/test/db/TestSpeed.java index cc6e05fd2784c018acb6b803c88113f79ac6a226..0cef106d9a277b97d567f3b81c19425b839ff1ea 100644 --- a/h2/src/test/org/h2/test/db/TestSpeed.java +++ b/h2/src/test/org/h2/test/db/TestSpeed.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestTableEngines.java b/h2/src/test/org/h2/test/db/TestTableEngines.java index 705573e5cfdfe1883ad50c83081b0ad54d2a0421..199e1fc1ef724937f3fa299040bc5dc5752c5d8f 100644 --- a/h2/src/test/org/h2/test/db/TestTableEngines.java +++ b/h2/src/test/org/h2/test/db/TestTableEngines.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestTempTables.java b/h2/src/test/org/h2/test/db/TestTempTables.java index 6211642b244d22d011b17e7cb4e51f476cb44f81..c966886989dd365d19b1040fc1a222f183453768 100644 --- a/h2/src/test/org/h2/test/db/TestTempTables.java +++ b/h2/src/test/org/h2/test/db/TestTempTables.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestTransaction.java b/h2/src/test/org/h2/test/db/TestTransaction.java index 111c4b7f27d922c1c5abb0d9e9f923cec471147a..571640ccf46ed85d7624f630de6768ba66c15d8a 100644 --- a/h2/src/test/org/h2/test/db/TestTransaction.java +++ b/h2/src/test/org/h2/test/db/TestTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestTriggersConstraints.java b/h2/src/test/org/h2/test/db/TestTriggersConstraints.java index 79443a78727230824c604e54812190e13acbcd37..7971735ded528561e2b66a24b04ed415ddd1b9f5 100644 --- a/h2/src/test/org/h2/test/db/TestTriggersConstraints.java +++ b/h2/src/test/org/h2/test/db/TestTriggersConstraints.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestTwoPhaseCommit.java b/h2/src/test/org/h2/test/db/TestTwoPhaseCommit.java index abe0f7ce36e04289674e0b6472bb6d11a8e1d4db..9012ea1addb31f1c424ccf526f25b516f828480a 100644 --- a/h2/src/test/org/h2/test/db/TestTwoPhaseCommit.java +++ b/h2/src/test/org/h2/test/db/TestTwoPhaseCommit.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestUpgrade.java b/h2/src/test/org/h2/test/db/TestUpgrade.java index d3c5c27591bc4e43e2304bc293aaf1e45d2a5315..15ef73f8bc2a0a7d88f60ebc1b23e1ae4d5eb867 100644 --- a/h2/src/test/org/h2/test/db/TestUpgrade.java +++ b/h2/src/test/org/h2/test/db/TestUpgrade.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestView.java b/h2/src/test/org/h2/test/db/TestView.java index a35caafabb1f276ebca54b1ad3771d318a97d17e..37e07d7ed0b40abd96c4e7ba1b11c1c5bc254bca 100644 --- a/h2/src/test/org/h2/test/db/TestView.java +++ b/h2/src/test/org/h2/test/db/TestView.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestViewAlterTable.java b/h2/src/test/org/h2/test/db/TestViewAlterTable.java index 091297722f8a725a0fd989e14e15b4c0406d7092..265ac66934f0e7a0223ff9c1732db68ecb1d7bb0 100644 --- a/h2/src/test/org/h2/test/db/TestViewAlterTable.java +++ b/h2/src/test/org/h2/test/db/TestViewAlterTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/TestViewDropView.java b/h2/src/test/org/h2/test/db/TestViewDropView.java index a5b13887500041bc86cb377221c209a5f694bf90..3d92752574eb05b1001cc9a7f0c900bf37308325 100644 --- a/h2/src/test/org/h2/test/db/TestViewDropView.java +++ b/h2/src/test/org/h2/test/db/TestViewDropView.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/db/package.html b/h2/src/test/org/h2/test/db/package.html index 4f873dfab56d47d3936eb12012377d06ba205a95..54d0c0c66ed680751c12f05e721baf297def548c 100644 --- a/h2/src/test/org/h2/test/db/package.html +++ b/h2/src/test/org/h2/test/db/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jaqu/AliasMapTest.java b/h2/src/test/org/h2/test/jaqu/AliasMapTest.java index 3fe466a2eaea42c8c4f064dd2a05b68218611a4f..61932ce58c1d62cfa9e63cdff1a303cc824ed4fc 100644 --- a/h2/src/test/org/h2/test/jaqu/AliasMapTest.java +++ b/h2/src/test/org/h2/test/jaqu/AliasMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jaqu/AnnotationsTest.java b/h2/src/test/org/h2/test/jaqu/AnnotationsTest.java index 6ceec29d3ac9241f76faeddcdd242c1014035250..57a8c527ca60fcb02c202ae8476fa900aa3d3069 100644 --- a/h2/src/test/org/h2/test/jaqu/AnnotationsTest.java +++ b/h2/src/test/org/h2/test/jaqu/AnnotationsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: James Moger diff --git a/h2/src/test/org/h2/test/jaqu/ClobTest.java b/h2/src/test/org/h2/test/jaqu/ClobTest.java index 7ed32af802f3f5211d0f9a781ff7334f5002bb9d..4fbc8231e7cc4b6cd9371c25f8807f063917bba5 100644 --- a/h2/src/test/org/h2/test/jaqu/ClobTest.java +++ b/h2/src/test/org/h2/test/jaqu/ClobTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: James Moger diff --git a/h2/src/test/org/h2/test/jaqu/ComplexObject.java b/h2/src/test/org/h2/test/jaqu/ComplexObject.java index 5b4f442bbed780b69200d044e7e3de67280d3c82..93d6e00fe4121f6de54ccc5f968a20e9a53af140 100644 --- a/h2/src/test/org/h2/test/jaqu/ComplexObject.java +++ b/h2/src/test/org/h2/test/jaqu/ComplexObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jaqu/Customer.java b/h2/src/test/org/h2/test/jaqu/Customer.java index 4017e988c7edb5608067de78059da4ccdfcd39fa..8336810d6581f94604de0a9c6f6985f6398cbc2a 100644 --- a/h2/src/test/org/h2/test/jaqu/Customer.java +++ b/h2/src/test/org/h2/test/jaqu/Customer.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jaqu/ModelsTest.java b/h2/src/test/org/h2/test/jaqu/ModelsTest.java index 812f001cfe296f3a4074d42f1d59b43c97264fcb..85313a6c2e2db646b6aa00da67269b037e1fcb24 100644 --- a/h2/src/test/org/h2/test/jaqu/ModelsTest.java +++ b/h2/src/test/org/h2/test/jaqu/ModelsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: James Moger diff --git a/h2/src/test/org/h2/test/jaqu/Order.java b/h2/src/test/org/h2/test/jaqu/Order.java index 89bc6e6a605afe70d5d051d495174a5760f3c3c5..d76f5796a83a78322ca6c3a50e0ddf83bbbbbbb7 100644 --- a/h2/src/test/org/h2/test/jaqu/Order.java +++ b/h2/src/test/org/h2/test/jaqu/Order.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jaqu/Product.java b/h2/src/test/org/h2/test/jaqu/Product.java index 255e1c58a684047bcf3ead8346493ff8212be99d..f21fe70e4036d5b22ac88e335de0bc8a30ffef31 100644 --- a/h2/src/test/org/h2/test/jaqu/Product.java +++ b/h2/src/test/org/h2/test/jaqu/Product.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jaqu/ProductAnnotationOnly.java b/h2/src/test/org/h2/test/jaqu/ProductAnnotationOnly.java index 1430d9161d9e7353a7ea5156178778097469cafd..800d7e24a8259fc82ec1c7e83cb24ee8882f085a 100644 --- a/h2/src/test/org/h2/test/jaqu/ProductAnnotationOnly.java +++ b/h2/src/test/org/h2/test/jaqu/ProductAnnotationOnly.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: James Moger diff --git a/h2/src/test/org/h2/test/jaqu/ProductInheritedAnnotation.java b/h2/src/test/org/h2/test/jaqu/ProductInheritedAnnotation.java index 98ea422733ca8a008d6107af10e52409557f9a70..064cedfee880118987c72b05b9b46e2545f6b82e 100644 --- a/h2/src/test/org/h2/test/jaqu/ProductInheritedAnnotation.java +++ b/h2/src/test/org/h2/test/jaqu/ProductInheritedAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: James Moger diff --git a/h2/src/test/org/h2/test/jaqu/ProductMixedAnnotation.java b/h2/src/test/org/h2/test/jaqu/ProductMixedAnnotation.java index f351beb51b646c3fbe5b2bb42d34a979579cc1b3..e6738a3be669a4b39150f0041d254fd92bcd3c25 100644 --- a/h2/src/test/org/h2/test/jaqu/ProductMixedAnnotation.java +++ b/h2/src/test/org/h2/test/jaqu/ProductMixedAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: James Moger diff --git a/h2/src/test/org/h2/test/jaqu/ProductNoCreateTable.java b/h2/src/test/org/h2/test/jaqu/ProductNoCreateTable.java index 3c983cdd93f2aec2913e58cded874881f56df98f..78641a716caff7749931796fed5e5c44ba936a78 100644 --- a/h2/src/test/org/h2/test/jaqu/ProductNoCreateTable.java +++ b/h2/src/test/org/h2/test/jaqu/ProductNoCreateTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: James Moger diff --git a/h2/src/test/org/h2/test/jaqu/SamplesTest.java b/h2/src/test/org/h2/test/jaqu/SamplesTest.java index 8d41f00277cfc4b972489640219c0b3c7682993e..a7b87f034962b1bd2ee14abfdc862b9de525e6f9 100644 --- a/h2/src/test/org/h2/test/jaqu/SamplesTest.java +++ b/h2/src/test/org/h2/test/jaqu/SamplesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jaqu/SupportedTypes.java b/h2/src/test/org/h2/test/jaqu/SupportedTypes.java index a7bcb71f5cac6cbaada9c17aff23bc5f8e64200b..d75ef83a4dc8997e9e0b7fff8f28be8c4693dbba 100644 --- a/h2/src/test/org/h2/test/jaqu/SupportedTypes.java +++ b/h2/src/test/org/h2/test/jaqu/SupportedTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: James Moger diff --git a/h2/src/test/org/h2/test/jaqu/UpdateTest.java b/h2/src/test/org/h2/test/jaqu/UpdateTest.java index 006b13d7ab9849618babc10517a0d044c98f3619..ce97f0fbd2344f2a155a80ad750493147d4c8df7 100644 --- a/h2/src/test/org/h2/test/jaqu/UpdateTest.java +++ b/h2/src/test/org/h2/test/jaqu/UpdateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jaqu/package.html b/h2/src/test/org/h2/test/jaqu/package.html index 19d3efd6e71be09ae25730b64d3753cda98cb2b5..35386272e0517e90416a2d98f6160d34c79484a8 100644 --- a/h2/src/test/org/h2/test/jaqu/package.html +++ b/h2/src/test/org/h2/test/jaqu/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestBatchUpdates.java b/h2/src/test/org/h2/test/jdbc/TestBatchUpdates.java index e7f7b211fc6947840de2c1db7626188dd68ae305..03ee1df008e513c911d89f46784c71ffb3ef4270 100644 --- a/h2/src/test/org/h2/test/jdbc/TestBatchUpdates.java +++ b/h2/src/test/org/h2/test/jdbc/TestBatchUpdates.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestCallableStatement.java b/h2/src/test/org/h2/test/jdbc/TestCallableStatement.java index 2b2008cb2cd9ae7a34bccf1bed280d75386bc4a5..4ab21e745e11e30f3d62b1b1594dac52a5024cba 100644 --- a/h2/src/test/org/h2/test/jdbc/TestCallableStatement.java +++ b/h2/src/test/org/h2/test/jdbc/TestCallableStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestCancel.java b/h2/src/test/org/h2/test/jdbc/TestCancel.java index f671bd0332c87d1e7025aac3ab56ef172cdc2496..3520b2837b39e2f681c32ad12169abc5c6b71f42 100644 --- a/h2/src/test/org/h2/test/jdbc/TestCancel.java +++ b/h2/src/test/org/h2/test/jdbc/TestCancel.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestDatabaseEventListener.java b/h2/src/test/org/h2/test/jdbc/TestDatabaseEventListener.java index d9c4c18dc5ab4f0a64b1fc0c1d68357ba7701512..3f6006fb06cd7386932f9c9f91855aff27f57550 100644 --- a/h2/src/test/org/h2/test/jdbc/TestDatabaseEventListener.java +++ b/h2/src/test/org/h2/test/jdbc/TestDatabaseEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestDriver.java b/h2/src/test/org/h2/test/jdbc/TestDriver.java index c442db62bda4bc3f93ffc842bda9d25c69f8e170..131c46fb305c645c035d93f2ca630d3335cfb9e5 100644 --- a/h2/src/test/org/h2/test/jdbc/TestDriver.java +++ b/h2/src/test/org/h2/test/jdbc/TestDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestJavaObject.java b/h2/src/test/org/h2/test/jdbc/TestJavaObject.java index fbf2c68c28f1cd9d5ac0748e038382a1fdacbefa..f51c76c375f4b6cb686a4bdeef6446acc66fad18 100644 --- a/h2/src/test/org/h2/test/jdbc/TestJavaObject.java +++ b/h2/src/test/org/h2/test/jdbc/TestJavaObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestJavaObjectSerializer.java b/h2/src/test/org/h2/test/jdbc/TestJavaObjectSerializer.java index fc1e121dcf4b6991fe527638aa9fbad36ad78e37..b5a1d6e5480d3e6bfa22a963ac96eba100ccebbc 100644 --- a/h2/src/test/org/h2/test/jdbc/TestJavaObjectSerializer.java +++ b/h2/src/test/org/h2/test/jdbc/TestJavaObjectSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestLimitUpdates.java b/h2/src/test/org/h2/test/jdbc/TestLimitUpdates.java index 96d828a623aefb01bf0f5ed70cd7ebb1deee0073..3288324c7c33d1445c856628fb0d152329caa5a0 100644 --- a/h2/src/test/org/h2/test/jdbc/TestLimitUpdates.java +++ b/h2/src/test/org/h2/test/jdbc/TestLimitUpdates.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestLobApi.java b/h2/src/test/org/h2/test/jdbc/TestLobApi.java index 5c598442aa71ad9f5fc56d74bf3716ead41cf181..327b6d728600b7fb933b8d30046d0c31e8d7e3db 100644 --- a/h2/src/test/org/h2/test/jdbc/TestLobApi.java +++ b/h2/src/test/org/h2/test/jdbc/TestLobApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestManyJdbcObjects.java b/h2/src/test/org/h2/test/jdbc/TestManyJdbcObjects.java index 804f3abb0f57d76a7d88f47f321696b3a1a1b6f8..9bb67562bf3ee7780cb161664b7e6401cca1befe 100644 --- a/h2/src/test/org/h2/test/jdbc/TestManyJdbcObjects.java +++ b/h2/src/test/org/h2/test/jdbc/TestManyJdbcObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestMetaData.java b/h2/src/test/org/h2/test/jdbc/TestMetaData.java index cccc17ba134e618f29b87c005be5dee8c4e4e245..4174d3fb2dd52c8b9556bb16df2f3340094112fc 100644 --- a/h2/src/test/org/h2/test/jdbc/TestMetaData.java +++ b/h2/src/test/org/h2/test/jdbc/TestMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestNativeSQL.java b/h2/src/test/org/h2/test/jdbc/TestNativeSQL.java index a17332bd9ff1cb3acfd2f440f9cb0a57e1c006d5..772325930fe07fe8fdb964aa3c3100d4aebf43d6 100644 --- a/h2/src/test/org/h2/test/jdbc/TestNativeSQL.java +++ b/h2/src/test/org/h2/test/jdbc/TestNativeSQL.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestPreparedStatement.java b/h2/src/test/org/h2/test/jdbc/TestPreparedStatement.java index 7aa3c7e28b73186f0c977cd4d5233f6cbf639070..8d54b66e91f5f1acc2ecac4ad9f082c0d0d468bc 100644 --- a/h2/src/test/org/h2/test/jdbc/TestPreparedStatement.java +++ b/h2/src/test/org/h2/test/jdbc/TestPreparedStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestResultSet.java b/h2/src/test/org/h2/test/jdbc/TestResultSet.java index 2b32d5e6e7e8f31004625e9a342fd14248d005ac..bf4ff7a0ee4e1595fdf6c044ad61cf244af4b6c1 100644 --- a/h2/src/test/org/h2/test/jdbc/TestResultSet.java +++ b/h2/src/test/org/h2/test/jdbc/TestResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestStatement.java b/h2/src/test/org/h2/test/jdbc/TestStatement.java index 4f67eea0eb6a6bfa51257c7a2c7206f07fa827b0..af485dfa8844ef102da71e469264a04d9c3c2a59 100644 --- a/h2/src/test/org/h2/test/jdbc/TestStatement.java +++ b/h2/src/test/org/h2/test/jdbc/TestStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestTransactionIsolation.java b/h2/src/test/org/h2/test/jdbc/TestTransactionIsolation.java index e4724d2f1039d1af4ac6ae183d991d1f1b065b50..f51a8affb663f474873c83fbf536bcdc10752788 100644 --- a/h2/src/test/org/h2/test/jdbc/TestTransactionIsolation.java +++ b/h2/src/test/org/h2/test/jdbc/TestTransactionIsolation.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestUpdatableResultSet.java b/h2/src/test/org/h2/test/jdbc/TestUpdatableResultSet.java index 670629f4616283daaa0cb540c2128cb7a4fd1661..8ccbc9513853e2a9e6005bdc8ea5fa481d6ae521 100644 --- a/h2/src/test/org/h2/test/jdbc/TestUpdatableResultSet.java +++ b/h2/src/test/org/h2/test/jdbc/TestUpdatableResultSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/TestZloty.java b/h2/src/test/org/h2/test/jdbc/TestZloty.java index cb0acbb5041b8453cdf379df8bdfa1b4b7401791..252904409b5756ce6bfb356d7c96b6053eeb6731 100644 --- a/h2/src/test/org/h2/test/jdbc/TestZloty.java +++ b/h2/src/test/org/h2/test/jdbc/TestZloty.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, + * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/jdbc/package.html b/h2/src/test/org/h2/test/jdbc/package.html index 07f00089cf9fe74d5806c7e4cc0cbe5e5019a5c0..3d27295526bf908a435af33f5a225ca947b1fd72 100644 --- a/h2/src/test/org/h2/test/jdbc/package.html +++ b/h2/src/test/org/h2/test/jdbc/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group diff --git a/h2/src/test/org/h2/test/package.html b/h2/src/test/org/h2/test/package.html index 4c0a7c7a9a6b070b5d6e161a53adda5828ccd0f2..210c78206952ceedba9b1e710206add838f6e2a8 100644 --- a/h2/src/test/org/h2/test/package.html +++ b/h2/src/test/org/h2/test/package.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- -Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, +Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0, and under the Eclipse Public License, Version 1.0 (http://h2database.com/html/license.html). Initial Developer: H2 Group