Skip to content

Commit 1d4c7c0

Browse files
Code formatting fix.
1 parent 34fa5f8 commit 1d4c7c0

File tree

936 files changed

+983
-967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

936 files changed

+983
-967
lines changed

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetBenchmarkBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetReadBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetWriteBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/crypto/JMHStreamCipherBenchmarks.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHSmallHashMapBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetFillBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetIterationBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvBenchmarkBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingRandomAccessReadBenchmarkV1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingRandomAccessReadBenchmarkV2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingRandomAccessWriteBenchmarkV1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingRandomAccessWriteBenchmarkV2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetBenchmarkBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetReadBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetWriteBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/h2/JMH_MVStoreTokyoCabinetBenchmarkBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/h2/JMH_MVStoreTokyoCabinetReadBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/h2/JMH_MVStoreTokyoCabinetWriteBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/lmdb/JMH_LMDBTokyoCabinetBenchmarkBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/lmdb/JMH_LMDBTokyoCabinetReadBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/lmdb/JMH_LMDBTokyoCabinetWriteBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetBenchmarkBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetReadBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetWriteBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/persistit/JMHPersistItTokyoCabinetBenchmarkBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/persistit/JMHPersistItTokyoCabinetReadBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/persistit/JMHPersistItTokyoCabinetWriteBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/query/InMemorySortBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringBindingTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerMacroBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/jmh/kotlin/jetbrains/exodus/benchmark/query/InMemorySortBenchmarkBase.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/InitializationVektor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveBackupableFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveEncryptListenerFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/DirectoryEncryptListenerFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/EncryptListener.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Protocol.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ScytaleEngine.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Util.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/ChaChaStreamCipherProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/JBChaChaStreamCipherProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/KeyAwareStreamCipherProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/Salsa20StreamCipherProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaEqualityTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaStreamCipherTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

crypto/src/test/kotlin/jetbrains/exodus/crypto/Salsa20StreamCipherTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010 - 2023 JetBrains s.r.o.
2+
* Copyright 2010 - 2024 JetBrains s.r.o.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)