From 236ae748d1baff6eb350d484bbbee415450713cd Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 5 Jun 2024 21:04:16 +0200 Subject: [PATCH] Update the license date --- LICENSE.txt | 2 +- .../github/alexisjehan/javanilla/crypto/StandardCiphers.java | 2 +- .../alexisjehan/javanilla/crypto/StandardKeyAgreements.java | 2 +- .../alexisjehan/javanilla/crypto/StandardKeyFactories.java | 2 +- .../alexisjehan/javanilla/crypto/StandardKeyGenerators.java | 2 +- .../alexisjehan/javanilla/crypto/StandardKeyPairGenerators.java | 2 +- .../com/github/alexisjehan/javanilla/crypto/StandardMacs.java | 2 +- .../alexisjehan/javanilla/crypto/StandardMessageDigests.java | 2 +- .../javanilla/crypto/StandardSecretKeyFactories.java | 2 +- .../github/alexisjehan/javanilla/crypto/StandardSignatures.java | 2 +- .../com/github/alexisjehan/javanilla/crypto/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/io/CountInputStream.java | 2 +- .../com/github/alexisjehan/javanilla/io/CountOutputStream.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/CountReader.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/CountWriter.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/InputStreams.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/OutputStreams.java | 2 +- .../com/github/alexisjehan/javanilla/io/RangeInputStream.java | 2 +- .../com/github/alexisjehan/javanilla/io/RangeOutputStream.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/RangeReader.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/RangeWriter.java | 2 +- src/main/java/com/github/alexisjehan/javanilla/io/Readers.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/Serializables.java | 2 +- .../github/alexisjehan/javanilla/io/SerializationException.java | 2 +- src/main/java/com/github/alexisjehan/javanilla/io/Writers.java | 2 +- .../github/alexisjehan/javanilla/io/bytes/CountInputStream.java | 2 +- .../alexisjehan/javanilla/io/bytes/CountOutputStream.java | 2 +- .../com/github/alexisjehan/javanilla/io/bytes/InputStreams.java | 2 +- .../github/alexisjehan/javanilla/io/bytes/OutputStreams.java | 2 +- .../github/alexisjehan/javanilla/io/bytes/RangeInputStream.java | 2 +- .../alexisjehan/javanilla/io/bytes/RangeOutputStream.java | 2 +- .../com/github/alexisjehan/javanilla/io/bytes/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/io/chars/CountReader.java | 2 +- .../com/github/alexisjehan/javanilla/io/chars/CountWriter.java | 2 +- .../com/github/alexisjehan/javanilla/io/chars/RangeReader.java | 2 +- .../com/github/alexisjehan/javanilla/io/chars/RangeWriter.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/chars/Readers.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/chars/Writers.java | 2 +- .../com/github/alexisjehan/javanilla/io/chars/package-info.java | 2 +- .../github/alexisjehan/javanilla/io/line/CountLineReader.java | 2 +- .../github/alexisjehan/javanilla/io/line/CountLineWriter.java | 2 +- .../github/alexisjehan/javanilla/io/line/FilterLineReader.java | 2 +- .../github/alexisjehan/javanilla/io/line/FilterLineWriter.java | 2 +- .../com/github/alexisjehan/javanilla/io/line/LineReader.java | 2 +- .../com/github/alexisjehan/javanilla/io/line/LineSeparator.java | 2 +- .../com/github/alexisjehan/javanilla/io/line/LineWriter.java | 2 +- .../github/alexisjehan/javanilla/io/line/RangeLineReader.java | 2 +- .../github/alexisjehan/javanilla/io/line/RangeLineWriter.java | 2 +- .../com/github/alexisjehan/javanilla/io/line/package-info.java | 2 +- .../github/alexisjehan/javanilla/io/lines/CountLineReader.java | 2 +- .../github/alexisjehan/javanilla/io/lines/CountLineWriter.java | 2 +- .../github/alexisjehan/javanilla/io/lines/FilterLineReader.java | 2 +- .../github/alexisjehan/javanilla/io/lines/FilterLineWriter.java | 2 +- .../com/github/alexisjehan/javanilla/io/lines/LineReader.java | 2 +- .../github/alexisjehan/javanilla/io/lines/LineSeparator.java | 2 +- .../com/github/alexisjehan/javanilla/io/lines/LineWriter.java | 2 +- .../github/alexisjehan/javanilla/io/lines/RangeLineReader.java | 2 +- .../github/alexisjehan/javanilla/io/lines/RangeLineWriter.java | 2 +- .../com/github/alexisjehan/javanilla/io/lines/package-info.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/package-info.java | 2 +- .../java/com/github/alexisjehan/javanilla/lang/Comparables.java | 2 +- .../java/com/github/alexisjehan/javanilla/lang/Strings.java | 2 +- .../java/com/github/alexisjehan/javanilla/lang/Throwables.java | 2 +- .../javanilla/lang/UncheckedInterruptedException.java | 2 +- .../github/alexisjehan/javanilla/lang/array/BooleanArrays.java | 2 +- .../com/github/alexisjehan/javanilla/lang/array/ByteArrays.java | 2 +- .../com/github/alexisjehan/javanilla/lang/array/CharArrays.java | 2 +- .../github/alexisjehan/javanilla/lang/array/DoubleArrays.java | 2 +- .../github/alexisjehan/javanilla/lang/array/FloatArrays.java | 2 +- .../com/github/alexisjehan/javanilla/lang/array/IntArrays.java | 2 +- .../com/github/alexisjehan/javanilla/lang/array/LongArrays.java | 2 +- .../github/alexisjehan/javanilla/lang/array/ObjectArrays.java | 2 +- .../github/alexisjehan/javanilla/lang/array/ShortArrays.java | 2 +- .../github/alexisjehan/javanilla/lang/array/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/lang/package-info.java | 2 +- .../java/com/github/alexisjehan/javanilla/misc/BloomFilter.java | 2 +- .../java/com/github/alexisjehan/javanilla/misc/CaseStyle.java | 2 +- .../com/github/alexisjehan/javanilla/misc/StringFormatter.java | 2 +- .../github/alexisjehan/javanilla/misc/distance/Distance.java | 2 +- .../github/alexisjehan/javanilla/misc/distance/Distances.java | 2 +- .../alexisjehan/javanilla/misc/distance/EditDistance.java | 2 +- .../alexisjehan/javanilla/misc/distance/EditDistances.java | 2 +- .../javanilla/misc/distance/LevenshteinDistance.java | 2 +- .../alexisjehan/javanilla/misc/distance/MinkowskiDistance.java | 2 +- .../alexisjehan/javanilla/misc/distance/package-info.java | 2 +- .../github/alexisjehan/javanilla/misc/distances/Distance.java | 2 +- .../github/alexisjehan/javanilla/misc/distances/Distances.java | 2 +- .../alexisjehan/javanilla/misc/distances/EditDistance.java | 2 +- .../alexisjehan/javanilla/misc/distances/EditDistances.java | 2 +- .../javanilla/misc/distances/LevenshteinDistance.java | 2 +- .../alexisjehan/javanilla/misc/distances/MinkowskiDistance.java | 2 +- .../alexisjehan/javanilla/misc/distances/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/misc/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/misc/quality/Ensure.java | 2 +- .../com/github/alexisjehan/javanilla/misc/quality/Equals.java | 2 +- .../com/github/alexisjehan/javanilla/misc/quality/HashCode.java | 2 +- .../com/github/alexisjehan/javanilla/misc/quality/ToString.java | 2 +- .../github/alexisjehan/javanilla/misc/quality/package-info.java | 2 +- .../github/alexisjehan/javanilla/misc/tree/LinkedTreeNode.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tree/TreeNode.java | 2 +- .../github/alexisjehan/javanilla/misc/tree/package-info.java | 2 +- .../github/alexisjehan/javanilla/misc/trees/LinkedTreeNode.java | 2 +- .../com/github/alexisjehan/javanilla/misc/trees/TreeNode.java | 2 +- .../github/alexisjehan/javanilla/misc/trees/package-info.java | 2 +- .../java/com/github/alexisjehan/javanilla/misc/tuple/Pair.java | 2 +- .../alexisjehan/javanilla/misc/tuple/SerializablePair.java | 2 +- .../alexisjehan/javanilla/misc/tuple/SerializableSingle.java | 2 +- .../alexisjehan/javanilla/misc/tuple/SerializableTriple.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tuple/Single.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tuple/Triple.java | 2 +- .../github/alexisjehan/javanilla/misc/tuple/package-info.java | 2 +- .../java/com/github/alexisjehan/javanilla/misc/tuples/Pair.java | 2 +- .../alexisjehan/javanilla/misc/tuples/SerializablePair.java | 2 +- .../alexisjehan/javanilla/misc/tuples/SerializableSingle.java | 2 +- .../alexisjehan/javanilla/misc/tuples/SerializableTriple.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tuples/Single.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tuples/Triple.java | 2 +- .../github/alexisjehan/javanilla/misc/tuples/package-info.java | 2 +- .../alexisjehan/javanilla/net/ssl/StandardSslContexts.java | 2 +- .../javanilla/net/ssl/StandardTrustManagerFactories.java | 2 +- .../com/github/alexisjehan/javanilla/net/ssl/package-info.java | 2 +- .../security/StandardAlgorithmParameterGenerators.java | 2 +- .../javanilla/security/StandardAlgorithmParameters.java | 2 +- .../alexisjehan/javanilla/security/StandardKeyFactories.java | 2 +- .../javanilla/security/StandardKeyPairGenerators.java | 2 +- .../alexisjehan/javanilla/security/StandardKeyStores.java | 2 +- .../alexisjehan/javanilla/security/StandardMessageDigests.java | 2 +- .../alexisjehan/javanilla/security/StandardSignatures.java | 2 +- .../javanilla/security/cert/StandardCertPathBuilders.java | 2 +- .../javanilla/security/cert/StandardCertPathValidators.java | 2 +- .../alexisjehan/javanilla/security/cert/StandardCertStores.java | 2 +- .../javanilla/security/cert/StandardCertificateFactories.java | 2 +- .../alexisjehan/javanilla/security/cert/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/security/package-info.java | 2 +- .../github/alexisjehan/javanilla/sql/UncheckedSQLException.java | 2 +- .../java/com/github/alexisjehan/javanilla/sql/package-info.java | 2 +- .../alexisjehan/javanilla/standard/crypto/StandardCiphers.java | 2 +- .../javanilla/standard/crypto/StandardKeyAgreements.java | 2 +- .../javanilla/standard/crypto/StandardKeyGenerators.java | 2 +- .../alexisjehan/javanilla/standard/crypto/StandardMacs.java | 2 +- .../javanilla/standard/crypto/StandardSecretKeyFactories.java | 2 +- .../alexisjehan/javanilla/standard/crypto/package-info.java | 2 +- .../javanilla/standard/net/ssl/StandardSslContexts.java | 2 +- .../standard/net/ssl/StandardTrustManagerFactories.java | 2 +- .../alexisjehan/javanilla/standard/net/ssl/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/standard/package-info.java | 2 +- .../standard/security/StandardAlgorithmParameterGenerators.java | 2 +- .../standard/security/StandardAlgorithmParameters.java | 2 +- .../javanilla/standard/security/StandardKeyFactories.java | 2 +- .../javanilla/standard/security/StandardKeyPairGenerators.java | 2 +- .../javanilla/standard/security/StandardKeyStores.java | 2 +- .../javanilla/standard/security/StandardMessageDigests.java | 2 +- .../javanilla/standard/security/StandardSignatures.java | 2 +- .../standard/security/cert/StandardCertPathBuilders.java | 2 +- .../standard/security/cert/StandardCertPathValidators.java | 2 +- .../javanilla/standard/security/cert/StandardCertStores.java | 2 +- .../standard/security/cert/StandardCertificateFactories.java | 2 +- .../javanilla/standard/security/cert/package-info.java | 2 +- .../alexisjehan/javanilla/standard/security/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/util/BatchIterator.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/Comparators.java | 2 +- .../com/github/alexisjehan/javanilla/util/CountIterator.java | 2 +- .../com/github/alexisjehan/javanilla/util/FilterIterator.java | 2 +- .../com/github/alexisjehan/javanilla/util/IndexedElement.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/Iterables.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/Iterators.java | 2 +- src/main/java/com/github/alexisjehan/javanilla/util/Lists.java | 2 +- src/main/java/com/github/alexisjehan/javanilla/util/Maps.java | 2 +- .../com/github/alexisjehan/javanilla/util/NullableOptional.java | 2 +- .../com/github/alexisjehan/javanilla/util/PreparedIterator.java | 2 +- .../github/alexisjehan/javanilla/util/PrimitiveIterable.java | 2 +- .../com/github/alexisjehan/javanilla/util/RangeIterator.java | 2 +- src/main/java/com/github/alexisjehan/javanilla/util/Sets.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/bag/Bag.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/bag/Bags.java | 2 +- .../com/github/alexisjehan/javanilla/util/bag/FilterBag.java | 2 +- .../com/github/alexisjehan/javanilla/util/bag/LimitedBag.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/bag/MapBag.java | 2 +- .../com/github/alexisjehan/javanilla/util/bag/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/util/collection/Lists.java | 2 +- .../com/github/alexisjehan/javanilla/util/collection/Maps.java | 2 +- .../com/github/alexisjehan/javanilla/util/collection/Sets.java | 2 +- .../github/alexisjehan/javanilla/util/collection/bags/Bag.java | 2 +- .../github/alexisjehan/javanilla/util/collection/bags/Bags.java | 2 +- .../alexisjehan/javanilla/util/collection/bags/FilterBag.java | 2 +- .../alexisjehan/javanilla/util/collection/bags/LimitedBag.java | 2 +- .../alexisjehan/javanilla/util/collection/bags/MapBag.java | 2 +- .../javanilla/util/collection/bags/package-info.java | 2 +- .../alexisjehan/javanilla/util/collection/package-info.java | 2 +- .../github/alexisjehan/javanilla/util/function/Consumers.java | 2 +- .../github/alexisjehan/javanilla/util/function/Functions.java | 2 +- .../github/alexisjehan/javanilla/util/function/Procedure.java | 2 +- .../javanilla/util/function/SerializableBiConsumer.java | 2 +- .../javanilla/util/function/SerializableBiFunction.java | 2 +- .../javanilla/util/function/SerializableBiPredicate.java | 2 +- .../javanilla/util/function/SerializableConsumer.java | 2 +- .../javanilla/util/function/SerializableFunction.java | 2 +- .../javanilla/util/function/SerializablePredicate.java | 2 +- .../javanilla/util/function/SerializableProcedure.java | 2 +- .../javanilla/util/function/SerializableSupplier.java | 2 +- .../github/alexisjehan/javanilla/util/function/Suppliers.java | 2 +- .../javanilla/util/function/ThrowableBiConsumer.java | 2 +- .../javanilla/util/function/ThrowableBiFunction.java | 2 +- .../javanilla/util/function/ThrowableBiPredicate.java | 2 +- .../alexisjehan/javanilla/util/function/ThrowableConsumer.java | 2 +- .../alexisjehan/javanilla/util/function/ThrowableFunction.java | 2 +- .../alexisjehan/javanilla/util/function/ThrowablePredicate.java | 2 +- .../alexisjehan/javanilla/util/function/ThrowableProcedure.java | 2 +- .../alexisjehan/javanilla/util/function/ThrowableSupplier.java | 2 +- .../alexisjehan/javanilla/util/function/package-info.java | 2 +- .../util/function/serializable/SerializableBiConsumer.java | 2 +- .../util/function/serializable/SerializableBiFunction.java | 2 +- .../util/function/serializable/SerializableBiPredicate.java | 2 +- .../util/function/serializable/SerializableConsumer.java | 2 +- .../util/function/serializable/SerializableFunction.java | 2 +- .../util/function/serializable/SerializablePredicate.java | 2 +- .../util/function/serializable/SerializableProcedure.java | 2 +- .../util/function/serializable/SerializableRunnable.java | 2 +- .../util/function/serializable/SerializableSupplier.java | 2 +- .../javanilla/util/function/serializable/package-info.java | 2 +- .../javanilla/util/function/throwable/ThrowableBiConsumer.java | 2 +- .../javanilla/util/function/throwable/ThrowableBiFunction.java | 2 +- .../javanilla/util/function/throwable/ThrowableBiPredicate.java | 2 +- .../javanilla/util/function/throwable/ThrowableConsumer.java | 2 +- .../javanilla/util/function/throwable/ThrowableFunction.java | 2 +- .../javanilla/util/function/throwable/ThrowablePredicate.java | 2 +- .../javanilla/util/function/throwable/ThrowableProcedure.java | 2 +- .../javanilla/util/function/throwable/ThrowableRunnable.java | 2 +- .../javanilla/util/function/throwable/ThrowableSupplier.java | 2 +- .../javanilla/util/function/throwable/package-info.java | 2 +- .../alexisjehan/javanilla/util/iteration/BatchIterator.java | 2 +- .../alexisjehan/javanilla/util/iteration/CountIterator.java | 2 +- .../alexisjehan/javanilla/util/iteration/FilterIterator.java | 2 +- .../alexisjehan/javanilla/util/iteration/IndexedElement.java | 2 +- .../github/alexisjehan/javanilla/util/iteration/Iterables.java | 2 +- .../github/alexisjehan/javanilla/util/iteration/Iterators.java | 2 +- .../alexisjehan/javanilla/util/iteration/PreparedIterator.java | 2 +- .../alexisjehan/javanilla/util/iteration/PrimitiveIterable.java | 2 +- .../alexisjehan/javanilla/util/iteration/RangeIterator.java | 2 +- .../alexisjehan/javanilla/util/iteration/package-info.java | 2 +- .../com/github/alexisjehan/javanilla/util/package-info.java | 2 +- .../github/alexisjehan/javanilla/util/stream/Streamable.java | 2 +- .../github/alexisjehan/javanilla/util/stream/package-info.java | 2 +- src/main/java/examples/ArrayExample.java | 2 +- src/main/java/examples/BagExample.java | 2 +- src/main/java/examples/ComparatorExample.java | 2 +- src/main/java/examples/DistanceExample.java | 2 +- src/main/java/examples/InputOutputExample.java | 2 +- src/main/java/examples/IteratorExample.java | 2 +- src/main/java/examples/LineExample.java | 2 +- src/main/java/examples/StringExample.java | 2 +- src/main/java/examples/StringFormatterExample.java | 2 +- src/main/java/examples/ThrowableExample.java | 2 +- src/main/java/internal/ExcludeFromJacocoGeneratedReport.java | 2 +- .../alexisjehan/javanilla/crypto/StandardCiphersTest.java | 2 +- .../alexisjehan/javanilla/crypto/StandardKeyAgreementsTest.java | 2 +- .../alexisjehan/javanilla/crypto/StandardKeyFactoriesTest.java | 2 +- .../alexisjehan/javanilla/crypto/StandardKeyGeneratorsTest.java | 2 +- .../javanilla/crypto/StandardKeyPairGeneratorsTest.java | 2 +- .../github/alexisjehan/javanilla/crypto/StandardMacsTest.java | 2 +- .../javanilla/crypto/StandardMessageDigestsTest.java | 2 +- .../javanilla/crypto/StandardSecretKeyFactoriesTest.java | 2 +- .../alexisjehan/javanilla/crypto/StandardSignaturesTest.java | 2 +- .../github/alexisjehan/javanilla/io/CountInputStreamTest.java | 2 +- .../github/alexisjehan/javanilla/io/CountOutputStreamTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/CountReaderTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/CountWriterTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/InputStreamsTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/OutputStreamsTest.java | 2 +- .../github/alexisjehan/javanilla/io/RangeInputStreamTest.java | 2 +- .../github/alexisjehan/javanilla/io/RangeOutputStreamTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/RangeReaderTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/RangeWriterTest.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/ReadersTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/SerializablesTest.java | 2 +- .../alexisjehan/javanilla/io/SerializationExceptionTest.java | 2 +- .../java/com/github/alexisjehan/javanilla/io/WritersTest.java | 2 +- .../alexisjehan/javanilla/io/bytes/CountInputStreamTest.java | 2 +- .../alexisjehan/javanilla/io/bytes/CountOutputStreamTest.java | 2 +- .../github/alexisjehan/javanilla/io/bytes/InputStreamsTest.java | 2 +- .../alexisjehan/javanilla/io/bytes/OutputStreamsTest.java | 2 +- .../alexisjehan/javanilla/io/bytes/RangeInputStreamTest.java | 2 +- .../alexisjehan/javanilla/io/bytes/RangeOutputStreamTest.java | 2 +- .../github/alexisjehan/javanilla/io/chars/CountReaderTest.java | 2 +- .../github/alexisjehan/javanilla/io/chars/CountWriterTest.java | 2 +- .../github/alexisjehan/javanilla/io/chars/RangeReaderTest.java | 2 +- .../github/alexisjehan/javanilla/io/chars/RangeWriterTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/chars/ReadersTest.java | 2 +- .../com/github/alexisjehan/javanilla/io/chars/WritersTest.java | 2 +- .../alexisjehan/javanilla/io/line/CountLineReaderTest.java | 2 +- .../alexisjehan/javanilla/io/line/CountLineWriterTest.java | 2 +- .../github/alexisjehan/javanilla/io/line/LineReaderTest.java | 2 +- .../github/alexisjehan/javanilla/io/line/LineSeparatorTest.java | 2 +- .../github/alexisjehan/javanilla/io/line/LineWriterTest.java | 2 +- .../alexisjehan/javanilla/io/line/RangeLineReaderTest.java | 2 +- .../alexisjehan/javanilla/io/line/RangeLineWriterTest.java | 2 +- .../alexisjehan/javanilla/io/lines/CountLineReaderTest.java | 2 +- .../alexisjehan/javanilla/io/lines/CountLineWriterTest.java | 2 +- .../github/alexisjehan/javanilla/io/lines/LineReaderTest.java | 2 +- .../alexisjehan/javanilla/io/lines/LineSeparatorTest.java | 2 +- .../github/alexisjehan/javanilla/io/lines/LineWriterTest.java | 2 +- .../alexisjehan/javanilla/io/lines/RangeLineReaderTest.java | 2 +- .../alexisjehan/javanilla/io/lines/RangeLineWriterTest.java | 2 +- .../com/github/alexisjehan/javanilla/lang/ComparablesTest.java | 2 +- .../java/com/github/alexisjehan/javanilla/lang/StringsTest.java | 2 +- .../com/github/alexisjehan/javanilla/lang/ThrowablesTest.java | 2 +- .../javanilla/lang/UncheckedInterruptedExceptionTest.java | 2 +- .../alexisjehan/javanilla/lang/array/BooleanArraysTest.java | 2 +- .../github/alexisjehan/javanilla/lang/array/ByteArraysTest.java | 2 +- .../github/alexisjehan/javanilla/lang/array/CharArraysTest.java | 2 +- .../alexisjehan/javanilla/lang/array/DoubleArraysTest.java | 2 +- .../alexisjehan/javanilla/lang/array/FloatArraysTest.java | 2 +- .../github/alexisjehan/javanilla/lang/array/IntArraysTest.java | 2 +- .../github/alexisjehan/javanilla/lang/array/LongArraysTest.java | 2 +- .../alexisjehan/javanilla/lang/array/ObjectArraysTest.java | 2 +- .../alexisjehan/javanilla/lang/array/ShortArraysTest.java | 2 +- .../com/github/alexisjehan/javanilla/misc/BloomFilterTest.java | 2 +- .../com/github/alexisjehan/javanilla/misc/CaseStyleTest.java | 2 +- .../github/alexisjehan/javanilla/misc/StringFormatterTest.java | 2 +- .../alexisjehan/javanilla/misc/distance/DistancesTest.java | 2 +- .../alexisjehan/javanilla/misc/distance/EditDistancesTest.java | 2 +- .../javanilla/misc/distance/LevenshteinDistanceTest.java | 2 +- .../javanilla/misc/distance/MinkowskiDistanceTest.java | 2 +- .../alexisjehan/javanilla/misc/distances/DistancesTest.java | 2 +- .../alexisjehan/javanilla/misc/distances/EditDistancesTest.java | 2 +- .../javanilla/misc/distances/LevenshteinDistanceTest.java | 2 +- .../javanilla/misc/distances/MinkowskiDistanceTest.java | 2 +- .../github/alexisjehan/javanilla/misc/quality/EnsureTest.java | 2 +- .../github/alexisjehan/javanilla/misc/quality/EqualsTest.java | 2 +- .../github/alexisjehan/javanilla/misc/quality/HashCodeTest.java | 2 +- .../github/alexisjehan/javanilla/misc/quality/ToStringTest.java | 2 +- .../alexisjehan/javanilla/misc/tree/AbstractTreeNodeTest.java | 2 +- .../alexisjehan/javanilla/misc/tree/LinkedTreeNodeTest.java | 2 +- .../github/alexisjehan/javanilla/misc/tree/TreeNodeTest.java | 2 +- .../alexisjehan/javanilla/misc/trees/AbstractTreeNodeTest.java | 2 +- .../alexisjehan/javanilla/misc/trees/LinkedTreeNodeTest.java | 2 +- .../github/alexisjehan/javanilla/misc/trees/TreeNodeTest.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tuple/PairTest.java | 2 +- .../alexisjehan/javanilla/misc/tuple/SerializablePairTest.java | 2 +- .../javanilla/misc/tuple/SerializableSingleTest.java | 2 +- .../javanilla/misc/tuple/SerializableTripleTest.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tuple/SingleTest.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tuple/TripleTest.java | 2 +- .../com/github/alexisjehan/javanilla/misc/tuples/PairTest.java | 2 +- .../alexisjehan/javanilla/misc/tuples/SerializablePairTest.java | 2 +- .../javanilla/misc/tuples/SerializableSingleTest.java | 2 +- .../javanilla/misc/tuples/SerializableTripleTest.java | 2 +- .../github/alexisjehan/javanilla/misc/tuples/SingleTest.java | 2 +- .../github/alexisjehan/javanilla/misc/tuples/TripleTest.java | 2 +- .../alexisjehan/javanilla/net/ssl/StandardSslContextsTest.java | 2 +- .../javanilla/net/ssl/StandardTrustManagerFactoriesTest.java | 2 +- .../security/StandardAlgorithmParameterGeneratorsTest.java | 2 +- .../javanilla/security/StandardAlgorithmParametersTest.java | 2 +- .../javanilla/security/StandardKeyFactoriesTest.java | 2 +- .../javanilla/security/StandardKeyPairGeneratorsTest.java | 2 +- .../alexisjehan/javanilla/security/StandardKeyStoresTest.java | 2 +- .../javanilla/security/StandardMessageDigestsTest.java | 2 +- .../alexisjehan/javanilla/security/StandardSignaturesTest.java | 2 +- .../javanilla/security/cert/StandardCertPathBuildersTest.java | 2 +- .../javanilla/security/cert/StandardCertPathValidatorsTest.java | 2 +- .../javanilla/security/cert/StandardCertStoresTest.java | 2 +- .../security/cert/StandardCertificateFactoriesTest.java | 2 +- .../alexisjehan/javanilla/sql/UncheckedSQLExceptionTest.java | 2 +- .../javanilla/standard/crypto/StandardCiphersTest.java | 2 +- .../javanilla/standard/crypto/StandardKeyAgreementsTest.java | 2 +- .../javanilla/standard/crypto/StandardKeyGeneratorsTest.java | 2 +- .../alexisjehan/javanilla/standard/crypto/StandardMacsTest.java | 2 +- .../standard/crypto/StandardSecretKeyFactoriesTest.java | 2 +- .../javanilla/standard/net/ssl/StandardSslContextsTest.java | 2 +- .../standard/net/ssl/StandardTrustManagerFactoriesTest.java | 2 +- .../security/StandardAlgorithmParameterGeneratorsTest.java | 2 +- .../standard/security/StandardAlgorithmParametersTest.java | 2 +- .../javanilla/standard/security/StandardKeyFactoriesTest.java | 2 +- .../standard/security/StandardKeyPairGeneratorsTest.java | 2 +- .../javanilla/standard/security/StandardKeyStoresTest.java | 2 +- .../javanilla/standard/security/StandardMessageDigestsTest.java | 2 +- .../javanilla/standard/security/StandardSignaturesTest.java | 2 +- .../standard/security/cert/StandardCertPathBuildersTest.java | 2 +- .../standard/security/cert/StandardCertPathValidatorsTest.java | 2 +- .../standard/security/cert/StandardCertStoresTest.java | 2 +- .../security/cert/StandardCertificateFactoriesTest.java | 2 +- .../github/alexisjehan/javanilla/util/BatchIteratorTest.java | 2 +- .../com/github/alexisjehan/javanilla/util/ComparatorsTest.java | 2 +- .../github/alexisjehan/javanilla/util/CountIteratorTest.java | 2 +- .../github/alexisjehan/javanilla/util/IndexedElementTest.java | 2 +- .../com/github/alexisjehan/javanilla/util/IterablesTest.java | 2 +- .../com/github/alexisjehan/javanilla/util/IteratorsTest.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/ListsTest.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/MapsTest.java | 2 +- .../github/alexisjehan/javanilla/util/NullableOptionalTest.java | 2 +- .../alexisjehan/javanilla/util/PrimitiveIterableTest.java | 2 +- .../github/alexisjehan/javanilla/util/RangeIteratorTest.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/SetsTest.java | 2 +- .../github/alexisjehan/javanilla/util/bag/AbstractBagTest.java | 2 +- .../java/com/github/alexisjehan/javanilla/util/bag/BagTest.java | 2 +- .../com/github/alexisjehan/javanilla/util/bag/BagsTest.java | 2 +- .../github/alexisjehan/javanilla/util/bag/LimitedBagTest.java | 2 +- .../com/github/alexisjehan/javanilla/util/bag/MapBagTest.java | 2 +- .../github/alexisjehan/javanilla/util/collection/ListsTest.java | 2 +- .../github/alexisjehan/javanilla/util/collection/MapsTest.java | 2 +- .../github/alexisjehan/javanilla/util/collection/SetsTest.java | 2 +- .../javanilla/util/collection/bags/AbstractBagTest.java | 2 +- .../alexisjehan/javanilla/util/collection/bags/BagTest.java | 2 +- .../alexisjehan/javanilla/util/collection/bags/BagsTest.java | 2 +- .../javanilla/util/collection/bags/LimitedBagTest.java | 2 +- .../alexisjehan/javanilla/util/collection/bags/MapBagTest.java | 2 +- .../alexisjehan/javanilla/util/function/ConsumersTest.java | 2 +- .../alexisjehan/javanilla/util/function/FunctionsTest.java | 2 +- .../javanilla/util/function/SerializableBiConsumerTest.java | 2 +- .../javanilla/util/function/SerializableBiFunctionTest.java | 2 +- .../javanilla/util/function/SerializableBiPredicateTest.java | 2 +- .../javanilla/util/function/SerializableConsumerTest.java | 2 +- .../javanilla/util/function/SerializableFunctionTest.java | 2 +- .../javanilla/util/function/SerializablePredicateTest.java | 2 +- .../javanilla/util/function/SerializableProcedureTest.java | 2 +- .../javanilla/util/function/SerializableSupplierTest.java | 2 +- .../alexisjehan/javanilla/util/function/SuppliersTest.java | 2 +- .../javanilla/util/function/ThrowableBiConsumerTest.java | 2 +- .../javanilla/util/function/ThrowableBiFunctionTest.java | 2 +- .../javanilla/util/function/ThrowableBiPredicateTest.java | 2 +- .../javanilla/util/function/ThrowableConsumerTest.java | 2 +- .../javanilla/util/function/ThrowableFunctionTest.java | 2 +- .../javanilla/util/function/ThrowablePredicateTest.java | 2 +- .../javanilla/util/function/ThrowableProcedureTest.java | 2 +- .../javanilla/util/function/ThrowableSupplierTest.java | 2 +- .../util/function/serializable/SerializableBiConsumerTest.java | 2 +- .../util/function/serializable/SerializableBiFunctionTest.java | 2 +- .../util/function/serializable/SerializableBiPredicateTest.java | 2 +- .../util/function/serializable/SerializableConsumerTest.java | 2 +- .../util/function/serializable/SerializableFunctionTest.java | 2 +- .../util/function/serializable/SerializablePredicateTest.java | 2 +- .../util/function/serializable/SerializableProcedureTest.java | 2 +- .../util/function/serializable/SerializableRunnableTest.java | 2 +- .../util/function/serializable/SerializableSupplierTest.java | 2 +- .../util/function/throwable/ThrowableBiConsumerTest.java | 2 +- .../util/function/throwable/ThrowableBiFunctionTest.java | 2 +- .../util/function/throwable/ThrowableBiPredicateTest.java | 2 +- .../util/function/throwable/ThrowableConsumerTest.java | 2 +- .../util/function/throwable/ThrowableFunctionTest.java | 2 +- .../util/function/throwable/ThrowablePredicateTest.java | 2 +- .../util/function/throwable/ThrowableProcedureTest.java | 2 +- .../util/function/throwable/ThrowableRunnableTest.java | 2 +- .../util/function/throwable/ThrowableSupplierTest.java | 2 +- .../alexisjehan/javanilla/util/iteration/BatchIteratorTest.java | 2 +- .../alexisjehan/javanilla/util/iteration/CountIteratorTest.java | 2 +- .../javanilla/util/iteration/IndexedElementTest.java | 2 +- .../alexisjehan/javanilla/util/iteration/IterablesTest.java | 2 +- .../alexisjehan/javanilla/util/iteration/IteratorsTest.java | 2 +- .../javanilla/util/iteration/PrimitiveIterableTest.java | 2 +- .../alexisjehan/javanilla/util/iteration/RangeIteratorTest.java | 2 +- 450 files changed, 450 insertions(+), 450 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index a1ae3251..5e6779ea 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2023 Alexis Jehan +Copyright (c) 2018-2024 Alexis Jehan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardCiphers.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardCiphers.java index 0be2dba0..f255d954 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardCiphers.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardCiphers.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyAgreements.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyAgreements.java index b73db437..7567c8c1 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyAgreements.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyAgreements.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyFactories.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyFactories.java index ecc367dd..a20718e7 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyGenerators.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyGenerators.java index bba6ec95..832ec78d 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyGenerators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyGenerators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyPairGenerators.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyPairGenerators.java index 0588beb3..8cee1281 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyPairGenerators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardKeyPairGenerators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardMacs.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardMacs.java index 1230b10a..4027a26f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardMacs.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardMacs.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardMessageDigests.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardMessageDigests.java index cf6564ef..795a6584 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardMessageDigests.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardMessageDigests.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardSecretKeyFactories.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardSecretKeyFactories.java index d81d38d0..db3ccafe 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardSecretKeyFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardSecretKeyFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardSignatures.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardSignatures.java index da74647f..b4d564d0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardSignatures.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/StandardSignatures.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/crypto/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/crypto/package-info.java index 00954241..3243ad43 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/crypto/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/crypto/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/CountInputStream.java b/src/main/java/com/github/alexisjehan/javanilla/io/CountInputStream.java index 74cfa0df..d863afd9 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/CountInputStream.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/CountInputStream.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/CountOutputStream.java b/src/main/java/com/github/alexisjehan/javanilla/io/CountOutputStream.java index 5605eeca..0b267cd8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/CountOutputStream.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/CountOutputStream.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/CountReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/CountReader.java index 8dfe5a1c..b6ab3f33 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/CountReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/CountReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/CountWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/CountWriter.java index 8febe855..16a4110d 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/CountWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/CountWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/InputStreams.java b/src/main/java/com/github/alexisjehan/javanilla/io/InputStreams.java index 938ad6c5..23e8d6b2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/InputStreams.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/InputStreams.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/OutputStreams.java b/src/main/java/com/github/alexisjehan/javanilla/io/OutputStreams.java index 4e889ab8..1ff19e98 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/OutputStreams.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/OutputStreams.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/RangeInputStream.java b/src/main/java/com/github/alexisjehan/javanilla/io/RangeInputStream.java index 2cb24c01..0867be02 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/RangeInputStream.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/RangeInputStream.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/RangeOutputStream.java b/src/main/java/com/github/alexisjehan/javanilla/io/RangeOutputStream.java index 472cf755..789c4260 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/RangeOutputStream.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/RangeOutputStream.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/RangeReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/RangeReader.java index fde445ad..6105744b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/RangeReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/RangeReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/RangeWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/RangeWriter.java index e5d667e1..82d9162c 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/RangeWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/RangeWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/Readers.java b/src/main/java/com/github/alexisjehan/javanilla/io/Readers.java index a843a8a4..cf874dae 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/Readers.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/Readers.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/Serializables.java b/src/main/java/com/github/alexisjehan/javanilla/io/Serializables.java index 56622381..4e10628a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/Serializables.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/Serializables.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/SerializationException.java b/src/main/java/com/github/alexisjehan/javanilla/io/SerializationException.java index 481b8c1c..1faf0311 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/SerializationException.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/SerializationException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/Writers.java b/src/main/java/com/github/alexisjehan/javanilla/io/Writers.java index efcb9f13..91419a8e 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/Writers.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/Writers.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/CountInputStream.java b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/CountInputStream.java index 0c295c05..e812d820 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/CountInputStream.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/CountInputStream.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/CountOutputStream.java b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/CountOutputStream.java index c390ed83..5e88b8e2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/CountOutputStream.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/CountOutputStream.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/InputStreams.java b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/InputStreams.java index 1ea66577..800c6143 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/InputStreams.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/InputStreams.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/OutputStreams.java b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/OutputStreams.java index 8a82eda6..fd93e670 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/OutputStreams.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/OutputStreams.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/RangeInputStream.java b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/RangeInputStream.java index 74b00d96..cc972311 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/RangeInputStream.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/RangeInputStream.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/RangeOutputStream.java b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/RangeOutputStream.java index 685b547d..a1e70bb1 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/RangeOutputStream.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/RangeOutputStream.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/package-info.java index 5b504616..f7e74d52 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/bytes/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/bytes/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/chars/CountReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/chars/CountReader.java index 6cfafa12..8da87699 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/chars/CountReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/chars/CountReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/chars/CountWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/chars/CountWriter.java index 8908d1fc..faf82c00 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/chars/CountWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/chars/CountWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/chars/RangeReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/chars/RangeReader.java index 4ade5226..98ada4d0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/chars/RangeReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/chars/RangeReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/chars/RangeWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/chars/RangeWriter.java index 1627a437..03b65219 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/chars/RangeWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/chars/RangeWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/chars/Readers.java b/src/main/java/com/github/alexisjehan/javanilla/io/chars/Readers.java index 899e87b9..118a8d9f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/chars/Readers.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/chars/Readers.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/chars/Writers.java b/src/main/java/com/github/alexisjehan/javanilla/io/chars/Writers.java index 6d84f663..60bd6740 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/chars/Writers.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/chars/Writers.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/chars/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/io/chars/package-info.java index 59f7fe1b..775aabc6 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/chars/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/chars/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/CountLineReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/CountLineReader.java index ff07bc74..0b4ed469 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/CountLineReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/CountLineReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/CountLineWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/CountLineWriter.java index e936ca36..81d2fc0f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/CountLineWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/CountLineWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/FilterLineReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/FilterLineReader.java index bfa3827d..96c1335f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/FilterLineReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/FilterLineReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/FilterLineWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/FilterLineWriter.java index 90ac06f9..06c04e8b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/FilterLineWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/FilterLineWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/LineReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/LineReader.java index 69220068..cf87121e 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/LineReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/LineReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/LineSeparator.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/LineSeparator.java index 078a7698..72e649b0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/LineSeparator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/LineSeparator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/LineWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/LineWriter.java index 63f8e60c..88e8dfd2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/LineWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/LineWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/RangeLineReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/RangeLineReader.java index be10e841..d7b53529 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/RangeLineReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/RangeLineReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/RangeLineWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/RangeLineWriter.java index efc485a9..fc59e1d4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/RangeLineWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/RangeLineWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/line/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/io/line/package-info.java index 97508dfd..193db084 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/line/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/line/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/CountLineReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/CountLineReader.java index 8055c00d..9021f5a3 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/CountLineReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/CountLineReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/CountLineWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/CountLineWriter.java index ff8f709d..7af2350f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/CountLineWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/CountLineWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/FilterLineReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/FilterLineReader.java index bf81e4df..973a85a2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/FilterLineReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/FilterLineReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/FilterLineWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/FilterLineWriter.java index c074d585..916a4d4a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/FilterLineWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/FilterLineWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineReader.java index c3fa7a8f..28b3329b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineSeparator.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineSeparator.java index c524ca25..5d32fe55 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineSeparator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineSeparator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineWriter.java index 99c6bac2..8acec727 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/LineWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/RangeLineReader.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/RangeLineReader.java index 20b0ac78..5a0cede3 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/RangeLineReader.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/RangeLineReader.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/RangeLineWriter.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/RangeLineWriter.java index 02084072..56e835c4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/RangeLineWriter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/RangeLineWriter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/lines/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/io/lines/package-info.java index 2449af73..561d5ab1 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/lines/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/lines/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/io/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/io/package-info.java index eb03ad80..fe4f04cf 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/io/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/io/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/Comparables.java b/src/main/java/com/github/alexisjehan/javanilla/lang/Comparables.java index d289bf18..292a2693 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/Comparables.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/Comparables.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/Strings.java b/src/main/java/com/github/alexisjehan/javanilla/lang/Strings.java index a27087d7..174bd2b8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/Strings.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/Strings.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/Throwables.java b/src/main/java/com/github/alexisjehan/javanilla/lang/Throwables.java index 254dbd65..8fb0411b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/Throwables.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/Throwables.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/UncheckedInterruptedException.java b/src/main/java/com/github/alexisjehan/javanilla/lang/UncheckedInterruptedException.java index 0765193d..58490922 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/UncheckedInterruptedException.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/UncheckedInterruptedException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/BooleanArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/BooleanArrays.java index 0fd4384a..ec7dfd3f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/BooleanArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/BooleanArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/ByteArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/ByteArrays.java index d143e677..a0834153 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/ByteArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/ByteArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/CharArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/CharArrays.java index d83f0d31..2de58abb 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/CharArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/CharArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/DoubleArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/DoubleArrays.java index 4135ed54..9c0db155 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/DoubleArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/DoubleArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/FloatArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/FloatArrays.java index 21a2e90a..62da0135 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/FloatArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/FloatArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/IntArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/IntArrays.java index d5671857..672f87a4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/IntArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/IntArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/LongArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/LongArrays.java index 116f800e..c2df649e 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/LongArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/LongArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/ObjectArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/ObjectArrays.java index 75cb9ae2..70e915a9 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/ObjectArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/ObjectArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/ShortArrays.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/ShortArrays.java index 264b6e41..2a7cd5ab 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/ShortArrays.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/ShortArrays.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/array/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/lang/array/package-info.java index 693055b0..be6699a4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/array/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/array/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/lang/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/lang/package-info.java index 2fdddcb4..664c3199 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/lang/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/lang/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/BloomFilter.java b/src/main/java/com/github/alexisjehan/javanilla/misc/BloomFilter.java index 98c3b120..1ea91f26 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/BloomFilter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/BloomFilter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/CaseStyle.java b/src/main/java/com/github/alexisjehan/javanilla/misc/CaseStyle.java index be97273a..18936d7b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/CaseStyle.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/CaseStyle.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/StringFormatter.java b/src/main/java/com/github/alexisjehan/javanilla/misc/StringFormatter.java index 38036fff..6d69f2c0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/StringFormatter.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/StringFormatter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/Distance.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/Distance.java index 62b8144b..bd63df61 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/Distance.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/Distance.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/Distances.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/Distances.java index e543cd42..5088e94b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/Distances.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/Distances.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/EditDistance.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/EditDistance.java index fbbc1d3e..71d95b43 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/EditDistance.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/EditDistance.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/EditDistances.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/EditDistances.java index 19ba85dd..7b5f33c0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/EditDistances.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/EditDistances.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/LevenshteinDistance.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/LevenshteinDistance.java index 9be2c2d3..24de568e 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/LevenshteinDistance.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/LevenshteinDistance.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/MinkowskiDistance.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/MinkowskiDistance.java index 54b9ef79..af8b1ef0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/MinkowskiDistance.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/MinkowskiDistance.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/package-info.java index 70be2c7d..ed778000 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distance/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distance/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/Distance.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/Distance.java index b8f42243..98bb1791 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/Distance.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/Distance.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/Distances.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/Distances.java index cbb9e739..097413cd 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/Distances.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/Distances.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/EditDistance.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/EditDistance.java index af0c0b7f..8d0ad513 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/EditDistance.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/EditDistance.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/EditDistances.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/EditDistances.java index 03fe7f97..0315e3eb 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/EditDistances.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/EditDistances.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/LevenshteinDistance.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/LevenshteinDistance.java index 1a9bea97..4d761d2d 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/LevenshteinDistance.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/LevenshteinDistance.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/MinkowskiDistance.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/MinkowskiDistance.java index d98d7ea1..a54caf6d 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/MinkowskiDistance.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/MinkowskiDistance.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/package-info.java index 4f35d06b..fb8d6c6b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/distances/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/distances/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/misc/package-info.java index a8f7783c..b5e7a263 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/Ensure.java b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/Ensure.java index 828e08f6..20179f83 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/Ensure.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/Ensure.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/Equals.java b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/Equals.java index 6537a784..52b31c31 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/Equals.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/Equals.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/HashCode.java b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/HashCode.java index fe6c1947..09c68ac8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/HashCode.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/HashCode.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/ToString.java b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/ToString.java index 08dd9103..08d850a0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/ToString.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/ToString.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/package-info.java index 7289750b..16d98316 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/quality/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/quality/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tree/LinkedTreeNode.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tree/LinkedTreeNode.java index 696e49d6..3e63f98b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tree/LinkedTreeNode.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tree/LinkedTreeNode.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tree/TreeNode.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tree/TreeNode.java index d84deb28..81571336 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tree/TreeNode.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tree/TreeNode.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tree/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tree/package-info.java index cd542ad2..4a8070ca 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tree/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tree/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/trees/LinkedTreeNode.java b/src/main/java/com/github/alexisjehan/javanilla/misc/trees/LinkedTreeNode.java index f672e1d0..68c4c10e 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/trees/LinkedTreeNode.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/trees/LinkedTreeNode.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/trees/TreeNode.java b/src/main/java/com/github/alexisjehan/javanilla/misc/trees/TreeNode.java index 3247e42e..fd6d16fa 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/trees/TreeNode.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/trees/TreeNode.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/trees/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/misc/trees/package-info.java index 5dc57428..16ab44d3 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/trees/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/trees/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Pair.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Pair.java index 78553110..59cb577a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Pair.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Pair.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializablePair.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializablePair.java index 9deef665..087b083b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializablePair.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializablePair.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableSingle.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableSingle.java index 17db17b0..cb2da9ae 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableSingle.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableSingle.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableTriple.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableTriple.java index c10e650f..df02d64c 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableTriple.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableTriple.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Single.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Single.java index 68b3507a..2de372c6 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Single.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Single.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Triple.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Triple.java index a2d45816..a17f5e42 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Triple.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/Triple.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/package-info.java index 684e86e8..0e85e64e 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuple/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Pair.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Pair.java index 620de841..2c434635 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Pair.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Pair.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializablePair.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializablePair.java index 9ac2dbeb..a8b93169 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializablePair.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializablePair.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableSingle.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableSingle.java index 0882ad7f..5dd895b0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableSingle.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableSingle.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableTriple.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableTriple.java index 26aecdcf..5e5a0d41 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableTriple.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableTriple.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Single.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Single.java index 759b63c0..d84d219e 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Single.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Single.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Triple.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Triple.java index e5e8da99..9268346a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Triple.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/Triple.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/package-info.java index db2c5762..ad8f85aa 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/misc/tuples/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/net/ssl/StandardSslContexts.java b/src/main/java/com/github/alexisjehan/javanilla/net/ssl/StandardSslContexts.java index caa42105..8dbf80ec 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/net/ssl/StandardSslContexts.java +++ b/src/main/java/com/github/alexisjehan/javanilla/net/ssl/StandardSslContexts.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/net/ssl/StandardTrustManagerFactories.java b/src/main/java/com/github/alexisjehan/javanilla/net/ssl/StandardTrustManagerFactories.java index 15b1f7e4..883f8f33 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/net/ssl/StandardTrustManagerFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/net/ssl/StandardTrustManagerFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/net/ssl/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/net/ssl/package-info.java index dea10ae4..5549a252 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/net/ssl/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/net/ssl/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameterGenerators.java b/src/main/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameterGenerators.java index 01fe4cbf..6e28cddc 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameterGenerators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameterGenerators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameters.java b/src/main/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameters.java index 5ecd76b8..039aa284 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameters.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameters.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyFactories.java b/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyFactories.java index 31d6b6c5..56922fcd 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyPairGenerators.java b/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyPairGenerators.java index a5184932..ebbf5dd4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyPairGenerators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyPairGenerators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyStores.java b/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyStores.java index 0d19843d..47cbc51c 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyStores.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/StandardKeyStores.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/StandardMessageDigests.java b/src/main/java/com/github/alexisjehan/javanilla/security/StandardMessageDigests.java index 8cece317..86626fc1 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/StandardMessageDigests.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/StandardMessageDigests.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/StandardSignatures.java b/src/main/java/com/github/alexisjehan/javanilla/security/StandardSignatures.java index b8fdf71d..5c43c474 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/StandardSignatures.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/StandardSignatures.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathBuilders.java b/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathBuilders.java index 8da1aefb..a61f86c6 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathBuilders.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathBuilders.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathValidators.java b/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathValidators.java index e6ecf1b7..999b545d 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathValidators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathValidators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertStores.java b/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertStores.java index 1619e991..6a4cc0a8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertStores.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertStores.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertificateFactories.java b/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertificateFactories.java index d9dd5e7a..0576f6b4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertificateFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/cert/StandardCertificateFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/cert/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/security/cert/package-info.java index 715f0625..e127c5f9 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/cert/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/cert/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/security/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/security/package-info.java index 2681388e..cc8091d8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/security/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/security/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/sql/UncheckedSQLException.java b/src/main/java/com/github/alexisjehan/javanilla/sql/UncheckedSQLException.java index 559523e3..1e4756cb 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/sql/UncheckedSQLException.java +++ b/src/main/java/com/github/alexisjehan/javanilla/sql/UncheckedSQLException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/sql/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/sql/package-info.java index 5c99de7b..e8f9f9a9 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/sql/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/sql/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardCiphers.java b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardCiphers.java index 380fde25..81b2faa5 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardCiphers.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardCiphers.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyAgreements.java b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyAgreements.java index 9226972b..d68fb312 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyAgreements.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyAgreements.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyGenerators.java b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyGenerators.java index 09234415..f99472f9 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyGenerators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyGenerators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardMacs.java b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardMacs.java index f4a964e9..d758654d 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardMacs.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardMacs.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardSecretKeyFactories.java b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardSecretKeyFactories.java index a7ca9550..04ce13f4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardSecretKeyFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/StandardSecretKeyFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/package-info.java index 2e842618..a1ad8ec1 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/crypto/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardSslContexts.java b/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardSslContexts.java index 9d75e161..79157f66 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardSslContexts.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardSslContexts.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardTrustManagerFactories.java b/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardTrustManagerFactories.java index 0db06745..730edd14 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardTrustManagerFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardTrustManagerFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/package-info.java index a2055b3f..44179b1c 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/net/ssl/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/standard/package-info.java index 07605c55..bd594e2a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameterGenerators.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameterGenerators.java index b2a8c134..074bdd0a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameterGenerators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameterGenerators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameters.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameters.java index 288c650d..eb31af74 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameters.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameters.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyFactories.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyFactories.java index 7a4cc829..00cd6c7d 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyPairGenerators.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyPairGenerators.java index f5c7708c..7be1cfdc 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyPairGenerators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyPairGenerators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyStores.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyStores.java index 08738245..0d159570 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyStores.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyStores.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardMessageDigests.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardMessageDigests.java index d8c5c27d..d5d5bb21 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardMessageDigests.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardMessageDigests.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardSignatures.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardSignatures.java index 9cd9cd24..11f6aef2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardSignatures.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/StandardSignatures.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathBuilders.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathBuilders.java index c9692612..48f70757 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathBuilders.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathBuilders.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathValidators.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathValidators.java index 4a054dab..35c954fe 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathValidators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathValidators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertStores.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertStores.java index 65c13c7d..5c7d89f0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertStores.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertStores.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertificateFactories.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertificateFactories.java index 0c51d074..8a3b2732 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertificateFactories.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertificateFactories.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/package-info.java index f8c6ee3d..1b5f24cb 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/cert/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/standard/security/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/standard/security/package-info.java index d659c508..cce68042 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/standard/security/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/standard/security/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/BatchIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/BatchIterator.java index 7862e57b..cfd900a0 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/BatchIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/BatchIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/Comparators.java b/src/main/java/com/github/alexisjehan/javanilla/util/Comparators.java index 8093f8fb..22d6524f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/Comparators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/Comparators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/CountIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/CountIterator.java index 0ff72f5b..0a0b8fb8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/CountIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/CountIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/FilterIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/FilterIterator.java index 341a6dd3..de50a2f8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/FilterIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/FilterIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/IndexedElement.java b/src/main/java/com/github/alexisjehan/javanilla/util/IndexedElement.java index 1e72de2d..49ba34fe 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/IndexedElement.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/IndexedElement.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/Iterables.java b/src/main/java/com/github/alexisjehan/javanilla/util/Iterables.java index 94d583bc..df8a77be 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/Iterables.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/Iterables.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/Iterators.java b/src/main/java/com/github/alexisjehan/javanilla/util/Iterators.java index 05b8d54a..09b83918 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/Iterators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/Iterators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/Lists.java b/src/main/java/com/github/alexisjehan/javanilla/util/Lists.java index 7113401d..87e15d9b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/Lists.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/Lists.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/Maps.java b/src/main/java/com/github/alexisjehan/javanilla/util/Maps.java index 6ff9c823..7d7e5832 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/Maps.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/Maps.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/NullableOptional.java b/src/main/java/com/github/alexisjehan/javanilla/util/NullableOptional.java index fe1325c3..08244acd 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/NullableOptional.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/NullableOptional.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/PreparedIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/PreparedIterator.java index dd9c719e..f607f650 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/PreparedIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/PreparedIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/PrimitiveIterable.java b/src/main/java/com/github/alexisjehan/javanilla/util/PrimitiveIterable.java index f43b8864..e1f2f560 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/PrimitiveIterable.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/PrimitiveIterable.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/RangeIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/RangeIterator.java index 9ebe5786..4ac00b51 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/RangeIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/RangeIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/Sets.java b/src/main/java/com/github/alexisjehan/javanilla/util/Sets.java index 29719c0c..a64b6d04 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/Sets.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/Sets.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/bag/Bag.java b/src/main/java/com/github/alexisjehan/javanilla/util/bag/Bag.java index 4f14b94c..deeb9ad4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/bag/Bag.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/bag/Bag.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/bag/Bags.java b/src/main/java/com/github/alexisjehan/javanilla/util/bag/Bags.java index e97314b4..bf0c38f7 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/bag/Bags.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/bag/Bags.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/bag/FilterBag.java b/src/main/java/com/github/alexisjehan/javanilla/util/bag/FilterBag.java index 05f41334..072ea62c 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/bag/FilterBag.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/bag/FilterBag.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/bag/LimitedBag.java b/src/main/java/com/github/alexisjehan/javanilla/util/bag/LimitedBag.java index 0a16e91a..815151dd 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/bag/LimitedBag.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/bag/LimitedBag.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/bag/MapBag.java b/src/main/java/com/github/alexisjehan/javanilla/util/bag/MapBag.java index 4dbf821e..5885c892 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/bag/MapBag.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/bag/MapBag.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/bag/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/bag/package-info.java index 39a901c4..ed5cee95 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/bag/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/bag/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/Lists.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/Lists.java index c7bc7b10..b8af5bec 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/Lists.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/Lists.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/Maps.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/Maps.java index 506567b4..83e96524 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/Maps.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/Maps.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/Sets.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/Sets.java index e7aafd45..df7849cf 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/Sets.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/Sets.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/Bag.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/Bag.java index d403c88d..d83451a9 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/Bag.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/Bag.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/Bags.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/Bags.java index d371d981..64a5b6c2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/Bags.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/Bags.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/FilterBag.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/FilterBag.java index dfa5de03..82dd2217 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/FilterBag.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/FilterBag.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/LimitedBag.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/LimitedBag.java index 34e4b98b..3f02f2dd 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/LimitedBag.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/LimitedBag.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/MapBag.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/MapBag.java index 3e9f3e47..6b5d0a1b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/MapBag.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/MapBag.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/package-info.java index 0f64a0c6..2bddeaab 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/bags/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/collection/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/collection/package-info.java index ffc145f3..c0c07138 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/collection/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/collection/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/Consumers.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/Consumers.java index 25592a98..d25881a3 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/Consumers.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/Consumers.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/Functions.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/Functions.java index e60be251..56ad7dfd 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/Functions.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/Functions.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/Procedure.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/Procedure.java index 377c6d2c..7ee8e298 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/Procedure.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/Procedure.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiConsumer.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiConsumer.java index 2259b2a7..06ce6561 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiConsumer.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiConsumer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiFunction.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiFunction.java index bf5258bf..d7c04261 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiFunction.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiFunction.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiPredicate.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiPredicate.java index e896b59b..9ed01ada 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiPredicate.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableBiPredicate.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableConsumer.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableConsumer.java index 9f849a93..2f991e3a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableConsumer.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableConsumer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableFunction.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableFunction.java index e8bd0a85..e7d60ddd 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableFunction.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableFunction.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializablePredicate.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializablePredicate.java index d55ce06f..b3af48bf 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializablePredicate.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializablePredicate.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableProcedure.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableProcedure.java index 331051e6..f21b5e12 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableProcedure.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableProcedure.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableSupplier.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableSupplier.java index e314c9c7..11cb75cd 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableSupplier.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/SerializableSupplier.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/Suppliers.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/Suppliers.java index 89e914c3..e06565d9 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/Suppliers.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/Suppliers.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiConsumer.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiConsumer.java index 11d7e384..e0b1672c 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiConsumer.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiConsumer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiFunction.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiFunction.java index b4380a6c..e5264076 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiFunction.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiFunction.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiPredicate.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiPredicate.java index 278fbeaf..aac5c0b1 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiPredicate.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiPredicate.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableConsumer.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableConsumer.java index 0c1e51cd..815860d2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableConsumer.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableConsumer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableFunction.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableFunction.java index 7a00181b..6650f130 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableFunction.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableFunction.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowablePredicate.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowablePredicate.java index 8fad73e2..c32cf129 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowablePredicate.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowablePredicate.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableProcedure.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableProcedure.java index fc51795e..6ad18300 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableProcedure.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableProcedure.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableSupplier.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableSupplier.java index a62f3de9..416a2034 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableSupplier.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/ThrowableSupplier.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/package-info.java index be947312..44d12c2f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiConsumer.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiConsumer.java index 6165a772..ca554cd2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiConsumer.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiConsumer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiFunction.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiFunction.java index 12728fff..9aec8c2f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiFunction.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiFunction.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiPredicate.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiPredicate.java index fca9523e..af7acb9f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiPredicate.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiPredicate.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableConsumer.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableConsumer.java index c5e188bf..6bccef36 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableConsumer.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableConsumer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableFunction.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableFunction.java index 5f626340..40f2d635 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableFunction.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableFunction.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializablePredicate.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializablePredicate.java index c9051f9d..2f5e7f62 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializablePredicate.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializablePredicate.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableProcedure.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableProcedure.java index 26519cc6..e4437638 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableProcedure.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableProcedure.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableRunnable.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableRunnable.java index 094936b0..094a683b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableRunnable.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableRunnable.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableSupplier.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableSupplier.java index 28604e95..8a084aa8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableSupplier.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableSupplier.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/package-info.java index f1494cc0..ec8494c2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/serializable/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiConsumer.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiConsumer.java index 52dcef69..cbdc339b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiConsumer.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiConsumer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiFunction.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiFunction.java index 80e8a34d..f3a74cbe 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiFunction.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiFunction.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiPredicate.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiPredicate.java index 81c7a859..14ad5cce 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiPredicate.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiPredicate.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableConsumer.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableConsumer.java index 19fabebc..6f0dcdc2 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableConsumer.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableConsumer.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableFunction.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableFunction.java index 009165ce..57059839 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableFunction.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableFunction.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowablePredicate.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowablePredicate.java index cc355110..14d82af8 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowablePredicate.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowablePredicate.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableProcedure.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableProcedure.java index c7fbcc5f..1976da84 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableProcedure.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableProcedure.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableRunnable.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableRunnable.java index 9bff079e..43fab625 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableRunnable.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableRunnable.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableSupplier.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableSupplier.java index 90f07ca4..5e24cbe1 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableSupplier.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableSupplier.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/package-info.java index 1d3d51cb..be72e59a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/function/throwable/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/BatchIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/BatchIterator.java index 5c51c912..863fd78c 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/BatchIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/BatchIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/CountIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/CountIterator.java index b4a9ac28..48e6d47a 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/CountIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/CountIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/FilterIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/FilterIterator.java index 982950e1..cd9bc5e9 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/FilterIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/FilterIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/IndexedElement.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/IndexedElement.java index f994736b..a1a69a53 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/IndexedElement.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/IndexedElement.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/Iterables.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/Iterables.java index 4df29373..6de24f9b 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/Iterables.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/Iterables.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/Iterators.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/Iterators.java index e4532d04..ee94beae 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/Iterators.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/Iterators.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/PreparedIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/PreparedIterator.java index 016d176d..1a00fda4 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/PreparedIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/PreparedIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/PrimitiveIterable.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/PrimitiveIterable.java index 9bcb950e..4f15ae0f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/PrimitiveIterable.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/PrimitiveIterable.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/RangeIterator.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/RangeIterator.java index 5c28a1af..971a0068 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/RangeIterator.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/RangeIterator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/package-info.java index 4825d1a0..61e46cc3 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/iteration/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/iteration/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/package-info.java index 203f993f..ffbabea5 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/stream/Streamable.java b/src/main/java/com/github/alexisjehan/javanilla/util/stream/Streamable.java index 3c0cfe69..85988ea5 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/stream/Streamable.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/stream/Streamable.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/javanilla/util/stream/package-info.java b/src/main/java/com/github/alexisjehan/javanilla/util/stream/package-info.java index f2f46806..436c1a5f 100644 --- a/src/main/java/com/github/alexisjehan/javanilla/util/stream/package-info.java +++ b/src/main/java/com/github/alexisjehan/javanilla/util/stream/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/ArrayExample.java b/src/main/java/examples/ArrayExample.java index 475cf89f..d20d8bf1 100644 --- a/src/main/java/examples/ArrayExample.java +++ b/src/main/java/examples/ArrayExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/BagExample.java b/src/main/java/examples/BagExample.java index 1c9ced8e..e5919db7 100644 --- a/src/main/java/examples/BagExample.java +++ b/src/main/java/examples/BagExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/ComparatorExample.java b/src/main/java/examples/ComparatorExample.java index f2fe33b5..19e2d2d4 100644 --- a/src/main/java/examples/ComparatorExample.java +++ b/src/main/java/examples/ComparatorExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/DistanceExample.java b/src/main/java/examples/DistanceExample.java index a0fa23d2..1760beb7 100644 --- a/src/main/java/examples/DistanceExample.java +++ b/src/main/java/examples/DistanceExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/InputOutputExample.java b/src/main/java/examples/InputOutputExample.java index 489e90a0..f07d7f14 100644 --- a/src/main/java/examples/InputOutputExample.java +++ b/src/main/java/examples/InputOutputExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/IteratorExample.java b/src/main/java/examples/IteratorExample.java index 957ad358..2ecf4f47 100644 --- a/src/main/java/examples/IteratorExample.java +++ b/src/main/java/examples/IteratorExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/LineExample.java b/src/main/java/examples/LineExample.java index d1d5b74d..1efdf407 100644 --- a/src/main/java/examples/LineExample.java +++ b/src/main/java/examples/LineExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/StringExample.java b/src/main/java/examples/StringExample.java index 46626a64..28d7bbca 100644 --- a/src/main/java/examples/StringExample.java +++ b/src/main/java/examples/StringExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/StringFormatterExample.java b/src/main/java/examples/StringFormatterExample.java index 9ca62175..70fd44be 100644 --- a/src/main/java/examples/StringFormatterExample.java +++ b/src/main/java/examples/StringFormatterExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/examples/ThrowableExample.java b/src/main/java/examples/ThrowableExample.java index eb41a705..48403f79 100644 --- a/src/main/java/examples/ThrowableExample.java +++ b/src/main/java/examples/ThrowableExample.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/internal/ExcludeFromJacocoGeneratedReport.java b/src/main/java/internal/ExcludeFromJacocoGeneratedReport.java index 2f8d5c87..5305e144 100644 --- a/src/main/java/internal/ExcludeFromJacocoGeneratedReport.java +++ b/src/main/java/internal/ExcludeFromJacocoGeneratedReport.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardCiphersTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardCiphersTest.java index 5bc7a457..37e42eda 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardCiphersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardCiphersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyAgreementsTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyAgreementsTest.java index a0fe3c8e..ec2d7acb 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyAgreementsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyAgreementsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyFactoriesTest.java index edf3c4cd..61f5e700 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyGeneratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyGeneratorsTest.java index 7224efb8..603bfbad 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyGeneratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyGeneratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyPairGeneratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyPairGeneratorsTest.java index 61f1b607..e9365b01 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyPairGeneratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardKeyPairGeneratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardMacsTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardMacsTest.java index 8e31c55c..8dd2c7c7 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardMacsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardMacsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardMessageDigestsTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardMessageDigestsTest.java index 2e3efd09..be296f80 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardMessageDigestsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardMessageDigestsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardSecretKeyFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardSecretKeyFactoriesTest.java index b8d81bfc..47015a53 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardSecretKeyFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardSecretKeyFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardSignaturesTest.java b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardSignaturesTest.java index 9bca619e..66dee2cf 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardSignaturesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/crypto/StandardSignaturesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/CountInputStreamTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/CountInputStreamTest.java index 877b73a2..aa4b98bf 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/CountInputStreamTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/CountInputStreamTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/CountOutputStreamTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/CountOutputStreamTest.java index 1578400a..eb36b23b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/CountOutputStreamTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/CountOutputStreamTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/CountReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/CountReaderTest.java index 57423034..7942b3f4 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/CountReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/CountReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/CountWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/CountWriterTest.java index 273b0479..901ed4c0 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/CountWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/CountWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/InputStreamsTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/InputStreamsTest.java index ac96e8a8..8ee79661 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/InputStreamsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/InputStreamsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/OutputStreamsTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/OutputStreamsTest.java index 5c802090..69076a7a 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/OutputStreamsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/OutputStreamsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/RangeInputStreamTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/RangeInputStreamTest.java index 7285206d..3f779fb4 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/RangeInputStreamTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/RangeInputStreamTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/RangeOutputStreamTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/RangeOutputStreamTest.java index 72b6833e..10b238ab 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/RangeOutputStreamTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/RangeOutputStreamTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/RangeReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/RangeReaderTest.java index 1c3b1903..08c60eea 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/RangeReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/RangeReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/RangeWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/RangeWriterTest.java index be6105a8..023e5bde 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/RangeWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/RangeWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/ReadersTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/ReadersTest.java index a4184cba..3d9e5dbe 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/ReadersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/ReadersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/SerializablesTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/SerializablesTest.java index ef35ba2d..c60d503c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/SerializablesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/SerializablesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/SerializationExceptionTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/SerializationExceptionTest.java index 9ff62b8b..2112da05 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/SerializationExceptionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/SerializationExceptionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/WritersTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/WritersTest.java index 395588af..d422f239 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/WritersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/WritersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/CountInputStreamTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/CountInputStreamTest.java index 4d633070..f55ab208 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/CountInputStreamTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/CountInputStreamTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/CountOutputStreamTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/CountOutputStreamTest.java index d3d1fbf9..cda832bf 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/CountOutputStreamTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/CountOutputStreamTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/InputStreamsTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/InputStreamsTest.java index 9d7985e8..dc5c4042 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/InputStreamsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/InputStreamsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/OutputStreamsTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/OutputStreamsTest.java index f27452d6..3a821d37 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/OutputStreamsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/OutputStreamsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/RangeInputStreamTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/RangeInputStreamTest.java index 1f27ee90..8ab25ff5 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/RangeInputStreamTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/RangeInputStreamTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/RangeOutputStreamTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/RangeOutputStreamTest.java index 40a84a86..b560398f 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/bytes/RangeOutputStreamTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/bytes/RangeOutputStreamTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/chars/CountReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/chars/CountReaderTest.java index afa96623..28273acc 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/chars/CountReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/chars/CountReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/chars/CountWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/chars/CountWriterTest.java index a4b5c050..41824750 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/chars/CountWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/chars/CountWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/chars/RangeReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/chars/RangeReaderTest.java index 7a2e69cb..b3d88e5b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/chars/RangeReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/chars/RangeReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/chars/RangeWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/chars/RangeWriterTest.java index fbd9918d..fbdd8f9d 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/chars/RangeWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/chars/RangeWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/chars/ReadersTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/chars/ReadersTest.java index 323bdbd9..f6602b22 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/chars/ReadersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/chars/ReadersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/chars/WritersTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/chars/WritersTest.java index 3a4f5714..9bd63717 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/chars/WritersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/chars/WritersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/line/CountLineReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/line/CountLineReaderTest.java index 03558f93..3beb7248 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/line/CountLineReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/line/CountLineReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/line/CountLineWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/line/CountLineWriterTest.java index 08eac4f0..a702d324 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/line/CountLineWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/line/CountLineWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/line/LineReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/line/LineReaderTest.java index 1299c797..1aa3bcc1 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/line/LineReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/line/LineReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/line/LineSeparatorTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/line/LineSeparatorTest.java index ecf5e961..77c26bea 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/line/LineSeparatorTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/line/LineSeparatorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/line/LineWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/line/LineWriterTest.java index 488c438c..57a62700 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/line/LineWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/line/LineWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/line/RangeLineReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/line/RangeLineReaderTest.java index 9d5cb2b2..70801252 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/line/RangeLineReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/line/RangeLineReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/line/RangeLineWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/line/RangeLineWriterTest.java index c7b26f81..e9fc1d1b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/line/RangeLineWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/line/RangeLineWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/lines/CountLineReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/lines/CountLineReaderTest.java index 15c943ef..e168852c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/lines/CountLineReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/lines/CountLineReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/lines/CountLineWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/lines/CountLineWriterTest.java index 3a0a6a3f..8adc48c4 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/lines/CountLineWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/lines/CountLineWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineReaderTest.java index bb34125d..04cfd350 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineSeparatorTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineSeparatorTest.java index e8d7b962..4b8a63fd 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineSeparatorTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineSeparatorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineWriterTest.java index 0c012d72..e097a512 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/lines/LineWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/lines/RangeLineReaderTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/lines/RangeLineReaderTest.java index 4eb0a33c..28496f87 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/lines/RangeLineReaderTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/lines/RangeLineReaderTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/io/lines/RangeLineWriterTest.java b/src/test/java/com/github/alexisjehan/javanilla/io/lines/RangeLineWriterTest.java index b9b01149..4d1687c7 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/io/lines/RangeLineWriterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/io/lines/RangeLineWriterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/ComparablesTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/ComparablesTest.java index 898a4f1a..f1f86e28 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/ComparablesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/ComparablesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/StringsTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/StringsTest.java index 66004f7b..d9498e75 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/StringsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/StringsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/ThrowablesTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/ThrowablesTest.java index 1830ef1c..e677bf89 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/ThrowablesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/ThrowablesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/UncheckedInterruptedExceptionTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/UncheckedInterruptedExceptionTest.java index 7f6ae1cf..8834cff0 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/UncheckedInterruptedExceptionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/UncheckedInterruptedExceptionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/BooleanArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/BooleanArraysTest.java index 393b4efe..8ac9dfc8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/BooleanArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/BooleanArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/ByteArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/ByteArraysTest.java index a5a924d3..36c4c900 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/ByteArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/ByteArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/CharArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/CharArraysTest.java index c864dfa0..152a2667 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/CharArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/CharArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/DoubleArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/DoubleArraysTest.java index 58507a39..ffe99659 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/DoubleArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/DoubleArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/FloatArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/FloatArraysTest.java index cc4bc0fa..4d1b3bf3 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/FloatArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/FloatArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/IntArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/IntArraysTest.java index fce7a6bd..59631fd1 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/IntArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/IntArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/LongArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/LongArraysTest.java index c6625a51..5ce04202 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/LongArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/LongArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/ObjectArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/ObjectArraysTest.java index 2f8b119a..40131df5 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/ObjectArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/ObjectArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/lang/array/ShortArraysTest.java b/src/test/java/com/github/alexisjehan/javanilla/lang/array/ShortArraysTest.java index 27b845cb..c3590443 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/lang/array/ShortArraysTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/lang/array/ShortArraysTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/BloomFilterTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/BloomFilterTest.java index cde79ff0..dda56f99 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/BloomFilterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/BloomFilterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/CaseStyleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/CaseStyleTest.java index 050f6a17..96ec1f6b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/CaseStyleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/CaseStyleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/StringFormatterTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/StringFormatterTest.java index fea9b3df..50e7f8b7 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/StringFormatterTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/StringFormatterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/distance/DistancesTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/distance/DistancesTest.java index 636f7032..406467d8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/distance/DistancesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/distance/DistancesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/distance/EditDistancesTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/distance/EditDistancesTest.java index a14c4f14..67a0f363 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/distance/EditDistancesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/distance/EditDistancesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/distance/LevenshteinDistanceTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/distance/LevenshteinDistanceTest.java index a39f012f..198c8841 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/distance/LevenshteinDistanceTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/distance/LevenshteinDistanceTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/distance/MinkowskiDistanceTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/distance/MinkowskiDistanceTest.java index 3a45d0ed..0c12f81c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/distance/MinkowskiDistanceTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/distance/MinkowskiDistanceTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/distances/DistancesTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/distances/DistancesTest.java index d1363c24..7347d11e 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/distances/DistancesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/distances/DistancesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/distances/EditDistancesTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/distances/EditDistancesTest.java index 43589594..14be93e4 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/distances/EditDistancesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/distances/EditDistancesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/distances/LevenshteinDistanceTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/distances/LevenshteinDistanceTest.java index d15bed94..c75f169b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/distances/LevenshteinDistanceTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/distances/LevenshteinDistanceTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/distances/MinkowskiDistanceTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/distances/MinkowskiDistanceTest.java index ee3be058..569c48ac 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/distances/MinkowskiDistanceTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/distances/MinkowskiDistanceTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/quality/EnsureTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/quality/EnsureTest.java index b98ab9ad..2aa0b734 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/quality/EnsureTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/quality/EnsureTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/quality/EqualsTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/quality/EqualsTest.java index ca6cd547..fae19d36 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/quality/EqualsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/quality/EqualsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/quality/HashCodeTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/quality/HashCodeTest.java index ed489b26..f78e8140 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/quality/HashCodeTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/quality/HashCodeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/quality/ToStringTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/quality/ToStringTest.java index 3932512e..34134656 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/quality/ToStringTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/quality/ToStringTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tree/AbstractTreeNodeTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tree/AbstractTreeNodeTest.java index 123f27fd..ef3676d6 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tree/AbstractTreeNodeTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tree/AbstractTreeNodeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tree/LinkedTreeNodeTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tree/LinkedTreeNodeTest.java index 1d2c1b25..eab79f2d 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tree/LinkedTreeNodeTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tree/LinkedTreeNodeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tree/TreeNodeTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tree/TreeNodeTest.java index f9a4ecb8..8f360038 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tree/TreeNodeTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tree/TreeNodeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/trees/AbstractTreeNodeTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/trees/AbstractTreeNodeTest.java index cfa8f6ef..819a1b9f 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/trees/AbstractTreeNodeTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/trees/AbstractTreeNodeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/trees/LinkedTreeNodeTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/trees/LinkedTreeNodeTest.java index 026b75a3..08f7beba 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/trees/LinkedTreeNodeTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/trees/LinkedTreeNodeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/trees/TreeNodeTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/trees/TreeNodeTest.java index 15c10468..476ad947 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/trees/TreeNodeTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/trees/TreeNodeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/PairTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/PairTest.java index 374baf56..ab6ed353 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/PairTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/PairTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializablePairTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializablePairTest.java index 6faaf243..d5b469fb 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializablePairTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializablePairTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableSingleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableSingleTest.java index 1f3434d8..43bff25a 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableSingleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableSingleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableTripleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableTripleTest.java index f5f39e65..b88082d5 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableTripleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SerializableTripleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SingleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SingleTest.java index 5c25a1c5..b7e875d8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SingleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/SingleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/TripleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/TripleTest.java index bee845b5..c03e1271 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/TripleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuple/TripleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/PairTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/PairTest.java index af913b10..2cc24cd1 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/PairTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/PairTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializablePairTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializablePairTest.java index 3b099d5b..bcc38e88 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializablePairTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializablePairTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableSingleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableSingleTest.java index bde269bb..579e171d 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableSingleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableSingleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableTripleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableTripleTest.java index 0acbfad7..22c72d71 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableTripleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SerializableTripleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SingleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SingleTest.java index ff3e17dc..92f18251 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SingleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/SingleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/TripleTest.java b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/TripleTest.java index 802f7033..8e176bfa 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/TripleTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/misc/tuples/TripleTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/net/ssl/StandardSslContextsTest.java b/src/test/java/com/github/alexisjehan/javanilla/net/ssl/StandardSslContextsTest.java index abbfcf22..4ea4dda2 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/net/ssl/StandardSslContextsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/net/ssl/StandardSslContextsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/net/ssl/StandardTrustManagerFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/net/ssl/StandardTrustManagerFactoriesTest.java index 6df81392..6d0619ad 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/net/ssl/StandardTrustManagerFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/net/ssl/StandardTrustManagerFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameterGeneratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameterGeneratorsTest.java index 6083e7f2..d0833515 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameterGeneratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParameterGeneratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParametersTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParametersTest.java index 5b13e7db..d0a47d2d 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParametersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/StandardAlgorithmParametersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyFactoriesTest.java index c93f68d2..6f7f0676 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyPairGeneratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyPairGeneratorsTest.java index 443bbfce..2962a0bd 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyPairGeneratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyPairGeneratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyStoresTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyStoresTest.java index c916230f..7d2972a7 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyStoresTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/StandardKeyStoresTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/StandardMessageDigestsTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/StandardMessageDigestsTest.java index 51be4b67..a05ead63 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/StandardMessageDigestsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/StandardMessageDigestsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/StandardSignaturesTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/StandardSignaturesTest.java index 90986cdb..ba0a3234 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/StandardSignaturesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/StandardSignaturesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathBuildersTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathBuildersTest.java index 69a23dad..0d46b09c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathBuildersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathBuildersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathValidatorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathValidatorsTest.java index 541cb9ca..df313562 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathValidatorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertPathValidatorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertStoresTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertStoresTest.java index 3f67b239..d9be7a1d 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertStoresTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertStoresTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertificateFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertificateFactoriesTest.java index 27a44ffb..a34d8e48 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertificateFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/security/cert/StandardCertificateFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/sql/UncheckedSQLExceptionTest.java b/src/test/java/com/github/alexisjehan/javanilla/sql/UncheckedSQLExceptionTest.java index bd7a4a46..2f0207ae 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/sql/UncheckedSQLExceptionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/sql/UncheckedSQLExceptionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardCiphersTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardCiphersTest.java index 4c3e9b5d..3ec89be7 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardCiphersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardCiphersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyAgreementsTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyAgreementsTest.java index 7eccccd3..b15f5960 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyAgreementsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyAgreementsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyGeneratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyGeneratorsTest.java index ac11dd94..587482f4 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyGeneratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardKeyGeneratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardMacsTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardMacsTest.java index 1de2611b..b95b4b9c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardMacsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardMacsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardSecretKeyFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardSecretKeyFactoriesTest.java index 74f3ae25..b6db8ae2 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardSecretKeyFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/crypto/StandardSecretKeyFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardSslContextsTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardSslContextsTest.java index afd2c5ff..dd53f49b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardSslContextsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardSslContextsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardTrustManagerFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardTrustManagerFactoriesTest.java index 8f151403..71c3671a 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardTrustManagerFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/net/ssl/StandardTrustManagerFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameterGeneratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameterGeneratorsTest.java index 90f16d7e..2ff02478 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameterGeneratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParameterGeneratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParametersTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParametersTest.java index 080ad800..0ff72004 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParametersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardAlgorithmParametersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyFactoriesTest.java index c20dfaa1..3d2b7924 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyPairGeneratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyPairGeneratorsTest.java index 8a16c912..ee35e3b3 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyPairGeneratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyPairGeneratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyStoresTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyStoresTest.java index 59043ad0..9636717c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyStoresTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardKeyStoresTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardMessageDigestsTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardMessageDigestsTest.java index 7872c3d3..12892ea2 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardMessageDigestsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardMessageDigestsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardSignaturesTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardSignaturesTest.java index 9be42f2a..67d65bc8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardSignaturesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/StandardSignaturesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathBuildersTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathBuildersTest.java index 8d9dd89f..da5138f2 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathBuildersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathBuildersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathValidatorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathValidatorsTest.java index a397d4f6..8778c12c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathValidatorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertPathValidatorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertStoresTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertStoresTest.java index 6fcd1de4..b45015eb 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertStoresTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertStoresTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertificateFactoriesTest.java b/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertificateFactoriesTest.java index 369d5ab1..40c74fc8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertificateFactoriesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/standard/security/cert/StandardCertificateFactoriesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/BatchIteratorTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/BatchIteratorTest.java index d854c4aa..37115006 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/BatchIteratorTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/BatchIteratorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/ComparatorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/ComparatorsTest.java index 9d6ed983..8228c77d 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/ComparatorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/ComparatorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/CountIteratorTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/CountIteratorTest.java index 3e612529..7f76fd35 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/CountIteratorTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/CountIteratorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/IndexedElementTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/IndexedElementTest.java index 4dfdb889..61139ed6 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/IndexedElementTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/IndexedElementTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/IterablesTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/IterablesTest.java index 370b7ee2..325faf3d 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/IterablesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/IterablesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/IteratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/IteratorsTest.java index e1d0cc15..2a8f003e 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/IteratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/IteratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/ListsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/ListsTest.java index 3745e109..9b3c77b8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/ListsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/ListsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/MapsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/MapsTest.java index 49e0824a..a40cb22e 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/MapsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/MapsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/NullableOptionalTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/NullableOptionalTest.java index f1d60d23..50c659bb 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/NullableOptionalTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/NullableOptionalTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/PrimitiveIterableTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/PrimitiveIterableTest.java index 58f06c1d..30b967b5 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/PrimitiveIterableTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/PrimitiveIterableTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/RangeIteratorTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/RangeIteratorTest.java index 878a8bde..6184da30 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/RangeIteratorTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/RangeIteratorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/SetsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/SetsTest.java index cf660605..1efed243 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/SetsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/SetsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/bag/AbstractBagTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/bag/AbstractBagTest.java index b3255b16..7e98945d 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/bag/AbstractBagTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/bag/AbstractBagTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/bag/BagTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/bag/BagTest.java index bb59de89..e3a98037 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/bag/BagTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/bag/BagTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/bag/BagsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/bag/BagsTest.java index 7924915e..28f4c8bd 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/bag/BagsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/bag/BagsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/bag/LimitedBagTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/bag/LimitedBagTest.java index fbefdbd0..d57e76cc 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/bag/LimitedBagTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/bag/LimitedBagTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/bag/MapBagTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/bag/MapBagTest.java index abfcd110..d867ac90 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/bag/MapBagTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/bag/MapBagTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/collection/ListsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/collection/ListsTest.java index 44bdd838..abea0577 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/collection/ListsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/collection/ListsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/collection/MapsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/collection/MapsTest.java index 7623f693..8846dd37 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/collection/MapsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/collection/MapsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/collection/SetsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/collection/SetsTest.java index 7bd2d7c4..f8749245 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/collection/SetsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/collection/SetsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/AbstractBagTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/AbstractBagTest.java index f37dd6bd..179c2749 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/AbstractBagTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/AbstractBagTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/BagTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/BagTest.java index 618e3e6e..c8b2d3d6 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/BagTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/BagTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/BagsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/BagsTest.java index 9c4cade7..12845060 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/BagsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/BagsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/LimitedBagTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/LimitedBagTest.java index 076efdfc..852fe9ca 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/LimitedBagTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/LimitedBagTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/MapBagTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/MapBagTest.java index b5ac95dc..8d01d9b0 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/MapBagTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/collection/bags/MapBagTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ConsumersTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ConsumersTest.java index f235ee38..553f4930 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ConsumersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ConsumersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/FunctionsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/FunctionsTest.java index 18313f93..ff094b33 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/FunctionsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/FunctionsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiConsumerTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiConsumerTest.java index deff485d..212d5228 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiConsumerTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiConsumerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiFunctionTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiFunctionTest.java index 7c04d08b..3b95be32 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiFunctionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiFunctionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiPredicateTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiPredicateTest.java index 82d772dc..8f88aa5f 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiPredicateTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableBiPredicateTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableConsumerTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableConsumerTest.java index 7d6dc518..9f38aad2 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableConsumerTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableConsumerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableFunctionTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableFunctionTest.java index 1a72e813..29a69512 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableFunctionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableFunctionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializablePredicateTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializablePredicateTest.java index 646b4bea..fad55c3f 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializablePredicateTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializablePredicateTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableProcedureTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableProcedureTest.java index 4b6bc3ae..d6bda33c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableProcedureTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableProcedureTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableSupplierTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableSupplierTest.java index 79095912..b676e02c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableSupplierTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SerializableSupplierTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/SuppliersTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/SuppliersTest.java index 3c31d4d8..5cd1fc8c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/SuppliersTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/SuppliersTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiConsumerTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiConsumerTest.java index 2956ed63..02000ed6 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiConsumerTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiConsumerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiFunctionTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiFunctionTest.java index 2433ebaf..0869379f 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiFunctionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiFunctionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiPredicateTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiPredicateTest.java index 0270fed6..8edd3a50 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiPredicateTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableBiPredicateTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableConsumerTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableConsumerTest.java index a205802b..ad20cbc0 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableConsumerTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableConsumerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableFunctionTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableFunctionTest.java index 2840e14c..877967a8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableFunctionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableFunctionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowablePredicateTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowablePredicateTest.java index 6eaae2d5..bc8c2e19 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowablePredicateTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowablePredicateTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableProcedureTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableProcedureTest.java index 71ae2271..ee32b4d8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableProcedureTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableProcedureTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableSupplierTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableSupplierTest.java index cd3b5ce5..bcc453fc 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableSupplierTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/ThrowableSupplierTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiConsumerTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiConsumerTest.java index f7855c4e..7b9bc3b8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiConsumerTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiConsumerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiFunctionTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiFunctionTest.java index 018c6cda..fb514490 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiFunctionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiFunctionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiPredicateTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiPredicateTest.java index ff1ff275..ae3fc589 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiPredicateTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableBiPredicateTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableConsumerTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableConsumerTest.java index 61c52dee..f874f95c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableConsumerTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableConsumerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableFunctionTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableFunctionTest.java index 0f1d9a97..e49dada6 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableFunctionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableFunctionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializablePredicateTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializablePredicateTest.java index 0c1bb21d..bec4a54c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializablePredicateTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializablePredicateTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableProcedureTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableProcedureTest.java index 739d7608..646e10e2 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableProcedureTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableProcedureTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableRunnableTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableRunnableTest.java index f8bf14ac..d263d4b1 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableRunnableTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableRunnableTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableSupplierTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableSupplierTest.java index b72cf41f..bd92e401 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableSupplierTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/serializable/SerializableSupplierTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiConsumerTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiConsumerTest.java index ad2bec29..99beb639 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiConsumerTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiConsumerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiFunctionTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiFunctionTest.java index 25b561c9..2f0729ab 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiFunctionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiFunctionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiPredicateTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiPredicateTest.java index 94771198..3c680d6b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiPredicateTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableBiPredicateTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableConsumerTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableConsumerTest.java index bb01e57d..12b3eb2f 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableConsumerTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableConsumerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableFunctionTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableFunctionTest.java index 63d3d911..f36bd80f 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableFunctionTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableFunctionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowablePredicateTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowablePredicateTest.java index 5561d8fe..9684d6ef 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowablePredicateTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowablePredicateTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableProcedureTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableProcedureTest.java index 4f5356de..675069e8 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableProcedureTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableProcedureTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableRunnableTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableRunnableTest.java index c9cb0eed..c35eb5e6 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableRunnableTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableRunnableTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableSupplierTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableSupplierTest.java index e4a044c5..b9c4f503 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableSupplierTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/function/throwable/ThrowableSupplierTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/BatchIteratorTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/BatchIteratorTest.java index f2fbe247..406a0fe4 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/BatchIteratorTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/BatchIteratorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/CountIteratorTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/CountIteratorTest.java index 2fddfa80..bad7263c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/CountIteratorTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/CountIteratorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IndexedElementTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IndexedElementTest.java index fd5842cb..59bda71b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IndexedElementTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IndexedElementTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IterablesTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IterablesTest.java index c5b31026..a2ae5e3c 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IterablesTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IterablesTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IteratorsTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IteratorsTest.java index 9df8b4a1..3678531a 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IteratorsTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/IteratorsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/PrimitiveIterableTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/PrimitiveIterableTest.java index dd55988a..158f4a5b 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/PrimitiveIterableTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/PrimitiveIterableTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/RangeIteratorTest.java b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/RangeIteratorTest.java index e8642f41..a8e55877 100644 --- a/src/test/java/com/github/alexisjehan/javanilla/util/iteration/RangeIteratorTest.java +++ b/src/test/java/com/github/alexisjehan/javanilla/util/iteration/RangeIteratorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2018-2023 Alexis Jehan + * Copyright (c) 2018-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal