From 3fb0a624f094408f9360bff5f2d975facff3afa9 Mon Sep 17 00:00:00 2001 From: Thomas Heigl Date: Mon, 9 Jan 2023 19:28:12 +0100 Subject: [PATCH] Update copyright year to 2023 --- LICENSE.md | 2 +- .../kryo/benchmarks/ConcurrencyBenchmark.java | 18 ++++++++++++++++++ .../benchmarks/FieldSerializerBenchmark.java | 2 +- .../kryo/benchmarks/KryoBenchmarks.java | 2 +- .../kryo/benchmarks/MapBenchmark.java | 2 +- .../kryo/benchmarks/data/Image.java | 2 +- .../kryo/benchmarks/data/Media.java | 2 +- .../kryo/benchmarks/data/MediaContent.java | 2 +- .../kryo/benchmarks/data/Sample.java | 2 +- .../kryo/benchmarks/io/ArrayBenchmark.java | 2 +- .../kryo/benchmarks/io/InputOutputState.java | 2 +- .../kryo/benchmarks/io/StringBenchmark.java | 2 +- .../io/VariableEncodingBenchmark.java | 2 +- .../esotericsoftware/kryo/ClassResolver.java | 2 +- .../kryo/DefaultSerializer.java | 2 +- src/com/esotericsoftware/kryo/Kryo.java | 2 +- .../esotericsoftware/kryo/KryoCopyable.java | 2 +- .../esotericsoftware/kryo/KryoException.java | 2 +- .../kryo/KryoSerializable.java | 2 +- .../kryo/ReferenceResolver.java | 2 +- .../esotericsoftware/kryo/Registration.java | 2 +- src/com/esotericsoftware/kryo/Serializer.java | 2 +- .../kryo/SerializerFactory.java | 2 +- .../kryo/io/ByteBufferInput.java | 2 +- .../kryo/io/ByteBufferInputStream.java | 2 +- .../kryo/io/ByteBufferOutput.java | 2 +- .../kryo/io/ByteBufferOutputStream.java | 2 +- src/com/esotericsoftware/kryo/io/Input.java | 2 +- .../esotericsoftware/kryo/io/InputChunked.java | 2 +- .../kryo/io/KryoBufferOverflowException.java | 2 +- .../kryo/io/KryoBufferUnderflowException.java | 2 +- .../kryo/io/KryoDataInput.java | 2 +- .../kryo/io/KryoDataOutput.java | 2 +- .../kryo/io/KryoObjectInput.java | 2 +- .../kryo/io/KryoObjectOutput.java | 2 +- src/com/esotericsoftware/kryo/io/Output.java | 2 +- .../kryo/io/OutputChunked.java | 2 +- .../kryo/serializers/AsmField.java | 2 +- .../kryo/serializers/BeanSerializer.java | 2 +- .../kryo/serializers/BlowfishSerializer.java | 2 +- .../kryo/serializers/CachedFields.java | 2 +- .../kryo/serializers/ClosureSerializer.java | 2 +- .../kryo/serializers/CollectionSerializer.java | 2 +- .../serializers/CompatibleFieldSerializer.java | 2 +- .../serializers/DefaultArraySerializers.java | 2 +- .../kryo/serializers/DefaultSerializers.java | 2 +- .../kryo/serializers/DeflateSerializer.java | 2 +- .../kryo/serializers/EnumMapSerializer.java | 2 +- .../kryo/serializers/EnumNameSerializer.java | 2 +- .../serializers/ExternalizableSerializer.java | 2 +- .../kryo/serializers/FieldSerializer.java | 2 +- .../ImmutableCollectionsSerializers.java | 2 +- .../kryo/serializers/ImmutableSerializer.java | 2 +- .../kryo/serializers/JavaSerializer.java | 2 +- .../kryo/serializers/MapSerializer.java | 2 +- .../kryo/serializers/OptionalSerializers.java | 2 +- .../kryo/serializers/RecordSerializer.java | 2 +- .../kryo/serializers/ReflectField.java | 2 +- .../serializers/TaggedFieldSerializer.java | 2 +- .../kryo/serializers/TimeSerializers.java | 2 +- .../kryo/serializers/UnsafeField.java | 2 +- .../serializers/VersionFieldSerializer.java | 2 +- .../kryo/unsafe/UnsafeByteBufferInput.java | 2 +- .../kryo/unsafe/UnsafeByteBufferOutput.java | 2 +- .../kryo/unsafe/UnsafeInput.java | 2 +- .../kryo/unsafe/UnsafeOutput.java | 2 +- .../kryo/unsafe/UnsafeUtil.java | 2 +- .../kryo/util/CuckooObjectMap.java | 2 +- .../kryo/util/DefaultClassResolver.java | 2 +- .../kryo/util/DefaultGenerics.java | 2 +- .../kryo/util/DefaultInstantiatorStrategy.java | 2 +- .../esotericsoftware/kryo/util/Generics.java | 2 +- .../kryo/util/GenericsUtil.java | 2 +- .../kryo/util/HashMapReferenceResolver.java | 2 +- .../kryo/util/IdentityMap.java | 2 +- .../kryo/util/IdentityObjectIntMap.java | 2 +- .../esotericsoftware/kryo/util/IntArray.java | 2 +- src/com/esotericsoftware/kryo/util/IntMap.java | 2 +- .../kryo/util/ListReferenceResolver.java | 2 +- .../kryo/util/MapReferenceResolver.java | 2 +- .../esotericsoftware/kryo/util/NoGenerics.java | 2 +- src/com/esotericsoftware/kryo/util/Null.java | 2 +- .../kryo/util/ObjectIntMap.java | 2 +- .../esotericsoftware/kryo/util/ObjectMap.java | 2 +- src/com/esotericsoftware/kryo/util/Pool.java | 2 +- src/com/esotericsoftware/kryo/util/Util.java | 2 +- .../esotericsoftware/kryo/TestDataJava11.java | 2 +- .../ImmutableCollectionsSerializersTest.java | 2 +- .../esotericsoftware/kryo/TestDataJava14.java | 2 +- .../kryo/serializers/RecordSerializerTest.java | 2 +- test/com/esotericsoftware/kryo/CopyTest.java | 2 +- test/com/esotericsoftware/kryo/DepthTest.java | 2 +- .../kryo/GarbageCollectionTest.java | 2 +- test/com/esotericsoftware/kryo/KryoAssert.java | 2 +- .../esotericsoftware/kryo/KryoTestCase.java | 2 +- .../esotericsoftware/kryo/ReferenceTest.java | 2 +- .../kryo/ReflectionAssert.java | 2 +- .../kryo/RegistrationTest.java | 2 +- .../kryo/SerializationBenchmarkTest.java | 2 +- .../kryo/SerializationCompatTest.java | 2 +- .../kryo/SerializationCompatTestData.java | 2 +- test/com/esotericsoftware/kryo/Unsafe.java | 2 +- .../kryo/WarnUnregisteredClassesTest.java | 2 +- .../kryo/io/ByteBufferInputOutputTest.java | 2 +- .../esotericsoftware/kryo/io/ChunkedTest.java | 2 +- .../kryo/io/InputOutputTest.java | 2 +- .../io/UnsafeByteBufferInputOutputTest.java | 2 +- .../kryo/io/UnsafeInputOutputTest.java | 2 +- .../kryo/serializers/ArraySerializerTest.java | 2 +- .../kryo/serializers/BeanSerializerTest.java | 2 +- .../serializers/BlowfishSerializerTest.java | 2 +- .../serializers/ClosureSerializerTest.java | 2 +- .../serializers/CollectionSerializerTest.java | 2 +- .../CompatibleFieldSerializerTest.java | 2 +- .../serializers/DefaultSerializersTest.java | 2 +- .../serializers/DeflateSerializerTest.java | 2 +- .../serializers/EnumNameSerializerTest.java | 2 +- .../ExternalizableSerializerTest.java | 2 +- .../FieldSerializerGenericsTest.java | 2 +- .../FieldSerializerInheritanceTest.java | 2 +- .../kryo/serializers/FieldSerializerTest.java | 2 +- .../kryo/serializers/GenericsTest.java | 2 +- .../kryo/serializers/JavaSerializerTest.java | 2 +- .../kryo/serializers/MapSerializerTest.java | 2 +- .../serializers/OptionalSerializersTest.java | 2 +- .../serializers/ParallelSerializationTest.java | 18 ++++++++++++++++++ .../serializers/SerializerPriorityTest.java | 2 +- .../serializers/TaggedFieldSerializerTest.java | 2 +- .../kryo/serializers/TimeSerializersTest.java | 2 +- .../VersionedFieldSerializerTest.java | 2 +- .../kryo/util/GenericsUtilTest.java | 2 +- .../esotericsoftware/kryo/util/PoolTest.java | 2 +- .../esotericsoftware/kryo/util/UtilTest.java | 2 +- 133 files changed, 167 insertions(+), 131 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index a64798f5c..a99bed885 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2008-2022, Nathan Sweet +Copyright (c) 2008-2023, Nathan Sweet All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/ConcurrencyBenchmark.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/ConcurrencyBenchmark.java index 06b078097..fea75677f 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/ConcurrencyBenchmark.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/ConcurrencyBenchmark.java @@ -1,3 +1,21 @@ +/* Copyright (c) 2008-2023, Nathan Sweet + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following + * conditions are met: + * + * - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided with the distribution. + * - Neither the name of Esoteric Software nor the names of its contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT + * SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ package com.esotericsoftware.kryo.benchmarks; diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/FieldSerializerBenchmark.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/FieldSerializerBenchmark.java index 491c98f6c..a4a760dee 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/FieldSerializerBenchmark.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/FieldSerializerBenchmark.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/KryoBenchmarks.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/KryoBenchmarks.java index d6e268ca1..341c9434f 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/KryoBenchmarks.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/KryoBenchmarks.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/MapBenchmark.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/MapBenchmark.java index 065de4535..b818d1b66 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/MapBenchmark.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/MapBenchmark.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2018, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Image.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Image.java index 5c3c61499..29b4238da 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Image.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Image.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Media.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Media.java index 08af6b9ff..ad1f89b9d 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Media.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Media.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/MediaContent.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/MediaContent.java index 8c65190cc..a9f59f958 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/MediaContent.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/MediaContent.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Sample.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Sample.java index 6846f44a0..b9ce303ab 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Sample.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/data/Sample.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/ArrayBenchmark.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/ArrayBenchmark.java index 4a4356736..3a3eda044 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/ArrayBenchmark.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/ArrayBenchmark.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/InputOutputState.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/InputOutputState.java index 434c0166a..1817a6d8f 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/InputOutputState.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/InputOutputState.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/StringBenchmark.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/StringBenchmark.java index a50d469f7..37b7c1044 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/StringBenchmark.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/StringBenchmark.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/VariableEncodingBenchmark.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/VariableEncodingBenchmark.java index 95ff0981d..37f58d3bf 100644 --- a/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/VariableEncodingBenchmark.java +++ b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/io/VariableEncodingBenchmark.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/ClassResolver.java b/src/com/esotericsoftware/kryo/ClassResolver.java index e34d5a1d9..8fedcd3e7 100644 --- a/src/com/esotericsoftware/kryo/ClassResolver.java +++ b/src/com/esotericsoftware/kryo/ClassResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/DefaultSerializer.java b/src/com/esotericsoftware/kryo/DefaultSerializer.java index 17aa97c9c..be00a0685 100644 --- a/src/com/esotericsoftware/kryo/DefaultSerializer.java +++ b/src/com/esotericsoftware/kryo/DefaultSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/Kryo.java b/src/com/esotericsoftware/kryo/Kryo.java index fa0434023..f11c32333 100644 --- a/src/com/esotericsoftware/kryo/Kryo.java +++ b/src/com/esotericsoftware/kryo/Kryo.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/KryoCopyable.java b/src/com/esotericsoftware/kryo/KryoCopyable.java index a8ad96481..b7dfc55f9 100644 --- a/src/com/esotericsoftware/kryo/KryoCopyable.java +++ b/src/com/esotericsoftware/kryo/KryoCopyable.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/KryoException.java b/src/com/esotericsoftware/kryo/KryoException.java index 2eca36a71..d27546a25 100644 --- a/src/com/esotericsoftware/kryo/KryoException.java +++ b/src/com/esotericsoftware/kryo/KryoException.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/KryoSerializable.java b/src/com/esotericsoftware/kryo/KryoSerializable.java index 45151f918..12ce70a8f 100644 --- a/src/com/esotericsoftware/kryo/KryoSerializable.java +++ b/src/com/esotericsoftware/kryo/KryoSerializable.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/ReferenceResolver.java b/src/com/esotericsoftware/kryo/ReferenceResolver.java index 7554ca895..765ec9149 100644 --- a/src/com/esotericsoftware/kryo/ReferenceResolver.java +++ b/src/com/esotericsoftware/kryo/ReferenceResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/Registration.java b/src/com/esotericsoftware/kryo/Registration.java index 64ab9d991..f187614bb 100644 --- a/src/com/esotericsoftware/kryo/Registration.java +++ b/src/com/esotericsoftware/kryo/Registration.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/Serializer.java b/src/com/esotericsoftware/kryo/Serializer.java index de89cc31b..0071e55de 100644 --- a/src/com/esotericsoftware/kryo/Serializer.java +++ b/src/com/esotericsoftware/kryo/Serializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/SerializerFactory.java b/src/com/esotericsoftware/kryo/SerializerFactory.java index 2b39993a4..8fd20291d 100644 --- a/src/com/esotericsoftware/kryo/SerializerFactory.java +++ b/src/com/esotericsoftware/kryo/SerializerFactory.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/ByteBufferInput.java b/src/com/esotericsoftware/kryo/io/ByteBufferInput.java index 1e195a59c..cec6d4db6 100644 --- a/src/com/esotericsoftware/kryo/io/ByteBufferInput.java +++ b/src/com/esotericsoftware/kryo/io/ByteBufferInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/ByteBufferInputStream.java b/src/com/esotericsoftware/kryo/io/ByteBufferInputStream.java index b01ac28d7..738104539 100644 --- a/src/com/esotericsoftware/kryo/io/ByteBufferInputStream.java +++ b/src/com/esotericsoftware/kryo/io/ByteBufferInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/ByteBufferOutput.java b/src/com/esotericsoftware/kryo/io/ByteBufferOutput.java index 7822da858..4061f16db 100644 --- a/src/com/esotericsoftware/kryo/io/ByteBufferOutput.java +++ b/src/com/esotericsoftware/kryo/io/ByteBufferOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/ByteBufferOutputStream.java b/src/com/esotericsoftware/kryo/io/ByteBufferOutputStream.java index a2b76941e..0f0464b8b 100644 --- a/src/com/esotericsoftware/kryo/io/ByteBufferOutputStream.java +++ b/src/com/esotericsoftware/kryo/io/ByteBufferOutputStream.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/Input.java b/src/com/esotericsoftware/kryo/io/Input.java index e82a2b39d..78c1d284c 100644 --- a/src/com/esotericsoftware/kryo/io/Input.java +++ b/src/com/esotericsoftware/kryo/io/Input.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/InputChunked.java b/src/com/esotericsoftware/kryo/io/InputChunked.java index 85d2a86bc..d8a5fe99a 100644 --- a/src/com/esotericsoftware/kryo/io/InputChunked.java +++ b/src/com/esotericsoftware/kryo/io/InputChunked.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/KryoBufferOverflowException.java b/src/com/esotericsoftware/kryo/io/KryoBufferOverflowException.java index 0007b6f62..2d7cca9f7 100644 --- a/src/com/esotericsoftware/kryo/io/KryoBufferOverflowException.java +++ b/src/com/esotericsoftware/kryo/io/KryoBufferOverflowException.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/KryoBufferUnderflowException.java b/src/com/esotericsoftware/kryo/io/KryoBufferUnderflowException.java index 8561edc89..dd24411d7 100644 --- a/src/com/esotericsoftware/kryo/io/KryoBufferUnderflowException.java +++ b/src/com/esotericsoftware/kryo/io/KryoBufferUnderflowException.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/KryoDataInput.java b/src/com/esotericsoftware/kryo/io/KryoDataInput.java index 2e0c37c54..bfa32195a 100644 --- a/src/com/esotericsoftware/kryo/io/KryoDataInput.java +++ b/src/com/esotericsoftware/kryo/io/KryoDataInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/KryoDataOutput.java b/src/com/esotericsoftware/kryo/io/KryoDataOutput.java index a53cb4b3c..60ffab941 100644 --- a/src/com/esotericsoftware/kryo/io/KryoDataOutput.java +++ b/src/com/esotericsoftware/kryo/io/KryoDataOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/KryoObjectInput.java b/src/com/esotericsoftware/kryo/io/KryoObjectInput.java index f2bbef350..238a78e22 100644 --- a/src/com/esotericsoftware/kryo/io/KryoObjectInput.java +++ b/src/com/esotericsoftware/kryo/io/KryoObjectInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/KryoObjectOutput.java b/src/com/esotericsoftware/kryo/io/KryoObjectOutput.java index a43aeec34..e601eb981 100644 --- a/src/com/esotericsoftware/kryo/io/KryoObjectOutput.java +++ b/src/com/esotericsoftware/kryo/io/KryoObjectOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/Output.java b/src/com/esotericsoftware/kryo/io/Output.java index 583053f92..b1d351c69 100644 --- a/src/com/esotericsoftware/kryo/io/Output.java +++ b/src/com/esotericsoftware/kryo/io/Output.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/io/OutputChunked.java b/src/com/esotericsoftware/kryo/io/OutputChunked.java index 38a37c4a4..d626c0215 100644 --- a/src/com/esotericsoftware/kryo/io/OutputChunked.java +++ b/src/com/esotericsoftware/kryo/io/OutputChunked.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/AsmField.java b/src/com/esotericsoftware/kryo/serializers/AsmField.java index 32d544e74..f925f1903 100644 --- a/src/com/esotericsoftware/kryo/serializers/AsmField.java +++ b/src/com/esotericsoftware/kryo/serializers/AsmField.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/BeanSerializer.java b/src/com/esotericsoftware/kryo/serializers/BeanSerializer.java index 439fe709c..2a76e5a6c 100644 --- a/src/com/esotericsoftware/kryo/serializers/BeanSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/BeanSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/BlowfishSerializer.java b/src/com/esotericsoftware/kryo/serializers/BlowfishSerializer.java index 7a5f5b23c..ad88481f9 100644 --- a/src/com/esotericsoftware/kryo/serializers/BlowfishSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/BlowfishSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/CachedFields.java b/src/com/esotericsoftware/kryo/serializers/CachedFields.java index 5e2d43af8..346cb0434 100644 --- a/src/com/esotericsoftware/kryo/serializers/CachedFields.java +++ b/src/com/esotericsoftware/kryo/serializers/CachedFields.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/ClosureSerializer.java b/src/com/esotericsoftware/kryo/serializers/ClosureSerializer.java index 977e51d0f..b70a8c65e 100644 --- a/src/com/esotericsoftware/kryo/serializers/ClosureSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/ClosureSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/CollectionSerializer.java b/src/com/esotericsoftware/kryo/serializers/CollectionSerializer.java index 7ab8e3120..c7bcbb17b 100644 --- a/src/com/esotericsoftware/kryo/serializers/CollectionSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/CollectionSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializer.java b/src/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializer.java index cab2817b5..d918421df 100644 --- a/src/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/DefaultArraySerializers.java b/src/com/esotericsoftware/kryo/serializers/DefaultArraySerializers.java index a59d0a6be..ff68ca244 100644 --- a/src/com/esotericsoftware/kryo/serializers/DefaultArraySerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/DefaultArraySerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/DefaultSerializers.java b/src/com/esotericsoftware/kryo/serializers/DefaultSerializers.java index e74a891d2..6915cdeb7 100644 --- a/src/com/esotericsoftware/kryo/serializers/DefaultSerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/DefaultSerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/DeflateSerializer.java b/src/com/esotericsoftware/kryo/serializers/DeflateSerializer.java index 0fe295244..a5dc9ca7c 100644 --- a/src/com/esotericsoftware/kryo/serializers/DeflateSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/DeflateSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/EnumMapSerializer.java b/src/com/esotericsoftware/kryo/serializers/EnumMapSerializer.java index 2b5f90034..4d4d37228 100644 --- a/src/com/esotericsoftware/kryo/serializers/EnumMapSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/EnumMapSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/EnumNameSerializer.java b/src/com/esotericsoftware/kryo/serializers/EnumNameSerializer.java index 697820f0e..10aaf6c83 100644 --- a/src/com/esotericsoftware/kryo/serializers/EnumNameSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/EnumNameSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/ExternalizableSerializer.java b/src/com/esotericsoftware/kryo/serializers/ExternalizableSerializer.java index 94cdaaa02..7b26b2f67 100644 --- a/src/com/esotericsoftware/kryo/serializers/ExternalizableSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/ExternalizableSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/FieldSerializer.java b/src/com/esotericsoftware/kryo/serializers/FieldSerializer.java index 0ff0719c8..95ef841b8 100644 --- a/src/com/esotericsoftware/kryo/serializers/FieldSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/FieldSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializers.java b/src/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializers.java index 585306f42..8ecbbbf26 100644 --- a/src/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/ImmutableSerializer.java b/src/com/esotericsoftware/kryo/serializers/ImmutableSerializer.java index 616c25363..1292c165b 100644 --- a/src/com/esotericsoftware/kryo/serializers/ImmutableSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/ImmutableSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/JavaSerializer.java b/src/com/esotericsoftware/kryo/serializers/JavaSerializer.java index 3f6981004..73d184515 100644 --- a/src/com/esotericsoftware/kryo/serializers/JavaSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/JavaSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/MapSerializer.java b/src/com/esotericsoftware/kryo/serializers/MapSerializer.java index 61ba69784..a3a854cdb 100644 --- a/src/com/esotericsoftware/kryo/serializers/MapSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/MapSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/OptionalSerializers.java b/src/com/esotericsoftware/kryo/serializers/OptionalSerializers.java index 01f83e9e1..3a9a3e304 100644 --- a/src/com/esotericsoftware/kryo/serializers/OptionalSerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/OptionalSerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/RecordSerializer.java b/src/com/esotericsoftware/kryo/serializers/RecordSerializer.java index 43b0754d8..06bf578d8 100644 --- a/src/com/esotericsoftware/kryo/serializers/RecordSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/RecordSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/ReflectField.java b/src/com/esotericsoftware/kryo/serializers/ReflectField.java index ec0818774..4dddf91a0 100644 --- a/src/com/esotericsoftware/kryo/serializers/ReflectField.java +++ b/src/com/esotericsoftware/kryo/serializers/ReflectField.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/TaggedFieldSerializer.java b/src/com/esotericsoftware/kryo/serializers/TaggedFieldSerializer.java index 18a760b7d..288be5b35 100644 --- a/src/com/esotericsoftware/kryo/serializers/TaggedFieldSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/TaggedFieldSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/TimeSerializers.java b/src/com/esotericsoftware/kryo/serializers/TimeSerializers.java index 8c23617fe..739bb9dc3 100644 --- a/src/com/esotericsoftware/kryo/serializers/TimeSerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/TimeSerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/UnsafeField.java b/src/com/esotericsoftware/kryo/serializers/UnsafeField.java index a129eef7e..23e68ec63 100644 --- a/src/com/esotericsoftware/kryo/serializers/UnsafeField.java +++ b/src/com/esotericsoftware/kryo/serializers/UnsafeField.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/serializers/VersionFieldSerializer.java b/src/com/esotericsoftware/kryo/serializers/VersionFieldSerializer.java index d87fdb1ba..e0eb18470 100644 --- a/src/com/esotericsoftware/kryo/serializers/VersionFieldSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/VersionFieldSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java b/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java index 241d9df4d..94f3f88b5 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java b/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java index a38ca3025..9ecb0e074 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/unsafe/UnsafeInput.java b/src/com/esotericsoftware/kryo/unsafe/UnsafeInput.java index 4672ec7ec..6dd8c7675 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeInput.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/unsafe/UnsafeOutput.java b/src/com/esotericsoftware/kryo/unsafe/UnsafeOutput.java index b9b4f0f9a..5960106b8 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeOutput.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/unsafe/UnsafeUtil.java b/src/com/esotericsoftware/kryo/unsafe/UnsafeUtil.java index 62629fd71..a663b8c73 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeUtil.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeUtil.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/CuckooObjectMap.java b/src/com/esotericsoftware/kryo/util/CuckooObjectMap.java index eaacbe43b..4fc3a7748 100644 --- a/src/com/esotericsoftware/kryo/util/CuckooObjectMap.java +++ b/src/com/esotericsoftware/kryo/util/CuckooObjectMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/DefaultClassResolver.java b/src/com/esotericsoftware/kryo/util/DefaultClassResolver.java index 972c0e536..500e1a97f 100644 --- a/src/com/esotericsoftware/kryo/util/DefaultClassResolver.java +++ b/src/com/esotericsoftware/kryo/util/DefaultClassResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/DefaultGenerics.java b/src/com/esotericsoftware/kryo/util/DefaultGenerics.java index f4d24def5..eeb22735f 100644 --- a/src/com/esotericsoftware/kryo/util/DefaultGenerics.java +++ b/src/com/esotericsoftware/kryo/util/DefaultGenerics.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/DefaultInstantiatorStrategy.java b/src/com/esotericsoftware/kryo/util/DefaultInstantiatorStrategy.java index e28c1c28e..159f60d53 100644 --- a/src/com/esotericsoftware/kryo/util/DefaultInstantiatorStrategy.java +++ b/src/com/esotericsoftware/kryo/util/DefaultInstantiatorStrategy.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/Generics.java b/src/com/esotericsoftware/kryo/util/Generics.java index b2e9b1810..5060f6485 100644 --- a/src/com/esotericsoftware/kryo/util/Generics.java +++ b/src/com/esotericsoftware/kryo/util/Generics.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/GenericsUtil.java b/src/com/esotericsoftware/kryo/util/GenericsUtil.java index e6b922249..8a051bf1f 100644 --- a/src/com/esotericsoftware/kryo/util/GenericsUtil.java +++ b/src/com/esotericsoftware/kryo/util/GenericsUtil.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/HashMapReferenceResolver.java b/src/com/esotericsoftware/kryo/util/HashMapReferenceResolver.java index f7eb97049..cc99b4ad9 100644 --- a/src/com/esotericsoftware/kryo/util/HashMapReferenceResolver.java +++ b/src/com/esotericsoftware/kryo/util/HashMapReferenceResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/IdentityMap.java b/src/com/esotericsoftware/kryo/util/IdentityMap.java index a42af1409..cc23a7009 100644 --- a/src/com/esotericsoftware/kryo/util/IdentityMap.java +++ b/src/com/esotericsoftware/kryo/util/IdentityMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java b/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java index cef9b85a6..a369f32f3 100644 --- a/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java +++ b/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/IntArray.java b/src/com/esotericsoftware/kryo/util/IntArray.java index 56493d695..ffc4b0da8 100644 --- a/src/com/esotericsoftware/kryo/util/IntArray.java +++ b/src/com/esotericsoftware/kryo/util/IntArray.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/IntMap.java b/src/com/esotericsoftware/kryo/util/IntMap.java index df21676a3..09511c54f 100644 --- a/src/com/esotericsoftware/kryo/util/IntMap.java +++ b/src/com/esotericsoftware/kryo/util/IntMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/ListReferenceResolver.java b/src/com/esotericsoftware/kryo/util/ListReferenceResolver.java index 54077e387..7098c9020 100644 --- a/src/com/esotericsoftware/kryo/util/ListReferenceResolver.java +++ b/src/com/esotericsoftware/kryo/util/ListReferenceResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/MapReferenceResolver.java b/src/com/esotericsoftware/kryo/util/MapReferenceResolver.java index c423b9c61..c8f34c89b 100644 --- a/src/com/esotericsoftware/kryo/util/MapReferenceResolver.java +++ b/src/com/esotericsoftware/kryo/util/MapReferenceResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/NoGenerics.java b/src/com/esotericsoftware/kryo/util/NoGenerics.java index e88311bd1..f67447a7c 100644 --- a/src/com/esotericsoftware/kryo/util/NoGenerics.java +++ b/src/com/esotericsoftware/kryo/util/NoGenerics.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/Null.java b/src/com/esotericsoftware/kryo/util/Null.java index c5ed06a5f..5e37abe5a 100644 --- a/src/com/esotericsoftware/kryo/util/Null.java +++ b/src/com/esotericsoftware/kryo/util/Null.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/ObjectIntMap.java b/src/com/esotericsoftware/kryo/util/ObjectIntMap.java index 7a2aebfb5..d07b24acc 100644 --- a/src/com/esotericsoftware/kryo/util/ObjectIntMap.java +++ b/src/com/esotericsoftware/kryo/util/ObjectIntMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/ObjectMap.java b/src/com/esotericsoftware/kryo/util/ObjectMap.java index 471e863bb..09ed3a1b0 100644 --- a/src/com/esotericsoftware/kryo/util/ObjectMap.java +++ b/src/com/esotericsoftware/kryo/util/ObjectMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/Pool.java b/src/com/esotericsoftware/kryo/util/Pool.java index d8110b40b..ee63fc600 100644 --- a/src/com/esotericsoftware/kryo/util/Pool.java +++ b/src/com/esotericsoftware/kryo/util/Pool.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/src/com/esotericsoftware/kryo/util/Util.java b/src/com/esotericsoftware/kryo/util/Util.java index f724b2ea9..bdda6bb7c 100644 --- a/src/com/esotericsoftware/kryo/util/Util.java +++ b/src/com/esotericsoftware/kryo/util/Util.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test-jdk11/com/esotericsoftware/kryo/TestDataJava11.java b/test-jdk11/com/esotericsoftware/kryo/TestDataJava11.java index 5f937dcb8..96c5536fd 100644 --- a/test-jdk11/com/esotericsoftware/kryo/TestDataJava11.java +++ b/test-jdk11/com/esotericsoftware/kryo/TestDataJava11.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test-jdk11/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializersTest.java b/test-jdk11/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializersTest.java index a47aeb94f..6a4d04f77 100644 --- a/test-jdk11/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializersTest.java +++ b/test-jdk11/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializersTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test-jdk14/com/esotericsoftware/kryo/TestDataJava14.java b/test-jdk14/com/esotericsoftware/kryo/TestDataJava14.java index 55f8ea84d..e4dd3fc50 100644 --- a/test-jdk14/com/esotericsoftware/kryo/TestDataJava14.java +++ b/test-jdk14/com/esotericsoftware/kryo/TestDataJava14.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test-jdk14/com/esotericsoftware/kryo/serializers/RecordSerializerTest.java b/test-jdk14/com/esotericsoftware/kryo/serializers/RecordSerializerTest.java index 966a6b913..1a8a92e68 100644 --- a/test-jdk14/com/esotericsoftware/kryo/serializers/RecordSerializerTest.java +++ b/test-jdk14/com/esotericsoftware/kryo/serializers/RecordSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/CopyTest.java b/test/com/esotericsoftware/kryo/CopyTest.java index a176aa46b..5d56762cc 100644 --- a/test/com/esotericsoftware/kryo/CopyTest.java +++ b/test/com/esotericsoftware/kryo/CopyTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/DepthTest.java b/test/com/esotericsoftware/kryo/DepthTest.java index bab3a1d6d..9670c0963 100644 --- a/test/com/esotericsoftware/kryo/DepthTest.java +++ b/test/com/esotericsoftware/kryo/DepthTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/GarbageCollectionTest.java b/test/com/esotericsoftware/kryo/GarbageCollectionTest.java index d281d7f71..ea76e59e0 100644 --- a/test/com/esotericsoftware/kryo/GarbageCollectionTest.java +++ b/test/com/esotericsoftware/kryo/GarbageCollectionTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/KryoAssert.java b/test/com/esotericsoftware/kryo/KryoAssert.java index 782883838..78884fe16 100644 --- a/test/com/esotericsoftware/kryo/KryoAssert.java +++ b/test/com/esotericsoftware/kryo/KryoAssert.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/KryoTestCase.java b/test/com/esotericsoftware/kryo/KryoTestCase.java index 3dd96682a..971b78f35 100644 --- a/test/com/esotericsoftware/kryo/KryoTestCase.java +++ b/test/com/esotericsoftware/kryo/KryoTestCase.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/ReferenceTest.java b/test/com/esotericsoftware/kryo/ReferenceTest.java index 0eeb2844b..0f96aa6af 100644 --- a/test/com/esotericsoftware/kryo/ReferenceTest.java +++ b/test/com/esotericsoftware/kryo/ReferenceTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/ReflectionAssert.java b/test/com/esotericsoftware/kryo/ReflectionAssert.java index b3ca742d5..dd16346c2 100644 --- a/test/com/esotericsoftware/kryo/ReflectionAssert.java +++ b/test/com/esotericsoftware/kryo/ReflectionAssert.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/RegistrationTest.java b/test/com/esotericsoftware/kryo/RegistrationTest.java index 5e0b662e1..bbe3993be 100644 --- a/test/com/esotericsoftware/kryo/RegistrationTest.java +++ b/test/com/esotericsoftware/kryo/RegistrationTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/SerializationBenchmarkTest.java b/test/com/esotericsoftware/kryo/SerializationBenchmarkTest.java index 496faa5af..236a2e2d3 100644 --- a/test/com/esotericsoftware/kryo/SerializationBenchmarkTest.java +++ b/test/com/esotericsoftware/kryo/SerializationBenchmarkTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/SerializationCompatTest.java b/test/com/esotericsoftware/kryo/SerializationCompatTest.java index 63ff89953..b52fea940 100644 --- a/test/com/esotericsoftware/kryo/SerializationCompatTest.java +++ b/test/com/esotericsoftware/kryo/SerializationCompatTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/SerializationCompatTestData.java b/test/com/esotericsoftware/kryo/SerializationCompatTestData.java index 1730191d3..5e28d3274 100644 --- a/test/com/esotericsoftware/kryo/SerializationCompatTestData.java +++ b/test/com/esotericsoftware/kryo/SerializationCompatTestData.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/Unsafe.java b/test/com/esotericsoftware/kryo/Unsafe.java index 0ebb77e34..8ac51551d 100644 --- a/test/com/esotericsoftware/kryo/Unsafe.java +++ b/test/com/esotericsoftware/kryo/Unsafe.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/WarnUnregisteredClassesTest.java b/test/com/esotericsoftware/kryo/WarnUnregisteredClassesTest.java index b5f11a639..b667465ee 100644 --- a/test/com/esotericsoftware/kryo/WarnUnregisteredClassesTest.java +++ b/test/com/esotericsoftware/kryo/WarnUnregisteredClassesTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/io/ByteBufferInputOutputTest.java b/test/com/esotericsoftware/kryo/io/ByteBufferInputOutputTest.java index 3940679f8..9769f25bf 100644 --- a/test/com/esotericsoftware/kryo/io/ByteBufferInputOutputTest.java +++ b/test/com/esotericsoftware/kryo/io/ByteBufferInputOutputTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/io/ChunkedTest.java b/test/com/esotericsoftware/kryo/io/ChunkedTest.java index e9a9fa5b9..77f4e4eb7 100644 --- a/test/com/esotericsoftware/kryo/io/ChunkedTest.java +++ b/test/com/esotericsoftware/kryo/io/ChunkedTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/io/InputOutputTest.java b/test/com/esotericsoftware/kryo/io/InputOutputTest.java index d7610507b..5cb29e261 100644 --- a/test/com/esotericsoftware/kryo/io/InputOutputTest.java +++ b/test/com/esotericsoftware/kryo/io/InputOutputTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/io/UnsafeByteBufferInputOutputTest.java b/test/com/esotericsoftware/kryo/io/UnsafeByteBufferInputOutputTest.java index 232f4a29d..1e2dbd761 100644 --- a/test/com/esotericsoftware/kryo/io/UnsafeByteBufferInputOutputTest.java +++ b/test/com/esotericsoftware/kryo/io/UnsafeByteBufferInputOutputTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/io/UnsafeInputOutputTest.java b/test/com/esotericsoftware/kryo/io/UnsafeInputOutputTest.java index 90841efae..ca6098cf4 100644 --- a/test/com/esotericsoftware/kryo/io/UnsafeInputOutputTest.java +++ b/test/com/esotericsoftware/kryo/io/UnsafeInputOutputTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/ArraySerializerTest.java b/test/com/esotericsoftware/kryo/serializers/ArraySerializerTest.java index dd0cabe2c..893470318 100644 --- a/test/com/esotericsoftware/kryo/serializers/ArraySerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/ArraySerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/BeanSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/BeanSerializerTest.java index 144eef66c..f85204e70 100644 --- a/test/com/esotericsoftware/kryo/serializers/BeanSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/BeanSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/BlowfishSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/BlowfishSerializerTest.java index e48ce346e..c4db23788 100644 --- a/test/com/esotericsoftware/kryo/serializers/BlowfishSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/BlowfishSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/ClosureSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/ClosureSerializerTest.java index 30b6ff826..88f382892 100644 --- a/test/com/esotericsoftware/kryo/serializers/ClosureSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/ClosureSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/CollectionSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/CollectionSerializerTest.java index 77f2bb3a5..6f108ace6 100644 --- a/test/com/esotericsoftware/kryo/serializers/CollectionSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/CollectionSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializerTest.java index 9cafdc64c..9280a5a0c 100644 --- a/test/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/DefaultSerializersTest.java b/test/com/esotericsoftware/kryo/serializers/DefaultSerializersTest.java index 9dda49922..271a961d2 100644 --- a/test/com/esotericsoftware/kryo/serializers/DefaultSerializersTest.java +++ b/test/com/esotericsoftware/kryo/serializers/DefaultSerializersTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/DeflateSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/DeflateSerializerTest.java index b50acabf0..b5b510768 100644 --- a/test/com/esotericsoftware/kryo/serializers/DeflateSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/DeflateSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/EnumNameSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/EnumNameSerializerTest.java index 33f46c8a4..1b14a89a5 100644 --- a/test/com/esotericsoftware/kryo/serializers/EnumNameSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/EnumNameSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/ExternalizableSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/ExternalizableSerializerTest.java index 60cabfaac..7d0ced351 100644 --- a/test/com/esotericsoftware/kryo/serializers/ExternalizableSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/ExternalizableSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/FieldSerializerGenericsTest.java b/test/com/esotericsoftware/kryo/serializers/FieldSerializerGenericsTest.java index c84b8f7a4..ac43312ae 100644 --- a/test/com/esotericsoftware/kryo/serializers/FieldSerializerGenericsTest.java +++ b/test/com/esotericsoftware/kryo/serializers/FieldSerializerGenericsTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/FieldSerializerInheritanceTest.java b/test/com/esotericsoftware/kryo/serializers/FieldSerializerInheritanceTest.java index e671e4845..fe30c2615 100644 --- a/test/com/esotericsoftware/kryo/serializers/FieldSerializerInheritanceTest.java +++ b/test/com/esotericsoftware/kryo/serializers/FieldSerializerInheritanceTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/FieldSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/FieldSerializerTest.java index 67f9f54b3..f87bb883f 100644 --- a/test/com/esotericsoftware/kryo/serializers/FieldSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/FieldSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/GenericsTest.java b/test/com/esotericsoftware/kryo/serializers/GenericsTest.java index dc9ee364a..dd0f2efe2 100644 --- a/test/com/esotericsoftware/kryo/serializers/GenericsTest.java +++ b/test/com/esotericsoftware/kryo/serializers/GenericsTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/JavaSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/JavaSerializerTest.java index e4ebc2a76..39db14650 100644 --- a/test/com/esotericsoftware/kryo/serializers/JavaSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/JavaSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/MapSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/MapSerializerTest.java index 168ffb790..bacd85185 100644 --- a/test/com/esotericsoftware/kryo/serializers/MapSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/MapSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/OptionalSerializersTest.java b/test/com/esotericsoftware/kryo/serializers/OptionalSerializersTest.java index 1c15eaff5..6348d2db4 100644 --- a/test/com/esotericsoftware/kryo/serializers/OptionalSerializersTest.java +++ b/test/com/esotericsoftware/kryo/serializers/OptionalSerializersTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/ParallelSerializationTest.java b/test/com/esotericsoftware/kryo/serializers/ParallelSerializationTest.java index 40b24e6bf..0405d928b 100644 --- a/test/com/esotericsoftware/kryo/serializers/ParallelSerializationTest.java +++ b/test/com/esotericsoftware/kryo/serializers/ParallelSerializationTest.java @@ -1,3 +1,21 @@ +/* Copyright (c) 2008-2023, Nathan Sweet + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following + * conditions are met: + * + * - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided with the distribution. + * - Neither the name of Esoteric Software nor the names of its contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT + * SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ package com.esotericsoftware.kryo.serializers; diff --git a/test/com/esotericsoftware/kryo/serializers/SerializerPriorityTest.java b/test/com/esotericsoftware/kryo/serializers/SerializerPriorityTest.java index 766338984..312e9307a 100644 --- a/test/com/esotericsoftware/kryo/serializers/SerializerPriorityTest.java +++ b/test/com/esotericsoftware/kryo/serializers/SerializerPriorityTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/TaggedFieldSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/TaggedFieldSerializerTest.java index d8b11fdfe..712806ee8 100644 --- a/test/com/esotericsoftware/kryo/serializers/TaggedFieldSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/TaggedFieldSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/TimeSerializersTest.java b/test/com/esotericsoftware/kryo/serializers/TimeSerializersTest.java index 7269d1712..1bff7cb49 100644 --- a/test/com/esotericsoftware/kryo/serializers/TimeSerializersTest.java +++ b/test/com/esotericsoftware/kryo/serializers/TimeSerializersTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/serializers/VersionedFieldSerializerTest.java b/test/com/esotericsoftware/kryo/serializers/VersionedFieldSerializerTest.java index d5656b37f..5d8669a90 100644 --- a/test/com/esotericsoftware/kryo/serializers/VersionedFieldSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/VersionedFieldSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/util/GenericsUtilTest.java b/test/com/esotericsoftware/kryo/util/GenericsUtilTest.java index d1864d656..084e4c7d2 100644 --- a/test/com/esotericsoftware/kryo/util/GenericsUtilTest.java +++ b/test/com/esotericsoftware/kryo/util/GenericsUtilTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/util/PoolTest.java b/test/com/esotericsoftware/kryo/util/PoolTest.java index 671f4b4c5..bd18240d1 100644 --- a/test/com/esotericsoftware/kryo/util/PoolTest.java +++ b/test/com/esotericsoftware/kryo/util/PoolTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/test/com/esotericsoftware/kryo/util/UtilTest.java b/test/com/esotericsoftware/kryo/util/UtilTest.java index 748dfa388..545bf83df 100644 --- a/test/com/esotericsoftware/kryo/util/UtilTest.java +++ b/test/com/esotericsoftware/kryo/util/UtilTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2022, Nathan Sweet +/* Copyright (c) 2008-2023, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following