From 180729e61f417b5a1768a4f7d045866dc9abc3e2 Mon Sep 17 00:00:00 2001 From: Thomas Heigl Date: Mon, 24 Jan 2022 17:32:07 +0100 Subject: [PATCH] Update copyright year to 2022 --- LICENSE.md | 2 +- .../kryo/benchmarks/FieldSerializerBenchmark.java | 2 +- .../com/esotericsoftware/kryo/benchmarks/KryoBenchmarks.java | 2 +- .../java/com/esotericsoftware/kryo/benchmarks/data/Image.java | 2 +- .../java/com/esotericsoftware/kryo/benchmarks/data/Media.java | 2 +- .../com/esotericsoftware/kryo/benchmarks/data/MediaContent.java | 2 +- .../java/com/esotericsoftware/kryo/benchmarks/data/Sample.java | 2 +- .../com/esotericsoftware/kryo/benchmarks/io/ArrayBenchmark.java | 2 +- .../esotericsoftware/kryo/benchmarks/io/InputOutputState.java | 2 +- .../esotericsoftware/kryo/benchmarks/io/StringBenchmark.java | 2 +- .../kryo/benchmarks/io/VariableEncodingBenchmark.java | 2 +- src/com/esotericsoftware/kryo/ClassResolver.java | 2 +- src/com/esotericsoftware/kryo/DefaultSerializer.java | 2 +- src/com/esotericsoftware/kryo/Kryo.java | 2 +- src/com/esotericsoftware/kryo/KryoCopyable.java | 2 +- src/com/esotericsoftware/kryo/KryoException.java | 2 +- src/com/esotericsoftware/kryo/KryoSerializable.java | 2 +- src/com/esotericsoftware/kryo/ReferenceResolver.java | 2 +- src/com/esotericsoftware/kryo/Registration.java | 2 +- src/com/esotericsoftware/kryo/Serializer.java | 2 +- src/com/esotericsoftware/kryo/SerializerFactory.java | 2 +- src/com/esotericsoftware/kryo/io/ByteBufferInput.java | 2 +- src/com/esotericsoftware/kryo/io/ByteBufferInputStream.java | 2 +- src/com/esotericsoftware/kryo/io/ByteBufferOutput.java | 2 +- src/com/esotericsoftware/kryo/io/ByteBufferOutputStream.java | 2 +- src/com/esotericsoftware/kryo/io/Input.java | 2 +- src/com/esotericsoftware/kryo/io/InputChunked.java | 2 +- .../esotericsoftware/kryo/io/KryoBufferOverflowException.java | 2 +- .../esotericsoftware/kryo/io/KryoBufferUnderflowException.java | 2 +- src/com/esotericsoftware/kryo/io/KryoDataInput.java | 2 +- src/com/esotericsoftware/kryo/io/KryoDataOutput.java | 2 +- src/com/esotericsoftware/kryo/io/KryoObjectInput.java | 2 +- src/com/esotericsoftware/kryo/io/KryoObjectOutput.java | 2 +- src/com/esotericsoftware/kryo/io/Output.java | 2 +- src/com/esotericsoftware/kryo/io/OutputChunked.java | 2 +- src/com/esotericsoftware/kryo/serializers/AsmField.java | 2 +- src/com/esotericsoftware/kryo/serializers/BeanSerializer.java | 2 +- .../esotericsoftware/kryo/serializers/BlowfishSerializer.java | 2 +- src/com/esotericsoftware/kryo/serializers/CachedFields.java | 2 +- .../esotericsoftware/kryo/serializers/ClosureSerializer.java | 2 +- .../esotericsoftware/kryo/serializers/CollectionSerializer.java | 2 +- .../kryo/serializers/CompatibleFieldSerializer.java | 2 +- .../kryo/serializers/DefaultArraySerializers.java | 2 +- .../esotericsoftware/kryo/serializers/DefaultSerializers.java | 2 +- .../esotericsoftware/kryo/serializers/DeflateSerializer.java | 2 +- .../esotericsoftware/kryo/serializers/EnumMapSerializer.java | 2 +- .../esotericsoftware/kryo/serializers/EnumNameSerializer.java | 2 +- .../kryo/serializers/ExternalizableSerializer.java | 2 +- src/com/esotericsoftware/kryo/serializers/FieldSerializer.java | 2 +- .../kryo/serializers/ImmutableCollectionsSerializers.java | 2 +- .../esotericsoftware/kryo/serializers/ImmutableSerializer.java | 2 +- src/com/esotericsoftware/kryo/serializers/JavaSerializer.java | 2 +- src/com/esotericsoftware/kryo/serializers/MapSerializer.java | 2 +- .../esotericsoftware/kryo/serializers/OptionalSerializers.java | 2 +- src/com/esotericsoftware/kryo/serializers/RecordSerializer.java | 2 +- src/com/esotericsoftware/kryo/serializers/ReflectField.java | 2 +- .../kryo/serializers/TaggedFieldSerializer.java | 2 +- src/com/esotericsoftware/kryo/serializers/TimeSerializers.java | 2 +- src/com/esotericsoftware/kryo/serializers/UnsafeField.java | 2 +- .../kryo/serializers/VersionFieldSerializer.java | 2 +- src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java | 2 +- .../esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java | 2 +- src/com/esotericsoftware/kryo/unsafe/UnsafeInput.java | 2 +- src/com/esotericsoftware/kryo/unsafe/UnsafeOutput.java | 2 +- src/com/esotericsoftware/kryo/unsafe/UnsafeUtil.java | 2 +- src/com/esotericsoftware/kryo/util/CuckooObjectMap.java | 2 +- src/com/esotericsoftware/kryo/util/DefaultClassResolver.java | 2 +- src/com/esotericsoftware/kryo/util/DefaultGenerics.java | 2 +- .../esotericsoftware/kryo/util/DefaultInstantiatorStrategy.java | 2 +- src/com/esotericsoftware/kryo/util/Generics.java | 2 +- src/com/esotericsoftware/kryo/util/GenericsUtil.java | 2 +- .../esotericsoftware/kryo/util/HashMapReferenceResolver.java | 2 +- src/com/esotericsoftware/kryo/util/IdentityMap.java | 2 +- src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java | 2 +- src/com/esotericsoftware/kryo/util/IntArray.java | 2 +- src/com/esotericsoftware/kryo/util/IntMap.java | 2 +- src/com/esotericsoftware/kryo/util/ListReferenceResolver.java | 2 +- src/com/esotericsoftware/kryo/util/MapReferenceResolver.java | 2 +- src/com/esotericsoftware/kryo/util/NoGenerics.java | 2 +- src/com/esotericsoftware/kryo/util/Null.java | 2 +- src/com/esotericsoftware/kryo/util/ObjectIntMap.java | 2 +- src/com/esotericsoftware/kryo/util/ObjectMap.java | 2 +- src/com/esotericsoftware/kryo/util/Pool.java | 2 +- src/com/esotericsoftware/kryo/util/Util.java | 2 +- test-jdk11/com/esotericsoftware/kryo/TestDataJava11.java | 2 +- .../kryo/serializers/ImmutableCollectionsSerializersTest.java | 2 +- test-jdk14/com/esotericsoftware/kryo/TestDataJava14.java | 2 +- .../esotericsoftware/kryo/serializers/RecordSerializerTest.java | 2 +- test/com/esotericsoftware/kryo/CopyTest.java | 2 +- test/com/esotericsoftware/kryo/DepthTest.java | 2 +- test/com/esotericsoftware/kryo/GarbageCollectionTest.java | 2 +- test/com/esotericsoftware/kryo/KryoAssert.java | 2 +- test/com/esotericsoftware/kryo/KryoTestCase.java | 2 +- test/com/esotericsoftware/kryo/ReferenceTest.java | 2 +- test/com/esotericsoftware/kryo/ReflectionAssert.java | 2 +- test/com/esotericsoftware/kryo/RegistrationTest.java | 2 +- test/com/esotericsoftware/kryo/SerializationBenchmarkTest.java | 2 +- test/com/esotericsoftware/kryo/SerializationCompatTest.java | 2 +- test/com/esotericsoftware/kryo/SerializationCompatTestData.java | 2 +- test/com/esotericsoftware/kryo/WarnUnregisteredClassesTest.java | 2 +- .../com/esotericsoftware/kryo/io/ByteBufferInputOutputTest.java | 2 +- test/com/esotericsoftware/kryo/io/ChunkedTest.java | 2 +- test/com/esotericsoftware/kryo/io/InputOutputTest.java | 2 +- .../kryo/io/UnsafeByteBufferInputOutputTest.java | 2 +- test/com/esotericsoftware/kryo/io/UnsafeInputOutputTest.java | 2 +- .../esotericsoftware/kryo/serializers/ArraySerializerTest.java | 2 +- .../esotericsoftware/kryo/serializers/BeanSerializerTest.java | 2 +- .../kryo/serializers/BlowfishSerializerTest.java | 2 +- .../kryo/serializers/ClosureSerializerTest.java | 2 +- .../kryo/serializers/CollectionSerializerTest.java | 2 +- .../kryo/serializers/CompatibleFieldSerializerTest.java | 2 +- .../kryo/serializers/DefaultSerializersTest.java | 2 +- .../kryo/serializers/DeflateSerializerTest.java | 2 +- .../kryo/serializers/EnumNameSerializerTest.java | 2 +- .../kryo/serializers/ExternalizableSerializerTest.java | 2 +- .../kryo/serializers/FieldSerializerGenericsTest.java | 2 +- .../kryo/serializers/FieldSerializerInheritanceTest.java | 2 +- .../esotericsoftware/kryo/serializers/FieldSerializerTest.java | 2 +- test/com/esotericsoftware/kryo/serializers/GenericsTest.java | 2 +- .../esotericsoftware/kryo/serializers/JavaSerializerTest.java | 2 +- .../esotericsoftware/kryo/serializers/MapSerializerTest.java | 2 +- .../kryo/serializers/OptionalSerializersTest.java | 2 +- .../kryo/serializers/SerializerPriorityTest.java | 2 +- .../kryo/serializers/TaggedFieldSerializerTest.java | 2 +- .../esotericsoftware/kryo/serializers/TimeSerializersTest.java | 2 +- .../kryo/serializers/VersionedFieldSerializerTest.java | 2 +- test/com/esotericsoftware/kryo/util/GenericsUtilTest.java | 2 +- test/com/esotericsoftware/kryo/util/PoolTest.java | 2 +- test/com/esotericsoftware/kryo/util/UtilTest.java | 2 +- 129 files changed, 129 insertions(+), 129 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 579d65a7e..a64798f5c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2008-2020, Nathan Sweet +Copyright (c) 2008-2022, 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/FieldSerializerBenchmark.java b/benchmarks/src/main/java/com/esotericsoftware/kryo/benchmarks/FieldSerializerBenchmark.java index 5c3394c10..491c98f6c 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 004787961..d6e268ca1 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 3ddea1e3c..5c3c61499 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 fdb725c73..08af6b9ff 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d2fa5f789..8c65190cc 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 c36bc9614..6846f44a0 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 652e9d292..4a4356736 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 06376736c..434c0166a 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 df9477f0b..a50d469f7 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 04776a43f..95ff0981d 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 4e75e5cdb..e34d5a1d9 100644 --- a/src/com/esotericsoftware/kryo/ClassResolver.java +++ b/src/com/esotericsoftware/kryo/ClassResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 527eb8f20..17aa97c9c 100644 --- a/src/com/esotericsoftware/kryo/DefaultSerializer.java +++ b/src/com/esotericsoftware/kryo/DefaultSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 8e20325f9..fa0434023 100644 --- a/src/com/esotericsoftware/kryo/Kryo.java +++ b/src/com/esotericsoftware/kryo/Kryo.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 e7a0158ae..a8ad96481 100644 --- a/src/com/esotericsoftware/kryo/KryoCopyable.java +++ b/src/com/esotericsoftware/kryo/KryoCopyable.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 eefd4c686..2eca36a71 100644 --- a/src/com/esotericsoftware/kryo/KryoException.java +++ b/src/com/esotericsoftware/kryo/KryoException.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d3861644f..45151f918 100644 --- a/src/com/esotericsoftware/kryo/KryoSerializable.java +++ b/src/com/esotericsoftware/kryo/KryoSerializable.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 f764ac1b4..7554ca895 100644 --- a/src/com/esotericsoftware/kryo/ReferenceResolver.java +++ b/src/com/esotericsoftware/kryo/ReferenceResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 08fc85dae..64ab9d991 100644 --- a/src/com/esotericsoftware/kryo/Registration.java +++ b/src/com/esotericsoftware/kryo/Registration.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 eb4c23f72..de89cc31b 100644 --- a/src/com/esotericsoftware/kryo/Serializer.java +++ b/src/com/esotericsoftware/kryo/Serializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 7a979812b..2b39993a4 100644 --- a/src/com/esotericsoftware/kryo/SerializerFactory.java +++ b/src/com/esotericsoftware/kryo/SerializerFactory.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 18e292896..1e195a59c 100644 --- a/src/com/esotericsoftware/kryo/io/ByteBufferInput.java +++ b/src/com/esotericsoftware/kryo/io/ByteBufferInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 46ecd7def..b01ac28d7 100644 --- a/src/com/esotericsoftware/kryo/io/ByteBufferInputStream.java +++ b/src/com/esotericsoftware/kryo/io/ByteBufferInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 2d7006fd1..0a272da55 100644 --- a/src/com/esotericsoftware/kryo/io/ByteBufferOutput.java +++ b/src/com/esotericsoftware/kryo/io/ByteBufferOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 9aed16a9e..a2b76941e 100644 --- a/src/com/esotericsoftware/kryo/io/ByteBufferOutputStream.java +++ b/src/com/esotericsoftware/kryo/io/ByteBufferOutputStream.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 b674005fd..e82a2b39d 100644 --- a/src/com/esotericsoftware/kryo/io/Input.java +++ b/src/com/esotericsoftware/kryo/io/Input.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 53aff1ecc..85d2a86bc 100644 --- a/src/com/esotericsoftware/kryo/io/InputChunked.java +++ b/src/com/esotericsoftware/kryo/io/InputChunked.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 f7c9d0569..0007b6f62 100644 --- a/src/com/esotericsoftware/kryo/io/KryoBufferOverflowException.java +++ b/src/com/esotericsoftware/kryo/io/KryoBufferOverflowException.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 790518b3c..8561edc89 100644 --- a/src/com/esotericsoftware/kryo/io/KryoBufferUnderflowException.java +++ b/src/com/esotericsoftware/kryo/io/KryoBufferUnderflowException.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 63376198a..2e0c37c54 100644 --- a/src/com/esotericsoftware/kryo/io/KryoDataInput.java +++ b/src/com/esotericsoftware/kryo/io/KryoDataInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 142ff95dc..a53cb4b3c 100644 --- a/src/com/esotericsoftware/kryo/io/KryoDataOutput.java +++ b/src/com/esotericsoftware/kryo/io/KryoDataOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 88dcdc2e0..f2bbef350 100644 --- a/src/com/esotericsoftware/kryo/io/KryoObjectInput.java +++ b/src/com/esotericsoftware/kryo/io/KryoObjectInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 00f7e6a63..a43aeec34 100644 --- a/src/com/esotericsoftware/kryo/io/KryoObjectOutput.java +++ b/src/com/esotericsoftware/kryo/io/KryoObjectOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 04be2b3fe..583053f92 100644 --- a/src/com/esotericsoftware/kryo/io/Output.java +++ b/src/com/esotericsoftware/kryo/io/Output.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 74d912c77..38a37c4a4 100644 --- a/src/com/esotericsoftware/kryo/io/OutputChunked.java +++ b/src/com/esotericsoftware/kryo/io/OutputChunked.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 57a28cb2c..32d544e74 100644 --- a/src/com/esotericsoftware/kryo/serializers/AsmField.java +++ b/src/com/esotericsoftware/kryo/serializers/AsmField.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 3642277c5..439fe709c 100644 --- a/src/com/esotericsoftware/kryo/serializers/BeanSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/BeanSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 1946fcfc8..7a5f5b23c 100644 --- a/src/com/esotericsoftware/kryo/serializers/BlowfishSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/BlowfishSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d8237e7d4..59ed00943 100644 --- a/src/com/esotericsoftware/kryo/serializers/CachedFields.java +++ b/src/com/esotericsoftware/kryo/serializers/CachedFields.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 6eabb59f4..8f8c19fc5 100644 --- a/src/com/esotericsoftware/kryo/serializers/ClosureSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/ClosureSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 b71036e67..7ab8e3120 100644 --- a/src/com/esotericsoftware/kryo/serializers/CollectionSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/CollectionSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 3c58e2d3d..cab2817b5 100644 --- a/src/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 70ec7f0f9..a59d0a6be 100644 --- a/src/com/esotericsoftware/kryo/serializers/DefaultArraySerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/DefaultArraySerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d9768a638..6d1fde2fc 100644 --- a/src/com/esotericsoftware/kryo/serializers/DefaultSerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/DefaultSerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 de1ca7096..0fe295244 100644 --- a/src/com/esotericsoftware/kryo/serializers/DeflateSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/DeflateSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 905481574..2b5f90034 100644 --- a/src/com/esotericsoftware/kryo/serializers/EnumMapSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/EnumMapSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d37fa71b6..697820f0e 100644 --- a/src/com/esotericsoftware/kryo/serializers/EnumNameSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/EnumNameSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 18eac360d..94cdaaa02 100644 --- a/src/com/esotericsoftware/kryo/serializers/ExternalizableSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/ExternalizableSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 72c3f3e92..0ff0719c8 100644 --- a/src/com/esotericsoftware/kryo/serializers/FieldSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/FieldSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 4fb72851e..7e874a2e6 100644 --- a/src/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/ImmutableCollectionsSerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 e90c852a0..616c25363 100644 --- a/src/com/esotericsoftware/kryo/serializers/ImmutableSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/ImmutableSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 da1b7b81a..0a317ac88 100644 --- a/src/com/esotericsoftware/kryo/serializers/JavaSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/JavaSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 25573b05a..61ba69784 100644 --- a/src/com/esotericsoftware/kryo/serializers/MapSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/MapSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 a1e790f36..01f83e9e1 100644 --- a/src/com/esotericsoftware/kryo/serializers/OptionalSerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/OptionalSerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 83a953de5..dd278edd2 100644 --- a/src/com/esotericsoftware/kryo/serializers/RecordSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/RecordSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 5d1bb2a7e..ec0818774 100644 --- a/src/com/esotericsoftware/kryo/serializers/ReflectField.java +++ b/src/com/esotericsoftware/kryo/serializers/ReflectField.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 f116785d7..18a760b7d 100644 --- a/src/com/esotericsoftware/kryo/serializers/TaggedFieldSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/TaggedFieldSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 b56ae59ec..8c23617fe 100644 --- a/src/com/esotericsoftware/kryo/serializers/TimeSerializers.java +++ b/src/com/esotericsoftware/kryo/serializers/TimeSerializers.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 ac1261fab..a129eef7e 100644 --- a/src/com/esotericsoftware/kryo/serializers/UnsafeField.java +++ b/src/com/esotericsoftware/kryo/serializers/UnsafeField.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 6d3608ee4..d87fdb1ba 100644 --- a/src/com/esotericsoftware/kryo/serializers/VersionFieldSerializer.java +++ b/src/com/esotericsoftware/kryo/serializers/VersionFieldSerializer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 579b2ed93..241d9df4d 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d3bcb4e9a..a38ca3025 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 99288fce4..4672ec7ec 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeInput.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeInput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 fcea20540..b9b4f0f9a 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeOutput.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeOutput.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d50f417e5..05b85abfb 100644 --- a/src/com/esotericsoftware/kryo/unsafe/UnsafeUtil.java +++ b/src/com/esotericsoftware/kryo/unsafe/UnsafeUtil.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 5f02b97b2..2b46fea49 100644 --- a/src/com/esotericsoftware/kryo/util/CuckooObjectMap.java +++ b/src/com/esotericsoftware/kryo/util/CuckooObjectMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 f51755e32..6d038d8a4 100644 --- a/src/com/esotericsoftware/kryo/util/DefaultClassResolver.java +++ b/src/com/esotericsoftware/kryo/util/DefaultClassResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 238b86cb2..f4d24def5 100644 --- a/src/com/esotericsoftware/kryo/util/DefaultGenerics.java +++ b/src/com/esotericsoftware/kryo/util/DefaultGenerics.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 61b942d8f..e28c1c28e 100644 --- a/src/com/esotericsoftware/kryo/util/DefaultInstantiatorStrategy.java +++ b/src/com/esotericsoftware/kryo/util/DefaultInstantiatorStrategy.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 8a0498a34..b2e9b1810 100644 --- a/src/com/esotericsoftware/kryo/util/Generics.java +++ b/src/com/esotericsoftware/kryo/util/Generics.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 cb8ea9f59..e6b922249 100644 --- a/src/com/esotericsoftware/kryo/util/GenericsUtil.java +++ b/src/com/esotericsoftware/kryo/util/GenericsUtil.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d9a0bc0f4..f7eb97049 100644 --- a/src/com/esotericsoftware/kryo/util/HashMapReferenceResolver.java +++ b/src/com/esotericsoftware/kryo/util/HashMapReferenceResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 317044ef7..e39bd28b0 100644 --- a/src/com/esotericsoftware/kryo/util/IdentityMap.java +++ b/src/com/esotericsoftware/kryo/util/IdentityMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 60f557d2b..b84cb7891 100644 --- a/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java +++ b/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 56cd2765e..56493d695 100644 --- a/src/com/esotericsoftware/kryo/util/IntArray.java +++ b/src/com/esotericsoftware/kryo/util/IntArray.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 976283e09..438807181 100644 --- a/src/com/esotericsoftware/kryo/util/IntMap.java +++ b/src/com/esotericsoftware/kryo/util/IntMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 1a5d6dc3a..54077e387 100644 --- a/src/com/esotericsoftware/kryo/util/ListReferenceResolver.java +++ b/src/com/esotericsoftware/kryo/util/ListReferenceResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 b1a1a8b12..c423b9c61 100644 --- a/src/com/esotericsoftware/kryo/util/MapReferenceResolver.java +++ b/src/com/esotericsoftware/kryo/util/MapReferenceResolver.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 7b6b1dc2b..e88311bd1 100644 --- a/src/com/esotericsoftware/kryo/util/NoGenerics.java +++ b/src/com/esotericsoftware/kryo/util/NoGenerics.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 641c03a7b..c5ed06a5f 100644 --- a/src/com/esotericsoftware/kryo/util/Null.java +++ b/src/com/esotericsoftware/kryo/util/Null.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 9303421e3..9ce0a49fb 100644 --- a/src/com/esotericsoftware/kryo/util/ObjectIntMap.java +++ b/src/com/esotericsoftware/kryo/util/ObjectIntMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 60310b16b..e63ef10bb 100644 --- a/src/com/esotericsoftware/kryo/util/ObjectMap.java +++ b/src/com/esotericsoftware/kryo/util/ObjectMap.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 04ffb3e71..d8110b40b 100644 --- a/src/com/esotericsoftware/kryo/util/Pool.java +++ b/src/com/esotericsoftware/kryo/util/Pool.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 7ad4b8660..52a345b33 100644 --- a/src/com/esotericsoftware/kryo/util/Util.java +++ b/src/com/esotericsoftware/kryo/util/Util.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 cb87eb959..5f937dcb8 100644 --- a/test-jdk11/com/esotericsoftware/kryo/TestDataJava11.java +++ b/test-jdk11/com/esotericsoftware/kryo/TestDataJava11.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 42bf3d26d..6c338793b 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 945bc414f..99d129a98 100644 --- a/test-jdk14/com/esotericsoftware/kryo/TestDataJava14.java +++ b/test-jdk14/com/esotericsoftware/kryo/TestDataJava14.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 c509ef6bf..24a3fd74c 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-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d610ed657..a176aa46b 100644 --- a/test/com/esotericsoftware/kryo/CopyTest.java +++ b/test/com/esotericsoftware/kryo/CopyTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 1c966cf71..bab3a1d6d 100644 --- a/test/com/esotericsoftware/kryo/DepthTest.java +++ b/test/com/esotericsoftware/kryo/DepthTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 b502f153b..d281d7f71 100644 --- a/test/com/esotericsoftware/kryo/GarbageCollectionTest.java +++ b/test/com/esotericsoftware/kryo/GarbageCollectionTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 dd0f6ccb7..782883838 100644 --- a/test/com/esotericsoftware/kryo/KryoAssert.java +++ b/test/com/esotericsoftware/kryo/KryoAssert.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 fd06e1064..1cf7dcd2d 100644 --- a/test/com/esotericsoftware/kryo/KryoTestCase.java +++ b/test/com/esotericsoftware/kryo/KryoTestCase.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 f45f81733..924d6c3cd 100644 --- a/test/com/esotericsoftware/kryo/ReferenceTest.java +++ b/test/com/esotericsoftware/kryo/ReferenceTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 021075a5c..c048b1ecb 100644 --- a/test/com/esotericsoftware/kryo/ReflectionAssert.java +++ b/test/com/esotericsoftware/kryo/ReflectionAssert.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 32f092b99..5e0b662e1 100644 --- a/test/com/esotericsoftware/kryo/RegistrationTest.java +++ b/test/com/esotericsoftware/kryo/RegistrationTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 dac6ac804..251393740 100644 --- a/test/com/esotericsoftware/kryo/SerializationBenchmarkTest.java +++ b/test/com/esotericsoftware/kryo/SerializationBenchmarkTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 24c52503d..63ff89953 100644 --- a/test/com/esotericsoftware/kryo/SerializationCompatTest.java +++ b/test/com/esotericsoftware/kryo/SerializationCompatTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 b9183cbbe..7fa58f3a6 100644 --- a/test/com/esotericsoftware/kryo/SerializationCompatTestData.java +++ b/test/com/esotericsoftware/kryo/SerializationCompatTestData.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 a2551b8cb..b5f11a639 100644 --- a/test/com/esotericsoftware/kryo/WarnUnregisteredClassesTest.java +++ b/test/com/esotericsoftware/kryo/WarnUnregisteredClassesTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 dc66e40c7..064ae63aa 100644 --- a/test/com/esotericsoftware/kryo/io/ByteBufferInputOutputTest.java +++ b/test/com/esotericsoftware/kryo/io/ByteBufferInputOutputTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 93cc9f337..e9a9fa5b9 100644 --- a/test/com/esotericsoftware/kryo/io/ChunkedTest.java +++ b/test/com/esotericsoftware/kryo/io/ChunkedTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 25c357ce0..d7610507b 100644 --- a/test/com/esotericsoftware/kryo/io/InputOutputTest.java +++ b/test/com/esotericsoftware/kryo/io/InputOutputTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 d8f6a9334..890ca1590 100644 --- a/test/com/esotericsoftware/kryo/io/UnsafeByteBufferInputOutputTest.java +++ b/test/com/esotericsoftware/kryo/io/UnsafeByteBufferInputOutputTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 6aa5a3b99..a8fe1eea3 100644 --- a/test/com/esotericsoftware/kryo/io/UnsafeInputOutputTest.java +++ b/test/com/esotericsoftware/kryo/io/UnsafeInputOutputTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 33e7a322e..dd0cabe2c 100644 --- a/test/com/esotericsoftware/kryo/serializers/ArraySerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/ArraySerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 570cd9e17..144eef66c 100644 --- a/test/com/esotericsoftware/kryo/serializers/BeanSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/BeanSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 1245c3132..e48ce346e 100644 --- a/test/com/esotericsoftware/kryo/serializers/BlowfishSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/BlowfishSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 4a8faed72..4980a7951 100644 --- a/test/com/esotericsoftware/kryo/serializers/ClosureSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/ClosureSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 843bce923..77f2bb3a5 100644 --- a/test/com/esotericsoftware/kryo/serializers/CollectionSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/CollectionSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 528bf3f14..a0f6a0b29 100644 --- a/test/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/CompatibleFieldSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 6b0318da4..07a34b0fb 100644 --- a/test/com/esotericsoftware/kryo/serializers/DefaultSerializersTest.java +++ b/test/com/esotericsoftware/kryo/serializers/DefaultSerializersTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 a757c194f..b50acabf0 100644 --- a/test/com/esotericsoftware/kryo/serializers/DeflateSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/DeflateSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 76188aa7c..33f46c8a4 100644 --- a/test/com/esotericsoftware/kryo/serializers/EnumNameSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/EnumNameSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 a5a1617f4..60cabfaac 100644 --- a/test/com/esotericsoftware/kryo/serializers/ExternalizableSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/ExternalizableSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 f07ba7119..c84b8f7a4 100644 --- a/test/com/esotericsoftware/kryo/serializers/FieldSerializerGenericsTest.java +++ b/test/com/esotericsoftware/kryo/serializers/FieldSerializerGenericsTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 27f1b1410..e671e4845 100644 --- a/test/com/esotericsoftware/kryo/serializers/FieldSerializerInheritanceTest.java +++ b/test/com/esotericsoftware/kryo/serializers/FieldSerializerInheritanceTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 ddc7cc2d5..1a749e5d9 100644 --- a/test/com/esotericsoftware/kryo/serializers/FieldSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/FieldSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 45e235532..104f2a0fe 100644 --- a/test/com/esotericsoftware/kryo/serializers/GenericsTest.java +++ b/test/com/esotericsoftware/kryo/serializers/GenericsTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 7d09fcfcb..5eb5ca591 100644 --- a/test/com/esotericsoftware/kryo/serializers/JavaSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/JavaSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 cff7e5d34..168ffb790 100644 --- a/test/com/esotericsoftware/kryo/serializers/MapSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/MapSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 698b7eeea..7725a092c 100644 --- a/test/com/esotericsoftware/kryo/serializers/OptionalSerializersTest.java +++ b/test/com/esotericsoftware/kryo/serializers/OptionalSerializersTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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/SerializerPriorityTest.java b/test/com/esotericsoftware/kryo/serializers/SerializerPriorityTest.java index 64c510abe..766338984 100644 --- a/test/com/esotericsoftware/kryo/serializers/SerializerPriorityTest.java +++ b/test/com/esotericsoftware/kryo/serializers/SerializerPriorityTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 6e20d77a2..d8b11fdfe 100644 --- a/test/com/esotericsoftware/kryo/serializers/TaggedFieldSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/TaggedFieldSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 8bd59e85d..7269d1712 100644 --- a/test/com/esotericsoftware/kryo/serializers/TimeSerializersTest.java +++ b/test/com/esotericsoftware/kryo/serializers/TimeSerializersTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 0c40c9e1b..d5656b37f 100644 --- a/test/com/esotericsoftware/kryo/serializers/VersionedFieldSerializerTest.java +++ b/test/com/esotericsoftware/kryo/serializers/VersionedFieldSerializerTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 867323504..d1864d656 100644 --- a/test/com/esotericsoftware/kryo/util/GenericsUtilTest.java +++ b/test/com/esotericsoftware/kryo/util/GenericsUtilTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 9a21034dc..671f4b4c5 100644 --- a/test/com/esotericsoftware/kryo/util/PoolTest.java +++ b/test/com/esotericsoftware/kryo/util/PoolTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, 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 b4c35dd54..748dfa388 100644 --- a/test/com/esotericsoftware/kryo/util/UtilTest.java +++ b/test/com/esotericsoftware/kryo/util/UtilTest.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2020, Nathan Sweet +/* Copyright (c) 2008-2022, Nathan Sweet * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following