diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java index 529333bb3..c78d80da5 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/crypto/JMHStreamCipherBenchmarks.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/crypto/JMHStreamCipherBenchmarks.java index 8c06ae808..4725a1313 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/crypto/JMHStreamCipherBenchmarks.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/crypto/JMHStreamCipherBenchmarks.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java index 6cab99e1c..5ed472c9c 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java index 0a483b13d..de4e2b635 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java index f3e718afc..0a2ac320a 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java index 7a5c4caf9..ed7b1c839 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHSmallHashMapBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHSmallHashMapBenchmark.java index a61c2b009..31ad57816 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHSmallHashMapBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHSmallHashMapBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetBenchmark.java index f2a31630b..9619f4a38 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetFillBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetFillBenchmark.java index 237a29423..27310a63c 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetFillBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetFillBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetIterationBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetIterationBenchmark.java index 37205a161..2aa25db66 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetIterationBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/persistent/JMHPersistentLongSetIterationBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvBenchmarkBase.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvBenchmarkBase.java index f2b0f1d44..9df689fe6 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvBenchmarkBase.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvBenchmarkBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetBenchmarkBase.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetBenchmarkBase.java index 7fa38c393..439960914 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetBenchmarkBase.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetBenchmarkBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetReadBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetReadBenchmark.java index 63e3d4d28..b348cca47 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetReadBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetReadBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetWriteBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetWriteBenchmark.java index bed307a64..d2f829260 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetWriteBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvTokyoCabinetWriteBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java index 6b3117e5d..b56921e7f 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java index d9d245446..3c3a4face 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/tokyo/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/query/InMemorySortBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/query/InMemorySortBenchmark.java index f3d5de7f4..dc05327b9 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/query/InMemorySortBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/query/InMemorySortBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringBindingTest.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringBindingTest.java index 70951c0d8..417c37f01 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringBindingTest.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringBindingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerBenchmark.java index 22f18afa7..949305015 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerMacroBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerMacroBenchmark.java index 274f7ad3a..eee674beb 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerMacroBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/util/JMHStringInternerMacroBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/kotlin/jetbrains/exodus/benchmark/query/InMemorySortBenchmarkBase.kt b/benchmarks/src/jmh/kotlin/jetbrains/exodus/benchmark/query/InMemorySortBenchmarkBase.kt index be6d2f67c..6ec6694ed 100644 --- a/benchmarks/src/jmh/kotlin/jetbrains/exodus/benchmark/query/InMemorySortBenchmarkBase.kt +++ b/benchmarks/src/jmh/kotlin/jetbrains/exodus/benchmark/query/InMemorySortBenchmarkBase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/build.gradle.kts b/build.gradle.kts index db4e1801d..949b2d5cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ fun shouldApplyDokka(project: Project): Boolean { } tasks.wrapper { - gradleVersion = "8.1.1" + gradleVersion = "8.5" } defaultTasks("assemble") diff --git a/compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java b/compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java index 16a694005..1675084ba 100644 --- a/compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java +++ b/compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java b/compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java index 42ba01433..e4288ca58 100644 --- a/compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java +++ b/compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/InitializationVektor.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/InitializationVektor.kt index 869391731..c4dadc2e4 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/InitializationVektor.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/InitializationVektor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveBackupableFactory.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveBackupableFactory.kt index b6a1d42fe..b2a34266e 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveBackupableFactory.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveBackupableFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveEncryptListenerFactory.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveEncryptListenerFactory.kt index 249e78689..a050d4408 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveEncryptListenerFactory.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ArchiveEncryptListenerFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/DirectoryEncryptListenerFactory.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/DirectoryEncryptListenerFactory.kt index b85d8ee87..4ba93289b 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/DirectoryEncryptListenerFactory.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/DirectoryEncryptListenerFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/EncryptListener.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/EncryptListener.kt index e78216310..2848b26d5 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/EncryptListener.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/EncryptListener.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Protocol.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Protocol.kt index 6d531d445..02b992990 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Protocol.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Protocol.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ScytaleEngine.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ScytaleEngine.kt index d44dc94c0..4389efbb8 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ScytaleEngine.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/ScytaleEngine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Util.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Util.kt index e904ab570..72b8e1318 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Util.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/convert/Util.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/ChaChaStreamCipherProvider.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/ChaChaStreamCipherProvider.kt index f2d82da2e..e610ff111 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/ChaChaStreamCipherProvider.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/ChaChaStreamCipherProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/JBChaChaStreamCipherProvider.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/JBChaChaStreamCipherProvider.kt index d8df5503f..cf14d6c7b 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/JBChaChaStreamCipherProvider.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/JBChaChaStreamCipherProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/KeyAwareStreamCipherProvider.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/KeyAwareStreamCipherProvider.kt index 0d56524da..cce8f95ad 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/KeyAwareStreamCipherProvider.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/KeyAwareStreamCipherProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/Salsa20StreamCipherProvider.kt b/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/Salsa20StreamCipherProvider.kt index 537e1b1d5..77e2cae2b 100644 --- a/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/Salsa20StreamCipherProvider.kt +++ b/crypto/src/main/kotlin/jetbrains/exodus/crypto/streamciphers/Salsa20StreamCipherProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaEqualityTest.kt b/crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaEqualityTest.kt index a4e139c48..92dcceef8 100644 --- a/crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaEqualityTest.kt +++ b/crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaEqualityTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaStreamCipherTest.kt b/crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaStreamCipherTest.kt index 4e442f2d4..ea2c9a580 100644 --- a/crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaStreamCipherTest.kt +++ b/crypto/src/test/kotlin/jetbrains/exodus/crypto/ChaChaStreamCipherTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/test/kotlin/jetbrains/exodus/crypto/Salsa20StreamCipherTest.kt b/crypto/src/test/kotlin/jetbrains/exodus/crypto/Salsa20StreamCipherTest.kt index 4c84db889..d64c43c66 100644 --- a/crypto/src/test/kotlin/jetbrains/exodus/crypto/Salsa20StreamCipherTest.kt +++ b/crypto/src/test/kotlin/jetbrains/exodus/crypto/Salsa20StreamCipherTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/src/test/kotlin/jetbrains/exodus/crypto/convert/AsyncEncryptionTest.kt b/crypto/src/test/kotlin/jetbrains/exodus/crypto/convert/AsyncEncryptionTest.kt index 04ca4df72..24156d3be 100644 --- a/crypto/src/test/kotlin/jetbrains/exodus/crypto/convert/AsyncEncryptionTest.kt +++ b/crypto/src/test/kotlin/jetbrains/exodus/crypto/convert/AsyncEncryptionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EmptyId.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EmptyId.java index 14931a950..b5f234090 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EmptyId.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EmptyId.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableHandle.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableHandle.java index f952fd868..274cdef7e 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableHandle.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableType.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableType.java index 9397a52a7..c7e794887 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableType.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityStoreSharedAsyncProcessor.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityStoreSharedAsyncProcessor.java index 8c7324729..716f181eb 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityStoreSharedAsyncProcessor.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityStoreSharedAsyncProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/Explainer.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/Explainer.java index af410a115..a806fa0f5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/Explainer.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/Explainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVault.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVault.java index af58ea389..a8a80bf52 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVault.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVault.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVaultOld.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVaultOld.java index 26c0fc6c6..fcf5f7ad7 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVaultOld.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVaultOld.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/FlushLog.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/FlushLog.java index 77edc0637..9606742dc 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/FlushLog.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/FlushLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/InsertConstraintException.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/InsertConstraintException.java index 0ce7a3d4f..8c3eab9e9 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/InsertConstraintException.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/InsertConstraintException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/OpenTablesCache.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/OpenTablesCache.java index 469330766..03832dba7 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/OpenTablesCache.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/OpenTablesCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntity.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntity.java index 081c3b301..20a0cd297 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntity.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityId.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityId.java index 06c4f09be..9ad4fd219 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityId.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityId.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreBackupStrategy.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreBackupStrategy.java index 4556bd411..d6211ee72 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreBackupStrategy.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreBackupStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java index b61e240cf..be8988bc4 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreStatistics.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreStatistics.java index 673445657..90bc17085 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreStatistics.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStores.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStores.java index add338391..4cc96e57b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStores.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequence.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequence.java index b82628a00..5dc4c5a42 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequence.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequenceBlobHandleGenerator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequenceBlobHandleGenerator.java index ff99636f6..e88ad93d7 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequenceBlobHandleGenerator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequenceBlobHandleGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequentialDictionary.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequentialDictionary.java index b7e8cf50f..5db838b01 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequentialDictionary.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequentialDictionary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransaction.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransaction.java index b46ffd311..2f1c1b0bb 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransaction.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransactionSnapshot.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransactionSnapshot.java index e5caa326b..6d3ccee63 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransactionSnapshot.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransactionSnapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PhantomLinkException.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PhantomLinkException.java index d5ab61577..bebe81891 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PhantomLinkException.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PhantomLinkException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadOnlyPersistentEntity.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadOnlyPersistentEntity.java index 9476d9d63..dd69c4986 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadOnlyPersistentEntity.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadOnlyPersistentEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadonlyPersistentStoreTransaction.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadonlyPersistentStoreTransaction.java index 7deb673f0..7c33bc84a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadonlyPersistentStoreTransaction.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadonlyPersistentStoreTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/Settings.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/Settings.java index 0c5bd2211..785913523 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/Settings.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/Settings.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/StoreNamingRules.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/StoreNamingRules.java index 83c1de172..d68cab111 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/StoreNamingRules.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/StoreNamingRules.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/TmpBlobHandle.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/TmpBlobHandle.java index 66eb864a6..5df7a26d6 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/TmpBlobHandle.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/TmpBlobHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/TxnProvider.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/TxnProvider.java index e41db2d52..1273b5786 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/TxnProvider.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/TxnProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/UnexpectedBlobVaultVersionException.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/UnexpectedBlobVaultVersionException.java index 55455a992..85358cc7d 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/UnexpectedBlobVaultVersionException.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/UnexpectedBlobVaultVersionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/UniqueKeyIndexException.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/UniqueKeyIndexException.java index 3108ebe9f..f5d03877a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/UniqueKeyIndexException.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/UniqueKeyIndexException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/Updatable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/Updatable.java index 23c5db279..b6719a329 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/Updatable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/Updatable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/CachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/CachedInstanceIterable.java index 253315cd0..fa6bb1fe7 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/CachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/CachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ConstantEntityIterableHandle.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ConstantEntityIterableHandle.java index 339a93e85..57f79d729 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ConstantEntityIterableHandle.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ConstantEntityIterableHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/DistinctIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/DistinctIterable.java index 7af06c5c6..2aaaabbd2 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/DistinctIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/DistinctIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithBlobIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithBlobIterable.java index ab0ffe704..6bb063d96 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithBlobIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithBlobIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkIterable.java index 363f089f4..087a109c5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkSortedIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkSortedIterable.java index b6f884d02..c1d6a5068 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkSortedIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkSortedIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithPropertyIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithPropertyIterable.java index 56aed52cf..325ea0e69 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithPropertyIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithPropertyIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityAddedOrDeletedHandleChecker.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityAddedOrDeletedHandleChecker.java index 158f95ef2..6153b5915 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityAddedOrDeletedHandleChecker.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityAddedOrDeletedHandleChecker.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIterable.java index ed1f2e9d2..bab17bbdb 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIteratorBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIteratorBase.java index fac6d9b34..e41218efd 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIteratorBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIteratorBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinksIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinksIterable.java index 816c67c4d..0116d3964 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinksIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinksIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableFactory.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableFactory.java index f7c970b48..e3aa1a446 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableFactory.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIterableWrapper.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIterableWrapper.java index c31fcb1ff..80c492361 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIterableWrapper.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIterableWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIteratorWrapper.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIteratorWrapper.java index 64c3a657a..0cf6a39d7 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIteratorWrapper.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIteratorWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableBase.java index 0a864866a..a89e00049 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableDecoratorBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableDecoratorBase.java index e20def4cd..db82fb4d7 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableDecoratorBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableDecoratorBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleBase.java index 2b618aa0b..a74ffd4bc 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleDecorator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleDecorator.java index fcc8d7886..41432abe5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleDecorator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableInstantiator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableInstantiator.java index b730fd409..bde1488ae 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableInstantiator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableInstantiator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorBase.java index c40fef0d9..257ac2974 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorFixingDecorator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorFixingDecorator.java index 90e4be708..b48dbf508 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorFixingDecorator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorFixingDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorWithPropId.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorWithPropId.java index 0cacc5899..940f9c642 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorWithPropId.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorWithPropId.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityLinksIterableBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityLinksIterableBase.java index 6441e5da1..f2c3ea7af 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityLinksIterableBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityLinksIterableBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityReverseIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityReverseIterable.java index 0054dd6dd..e1ffa2967 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityReverseIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityReverseIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityTypeFilteredIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityTypeFilteredIterator.java index 8122161e4..24ed6aa84 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityTypeFilteredIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityTypeFilteredIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ExcludeNullIterableDecorator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ExcludeNullIterableDecorator.java index 7f3e8cff1..adc16fc5c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ExcludeNullIterableDecorator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ExcludeNullIterableDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterEntityTypeIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterEntityTypeIterable.java index 8e6744ab0..f5ea2dddd 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterEntityTypeIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterEntityTypeIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/HandleChecker.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/HandleChecker.java index 1014694bb..8e6ec7f65 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/HandleChecker.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/HandleChecker.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/IdFilter.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/IdFilter.java index 43b1d34b5..a58e8c151 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/IdFilter.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/IdFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/LinkChangedHandleChecker.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/LinkChangedHandleChecker.java index 53913c0f7..cfad0779c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/LinkChangedHandleChecker.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/LinkChangedHandleChecker.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterable.java index b31cedd03..029c01af3 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterableWithValueGetter.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterableWithValueGetter.java index b5184cbc8..a44dc29cd 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterableWithValueGetter.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterableWithValueGetter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/NonDisposableEntityIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/NonDisposableEntityIterator.java index 89af3b721..43e409165 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/NonDisposableEntityIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/NonDisposableEntityIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertiesIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertiesIterable.java index 4af5d9f1a..2f7711a35 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertiesIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertiesIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyChangedHandleChecker.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyChangedHandleChecker.java index 26f4c5e80..5e0da8e1f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyChangedHandleChecker.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyChangedHandleChecker.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeIterable.java index b20fa03be..78a3365b6 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterator.java index a651bb66d..ce2c79b9e 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleEntityIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleEntityIterable.java index 82765003f..bed513709 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleEntityIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleEntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorCounter.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorCounter.java index 91f64aef3..db8928f70 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorCounter.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorCounter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorIsEmptyChecker.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorIsEmptyChecker.java index 80f27f6c3..ad27bb313 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorIsEmptyChecker.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorIsEmptyChecker.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SkipEntityIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SkipEntityIterable.java index 802afe4e6..97d8aceaa 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SkipEntityIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SkipEntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIndirectIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIndirectIterable.java index 0787e756a..39bd7bd67 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIndirectIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIndirectIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIterable.java index 38d61082b..d322de842 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortResultIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortResultIterable.java index 3afc86e9d..84f7adecd 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortResultIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortResultIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SourceMappingIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SourceMappingIterator.java index 316fe29da..6f005ad1b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SourceMappingIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SourceMappingIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TakeEntityIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TakeEntityIterable.java index 8c1a53224..4d8a1eb1b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TakeEntityIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TakeEntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TxnGetterStrategy.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TxnGetterStrategy.java index 0f180f526..247da39e4 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TxnGetterStrategy.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TxnGetterStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableCachedInstanceIterable.java index 2cf8710da..02e55bc0d 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableCachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableEntityIdSortedSetCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableEntityIdSortedSetCachedInstanceIterable.java index cfd6b13da..ffc30155d 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableEntityIdSortedSetCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableEntityIdSortedSetCachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/AddNullDecoratorIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/AddNullDecoratorIterable.java index e031bb71b..ace47d6a8 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/AddNullDecoratorIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/AddNullDecoratorIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/BinaryOperatorEntityIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/BinaryOperatorEntityIterable.java index 05a6e743f..6a2e83adc 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/BinaryOperatorEntityIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/BinaryOperatorEntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/ConcatenationIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/ConcatenationIterable.java index 60be1b997..503e23f2a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/ConcatenationIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/ConcatenationIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/EmptyCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/EmptyCachedInstanceIterable.java index fbaf22d40..5f08a3cd6 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/EmptyCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/EmptyCachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/MultiTypeSortedEntityIdArrayCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/MultiTypeSortedEntityIdArrayCachedInstanceIterable.java index 7bdb67f82..1ac07bf5b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/MultiTypeSortedEntityIdArrayCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/MultiTypeSortedEntityIdArrayCachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/MultiTypeUnsortedEntityIdArrayCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/MultiTypeUnsortedEntityIdArrayCachedInstanceIterable.java index 3829f17d9..f0e08f67a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/MultiTypeUnsortedEntityIdArrayCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/MultiTypeUnsortedEntityIdArrayCachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeSortedEntityIdArrayCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeSortedEntityIdArrayCachedInstanceIterable.java index b7399b6ab..f4b2bb9a2 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeSortedEntityIdArrayCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeSortedEntityIdArrayCachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeSortedSetEntityIdCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeSortedSetEntityIdCachedInstanceIterable.java index 4265e13f9..b26f17eb6 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeSortedSetEntityIdCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeSortedSetEntityIdCachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeUnsortedEntityIdArrayCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeUnsortedEntityIdArrayCachedInstanceIterable.java index b0bae65fb..b8a43fee8 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeUnsortedEntityIdArrayCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/SingleTypeUnsortedEntityIdArrayCachedInstanceIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorMultiTypeIdPacked.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorMultiTypeIdPacked.java index 94390b483..0beabdedb 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorMultiTypeIdPacked.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorMultiTypeIdPacked.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorMultiTypeIdUnpacked.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorMultiTypeIdUnpacked.java index d6541e2ec..c18eddb5c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorMultiTypeIdUnpacked.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorMultiTypeIdUnpacked.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorNullTypeId.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorNullTypeId.java index b2eac278d..c06ef8b6a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorNullTypeId.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/EntityIdArrayIteratorNullTypeId.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/OrderedEntityIdCollectionIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/OrderedEntityIdCollectionIterator.java index 1d0016568..132dcbc7e 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/OrderedEntityIdCollectionIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/OrderedEntityIdCollectionIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorMultiTypeIdPacked.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorMultiTypeIdPacked.java index 6764e4e7a..55f4f61c3 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorMultiTypeIdPacked.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorMultiTypeIdPacked.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorMultiTypeIdUnpacked.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorMultiTypeIdUnpacked.java index bbe1a5a99..7c2bf4bc2 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorMultiTypeIdUnpacked.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorMultiTypeIdUnpacked.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorNullTypeId.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorNullTypeId.java index a7cf758b2..d7da7d970 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorNullTypeId.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseEntityIdArrayIteratorNullTypeId.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseOrderedEntityIdCollectionIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseOrderedEntityIdCollectionIterator.java index 05fe482f9..f5809c545 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseOrderedEntityIdCollectionIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/cached/iterator/ReverseOrderedEntityIdCollectionIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfig.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfig.java index 98a866f88..43acbe108 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfig.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfigMBean.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfigMBean.java index 310fe3907..4b012feee 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfigMBean.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfigMBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatistics.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatistics.java index 70f2e895d..c5a3e0a29 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatistics.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatisticsMBean.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatisticsMBean.java index bc6ef9fde..5672b921c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatisticsMBean.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatisticsMBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BitmapTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BitmapTable.java index ac41b9b58..5c4146600 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BitmapTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BitmapTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BlobsTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BlobsTable.java index fb1aadc45..a0b621783 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BlobsTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BlobsTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/EntityIdBinding.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/EntityIdBinding.java index 35d05b3b2..7c153ff58 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/EntityIdBinding.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/EntityIdBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinkValue.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinkValue.java index c6e2d5cbb..e3788c93f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinkValue.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinkValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinksTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinksTable.java index e50e79978..7c20ad024 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinksTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinksTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertiesTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertiesTable.java index 260bafedc..c32d8c6bb 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertiesTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertiesTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyKey.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyKey.java index 983417417..d048ba980 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyKey.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyTypes.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyTypes.java index 067acfa0c..c996f2382 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyTypes.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyValue.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyValue.java index 2c6104b04..fb11cec1f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyValue.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java index f94fcb557..953dbbfa3 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/Table.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/Table.java index 8eb2fb42b..3acdb2a1c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/Table.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/Table.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/TwoColumnTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/TwoColumnTable.java index adabb28c7..cb2fea8e5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/TwoColumnTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/TwoColumnTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/BackupUtil.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/BackupUtil.java index c550ed8e6..c1f6581d1 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/BackupUtil.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/BackupUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/ImmutableSingleTypeEntityIdBitSet.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/ImmutableSingleTypeEntityIdBitSet.java index 3ede24dab..2f8f880ff 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/ImmutableSingleTypeEntityIdBitSet.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/ImmutableSingleTypeEntityIdBitSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/ImmutableSingleTypeEntityIdCollection.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/ImmutableSingleTypeEntityIdCollection.java index 75e8d7661..9e70c0dad 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/ImmutableSingleTypeEntityIdCollection.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/ImmutableSingleTypeEntityIdCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/IntArrayListSpinAllocator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/IntArrayListSpinAllocator.java index 229c15e5c..7a8c5aa9a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/IntArrayListSpinAllocator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/IntArrayListSpinAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/LongArrayListSpinAllocator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/LongArrayListSpinAllocator.java index cdb1daab8..7466ae884 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/LongArrayListSpinAllocator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/LongArrayListSpinAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/MultiTypeEntityIdSet.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/MultiTypeEntityIdSet.java index 081b00277..50d5d986d 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/MultiTypeEntityIdSet.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/MultiTypeEntityIdSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/SingleTypeEntityIdSet.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/SingleTypeEntityIdSet.java index fbd1b125b..ee4cf00d4 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/SingleTypeEntityIdSet.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/SingleTypeEntityIdSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/crypto/EncryptedBlobVault.kt b/entity-store/src/main/kotlin/jetbrains/exodus/crypto/EncryptedBlobVault.kt index 5adfaf4e6..c47abca7d 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/crypto/EncryptedBlobVault.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/crypto/EncryptedBlobVault.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/CachedBlobLengths.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/CachedBlobLengths.kt index cb49d111c..4a9bf522a 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/CachedBlobLengths.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/CachedBlobLengths.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/DummyBlobVault.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/DummyBlobVault.kt index 3375abe57..53d3342a4 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/DummyBlobVault.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/DummyBlobVault.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIdCache.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIdCache.kt index 95d7fb7b2..35a56276a 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIdCache.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIdCache.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCache.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCache.kt index 72231bfed..b7873ec55 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCache.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCache.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.kt index e1e8eafd8..695a911c0 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheAdapterMutable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheAdapterMutable.kt index 578018a9f..96221354f 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheAdapterMutable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheAdapterMutable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheStatistics.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheStatistics.kt index fa45ab280..3ebbe7489 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheStatistics.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/EntityIterableCacheStatistics.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreRefactorings.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreRefactorings.kt index f2e143c10..292d4821b 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreRefactorings.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreRefactorings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreSettingsListener.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreSettingsListener.kt index eabbb3b6b..d90f69708 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreSettingsListener.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreSettingsListener.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeIterable.kt index 327f6eff0..b0809bea8 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeRangeIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeRangeIterable.kt index 086fb3ea1..83ef33e96 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeRangeIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeRangeIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesWithCertainLinkIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesWithCertainLinkIterable.kt index f67ed3ecd..9ed83d4ab 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesWithCertainLinkIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntitiesWithCertainLinkIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntityToLinksIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntityToLinksIterable.kt index e24a8f088..72e18a415 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntityToLinksIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/EntityToLinksIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FieldIndexIterator.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FieldIndexIterator.kt index be41f9aa8..058caa34a 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FieldIndexIterator.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FieldIndexIterator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FilterEntitiesWithCertainLinkIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FilterEntitiesWithCertainLinkIterable.kt index d6de0d397..27c8fd8f4 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FilterEntitiesWithCertainLinkIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FilterEntitiesWithCertainLinkIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FilterLinksIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FilterLinksIterable.kt index d37146e76..19c986b61 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FilterLinksIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/FilterLinksIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyContainsValueEntityIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyContainsValueEntityIterable.kt index 5875ea513..d5c2e2b5d 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyContainsValueEntityIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyContainsValueEntityIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyRangeOrValueIterableBase.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyRangeOrValueIterableBase.kt index 6bae0376e..9fa833889 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyRangeOrValueIterableBase.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyRangeOrValueIterableBase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyValueIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyValueIterable.kt index 26d616440..aeadc6dca 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyValueIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/PropertyValueIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/SelectDistinctIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/SelectDistinctIterable.kt index 1a1c42e3f..6d0b35ac1 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/SelectDistinctIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/SelectDistinctIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/SelectManyIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/SelectManyIterable.kt index 58c85fa8c..95ceac9b4 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/SelectManyIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/SelectManyIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/UpdatablePropertiesCachedInstanceIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/UpdatablePropertiesCachedInstanceIterable.kt index dc71693d0..addbaf0f9 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/UpdatablePropertiesCachedInstanceIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/UpdatablePropertiesCachedInstanceIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/IntersectionIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/IntersectionIterable.kt index 4825810d4..064959300 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/IntersectionIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/IntersectionIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/MinusIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/MinusIterable.kt index 234158a05..dfadc6200 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/MinusIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/MinusIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/SortedIterator.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/SortedIterator.kt index b3298a5c0..0dde1190d 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/SortedIterator.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/SortedIterator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/UnionIterable.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/UnionIterable.kt index 570fdd4cd..32f895505 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/UnionIterable.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/binop/UnionIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/util/LongArrayIterator.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/util/LongArrayIterator.kt index ed7811ac9..1df72457e 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/util/LongArrayIterator.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/iterate/util/LongArrayIterator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/tables/FieldIndex.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/tables/FieldIndex.kt index d24bd34b3..da656de39 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/tables/FieldIndex.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/tables/FieldIndex.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/EmptyEntityIdSet.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/EmptyEntityIdSet.kt index b28c73081..502c5c3df 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/EmptyEntityIdSet.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/EmptyEntityIdSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/EntityIdSetFactory.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/EntityIdSetFactory.kt index d54b66cbc..4467c5b06 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/EntityIdSetFactory.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/EntityIdSetFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/ImmutableEmptyEntityIdSet.kt b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/ImmutableEmptyEntityIdSet.kt index 5acfe8d16..8646442f6 100644 --- a/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/ImmutableEmptyEntityIdSet.kt +++ b/entity-store/src/main/kotlin/jetbrains/exodus/entitystore/util/ImmutableEmptyEntityIdSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/AbortTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/AbortTest.java index 3d02e84b9..97ed36123 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/AbortTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/AbortTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/BinaryOperatorsTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/BinaryOperatorsTests.java index b370240ee..e13b3aa44 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/BinaryOperatorsTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/BinaryOperatorsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/ConflictTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/ConflictTest.java index 89ab9e0e8..778bc5a43 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/ConflictTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/ConflictTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityFromLinkSetTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityFromLinkSetTests.java index 11454a364..88494c247 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityFromLinkSetTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityFromLinkSetTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIterableHandleTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIterableHandleTests.java index b41dd71e4..1af20e28f 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIterableHandleTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIterableHandleTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntitySnapshotTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntitySnapshotTests.java index 717fc5890..16250e30e 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntitySnapshotTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntitySnapshotTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityStoreTestBase.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityStoreTestBase.java index 3c5de0255..fda09af23 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityStoreTestBase.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityStoreTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkLongTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkLongTests.java index 6131e9f3e..0dfb16d20 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkLongTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkLongTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkTests.java index b6d524121..6e1dc85fa 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactoringsTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactoringsTests.java index 1c86e96b4..6cc9be60f 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactoringsTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactoringsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypePersistenceTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypePersistenceTest.java index aa3207722..071f8b0c6 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypePersistenceTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypePersistenceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypeTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypeTests.java index dfb8fbb06..16a40b08a 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypeTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypeTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/ReplayTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/ReplayTest.java index f69156cab..b180875a4 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/ReplayTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/ReplayTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/SmallLogStressTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/SmallLogStressTests.java index 4597f094c..bdea191b7 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/SmallLogStressTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/SmallLogStressTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifacts.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifacts.java index e9f06a276..9c652a8c3 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifacts.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifacts.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifactsPolicy.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifactsPolicy.java index b08090b92..b459434d8 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifactsPolicy.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifactsPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreTransactionTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreTransactionTests.java index 16a91a1ad..74adf5db9 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreTransactionTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreTransactionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/StressTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/StressTests.java index f1a5993c8..800f39c0c 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/StressTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/StressTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestBase.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestBase.java index fb0829207..ec36dd0c9 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestBase.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestReplayTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestReplayTest.java index 931d7989f..7986c433c 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestReplayTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestReplayTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestTransactionReplayPersistentEntityStoreImpl.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestTransactionReplayPersistentEntityStoreImpl.java index 5e929c7d0..eafbd725c 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestTransactionReplayPersistentEntityStoreImpl.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestTransactionReplayPersistentEntityStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/custom/ComparablePair.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/custom/ComparablePair.java index f5735c0a7..cc34bc224 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/custom/ComparablePair.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/custom/ComparablePair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/custom/ComparablePairBinding.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/custom/ComparablePairBinding.java index b6b50291f..a0a0c957f 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/custom/ComparablePairBinding.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/custom/ComparablePairBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/CornerCaseTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/CornerCaseTests.java index ce8c5a12a..e628c2e47 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/CornerCaseTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/CornerCaseTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableTests.java index a3a62c584..265b0fd8e 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleMergeIdsTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleMergeIdsTest.java index da5978063..04fdf6ce4 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleMergeIdsTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleMergeIdsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityLinksTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityLinksTests.java index 06e6c29fc..1cfd926fb 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityLinksTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityLinksTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/FindTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/FindTests.java index 5f954635c..b90fc1124 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/FindTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/FindTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/HumanReadablePresentationTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/HumanReadablePresentationTests.java index d5723137e..054cf6850 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/HumanReadablePresentationTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/HumanReadablePresentationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/LongProcessRunner.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/LongProcessRunner.java index d0bb01f65..c7c7b312d 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/LongProcessRunner.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/LongProcessRunner.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/ProcessRunner.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/ProcessRunner.java index eb72bfa09..06be760be 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/ProcessRunner.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/ProcessRunner.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIO.java b/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIO.java index 68334ec71..066ea4107 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIO.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIO.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIOTest.java b/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIOTest.java index b90dce098..41d1c7f6e 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIOTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIOTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ForkedLogic.java b/entity-store/src/test/java/jetbrains/exodus/util/ForkedLogic.java index a9d734c37..397be1a32 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ForkedLogic.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ForkedLogic.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ForkedProcessRunner.java b/entity-store/src/test/java/jetbrains/exodus/util/ForkedProcessRunner.java index 9c9a9ff22..5bd79bb3b 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ForkedProcessRunner.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ForkedProcessRunner.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/IStreamer.java b/entity-store/src/test/java/jetbrains/exodus/util/IStreamer.java index 30d2bdc99..c1fc0c47b 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/IStreamer.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/IStreamer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ProcessKiller.java b/entity-store/src/test/java/jetbrains/exodus/util/ProcessKiller.java index 65a9bfbba..24d51c4e5 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ProcessKiller.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ProcessKiller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/Streamer.java b/entity-store/src/test/java/jetbrains/exodus/util/Streamer.java index 9b95e7082..a1e8e5823 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/Streamer.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/Streamer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/WindowsProcessKiller.java b/entity-store/src/test/java/jetbrains/exodus/util/WindowsProcessKiller.java index 419003530..ff935e234 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/WindowsProcessKiller.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/WindowsProcessKiller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/BackupTests.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/BackupTests.kt index 3cc23245f..70c1e7299 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/BackupTests.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/BackupTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/BlobVaultTests.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/BlobVaultTests.kt index afb7ffea5..43e8d50ed 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/BlobVaultTests.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/BlobVaultTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityBlobTests.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityBlobTests.kt index 1f900ad18..7287a3bee 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityBlobTests.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityBlobTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityIdSetTest.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityIdSetTest.kt index c55e2aa2b..dd2b9ea38 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityIdSetTest.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityIdSetTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityIterableHandleIdentityTest.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityIterableHandleIdentityTest.kt index 6ab2dd508..2fefacda6 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityIterableHandleIdentityTest.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityIterableHandleIdentityTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityStoreCreationTests.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityStoreCreationTests.kt index d5e7e587c..95b7d1892 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityStoreCreationTests.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityStoreCreationTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityTests.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityTests.kt index 32690d56f..c08c69a5a 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityTests.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/EntityTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/PrimitiveIterableTests.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/PrimitiveIterableTests.kt index ffedf5469..b5bfa1063 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/PrimitiveIterableTests.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/PrimitiveIterableTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/SortIndirectIterableTest.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/SortIndirectIterableTest.kt index 43c9a7f61..368bc8d3e 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/SortIndirectIterableTest.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/SortIndirectIterableTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/TestOrdering.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/TestOrdering.kt index f3330528c..d9c79a07a 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/TestOrdering.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/TestOrdering.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/EntityIterableTests.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/EntityIterableTests.kt index 10dbd217e..cbe3655fa 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/EntityIterableTests.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/EntityIterableTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/SortTests.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/SortTests.kt index fa1115443..548dfd154 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/SortTests.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/SortTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/StickyObjectTest.kt b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/StickyObjectTest.kt index 01c545f17..5b3d4c1b9 100644 --- a/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/StickyObjectTest.kt +++ b/entity-store/src/test/kotlin/jetbrains/exodus/entitystore/iterate/StickyObjectTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment-crash-tests/src/test/java/jetbrains/exodus/env/CrashTest.java b/environment-crash-tests/src/test/java/jetbrains/exodus/env/CrashTest.java index caa3cf7b3..3c083f397 100644 --- a/environment-crash-tests/src/test/java/jetbrains/exodus/env/CrashTest.java +++ b/environment-crash-tests/src/test/java/jetbrains/exodus/env/CrashTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/backup/FileDescriptorInputStream.java b/environment/src/main/java/jetbrains/exodus/backup/FileDescriptorInputStream.java index 5a36a6078..9410c40f2 100644 --- a/environment/src/main/java/jetbrains/exodus/backup/FileDescriptorInputStream.java +++ b/environment/src/main/java/jetbrains/exodus/backup/FileDescriptorInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ContextualEnvironmentImpl.java b/environment/src/main/java/jetbrains/exodus/env/ContextualEnvironmentImpl.java index 09dc6a881..e9d727d15 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ContextualEnvironmentImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/ContextualEnvironmentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ContextualStoreImpl.java b/environment/src/main/java/jetbrains/exodus/env/ContextualStoreImpl.java index 43c690ef1..87a03a96f 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ContextualStoreImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/ContextualStoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ContextualTemporaryEmptyStore.java b/environment/src/main/java/jetbrains/exodus/env/ContextualTemporaryEmptyStore.java index 8b9ba694e..d858eee23 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ContextualTemporaryEmptyStore.java +++ b/environment/src/main/java/jetbrains/exodus/env/ContextualTemporaryEmptyStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/CursorImpl.java b/environment/src/main/java/jetbrains/exodus/env/CursorImpl.java index 25db09db2..cd095dd9e 100644 --- a/environment/src/main/java/jetbrains/exodus/env/CursorImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/CursorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/DatabaseRoot.java b/environment/src/main/java/jetbrains/exodus/env/DatabaseRoot.java index eb0199921..53aeba133 100644 --- a/environment/src/main/java/jetbrains/exodus/env/DatabaseRoot.java +++ b/environment/src/main/java/jetbrains/exodus/env/DatabaseRoot.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/EnvironmentBackupStrategyImpl.java b/environment/src/main/java/jetbrains/exodus/env/EnvironmentBackupStrategyImpl.java index 863ad8f1c..b38b5d530 100644 --- a/environment/src/main/java/jetbrains/exodus/env/EnvironmentBackupStrategyImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/EnvironmentBackupStrategyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java b/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java index 47b82a80f..587ecb63b 100644 --- a/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/EnvironmentStatistics.java b/environment/src/main/java/jetbrains/exodus/env/EnvironmentStatistics.java index 0c548cf2f..19b95413c 100644 --- a/environment/src/main/java/jetbrains/exodus/env/EnvironmentStatistics.java +++ b/environment/src/main/java/jetbrains/exodus/env/EnvironmentStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/MetaTree.java b/environment/src/main/java/jetbrains/exodus/env/MetaTree.java index 91b4ba14c..f12a32db7 100644 --- a/environment/src/main/java/jetbrains/exodus/env/MetaTree.java +++ b/environment/src/main/java/jetbrains/exodus/env/MetaTree.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/MetaTreeImpl.java b/environment/src/main/java/jetbrains/exodus/env/MetaTreeImpl.java index 03d0a7824..2d330dece 100644 --- a/environment/src/main/java/jetbrains/exodus/env/MetaTreeImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/MetaTreeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/MetaTreePrototype.java b/environment/src/main/java/jetbrains/exodus/env/MetaTreePrototype.java index 6425605ec..30af985b3 100644 --- a/environment/src/main/java/jetbrains/exodus/env/MetaTreePrototype.java +++ b/environment/src/main/java/jetbrains/exodus/env/MetaTreePrototype.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ReadWriteTransaction.java b/environment/src/main/java/jetbrains/exodus/env/ReadWriteTransaction.java index 4ab0114a3..fd6539e5e 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ReadWriteTransaction.java +++ b/environment/src/main/java/jetbrains/exodus/env/ReadWriteTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ReadonlyTransaction.java b/environment/src/main/java/jetbrains/exodus/env/ReadonlyTransaction.java index 71adab12f..eab4858fd 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ReadonlyTransaction.java +++ b/environment/src/main/java/jetbrains/exodus/env/ReadonlyTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ReentrantTransactionDispatcher.java b/environment/src/main/java/jetbrains/exodus/env/ReentrantTransactionDispatcher.java index cc6288748..b9c1bd90d 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ReentrantTransactionDispatcher.java +++ b/environment/src/main/java/jetbrains/exodus/env/ReentrantTransactionDispatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/StoreGetCache.java b/environment/src/main/java/jetbrains/exodus/env/StoreGetCache.java index 6508cc775..5152df676 100644 --- a/environment/src/main/java/jetbrains/exodus/env/StoreGetCache.java +++ b/environment/src/main/java/jetbrains/exodus/env/StoreGetCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/StoreImpl.java b/environment/src/main/java/jetbrains/exodus/env/StoreImpl.java index 0dc92f928..c2b27c74d 100644 --- a/environment/src/main/java/jetbrains/exodus/env/StoreImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/StoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TemporaryEmptyStore.java b/environment/src/main/java/jetbrains/exodus/env/TemporaryEmptyStore.java index e0bc06fac..d3721a491 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TemporaryEmptyStore.java +++ b/environment/src/main/java/jetbrains/exodus/env/TemporaryEmptyStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TransactionAcquireTimeoutException.java b/environment/src/main/java/jetbrains/exodus/env/TransactionAcquireTimeoutException.java index eb624d30c..a0eeb0f3b 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TransactionAcquireTimeoutException.java +++ b/environment/src/main/java/jetbrains/exodus/env/TransactionAcquireTimeoutException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TransactionBase.java b/environment/src/main/java/jetbrains/exodus/env/TransactionBase.java index e58a24b6d..9719e21a1 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TransactionBase.java +++ b/environment/src/main/java/jetbrains/exodus/env/TransactionBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TransactionFinishedException.java b/environment/src/main/java/jetbrains/exodus/env/TransactionFinishedException.java index 1229d76ae..1829edba0 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TransactionFinishedException.java +++ b/environment/src/main/java/jetbrains/exodus/env/TransactionFinishedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TransactionSet.java b/environment/src/main/java/jetbrains/exodus/env/TransactionSet.java index 79632287e..d5f1c5aba 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TransactionSet.java +++ b/environment/src/main/java/jetbrains/exodus/env/TransactionSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/AbstractDataWriter.java b/environment/src/main/java/jetbrains/exodus/io/AbstractDataWriter.java index d6cc32ce7..8ef5df38b 100644 --- a/environment/src/main/java/jetbrains/exodus/io/AbstractDataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/io/AbstractDataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/AsyncFileDataReaderWriterProvider.java b/environment/src/main/java/jetbrains/exodus/io/AsyncFileDataReaderWriterProvider.java index 49a244109..d5407b6ca 100644 --- a/environment/src/main/java/jetbrains/exodus/io/AsyncFileDataReaderWriterProvider.java +++ b/environment/src/main/java/jetbrains/exodus/io/AsyncFileDataReaderWriterProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/AsyncFileDataWriter.java b/environment/src/main/java/jetbrains/exodus/io/AsyncFileDataWriter.java index bc7f7531e..978de56eb 100644 --- a/environment/src/main/java/jetbrains/exodus/io/AsyncFileDataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/io/AsyncFileDataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/SharedMappedByteBuffer.java b/environment/src/main/java/jetbrains/exodus/io/SharedMappedByteBuffer.java index ae62704d5..468beba0d 100644 --- a/environment/src/main/java/jetbrains/exodus/io/SharedMappedByteBuffer.java +++ b/environment/src/main/java/jetbrains/exodus/io/SharedMappedByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/SharedMappedFilesCache.java b/environment/src/main/java/jetbrains/exodus/io/SharedMappedFilesCache.java index fdd3ae7cd..e4dd8f0fa 100644 --- a/environment/src/main/java/jetbrains/exodus/io/SharedMappedFilesCache.java +++ b/environment/src/main/java/jetbrains/exodus/io/SharedMappedFilesCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/SharedOpenFilesCache.java b/environment/src/main/java/jetbrains/exodus/io/SharedOpenFilesCache.java index f08673b0e..bcfdf4dd8 100644 --- a/environment/src/main/java/jetbrains/exodus/io/SharedOpenFilesCache.java +++ b/environment/src/main/java/jetbrains/exodus/io/SharedOpenFilesCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/ArrayByteIterableWithAddress.java b/environment/src/main/java/jetbrains/exodus/log/ArrayByteIterableWithAddress.java index bf790a48d..61769ee97 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ArrayByteIterableWithAddress.java +++ b/environment/src/main/java/jetbrains/exodus/log/ArrayByteIterableWithAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/BackupMetadata.java b/environment/src/main/java/jetbrains/exodus/log/BackupMetadata.java index 7ea87892c..6de05573e 100644 --- a/environment/src/main/java/jetbrains/exodus/log/BackupMetadata.java +++ b/environment/src/main/java/jetbrains/exodus/log/BackupMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/BlockByteIterator.java b/environment/src/main/java/jetbrains/exodus/log/BlockByteIterator.java index b54b98a97..015201315 100644 --- a/environment/src/main/java/jetbrains/exodus/log/BlockByteIterator.java +++ b/environment/src/main/java/jetbrains/exodus/log/BlockByteIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/BlockDataIterator.java b/environment/src/main/java/jetbrains/exodus/log/BlockDataIterator.java index e83d8c3e3..0bf1c42f1 100644 --- a/environment/src/main/java/jetbrains/exodus/log/BlockDataIterator.java +++ b/environment/src/main/java/jetbrains/exodus/log/BlockDataIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/BlockNotFoundException.java b/environment/src/main/java/jetbrains/exodus/log/BlockNotFoundException.java index ac679d40c..f8e1c8d3b 100644 --- a/environment/src/main/java/jetbrains/exodus/log/BlockNotFoundException.java +++ b/environment/src/main/java/jetbrains/exodus/log/BlockNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/BufferedDataWriter.java b/environment/src/main/java/jetbrains/exodus/log/BufferedDataWriter.java index 699c46949..ce3a35166 100644 --- a/environment/src/main/java/jetbrains/exodus/log/BufferedDataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/log/BufferedDataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/ByteIterableWithAddress.java b/environment/src/main/java/jetbrains/exodus/log/ByteIterableWithAddress.java index c5bf56be1..41bd5d6b4 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ByteIterableWithAddress.java +++ b/environment/src/main/java/jetbrains/exodus/log/ByteIterableWithAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/ByteIteratorWithAddress.java b/environment/src/main/java/jetbrains/exodus/log/ByteIteratorWithAddress.java index b7cf3a2ca..a05a0da08 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ByteIteratorWithAddress.java +++ b/environment/src/main/java/jetbrains/exodus/log/ByteIteratorWithAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/CacheDataProvider.java b/environment/src/main/java/jetbrains/exodus/log/CacheDataProvider.java index 23a323a63..ce3268673 100644 --- a/environment/src/main/java/jetbrains/exodus/log/CacheDataProvider.java +++ b/environment/src/main/java/jetbrains/exodus/log/CacheDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/CompressedUnsignedLongByteIterable.java b/environment/src/main/java/jetbrains/exodus/log/CompressedUnsignedLongByteIterable.java index 37641b2f9..bcb8ea47e 100644 --- a/environment/src/main/java/jetbrains/exodus/log/CompressedUnsignedLongByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/log/CompressedUnsignedLongByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/DataCorruptionException.java b/environment/src/main/java/jetbrains/exodus/log/DataCorruptionException.java index 38645864c..03be4734b 100644 --- a/environment/src/main/java/jetbrains/exodus/log/DataCorruptionException.java +++ b/environment/src/main/java/jetbrains/exodus/log/DataCorruptionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/DataIterator.java b/environment/src/main/java/jetbrains/exodus/log/DataIterator.java index 6054e2aea..3de7d7a2b 100644 --- a/environment/src/main/java/jetbrains/exodus/log/DataIterator.java +++ b/environment/src/main/java/jetbrains/exodus/log/DataIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/HashCodeLoggable.java b/environment/src/main/java/jetbrains/exodus/log/HashCodeLoggable.java index 33ae1b21e..f3c8f0888 100644 --- a/environment/src/main/java/jetbrains/exodus/log/HashCodeLoggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/HashCodeLoggable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogAwareFixedLengthByteIterable.java b/environment/src/main/java/jetbrains/exodus/log/LogAwareFixedLengthByteIterable.java index a019d56fa..4db6802cf 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogAwareFixedLengthByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogAwareFixedLengthByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogConfig.java b/environment/src/main/java/jetbrains/exodus/log/LogConfig.java index 936db9550..092567d00 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogConfig.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogTestConfig.java b/environment/src/main/java/jetbrains/exodus/log/LogTestConfig.java index 8b52e1612..8ee1351ee 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogTestConfig.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogTestConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogTip.java b/environment/src/main/java/jetbrains/exodus/log/LogTip.java index cdc07a90d..5589d290c 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogTip.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogTip.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogUtil.java b/environment/src/main/java/jetbrains/exodus/log/LogUtil.java index dbc0ffc6a..6477bc6cd 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogUtil.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/Loggable.java b/environment/src/main/java/jetbrains/exodus/log/Loggable.java index 004bbf710..fd82f3abd 100644 --- a/environment/src/main/java/jetbrains/exodus/log/Loggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/Loggable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LoggableIterator.java b/environment/src/main/java/jetbrains/exodus/log/LoggableIterator.java index c4f863744..40a2418ba 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LoggableIterator.java +++ b/environment/src/main/java/jetbrains/exodus/log/LoggableIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/MultiPageByteIterableWithAddress.java b/environment/src/main/java/jetbrains/exodus/log/MultiPageByteIterableWithAddress.java index 0b30ee087..66151aed0 100644 --- a/environment/src/main/java/jetbrains/exodus/log/MultiPageByteIterableWithAddress.java +++ b/environment/src/main/java/jetbrains/exodus/log/MultiPageByteIterableWithAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/MultiPageLoggable.java b/environment/src/main/java/jetbrains/exodus/log/MultiPageLoggable.java index d0c31fba7..9b8766538 100644 --- a/environment/src/main/java/jetbrains/exodus/log/MultiPageLoggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/MultiPageLoggable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/NullLoggable.java b/environment/src/main/java/jetbrains/exodus/log/NullLoggable.java index 6a720fa96..4fada14a4 100644 --- a/environment/src/main/java/jetbrains/exodus/log/NullLoggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/NullLoggable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggable.java b/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggable.java index 01a998b25..2f5d45729 100644 --- a/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/ReadBytesListener.java b/environment/src/main/java/jetbrains/exodus/log/ReadBytesListener.java index 67221a775..75b00653c 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ReadBytesListener.java +++ b/environment/src/main/java/jetbrains/exodus/log/ReadBytesListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/RemoveFileListener.java b/environment/src/main/java/jetbrains/exodus/log/RemoveFileListener.java index 98569f666..7ba1c4e1b 100644 --- a/environment/src/main/java/jetbrains/exodus/log/RemoveFileListener.java +++ b/environment/src/main/java/jetbrains/exodus/log/RemoveFileListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/SingleByteIterable.java b/environment/src/main/java/jetbrains/exodus/log/SingleByteIterable.java index c0aa64d9b..b2d213585 100644 --- a/environment/src/main/java/jetbrains/exodus/log/SingleByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/log/SingleByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/SinglePageLoggable.java b/environment/src/main/java/jetbrains/exodus/log/SinglePageLoggable.java index f11c83734..bcf01aad0 100644 --- a/environment/src/main/java/jetbrains/exodus/log/SinglePageLoggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/SinglePageLoggable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/StartupMetadata.java b/environment/src/main/java/jetbrains/exodus/log/StartupMetadata.java index 89dd3f667..7d66b166b 100644 --- a/environment/src/main/java/jetbrains/exodus/log/StartupMetadata.java +++ b/environment/src/main/java/jetbrains/exodus/log/StartupMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/TooBigLoggableException.java b/environment/src/main/java/jetbrains/exodus/log/TooBigLoggableException.java index bc613da18..485087784 100644 --- a/environment/src/main/java/jetbrains/exodus/log/TooBigLoggableException.java +++ b/environment/src/main/java/jetbrains/exodus/log/TooBigLoggableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/Dumpable.java b/environment/src/main/java/jetbrains/exodus/tree/Dumpable.java index f988b132a..8f75a5e54 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/Dumpable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/Dumpable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ExpiredLoggableCollection.java b/environment/src/main/java/jetbrains/exodus/tree/ExpiredLoggableCollection.java index 026610e1a..43d003166 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ExpiredLoggableCollection.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ExpiredLoggableCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/INode.java b/environment/src/main/java/jetbrains/exodus/tree/INode.java index 5cb2c38e4..124e0a156 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/INode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/INode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ITree.java b/environment/src/main/java/jetbrains/exodus/tree/ITree.java index 86eb14fec..ac05577f6 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ITree.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ITree.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ITreeCursor.java b/environment/src/main/java/jetbrains/exodus/tree/ITreeCursor.java index d3b31ec63..35f09716a 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ITreeCursor.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ITreeCursor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ITreeCursorMutable.java b/environment/src/main/java/jetbrains/exodus/tree/ITreeCursorMutable.java index f14ec918f..2311de58f 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ITreeCursorMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ITreeCursorMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ITreeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/ITreeMutable.java index d6047cb5a..e55c2a291 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ITreeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ITreeMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/LongIterator.java b/environment/src/main/java/jetbrains/exodus/tree/LongIterator.java index 731cb6eed..91bb9a094 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/LongIterator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/LongIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/MutableTreeRoot.java b/environment/src/main/java/jetbrains/exodus/tree/MutableTreeRoot.java index b651261bf..5bb1ca66e 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/MutableTreeRoot.java +++ b/environment/src/main/java/jetbrains/exodus/tree/MutableTreeRoot.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/TreeCursor.java b/environment/src/main/java/jetbrains/exodus/tree/TreeCursor.java index 67aa49895..2fc5a7665 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/TreeCursor.java +++ b/environment/src/main/java/jetbrains/exodus/tree/TreeCursor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/TreeCursorMutable.java b/environment/src/main/java/jetbrains/exodus/tree/TreeCursorMutable.java index 427b68474..b5737d7f1 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/TreeCursorMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/TreeCursorMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java b/environment/src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java index 31090f914..f60c98746 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java +++ b/environment/src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/TreeTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/TreeTraverser.java index e6db36847..1793dddd7 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/TreeTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/TreeTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/AddressIterator.java b/environment/src/main/java/jetbrains/exodus/tree/btree/AddressIterator.java index 0f5395573..f85c3155d 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/AddressIterator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/AddressIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTree.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTree.java index 2440728c6..a9ffd61a1 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTree.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTree.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBalancePolicy.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBalancePolicy.java index 4c197e49b..2d30c5539 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBalancePolicy.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBalancePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBase.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBase.java index 808f144fb..f64f2dd5b 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBase.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDup.java index c868bc163..8b3af9bb4 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDup.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java index b16872195..e6ae2a46c 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDup.java index a4fa25965..76f073878 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDup.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java index a3d193584..3244f79ba 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java index 326cb02ca..45ba6fee4 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java index 3d4318382..7c15be3f7 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutable.java index f1a25af8b..daafd850a 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverser.java index 1e860b196..cd5e7895e 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverserDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverserDup.java index 2cac3e099..bc02f3937 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverserDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverserDup.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java index b477bead6..86b0dc585 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverser.java index 50ba3c2ca..7b6fdf114 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverserDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverserDup.java index 3e60c333c..718a87e5f 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverserDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverserDup.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNode.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNode.java index 965c1c32e..14d736d66 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java index 5e4522a08..6167ef76b 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePage.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePage.java index 34227bae9..d8e221332 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePage.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageImmutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageImmutable.java index f283d0da1..d66a6fe4e 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageImmutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageImmutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageMutable.java index 0b8e13dfc..853f093f8 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPage.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPage.java index f46cb8aea..0d0636977 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPage.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPageMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPageMutable.java index a05f2379b..1cd594a30 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPageMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPageMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/DupLeafNodeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/DupLeafNodeMutable.java index 3c208c339..7f16490d5 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/DupLeafNodeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/DupLeafNodeMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNode.java b/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNode.java index 764bd919c..124bf0e7a 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java index 1e085dc9a..e05d91295 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPage.java b/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPage.java index 89697f4df..9fe025f8a 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPage.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPageMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPageMutable.java index eea3a55ef..32fa0b290 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPageMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPageMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNode.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNode.java index 775aad46f..9d4674ad6 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java index 594400a53..e81732180 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDupMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDupMutable.java index c74cb1061..9916404f3 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDupMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDupMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java index dea5c3658..ec2a28ab6 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeMutable.java index 72c6a621f..98bc884d1 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/TreePos.java b/environment/src/main/java/jetbrains/exodus/tree/btree/TreePos.java index 599508358..ba2b933a4 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/TreePos.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/TreePos.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/AddressIterator.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/AddressIterator.java index 21ba1db2f..ca5b89c93 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/AddressIterator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/AddressIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReference.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReference.java index 18281452a..300be1fd6 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReference.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceBase.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceBase.java index 7dd2e1ce1..b20403e31 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceBase.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceMutable.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceMutable.java index c6e909cb1..1ad7f40fa 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceSet.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceSet.java index c47d9c4c1..3c01fd33d 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceSet.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceTransient.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceTransient.java index e5fc11e64..d67b194bc 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceTransient.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceTransient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/EscapingByteIterable.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/EscapingByteIterable.java index 3afdff11d..4089a2b34 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/EscapingByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/EscapingByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ImmutableNode.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ImmutableNode.java index f849156fc..15148de6c 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ImmutableNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ImmutableNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNodeSaveContext.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNodeSaveContext.java index eb0ca8f25..e7acc7eaf 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNodeSaveContext.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNodeSaveContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeBase.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeBase.java index 169203dd5..e6ad3c462 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeBase.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaCursorDecorator.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaCursorDecorator.java index 7e6ec10f5..d618d63ce 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaCursorDecorator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaCursorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java index 6908d4f1d..28642bd3d 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimActualTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimActualTraverser.java index 0c604e43d..eb82407af 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimActualTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimActualTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimSourceTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimSourceTraverser.java index 4d1fcf5b1..905003386 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimSourceTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimSourceTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTraverser.java index 1c641d22f..cb5dca631 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTree.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTree.java index cd806acc1..54f5732b6 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTree.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTree.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeBase.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeBase.java index 836f8c587..c432602cd 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeBase.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeDecorator.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeDecorator.java index 87f696c54..dc30ac023 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeDecorator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java index 8eaca63f8..474ad51ae 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeForReclaim.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeForReclaim.java index 1a14eb91e..9c5ba09ab 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeForReclaim.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeForReclaim.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicates.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicates.java index 67a53ed00..b056fe777 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicates.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicates.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicatesMutable.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicatesMutable.java index 7cf4b4532..ba8d6a041 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicatesMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicatesMutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/SinglePageImmutableNode.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/SinglePageImmutableNode.java index ad19097ac..f9e0c91d7 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/SinglePageImmutableNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/SinglePageImmutableNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/TreeAwareNodeDecorator.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/TreeAwareNodeDecorator.java index f43fa9467..9f08a77d9 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/TreeAwareNodeDecorator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/TreeAwareNodeDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/crypto/EnvKrypt.kt b/environment/src/main/kotlin/jetbrains/exodus/crypto/EnvKrypt.kt index e1c0e46b6..39868c9ec 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/crypto/EnvKrypt.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/crypto/EnvKrypt.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/debug/Misc.kt b/environment/src/main/kotlin/jetbrains/exodus/debug/Misc.kt index 8632fb50f..03cc92131 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/debug/Misc.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/debug/Misc.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/debug/StackTrace.kt b/environment/src/main/kotlin/jetbrains/exodus/debug/StackTrace.kt index 018d0bed5..7cd7d07b4 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/debug/StackTrace.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/debug/StackTrace.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/debug/TxnProfiler.kt b/environment/src/main/kotlin/jetbrains/exodus/debug/TxnProfiler.kt index 4a572230a..32291086c 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/debug/TxnProfiler.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/debug/TxnProfiler.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/BitmapImpl.kt b/environment/src/main/kotlin/jetbrains/exodus/env/BitmapImpl.kt index deb37b7ea..10d0a2a20 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/BitmapImpl.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/BitmapImpl.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/BitmapIterator.kt b/environment/src/main/kotlin/jetbrains/exodus/env/BitmapIterator.kt index cf830feb4..3c0513024 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/BitmapIterator.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/BitmapIterator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/ContextualBitmapImpl.kt b/environment/src/main/kotlin/jetbrains/exodus/env/ContextualBitmapImpl.kt index 8530f943c..99ece292d 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/ContextualBitmapImpl.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/ContextualBitmapImpl.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/CopyEnvironment.kt b/environment/src/main/kotlin/jetbrains/exodus/env/CopyEnvironment.kt index 86800f004..4232731a2 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/CopyEnvironment.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/CopyEnvironment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/Environments.kt b/environment/src/main/kotlin/jetbrains/exodus/env/Environments.kt index c889269dd..b3d435429 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/Environments.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/Environments.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/StuckTransactionMonitor.kt b/environment/src/main/kotlin/jetbrains/exodus/env/StuckTransactionMonitor.kt index 4f86b6b15..c24fa2769 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/StuckTransactionMonitor.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/StuckTransactionMonitor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/Unsafe.kt b/environment/src/main/kotlin/jetbrains/exodus/env/Unsafe.kt index 4b071582d..1fe204f3d 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/Unsafe.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/Unsafe.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,9 +15,6 @@ */ package jetbrains.exodus.env -import jetbrains.exodus.ExodusException -import jetbrains.exodus.io.Block -import jetbrains.exodus.log.* import kotlin.concurrent.withLock fun EnvironmentImpl.executeInCommitLock(action: () -> T): T { @@ -32,121 +29,3 @@ fun EnvironmentImpl.executeInMetaWriteLock(action: () -> T): T { } } -internal fun EnvironmentImpl.tryUpdate(): Boolean { - return executeInCommitLock { - tryUpdateUnsafe() - } -} - -private fun EnvironmentImpl.tryUpdateUnsafe(): Boolean { - val prevHighAddress = log.highAddress - log.tryUpdate(prevHighAddress)?.let { - val root = it.first.rootAddress - val highAddress = it.second - val files = it.third - - return executeInMetaWriteLock { - try { - log.updateBlockSetHighAddressUnsafe(prevHighAddress, highAddress, files) - loadMetaTree(root, highAddress)?.let { metaTree -> - metaTreeInternal = MetaTreeImpl(metaTree, root).also { - MetaTreeImpl.cloneTree(metaTree) // try to traverse meta tree - } - true - } ?: run { - // Throwable class is used for exceptions to prevent stacktrace masking - throwableOnCommit = Throwable("Cannot load updated meta tree") - false - } - } catch (t: Throwable) { - throwableOnCommit = Throwable("Cannot read updated meta tree", t) - true - } - } - } - return false -} - -// advance to some root loggable -private fun Log.tryUpdate(highAddress: Long): Triple? { - val blockSet = mutableBlocksUnsafe() - val addedBlocks = config.reader.getBlocks(getFileAddress(highAddress)) - val itr = addedBlocks.iterator() - if (!itr.hasNext()) { - return null - } - val lastBlock: Block - while (true) { - val block = itr.next() - blockSet.add(block.address, block) - if (!itr.hasNext()) { - lastBlock = block - break - } - } - // create loggable - // update "last page" - return tryUpdate(this, lastBlock, blockSet) -} - -private fun tryUpdate( - log: Log, - lastBlock: Block, - blockSet: BlockSet.Mutable -): Triple? { - val lastBlockAddress = lastBlock.address - val highAddress = lastBlockAddress + lastBlock.length() - val startAddress = maxOf(highAddress, lastBlockAddress) - if (startAddress > lastBlockAddress + log.fileLengthBound) { - throw IllegalStateException("Log truncated abnormally, aborting") - } - val dataIterator = BlockDataIterator(log, lastBlock, startAddress, false) - val loggables = LoggableIteratorUnsafe(log, dataIterator) - val rootType = DatabaseRoot.DATABASE_ROOT_TYPE - var lastRoot: DatabaseRoot? = null - try { - while (loggables.hasNext()) { - val loggable = loggables.next() - val loggableEnd = loggable.end() - if (loggableEnd > highAddress) { - break - } - if (loggable.type == rootType) { - lastRoot = DatabaseRoot(loggable, loggables.iterator) - } else if (!NullLoggable.isNullLoggable(loggable) && !HashCodeLoggable.isHashCodeLoggable(loggable)) { - // don't skip DatabaseRoot content - val expectedDataLength = loggable.dataLength.toLong() - if (loggables.iterator.skip(expectedDataLength) < expectedDataLength) { - break - } - } - if (loggableEnd != dataIterator.address) { - break - } - if (loggableEnd == highAddress) { - break - } - } - } catch (e: ExodusException) { - Log.logger.info(e) { "Exception on Log recovery by tryUpdate() in ${Thread.currentThread().name}." } - } - if (lastRoot == null) { - return null - } - return Triple(lastRoot, highAddress, blockSet.endWrite()) -} - -internal class LoggableIteratorUnsafe(private val log: Log, internal val iterator: ByteIteratorWithAddress) : - Iterator { - - fun getHighAddress() = iterator.address - - override fun next(): RandomAccessLoggable { - if (!hasNext()) { - throw IllegalStateException() - } - return log.read(iterator) - } - - override fun hasNext() = iterator.hasNext() -} diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/BackupController.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/BackupController.kt index 777c95a2d..3a8c2be55 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/BackupController.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/BackupController.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/BackupControllerMBean.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/BackupControllerMBean.kt index 416e02ab0..a55c5ed5b 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/BackupControllerMBean.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/BackupControllerMBean.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/DatabaseProfiler.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/DatabaseProfiler.kt index ef9b16413..1787961e6 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/DatabaseProfiler.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/DatabaseProfiler.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/DatabaseProfilerMBean.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/DatabaseProfilerMBean.kt index 5f8b28098..f6ceacefe 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/DatabaseProfilerMBean.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/DatabaseProfilerMBean.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfig.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfig.kt index d3e394a4f..8cdac6211 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfig.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfig.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfigMBean.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfigMBean.kt index af604d2e3..89b09a5ef 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfigMBean.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfigMBean.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfigWithOperations.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfigWithOperations.kt index 789a6feae..76c99de47 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfigWithOperations.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentConfigWithOperations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentStatistics.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentStatistics.kt index 696c8f825..e5ad69239 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentStatistics.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentStatistics.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentStatisticsMBean.kt b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentStatisticsMBean.kt index 870239cdb..5aaef91c3 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentStatisticsMBean.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/env/management/EnvironmentStatisticsMBean.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/gc/BackgroundCleaner.kt b/environment/src/main/kotlin/jetbrains/exodus/gc/BackgroundCleaner.kt index 10bd34ad3..d5b537b5c 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/gc/BackgroundCleaner.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/gc/BackgroundCleaner.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/gc/BackgroundCleaningJob.kt b/environment/src/main/kotlin/jetbrains/exodus/gc/BackgroundCleaningJob.kt index ab7e7e074..c034fe2de 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/gc/BackgroundCleaningJob.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/gc/BackgroundCleaningJob.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/gc/CleanEntireLogJob.kt b/environment/src/main/kotlin/jetbrains/exodus/gc/CleanEntireLogJob.kt index a2ea916b2..d6bf1226d 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/gc/CleanEntireLogJob.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/gc/CleanEntireLogJob.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/gc/ComputeUtilizationFromScratchJob.kt b/environment/src/main/kotlin/jetbrains/exodus/gc/ComputeUtilizationFromScratchJob.kt index 19248f7a9..6c1311b24 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/gc/ComputeUtilizationFromScratchJob.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/gc/ComputeUtilizationFromScratchJob.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/gc/GarbageCollector.kt b/environment/src/main/kotlin/jetbrains/exodus/gc/GarbageCollector.kt index 029e74536..9cae13fcd 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/gc/GarbageCollector.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/gc/GarbageCollector.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -348,7 +348,7 @@ class GarbageCollector(internal val environment: EnvironmentImpl) { } val log = log if (logger.isDebugEnabled) { - val high = log.highAddress + val high = log.highReadAddress val highFile = log.highFileAddress logger.debug( String.format( diff --git a/environment/src/main/kotlin/jetbrains/exodus/gc/GcJob.kt b/environment/src/main/kotlin/jetbrains/exodus/gc/GcJob.kt index 2d6a93240..a5c3da1ba 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/gc/GcJob.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/gc/GcJob.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/gc/PeriodicGc.kt b/environment/src/main/kotlin/jetbrains/exodus/gc/PeriodicGc.kt index 172c5f4f4..703969c27 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/gc/PeriodicGc.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/gc/PeriodicGc.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/gc/UtilizationProfile.kt b/environment/src/main/kotlin/jetbrains/exodus/gc/UtilizationProfile.kt index b9227cd81..5afa9c2d9 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/gc/UtilizationProfile.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/gc/UtilizationProfile.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/io/FileDataReader.kt b/environment/src/main/kotlin/jetbrains/exodus/io/FileDataReader.kt index bde84a100..b362a5e1b 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/io/FileDataReader.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/io/FileDataReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/io/LockingManager.kt b/environment/src/main/kotlin/jetbrains/exodus/io/LockingManager.kt index bedd1dadc..2868c0acf 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/io/LockingManager.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/io/LockingManager.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/io/WatchingFileDataReader.kt b/environment/src/main/kotlin/jetbrains/exodus/io/WatchingFileDataReader.kt deleted file mode 100644 index c17c6af12..000000000 --- a/environment/src/main/kotlin/jetbrains/exodus/io/WatchingFileDataReader.kt +++ /dev/null @@ -1,168 +0,0 @@ -/* - * Copyright 2010 - 2023 JetBrains s.r.o. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package jetbrains.exodus.io - -import com.sun.nio.file.SensitivityWatchEventModifier -import jetbrains.exodus.env.EnvironmentImpl -import jetbrains.exodus.env.tryUpdate -import jetbrains.exodus.log.LogUtil -import jetbrains.exodus.system.JVMConstants -import mu.KLogging -import java.nio.file.* -import java.util.concurrent.TimeUnit - -class WatchingFileDataReader( - private val envGetter: () -> EnvironmentImpl?, - internal val fileDataReader: FileDataReader -) : DataReader { - - companion object : KLogging() { - private const val DEBOUNCE_INTERVAL = 100L // 100 milliseconds - private val FORCE_CHECK_INTERVAL = - java.lang.Long.getLong("jetbrains.exodus.io.watching.forceCheckEach", 3000L) // 3 seconds by default - private val EVENT_KINDS = - arrayOf(StandardWatchEventKinds.ENTRY_MODIFY, StandardWatchEventKinds.ENTRY_CREATE) - } - - private val watchService = FileSystems.getDefault().newWatchService() - private val watchKey = fileDataReader.dir.toPath().let { - if (JVMConstants.IS_MAC) { - it.register(watchService, EVENT_KINDS, SensitivityWatchEventModifier.HIGH) - } else { - it.register(watchService, EVENT_KINDS) - } - } - private val newDataListeners: MutableSet<(prevHighAddress: Long, newHighAddress: Long) -> Unit> = linkedSetOf() - - @Volatile - private var stopped = false - - init { - Thread { doWatch() }.apply { name = "Xodus watcher for ${fileDataReader.dir}" }.start() - } - - override fun getLocation() = fileDataReader.location - - override fun getBlocks() = fileDataReader.blocks - - override fun getBlocks(fromAddress: Long) = fileDataReader.getBlocks(fromAddress) - - override fun close() { - stopped = true - watchKey.cancel() - watchService.close() - fileDataReader.close() - } - - /** - * Add callback that is invoked when new data arrives and Environment is successfully updated. - */ - fun addNewDataListener(listener: (Long, Long) -> Unit) = - synchronized(newDataListeners) { - newDataListeners.add(listener) - } - - @Suppress("unused") - fun removeNewDataListener(listener: (Long, Long) -> Unit) = - synchronized(newDataListeners) { - newDataListeners.remove(listener) - } - - private fun doWatch() { - val currentThread = Thread.currentThread() - var lastUpdated = 0L - while (!stopped) { - try { - val watchKey: WatchKey? - var hasFileUpdates = false - try { - watchKey = watchService.poll(100, TimeUnit.MILLISECONDS) - val events = watchKey?.pollEvents() - if (events == null || events.isEmpty()) { - if (System.currentTimeMillis() - lastUpdated > FORCE_CHECK_INTERVAL) { - lastUpdated = doUpdate(true, currentThread) - } - continue - } - for (event in events) { - val eventContext = event.context() - if (eventContext is Path && LogUtil.LOG_FILE_NAME_FILTER.accept( - null, - eventContext.fileName.toString() - ) - ) { - hasFileUpdates = true - break - } - } - } catch (e: InterruptedException) { - logger.warn(e) { "File watcher interrupted" } - currentThread.interrupt() - return - } catch (ignore: ClosedWatchServiceException) { - return - } - if (lastUpdated > 0) { - val debounce = DEBOUNCE_INTERVAL + (lastUpdated - System.currentTimeMillis()) - if (debounce > 5) { - try { - Thread.sleep(debounce) - } catch (e: InterruptedException) { - currentThread.interrupt() - return - } - } - } - if (hasFileUpdates) { - lastUpdated = doUpdate(false, currentThread) - } - if (!watchKey.reset()) { - logger.info { "Watch service is no longer valid for ${currentThread.name}, exiting..." } - return - } - } catch (t: Throwable) { - if (!stopped) { - logger.error(t) { currentThread.name } - } - } - } - } - - // returns - private fun doUpdate(force: Boolean, currentThread: Thread): Long { - envGetter()?.run { - val prevHighAddress = log.highAddress - if (!tryUpdate()) { - logger.debug { (if (force) "Can't force-update env at " else "Can't update env at ") + location } - } else { - logger.debug { (if (force) "Env force-updated at " else "Env updated at ") + location } - val newHighAddress = log.highAddress - if (newHighAddress > prevHighAddress) { - synchronized(newDataListeners) { - newDataListeners.toTypedArray() - }.forEach { listener -> - try { - listener(prevHighAddress, newHighAddress) - } catch (t: Throwable) { - logger.error(t) { "New data listener failed for ${currentThread.name}" } - } - } - } - } - } - return System.currentTimeMillis() - } -} \ No newline at end of file diff --git a/environment/src/main/kotlin/jetbrains/exodus/io/WatchingFileDataWriter.kt b/environment/src/main/kotlin/jetbrains/exodus/io/WatchingFileDataWriter.kt index b3bbc7de9..7f920723d 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/io/WatchingFileDataWriter.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/io/WatchingFileDataWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/Memory.kt b/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/Memory.kt index a73b157c4..41004821e 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/Memory.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/Memory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataReader.kt b/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataReader.kt index 11ac6eeb6..8a0eebbbf 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataReader.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataReaderWriterProvider.kt b/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataReaderWriterProvider.kt index 7c114020d..f247a5dd9 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataReaderWriterProvider.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataReaderWriterProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataWriter.kt b/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataWriter.kt index 6f7279764..c570a7628 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataWriter.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/io/inMemory/MemoryDataWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/log/AbstractBlockListener.kt b/environment/src/main/kotlin/jetbrains/exodus/log/AbstractBlockListener.kt index b3fcaed06..ec519039f 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/log/AbstractBlockListener.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/log/AbstractBlockListener.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/log/BlockListener.kt b/environment/src/main/kotlin/jetbrains/exodus/log/BlockListener.kt index a7f8bea38..5bdedf7ec 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/log/BlockListener.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/log/BlockListener.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/log/BlockSet.kt b/environment/src/main/kotlin/jetbrains/exodus/log/BlockSet.kt index 286b1d278..85e322e4c 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/log/BlockSet.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/log/BlockSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/log/Log.kt b/environment/src/main/kotlin/jetbrains/exodus/log/Log.kt index 730e7f0c6..26d0dfc8e 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/log/Log.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/log/Log.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -113,7 +113,7 @@ class Log(val config: LogConfig, expectedEnvironmentVersion: Int) : Closeable, C val highReadAddress: Long get() { - return if (writeThread != null && writeThread == Thread.currentThread()) { + return if (writeThread == Thread.currentThread()) { writer.currentHighAddress } else { writer.highAddress @@ -127,7 +127,7 @@ class Log(val config: LogConfig, expectedEnvironmentVersion: Int) : Closeable, C } val highFileAddress: Long - get() = getFileAddress(highAddress) + get() = getFileAddress(highReadAddress) val diskUsage: Long get() { @@ -1250,7 +1250,7 @@ class Log(val config: LogConfig, expectedEnvironmentVersion: Int) : Closeable, C fun hasAddress(address: Long): Boolean { val fileAddress = getFileAddress(address) val files = writer.getFilesFrom(fileAddress) - val highAddress = writer.highAddress + val highAddress = highReadAddress if (!files.hasNext()) { return false @@ -1262,7 +1262,7 @@ class Log(val config: LogConfig, expectedEnvironmentVersion: Int) : Closeable, C fun hasAddressRange(from: Long, to: Long): Boolean { var fileAddress = getFileAddress(from) val files = writer.getFilesFrom(fileAddress) - val highAddress = writer.highAddress + val highAddress = highReadAddress do { if (!files.hasNext() || files.nextLong() != fileAddress) { @@ -1395,7 +1395,7 @@ class Log(val config: LogConfig, expectedEnvironmentVersion: Int) : Closeable, C } fun getLoggableIterator(startAddress: Long): LoggableIterator { - return LoggableIterator(this, startAddress, highAddress) + return LoggableIterator(this, startAddress, highReadAddress) } fun tryWrite(type: Byte, structureId: Int, data: ByteIterable, expiredLoggables: ExpiredLoggableCollection): Long { diff --git a/environment/src/main/kotlin/jetbrains/exodus/log/LogCache.kt b/environment/src/main/kotlin/jetbrains/exodus/log/LogCache.kt index daf884a4e..e4b89802c 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/log/LogCache.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/log/LogCache.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/log/LogWarmup.kt b/environment/src/main/kotlin/jetbrains/exodus/log/LogWarmup.kt index a164a3861..1ea2661d3 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/log/LogWarmup.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/log/LogWarmup.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/log/SeparateLogCache.kt b/environment/src/main/kotlin/jetbrains/exodus/log/SeparateLogCache.kt index c570afe10..2409877b7 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/log/SeparateLogCache.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/log/SeparateLogCache.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/log/SharedLogCache.kt b/environment/src/main/kotlin/jetbrains/exodus/log/SharedLogCache.kt index 95cb14a78..6dd660615 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/log/SharedLogCache.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/log/SharedLogCache.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MultiPageImmutableNode.kt b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MultiPageImmutableNode.kt index e6e5a11aa..679fb4e29 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MultiPageImmutableNode.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MultiPageImmutableNode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MutableNode.kt b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MutableNode.kt index 6cbf5a2bf..9773d228e 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MutableNode.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MutableNode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MutableRoot.kt b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MutableRoot.kt index fb45ef4f0..5818d9fc4 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MutableRoot.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/MutableRoot.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/NodeChildren.kt b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/NodeChildren.kt index bd21664aa..3b7bd8089 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/NodeChildren.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/NodeChildren.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/PatriciaTreeMutable.kt b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/PatriciaTreeMutable.kt index c39536bc8..98332de59 100644 --- a/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/PatriciaTreeMutable.kt +++ b/environment/src/main/kotlin/jetbrains/exodus/tree/patricia/PatriciaTreeMutable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentLockTest.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentLockTest.java index 526be11b0..64b5d4903 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentLockTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentLockTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTest.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTest.java index e55c23634..ae7eb98d8 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestInMemory.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestInMemory.java index 8e68433ba..ebaf8ddc4 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestInMemory.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestInMemory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestsBase.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestsBase.java index 1807bee18..1106397a8 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestsBase.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestsBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/RecoveryClassLoaderTest.java b/environment/src/test/java/jetbrains/exodus/env/RecoveryClassLoaderTest.java index 1cc28ed1a..779f6619c 100644 --- a/environment/src/test/java/jetbrains/exodus/env/RecoveryClassLoaderTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/RecoveryClassLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/ReentrantTransactionDispatcherTest.java b/environment/src/test/java/jetbrains/exodus/env/ReentrantTransactionDispatcherTest.java index 03d40d182..5e075f598 100644 --- a/environment/src/test/java/jetbrains/exodus/env/ReentrantTransactionDispatcherTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/ReentrantTransactionDispatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java b/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java index b208b3aae..2da210802 100644 --- a/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogInMemoryTests.java b/environment/src/test/java/jetbrains/exodus/log/LogInMemoryTests.java index f43d29a78..2abc0815d 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogInMemoryTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogInMemoryTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogLockingTests.java b/environment/src/test/java/jetbrains/exodus/log/LogLockingTests.java index 228a0d4d2..f00af8ad2 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogLockingTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogLockingTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogTests.java b/environment/src/test/java/jetbrains/exodus/log/LogTests.java index 89277309c..2f5906c15 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogTestsBase.java b/environment/src/test/java/jetbrains/exodus/log/LogTestsBase.java index b04a551e3..f355acf19 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogTestsBase.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogTestsBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogUtilTests.java b/environment/src/test/java/jetbrains/exodus/log/LogUtilTests.java index f221e98aa..aa80b610b 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogUtilTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogUtilTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LoggableTests.java b/environment/src/test/java/jetbrains/exodus/log/LoggableTests.java index ca84a7278..104d78f96 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LoggableTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LoggableTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/TestLoggable.java b/environment/src/test/java/jetbrains/exodus/log/TestLoggable.java index 0b3986c0b..1f8c55bf0 100644 --- a/environment/src/test/java/jetbrains/exodus/log/TestLoggable.java +++ b/environment/src/test/java/jetbrains/exodus/log/TestLoggable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/CursorTestBase.java b/environment/src/test/java/jetbrains/exodus/tree/CursorTestBase.java index 9759648b8..1e37586a5 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/CursorTestBase.java +++ b/environment/src/test/java/jetbrains/exodus/tree/CursorTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/StringKVNode.java b/environment/src/test/java/jetbrains/exodus/tree/StringKVNode.java index cf03ebf3b..b18217d17 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/StringKVNode.java +++ b/environment/src/test/java/jetbrains/exodus/tree/StringKVNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeAddressIteratorTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeAddressIteratorTest.java index f70f63dd1..cf17e6243 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeAddressIteratorTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeAddressIteratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeBaseTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeBaseTest.java index 94583c2a2..b3364485b 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeBaseTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorConcurrentModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorConcurrentModificationTest.java index 8ef60cd0f..bf1c03afd 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorConcurrentModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorConcurrentModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorDuplicatesTest.java index 241df83bb..04fe99fb6 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorDuplicatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java index e4bf725b9..02349dd70 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeDeleteTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeDeleteTest.java index 6cd270f9b..589de22a1 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeDeleteTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeDeleteTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreePutTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreePutTest.java index a563552b1..29b300a0a 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreePutTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreePutTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeAddressIteratorTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeAddressIteratorTest.java index 5989f2138..5ba997de7 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeAddressIteratorTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeAddressIteratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentCursorModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentCursorModificationTest.java index 716b095ba..6087868e7 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentCursorModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentCursorModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentModificationTest.java index 61ecf935c..188b9f567 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java index d24138f4e..651d14368 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentCursorModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentCursorModificationTest.java index 705bbafb9..2d4d4bd43 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentCursorModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentCursorModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentModificationTest.java index 2a9cffd35..ccd5cebf3 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDuplicatesTest.java index 0345a439d..1e6121a98 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDuplicatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorNoDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorNoDuplicatesTest.java index c43a01568..bdb0f8a14 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorNoDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorNoDuplicatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java index 996a8f1ee..27c336d87 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteSpecificTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteSpecificTest.java index 85dc17956..2979b1f77 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteSpecificTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteSpecificTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDuplicatesExpiredAddressesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDuplicatesExpiredAddressesTest.java index e3e7c693d..a5252f20b 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDuplicatesExpiredAddressesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDuplicatesExpiredAddressesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java index 6ffed8e4a..beaca331f 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java index 9b34354d4..63e32a4a4 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutCommonTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutCommonTest.java index 432e32087..4650a1a45 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutCommonTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutCommonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutSpecificTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutSpecificTest.java index 21e557e31..d268a3d3d 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutSpecificTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutSpecificTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimSpecialTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimSpecialTest.java index 21910fb31..432d90929 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimSpecialTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimSpecialTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java index 8678e83cf..02d4093ff 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java index 8c33146b6..0deeb2a83 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorDuplicatesTest.java index 7553749d5..caae3c2f3 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorDuplicatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorNoDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorNoDuplicatesTest.java index bf88cc3ed..1a035115e 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorNoDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorNoDuplicatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureIdTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureIdTest.java index 9c0da4eff..d7c1e0418 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureIdTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureIdTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureTest.java index f6ab072a9..9c09290f3 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTest.java index 8ba0a9738..434215a64 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTestBase.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTestBase.java index 176ee1770..51599fcc5 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTestBase.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaAddressIteratorTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaAddressIteratorTest.java index 7816d0197..48c17025a 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaAddressIteratorTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaAddressIteratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentCursorModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentCursorModificationTest.java index a9518f736..d4d9af268 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentCursorModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentCursorModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentModificationTest.java index af2d3053e..9c338db9e 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorDuplicatesTest.java index 79b4c5376..dc571ac98 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorDuplicatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorNoDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorNoDuplicatesTest.java index 6d8590308..2dc8b18e7 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorNoDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorNoDuplicatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaDeleteCommonTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaDeleteCommonTest.java index a66b1b037..77391faf2 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaDeleteCommonTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaDeleteCommonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaPutCommonTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaPutCommonTest.java index b403d81fe..edb9c475e 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaPutCommonTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaPutCommonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaReclaimTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaReclaimTest.java index 0ba4b7754..515232428 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaReclaimTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaReclaimTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTestBase.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTestBase.java index 209e324ef..c6258c5fb 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTestBase.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTreeAddressIteratorTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTreeAddressIteratorTest.java index b8007f998..ccfd2ce4d 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTreeAddressIteratorTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTreeAddressIteratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/crypto/InvalidCipherParametersTest.kt b/environment/src/test/kotlin/jetbrains/exodus/crypto/InvalidCipherParametersTest.kt index 529b00b46..1ca8db8e6 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/crypto/InvalidCipherParametersTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/crypto/InvalidCipherParametersTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/BitmapImplTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/BitmapImplTest.kt index ee73e14e1..4f90ceb7f 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/BitmapImplTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/BitmapImplTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/BitmapIteratorTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/BitmapIteratorTest.kt index d5b94dc74..21bb1f4c2 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/BitmapIteratorTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/BitmapIteratorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/ContextualBitmapImplTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/ContextualBitmapImplTest.kt index 44f4f5bf5..a1361acc8 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/ContextualBitmapImplTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/ContextualBitmapImplTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/EnvironmentConfigTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/EnvironmentConfigTest.kt index 42db65dc3..100ad640a 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/EnvironmentConfigTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/EnvironmentConfigTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/OutOfDiskSpaceInMemoryTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/OutOfDiskSpaceInMemoryTest.kt index 4054980e1..357198c60 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/OutOfDiskSpaceInMemoryTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/OutOfDiskSpaceInMemoryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/OutOfDiskSpaceTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/OutOfDiskSpaceTest.kt index d92a529cc..2528ffbae 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/OutOfDiskSpaceTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/OutOfDiskSpaceTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/StoreTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/StoreTest.kt index 379fb4ea2..bc64278ce 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/StoreTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/StoreTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/XodusConcurrentCursorTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/XodusConcurrentCursorTest.kt index 0103d7f69..77eb47603 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/XodusConcurrentCursorTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/XodusConcurrentCursorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/management/DatabaseProfilerMBeanTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/management/DatabaseProfilerMBeanTest.kt index 9fe525bb4..088bd57e2 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/management/DatabaseProfilerMBeanTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/management/DatabaseProfilerMBeanTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/management/EnvironmentConfigMBeanTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/management/EnvironmentConfigMBeanTest.kt index 367e6ab0c..e24820450 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/management/EnvironmentConfigMBeanTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/management/EnvironmentConfigMBeanTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/env/management/EnvironmentStatisticsMBeanTest.kt b/environment/src/test/kotlin/jetbrains/exodus/env/management/EnvironmentStatisticsMBeanTest.kt index 65744556b..5a728ac55 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/env/management/EnvironmentStatisticsMBeanTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/env/management/EnvironmentStatisticsMBeanTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorInterleavingTest.kt b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorInterleavingTest.kt index aba67408c..4246c9c43 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorInterleavingTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorInterleavingTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorInterleavingTestPrefixing.kt b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorInterleavingTestPrefixing.kt index c841451f8..8e45b0373 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorInterleavingTestPrefixing.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorInterleavingTestPrefixing.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorLowCacheTest.kt b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorLowCacheTest.kt index 57ede5ba4..78b8b148e 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorLowCacheTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorLowCacheTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorLowCacheTestPrefixing.kt b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorLowCacheTestPrefixing.kt index 28cccbcd4..dc73beb30 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorLowCacheTestPrefixing.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorLowCacheTestPrefixing.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTest.kt b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTest.kt index 6af9f07c1..d932f9727 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestInMemory.kt b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestInMemory.kt index 8f0a92629..56d53a0e1 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestInMemory.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestInMemory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestPrefixing.kt b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestPrefixing.kt index 4c28a4057..260f812a8 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestPrefixing.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestPrefixing.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestPrefixingInMemory.kt b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestPrefixingInMemory.kt index 4af60fa53..09fbce572 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestPrefixingInMemory.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/gc/GarbageCollectorTestPrefixingInMemory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/kotlin/jetbrains/exodus/io/SharedMappedByteBufferTest.kt b/environment/src/test/kotlin/jetbrains/exodus/io/SharedMappedByteBufferTest.kt index f5dacb8d1..113f0b82b 100644 --- a/environment/src/test/kotlin/jetbrains/exodus/io/SharedMappedByteBufferTest.kt +++ b/environment/src/test/kotlin/jetbrains/exodus/io/SharedMappedByteBufferTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37aef8d3f..3499ded5c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/lucene-directory-v2/src/main/java/jetbrains/exodus/lucene2/DirUtil.java b/lucene-directory-v2/src/main/java/jetbrains/exodus/lucene2/DirUtil.java index 8b55e5ff7..1820e7794 100644 --- a/lucene-directory-v2/src/main/java/jetbrains/exodus/lucene2/DirUtil.java +++ b/lucene-directory-v2/src/main/java/jetbrains/exodus/lucene2/DirUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory-v2/src/main/java/jetbrains/exodus/lucene2/XodusDirectory.java b/lucene-directory-v2/src/main/java/jetbrains/exodus/lucene2/XodusDirectory.java index 1f2836335..9d158d3e3 100644 --- a/lucene-directory-v2/src/main/java/jetbrains/exodus/lucene2/XodusDirectory.java +++ b/lucene-directory-v2/src/main/java/jetbrains/exodus/lucene2/XodusDirectory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory-v2/src/main/kotlin/jetbrains/exodus/lucene2/codecs/Lucene87CodecWithNoFieldCompression.kt b/lucene-directory-v2/src/main/kotlin/jetbrains/exodus/lucene2/codecs/Lucene87CodecWithNoFieldCompression.kt index 165f36d1d..2c4abf14b 100644 --- a/lucene-directory-v2/src/main/kotlin/jetbrains/exodus/lucene2/codecs/Lucene87CodecWithNoFieldCompression.kt +++ b/lucene-directory-v2/src/main/kotlin/jetbrains/exodus/lucene2/codecs/Lucene87CodecWithNoFieldCompression.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusDirectoryEncryptedTest.java b/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusDirectoryEncryptedTest.java index b64e6d6bf..abf6609e8 100644 --- a/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusDirectoryEncryptedTest.java +++ b/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusDirectoryEncryptedTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusDirectoryNotEncryptedTest.java b/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusDirectoryNotEncryptedTest.java index a11b1da37..f719dbdc1 100644 --- a/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusDirectoryNotEncryptedTest.java +++ b/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusDirectoryNotEncryptedTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusThreadFilter.java b/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusThreadFilter.java index 063baf260..b69ec00c1 100644 --- a/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusThreadFilter.java +++ b/lucene-directory-v2/src/test/java/jetbrains/exodus/lucene2/XodusThreadFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory-v2/src/test/kotlin/jetbrains/exodus/lucene2/XodusLuceneTests.kt b/lucene-directory-v2/src/test/kotlin/jetbrains/exodus/lucene2/XodusLuceneTests.kt index e7fd8a302..00c9977a3 100644 --- a/lucene-directory-v2/src/test/kotlin/jetbrains/exodus/lucene2/XodusLuceneTests.kt +++ b/lucene-directory-v2/src/test/kotlin/jetbrains/exodus/lucene2/XodusLuceneTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory-v2/src/test/kotlin/jetbrains/exodus/lucene2/XodusLuceneTestsBase.kt b/lucene-directory-v2/src/test/kotlin/jetbrains/exodus/lucene2/XodusLuceneTestsBase.kt index d3a64ddba..a5a12226f 100644 --- a/lucene-directory-v2/src/test/kotlin/jetbrains/exodus/lucene2/XodusLuceneTestsBase.kt +++ b/lucene-directory-v2/src/test/kotlin/jetbrains/exodus/lucene2/XodusLuceneTestsBase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java b/openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java index 0835f520a..058396d2b 100644 --- a/openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java +++ b/openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ArrayByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/ArrayByteIterable.java index bf3de552e..ba766fb81 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ArrayByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/ArrayByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ByteBufferByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/ByteBufferByteIterable.java index 81a694c98..6c51b0416 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ByteBufferByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/ByteBufferByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/ByteIterable.java index a4fbcd8de..ca10f779c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/ByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ByteIterableBase.java b/openAPI/src/main/java/jetbrains/exodus/ByteIterableBase.java index d1a6cf706..96bdb054d 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ByteIterableBase.java +++ b/openAPI/src/main/java/jetbrains/exodus/ByteIterableBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ByteIterator.java b/openAPI/src/main/java/jetbrains/exodus/ByteIterator.java index 6b2edbbb5..adbbb912d 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ByteIterator.java +++ b/openAPI/src/main/java/jetbrains/exodus/ByteIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/CompoundByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/CompoundByteIterable.java index 9b7e4ce86..100a7f811 100644 --- a/openAPI/src/main/java/jetbrains/exodus/CompoundByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/CompoundByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/CompoundByteIteratorBase.java b/openAPI/src/main/java/jetbrains/exodus/CompoundByteIteratorBase.java index 95f581623..0d73858d5 100644 --- a/openAPI/src/main/java/jetbrains/exodus/CompoundByteIteratorBase.java +++ b/openAPI/src/main/java/jetbrains/exodus/CompoundByteIteratorBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ConfigSettingChangeListener.java b/openAPI/src/main/java/jetbrains/exodus/ConfigSettingChangeListener.java index 224d1d73e..350c74915 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ConfigSettingChangeListener.java +++ b/openAPI/src/main/java/jetbrains/exodus/ConfigSettingChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ConfigurationStrategy.java b/openAPI/src/main/java/jetbrains/exodus/ConfigurationStrategy.java index 719c0118f..e9dcbba9e 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ConfigurationStrategy.java +++ b/openAPI/src/main/java/jetbrains/exodus/ConfigurationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ExodusException.java b/openAPI/src/main/java/jetbrains/exodus/ExodusException.java index 845f0d038..683746c55 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ExodusException.java +++ b/openAPI/src/main/java/jetbrains/exodus/ExodusException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/FileByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/FileByteIterable.java index 2a743ef5d..ded6202f6 100644 --- a/openAPI/src/main/java/jetbrains/exodus/FileByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/FileByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/FixedLengthByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/FixedLengthByteIterable.java index f9801a1ee..70e3e4a1a 100644 --- a/openAPI/src/main/java/jetbrains/exodus/FixedLengthByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/FixedLengthByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/InvalidSettingException.java b/openAPI/src/main/java/jetbrains/exodus/InvalidSettingException.java index 9b4cb88ca..dd5405c3c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/InvalidSettingException.java +++ b/openAPI/src/main/java/jetbrains/exodus/InvalidSettingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/OutOfDiskSpaceException.java b/openAPI/src/main/java/jetbrains/exodus/OutOfDiskSpaceException.java index e0d0e789b..5c0594040 100644 --- a/openAPI/src/main/java/jetbrains/exodus/OutOfDiskSpaceException.java +++ b/openAPI/src/main/java/jetbrains/exodus/OutOfDiskSpaceException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/backup/BackupBean.java b/openAPI/src/main/java/jetbrains/exodus/backup/BackupBean.java index e23d74922..f28991f55 100644 --- a/openAPI/src/main/java/jetbrains/exodus/backup/BackupBean.java +++ b/openAPI/src/main/java/jetbrains/exodus/backup/BackupBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/backup/BackupStrategy.java b/openAPI/src/main/java/jetbrains/exodus/backup/BackupStrategy.java index bd6aeac09..f1f1394f9 100644 --- a/openAPI/src/main/java/jetbrains/exodus/backup/BackupStrategy.java +++ b/openAPI/src/main/java/jetbrains/exodus/backup/BackupStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/backup/Backupable.java b/openAPI/src/main/java/jetbrains/exodus/backup/Backupable.java index 39f48ac4d..7f4af5a41 100644 --- a/openAPI/src/main/java/jetbrains/exodus/backup/Backupable.java +++ b/openAPI/src/main/java/jetbrains/exodus/backup/Backupable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/backup/VirtualFileDescriptor.java b/openAPI/src/main/java/jetbrains/exodus/backup/VirtualFileDescriptor.java index d3a15b34b..689517f1c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/backup/VirtualFileDescriptor.java +++ b/openAPI/src/main/java/jetbrains/exodus/backup/VirtualFileDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/BindingUtils.java b/openAPI/src/main/java/jetbrains/exodus/bindings/BindingUtils.java index 6a1209088..a02dde6f2 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/BindingUtils.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/BindingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/BooleanBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/BooleanBinding.java index 52e2c1662..f124bde82 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/BooleanBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/BooleanBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ByteBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ByteBinding.java index 0a1218dee..67beee92d 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ByteBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ByteBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableBinding.java index 2ee1b53c7..a74a737a6 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSet.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSet.java index 3382225f1..53c7bf4f0 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSet.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSetBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSetBinding.java index 475d231ff..39831e8b9 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSetBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSetBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableValueType.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableValueType.java index d4f8fea81..674ff9011 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableValueType.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableValueType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/CompressedUnsignedLongArrayByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/bindings/CompressedUnsignedLongArrayByteIterable.java index cc82d3a27..8f72ae2f7 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/CompressedUnsignedLongArrayByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/CompressedUnsignedLongArrayByteIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/DoubleBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/DoubleBinding.java index a62a0d04a..1ee10e2c0 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/DoubleBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/DoubleBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/FloatBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/FloatBinding.java index 351afe66f..4f0f50386 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/FloatBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/FloatBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/IntegerBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/IntegerBinding.java index f9c968504..bb2b4025d 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/IntegerBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/IntegerBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/LongBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/LongBinding.java index 936630edb..68a0e3d36 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/LongBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/LongBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ShortBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ShortBinding.java index 8130f003b..a56f6d0ab 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ShortBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ShortBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/SignedDoubleBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/SignedDoubleBinding.java index 96e0b66da..6e60a62cb 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/SignedDoubleBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/SignedDoubleBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/SignedFloatBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/SignedFloatBinding.java index 092e4c7cc..9aa11ea70 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/SignedFloatBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/SignedFloatBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/StringBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/StringBinding.java index c6445b66f..7240c0a93 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/StringBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/StringBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/crypto/ExodusCryptoException.java b/openAPI/src/main/java/jetbrains/exodus/crypto/ExodusCryptoException.java index 4fb7c497c..954563a79 100644 --- a/openAPI/src/main/java/jetbrains/exodus/crypto/ExodusCryptoException.java +++ b/openAPI/src/main/java/jetbrains/exodus/crypto/ExodusCryptoException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/crypto/InvalidCipherParametersException.java b/openAPI/src/main/java/jetbrains/exodus/crypto/InvalidCipherParametersException.java index 4761ef138..d5fc45cc8 100644 --- a/openAPI/src/main/java/jetbrains/exodus/crypto/InvalidCipherParametersException.java +++ b/openAPI/src/main/java/jetbrains/exodus/crypto/InvalidCipherParametersException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipher.java b/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipher.java index 82846e0bb..08fdb6979 100644 --- a/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipher.java +++ b/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipher.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherInputStream.java b/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherInputStream.java index 8db163639..460ca98d6 100644 --- a/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherInputStream.java +++ b/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherOutputStream.java b/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherOutputStream.java index 91b65693d..f493a6db3 100644 --- a/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherOutputStream.java +++ b/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherProvider.java b/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherProvider.java index dadc83e1a..c68b872df 100644 --- a/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherProvider.java +++ b/openAPI/src/main/java/jetbrains/exodus/crypto/StreamCipherProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobHandleGenerator.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobHandleGenerator.java index fc08d4ca3..df39cb13c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobHandleGenerator.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobHandleGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVault.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVault.java index d49d69471..bfe203c5e 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVault.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVault.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVaultItem.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVaultItem.java index 8d2fbaf0f..6dd77518f 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVaultItem.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVaultItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/ComparableGetter.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/ComparableGetter.java index 4a5e614fa..32f88c023 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/ComparableGetter.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/ComparableGetter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/DiskBasedBlobVault.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/DiskBasedBlobVault.java index 3d16bca8f..a0bdc2e30 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/DiskBasedBlobVault.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/DiskBasedBlobVault.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/Entity.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/Entity.java index fc0c9248b..1e39c174c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/Entity.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/Entity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityId.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityId.java index e8e00cd93..c3fe0bda1 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityId.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityId.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterable.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterable.java index e821c2b29..951c0f95b 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterator.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterator.java index e8e778bbe..48b28810a 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterator.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityRemovedInDatabaseException.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityRemovedInDatabaseException.java index 3d9cc04e0..521930908 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityRemovedInDatabaseException.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityRemovedInDatabaseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStore.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStore.java index 668691dd5..944b3d508 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStore.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStoreException.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStoreException.java index 3a6c648bb..4c84157f0 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStoreException.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStoreException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/FileBasedBlobValueItem.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/FileBasedBlobValueItem.java index afe052b4d..58757eec1 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/FileBasedBlobValueItem.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/FileBasedBlobValueItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/MetaServer.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/MetaServer.java index 64ddfd698..77135ee79 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/MetaServer.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/MetaServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStore.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStore.java index db5b96e0c..64cbadec2 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStore.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreConfig.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreConfig.java index 71f88792c..ccb57f16f 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreConfig.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/QueryCancellingPolicy.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/QueryCancellingPolicy.java index f4c79af19..de9233937 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/QueryCancellingPolicy.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/QueryCancellingPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/Selector.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/Selector.java index 83da5bd48..dcb4e65b7 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/Selector.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/Selector.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/Sequence.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/Sequence.java index 03c5e170c..ff2638dbb 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/Sequence.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/Sequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransaction.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransaction.java index 1aa3d6d11..48a13e6a5 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransaction.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalComputable.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalComputable.java index 11c1978c5..8e22b037a 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalComputable.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalComputable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalExecutable.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalExecutable.java index 202aead43..f588757b6 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalExecutable.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalExecutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/VaultSizeFunctions.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/VaultSizeFunctions.java index 6f257e8ba..bcc874cb1 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/VaultSizeFunctions.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/VaultSizeFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdCollection.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdCollection.java index f39cbd79f..089cd9d9c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdCollection.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdSet.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdSet.java index 7a18ba736..220ad488f 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdSet.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/OrderedEntityIdCollection.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/OrderedEntityIdCollection.java index 86dad2c09..19fcaebc0 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/OrderedEntityIdCollection.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/OrderedEntityIdCollection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/SortedEntityIdSet.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/SortedEntityIdSet.java index 7c408b4be..652cdb8a4 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/SortedEntityIdSet.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/iterate/SortedEntityIdSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Bitmap.java b/openAPI/src/main/java/jetbrains/exodus/env/Bitmap.java index 1fb6e08a2..98ed2f4fb 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Bitmap.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Bitmap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/ContextualBitmap.java b/openAPI/src/main/java/jetbrains/exodus/env/ContextualBitmap.java index a11ab0a17..25f06f74a 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/ContextualBitmap.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/ContextualBitmap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/ContextualEnvironment.java b/openAPI/src/main/java/jetbrains/exodus/env/ContextualEnvironment.java index c5285c5b1..0b6f0f0e3 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/ContextualEnvironment.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/ContextualEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/ContextualStore.java b/openAPI/src/main/java/jetbrains/exodus/env/ContextualStore.java index 0e2abff77..2a1f4efdb 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/ContextualStore.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/ContextualStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Cursor.java b/openAPI/src/main/java/jetbrains/exodus/env/Cursor.java index cbd026b75..5b51e7537 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Cursor.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Cursor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Environment.java b/openAPI/src/main/java/jetbrains/exodus/env/Environment.java index d14dc5704..c0cecbff5 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Environment.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Environment.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentClosedException.java b/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentClosedException.java index 25b1000e6..fbbf8977e 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentClosedException.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentClosedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentConfig.java b/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentConfig.java index 7fb33eded..bcdeb757b 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentConfig.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/ReadonlyTransactionException.java b/openAPI/src/main/java/jetbrains/exodus/env/ReadonlyTransactionException.java index 42b616b23..4b4119314 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/ReadonlyTransactionException.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/ReadonlyTransactionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Store.java b/openAPI/src/main/java/jetbrains/exodus/env/Store.java index b877e0545..bab8b09c8 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Store.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Store.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/StoreConfig.java b/openAPI/src/main/java/jetbrains/exodus/env/StoreConfig.java index 777b84dcd..c615e0f6c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/StoreConfig.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/StoreConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Transaction.java b/openAPI/src/main/java/jetbrains/exodus/env/Transaction.java index 3a2ad19ea..e27af1926 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Transaction.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Transaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/TransactionalComputable.java b/openAPI/src/main/java/jetbrains/exodus/env/TransactionalComputable.java index fbb1c9b9f..852c78033 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/TransactionalComputable.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/TransactionalComputable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/TransactionalExecutable.java b/openAPI/src/main/java/jetbrains/exodus/env/TransactionalExecutable.java index 2573ce7cc..e4a267ed8 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/TransactionalExecutable.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/TransactionalExecutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/io/Block.java b/openAPI/src/main/java/jetbrains/exodus/io/Block.java index dc50cded3..77da31f44 100644 --- a/openAPI/src/main/java/jetbrains/exodus/io/Block.java +++ b/openAPI/src/main/java/jetbrains/exodus/io/Block.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/io/DataReader.java b/openAPI/src/main/java/jetbrains/exodus/io/DataReader.java index f7ef907bf..bcf09ca3e 100644 --- a/openAPI/src/main/java/jetbrains/exodus/io/DataReader.java +++ b/openAPI/src/main/java/jetbrains/exodus/io/DataReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/io/DataReaderWriterProvider.java b/openAPI/src/main/java/jetbrains/exodus/io/DataReaderWriterProvider.java index 32374f21c..ed5e0f877 100644 --- a/openAPI/src/main/java/jetbrains/exodus/io/DataReaderWriterProvider.java +++ b/openAPI/src/main/java/jetbrains/exodus/io/DataReaderWriterProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/io/DataWriter.java b/openAPI/src/main/java/jetbrains/exodus/io/DataWriter.java index 1fc3c3b3e..d75fab406 100644 --- a/openAPI/src/main/java/jetbrains/exodus/io/DataWriter.java +++ b/openAPI/src/main/java/jetbrains/exodus/io/DataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/io/RemoveBlockType.java b/openAPI/src/main/java/jetbrains/exodus/io/RemoveBlockType.java index 749bbee2a..8e554cab2 100644 --- a/openAPI/src/main/java/jetbrains/exodus/io/RemoveBlockType.java +++ b/openAPI/src/main/java/jetbrains/exodus/io/RemoveBlockType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/io/StorageTypeNotAllowedException.java b/openAPI/src/main/java/jetbrains/exodus/io/StorageTypeNotAllowedException.java index d15073bc3..c08508f38 100644 --- a/openAPI/src/main/java/jetbrains/exodus/io/StorageTypeNotAllowedException.java +++ b/openAPI/src/main/java/jetbrains/exodus/io/StorageTypeNotAllowedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/management/Statistics.java b/openAPI/src/main/java/jetbrains/exodus/management/Statistics.java index fbb052699..76b7c404e 100644 --- a/openAPI/src/main/java/jetbrains/exodus/management/Statistics.java +++ b/openAPI/src/main/java/jetbrains/exodus/management/Statistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/management/StatisticsItem.java b/openAPI/src/main/java/jetbrains/exodus/management/StatisticsItem.java index 841f34f60..98be0f0c4 100644 --- a/openAPI/src/main/java/jetbrains/exodus/management/StatisticsItem.java +++ b/openAPI/src/main/java/jetbrains/exodus/management/StatisticsItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java b/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java index 41880550a..ab27554c2 100644 --- a/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java +++ b/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/kotlin/jetbrains/exodus/crypto/Krypt.kt b/openAPI/src/main/kotlin/jetbrains/exodus/crypto/Krypt.kt index 84ed12256..f310b1517 100644 --- a/openAPI/src/main/kotlin/jetbrains/exodus/crypto/Krypt.kt +++ b/openAPI/src/main/kotlin/jetbrains/exodus/crypto/Krypt.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/BlobStringsCache.kt b/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/BlobStringsCache.kt index 634f5a150..42192e4c2 100644 --- a/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/BlobStringsCache.kt +++ b/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/BlobStringsCache.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/EntityStoreEx.kt b/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/EntityStoreEx.kt index 1e7a65430..4426f1897 100644 --- a/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/EntityStoreEx.kt +++ b/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/EntityStoreEx.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/replication/PersistentEntityStoreReplicator.kt b/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/replication/PersistentEntityStoreReplicator.kt index f66a7f4f0..e2ae96f5c 100644 --- a/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/replication/PersistentEntityStoreReplicator.kt +++ b/openAPI/src/main/kotlin/jetbrains/exodus/entitystore/replication/PersistentEntityStoreReplicator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/kotlin/jetbrains/exodus/env/EnvironmentEx.kt b/openAPI/src/main/kotlin/jetbrains/exodus/env/EnvironmentEx.kt index 5522eabbd..1e0109ed7 100644 --- a/openAPI/src/main/kotlin/jetbrains/exodus/env/EnvironmentEx.kt +++ b/openAPI/src/main/kotlin/jetbrains/exodus/env/EnvironmentEx.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/kotlin/jetbrains/exodus/env/replication/EnvironmentReplicationDelta.kt b/openAPI/src/main/kotlin/jetbrains/exodus/env/replication/EnvironmentReplicationDelta.kt index 89c28f0d6..307a643a6 100644 --- a/openAPI/src/main/kotlin/jetbrains/exodus/env/replication/EnvironmentReplicationDelta.kt +++ b/openAPI/src/main/kotlin/jetbrains/exodus/env/replication/EnvironmentReplicationDelta.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/kotlin/jetbrains/exodus/log/replication/LogReplicationDelta.kt b/openAPI/src/main/kotlin/jetbrains/exodus/log/replication/LogReplicationDelta.kt index adf9fad9d..819276ced 100644 --- a/openAPI/src/main/kotlin/jetbrains/exodus/log/replication/LogReplicationDelta.kt +++ b/openAPI/src/main/kotlin/jetbrains/exodus/log/replication/LogReplicationDelta.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/java/jetbrains/exodus/bindings/ComparableSetBindingTest.java b/openAPI/src/test/java/jetbrains/exodus/bindings/ComparableSetBindingTest.java index 844deecf3..0c264d610 100644 --- a/openAPI/src/test/java/jetbrains/exodus/bindings/ComparableSetBindingTest.java +++ b/openAPI/src/test/java/jetbrains/exodus/bindings/ComparableSetBindingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/FileByteIterableTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/FileByteIterableTest.kt index 045b066a7..01d70279d 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/FileByteIterableTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/FileByteIterableTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -105,9 +105,9 @@ class FileByteIterableTest { } } -private val MANDELSTAM = """"И не ограблен Ñ?, и не надломлен, - "Ð?о только что вÑ?его переогромлен. - "Как «Слово о Полку», Ñ?труна моÑ? туга, - "И в голоÑ?е моем поÑ?ле удушьÑ? - "Звучит землÑ? — поÑ?леднее оружье — - "СухаÑ? влажноÑ?Ñ‚ÑŒ черноземных га...""".trimIndent() \ No newline at end of file +private val MANDELSTAM = """"И не ограблен �?, и не надломлен, + "�?о только что в�?его переогромлен. + "Как «Слово о Полку», �?труна мо�? туга, + "И в голо�?е моем по�?ле удушь�? + "Звучит земл�? — по�?леднее оружье — + "Суха�? влажно�?Ñ‚ÑŒ черноземных га...""".trimIndent() \ No newline at end of file diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/FixedLengthByteIterableTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/FixedLengthByteIterableTest.kt index d0cc16e3c..a0b4e1ff1 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/FixedLengthByteIterableTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/FixedLengthByteIterableTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/bindings/CompressingBindingsTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/bindings/CompressingBindingsTest.kt index 3cfab604f..d02c835ad 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/bindings/CompressingBindingsTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/bindings/CompressingBindingsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/bindings/DoubleBindingsTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/bindings/DoubleBindingsTest.kt index f8191c20b..fa1f61281 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/bindings/DoubleBindingsTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/bindings/DoubleBindingsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/bindings/FloatBindingsTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/bindings/FloatBindingsTest.kt index aeea6f5a6..6b643e52c 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/bindings/FloatBindingsTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/bindings/FloatBindingsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/bindings/StringBindingsTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/bindings/StringBindingsTest.kt index 5bc286cb0..dbc9ced84 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/bindings/StringBindingsTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/bindings/StringBindingsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/crypto/StreamCipherTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/crypto/StreamCipherTest.kt index 6965dcabe..987cc81c0 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/crypto/StreamCipherTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/crypto/StreamCipherTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/crypto/TrivialStreamCipher.kt b/openAPI/src/test/kotlin/jetbrains/exodus/crypto/TrivialStreamCipher.kt index 224fa079e..334a1e4c4 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/crypto/TrivialStreamCipher.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/crypto/TrivialStreamCipher.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreConfigTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreConfigTest.kt index 653a6e4da..3fdb78a0f 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreConfigTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/entitystore/PersistentEntityStoreConfigTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/kotlin/jetbrains/exodus/env/EnvironmentConfigTest.kt b/openAPI/src/test/kotlin/jetbrains/exodus/env/EnvironmentConfigTest.kt index edaa94dbc..be3debb07 100644 --- a/openAPI/src/test/kotlin/jetbrains/exodus/env/EnvironmentConfigTest.kt +++ b/openAPI/src/test/kotlin/jetbrains/exodus/env/EnvironmentConfigTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/AddNullStaticTypedEntityIterable.java b/query/src/main/java/jetbrains/exodus/query/AddNullStaticTypedEntityIterable.java index 719db90f4..024990997 100644 --- a/query/src/main/java/jetbrains/exodus/query/AddNullStaticTypedEntityIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/AddNullStaticTypedEntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/And.java b/query/src/main/java/jetbrains/exodus/query/And.java index 5713aa3fa..50a91fa04 100644 --- a/query/src/main/java/jetbrains/exodus/query/And.java +++ b/query/src/main/java/jetbrains/exodus/query/And.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/CommutativeOperator.java b/query/src/main/java/jetbrains/exodus/query/CommutativeOperator.java index 221552a1e..e20b7f63f 100644 --- a/query/src/main/java/jetbrains/exodus/query/CommutativeOperator.java +++ b/query/src/main/java/jetbrains/exodus/query/CommutativeOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/ComparableGetterSort.java b/query/src/main/java/jetbrains/exodus/query/ComparableGetterSort.java index ddad56b13..e6290771d 100644 --- a/query/src/main/java/jetbrains/exodus/query/ComparableGetterSort.java +++ b/query/src/main/java/jetbrains/exodus/query/ComparableGetterSort.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Concat.java b/query/src/main/java/jetbrains/exodus/query/Concat.java index 458a50e36..ef3297a30 100644 --- a/query/src/main/java/jetbrains/exodus/query/Concat.java +++ b/query/src/main/java/jetbrains/exodus/query/Concat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/ConversionWildcard.java b/query/src/main/java/jetbrains/exodus/query/ConversionWildcard.java index e1b67da9b..eab74856d 100644 --- a/query/src/main/java/jetbrains/exodus/query/ConversionWildcard.java +++ b/query/src/main/java/jetbrains/exodus/query/ConversionWildcard.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/ExcludeNullStaticTypedEntityIterable.java b/query/src/main/java/jetbrains/exodus/query/ExcludeNullStaticTypedEntityIterable.java index 7f9767049..c0e6a4be1 100644 --- a/query/src/main/java/jetbrains/exodus/query/ExcludeNullStaticTypedEntityIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/ExcludeNullStaticTypedEntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/GenericSort.java b/query/src/main/java/jetbrains/exodus/query/GenericSort.java index b97177313..332c705ec 100644 --- a/query/src/main/java/jetbrains/exodus/query/GenericSort.java +++ b/query/src/main/java/jetbrains/exodus/query/GenericSort.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/GetAll.java b/query/src/main/java/jetbrains/exodus/query/GetAll.java index 86d463fa1..643334416 100644 --- a/query/src/main/java/jetbrains/exodus/query/GetAll.java +++ b/query/src/main/java/jetbrains/exodus/query/GetAll.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/GetLinks.java b/query/src/main/java/jetbrains/exodus/query/GetLinks.java index 9ff77ca45..a3f83b87d 100644 --- a/query/src/main/java/jetbrains/exodus/query/GetLinks.java +++ b/query/src/main/java/jetbrains/exodus/query/GetLinks.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterableWithArrayList.java b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterableWithArrayList.java index 0e817b208..99c538ba3 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterableWithArrayList.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterableWithArrayList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortOnInitIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortOnInitIterable.java index f4b0a488f..712ada626 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortOnInitIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortOnInitIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortIterable.java index d2fcc8487..0606dfeb4 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortOnInitIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortOnInitIterable.java index 15911564a..207db318b 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortOnInitIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortOnInitIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortTwoSidesIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortTwoSidesIterable.java index 9a5325db2..88e2cd4f3 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortTwoSidesIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortTwoSidesIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryTimSortIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryTimSortIterable.java index 7f7919633..5827580cd 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryTimSortIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryTimSortIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/LinkEqual.java b/query/src/main/java/jetbrains/exodus/query/LinkEqual.java index 58c250943..9fd552f7f 100644 --- a/query/src/main/java/jetbrains/exodus/query/LinkEqual.java +++ b/query/src/main/java/jetbrains/exodus/query/LinkEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/LinkEqualToLinkNotNull.java b/query/src/main/java/jetbrains/exodus/query/LinkEqualToLinkNotNull.java index 4a3547b04..e2a107c54 100644 --- a/query/src/main/java/jetbrains/exodus/query/LinkEqualToLinkNotNull.java +++ b/query/src/main/java/jetbrains/exodus/query/LinkEqualToLinkNotNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/LinkNotNull.java b/query/src/main/java/jetbrains/exodus/query/LinkNotNull.java index d21a85f57..f0f2fa507 100644 --- a/query/src/main/java/jetbrains/exodus/query/LinkNotNull.java +++ b/query/src/main/java/jetbrains/exodus/query/LinkNotNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/MergePropertyRanges.java b/query/src/main/java/jetbrains/exodus/query/MergePropertyRanges.java index 54182cf2e..c1b690eb6 100644 --- a/query/src/main/java/jetbrains/exodus/query/MergePropertyRanges.java +++ b/query/src/main/java/jetbrains/exodus/query/MergePropertyRanges.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/MetaDataAwareUniqueKeyIndicesEngine.java b/query/src/main/java/jetbrains/exodus/query/MetaDataAwareUniqueKeyIndicesEngine.java index df2afea2e..b45f2afe7 100644 --- a/query/src/main/java/jetbrains/exodus/query/MetaDataAwareUniqueKeyIndicesEngine.java +++ b/query/src/main/java/jetbrains/exodus/query/MetaDataAwareUniqueKeyIndicesEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Minus.java b/query/src/main/java/jetbrains/exodus/query/Minus.java index a26d73fa5..56f75106e 100644 --- a/query/src/main/java/jetbrains/exodus/query/Minus.java +++ b/query/src/main/java/jetbrains/exodus/query/Minus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/NodeBase.java b/query/src/main/java/jetbrains/exodus/query/NodeBase.java index d41a45654..086bd72b0 100644 --- a/query/src/main/java/jetbrains/exodus/query/NodeBase.java +++ b/query/src/main/java/jetbrains/exodus/query/NodeBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/NodeFactory.java b/query/src/main/java/jetbrains/exodus/query/NodeFactory.java index efb73e554..f2776054a 100644 --- a/query/src/main/java/jetbrains/exodus/query/NodeFactory.java +++ b/query/src/main/java/jetbrains/exodus/query/NodeFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/OptimizationPlan.java b/query/src/main/java/jetbrains/exodus/query/OptimizationPlan.java index 7680bcbd1..82e5df780 100644 --- a/query/src/main/java/jetbrains/exodus/query/OptimizationPlan.java +++ b/query/src/main/java/jetbrains/exodus/query/OptimizationPlan.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/OptimizationRule.java b/query/src/main/java/jetbrains/exodus/query/OptimizationRule.java index d9aeac1d3..e163abdd6 100644 --- a/query/src/main/java/jetbrains/exodus/query/OptimizationRule.java +++ b/query/src/main/java/jetbrains/exodus/query/OptimizationRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/OptimizedTreesCache.java b/query/src/main/java/jetbrains/exodus/query/OptimizedTreesCache.java index 73d752d88..a9c55bdb4 100644 --- a/query/src/main/java/jetbrains/exodus/query/OptimizedTreesCache.java +++ b/query/src/main/java/jetbrains/exodus/query/OptimizedTreesCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyContains.java b/query/src/main/java/jetbrains/exodus/query/PropertyContains.java index 535bc36d9..a05d119b0 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyContains.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyContains.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyEqual.java b/query/src/main/java/jetbrains/exodus/query/PropertyEqual.java index da0e7c1ce..c200681b4 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyEqual.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyEqualToPropertyNoNull.java b/query/src/main/java/jetbrains/exodus/query/PropertyEqualToPropertyNoNull.java index ed9257a8a..43d3b6850 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyEqualToPropertyNoNull.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyEqualToPropertyNoNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyNotNull.java b/query/src/main/java/jetbrains/exodus/query/PropertyNotNull.java index 8f6a2ebb0..adeb5cdaa 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyNotNull.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyNotNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyRange.java b/query/src/main/java/jetbrains/exodus/query/PropertyRange.java index b646bbd4e..a87af7c8d 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyRange.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyStartsWith.java b/query/src/main/java/jetbrains/exodus/query/PropertyStartsWith.java index 4804bd914..964fe481e 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyStartsWith.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyStartsWith.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Root.java b/query/src/main/java/jetbrains/exodus/query/Root.java index ab34ad8c2..2daf42836 100644 --- a/query/src/main/java/jetbrains/exodus/query/Root.java +++ b/query/src/main/java/jetbrains/exodus/query/Root.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Sort.java b/query/src/main/java/jetbrains/exodus/query/Sort.java index c18dc8cf0..62cd2b51b 100644 --- a/query/src/main/java/jetbrains/exodus/query/Sort.java +++ b/query/src/main/java/jetbrains/exodus/query/Sort.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/SortByLinkProperty.java b/query/src/main/java/jetbrains/exodus/query/SortByLinkProperty.java index f733bc1b3..df67f03c8 100644 --- a/query/src/main/java/jetbrains/exodus/query/SortByLinkProperty.java +++ b/query/src/main/java/jetbrains/exodus/query/SortByLinkProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/SortByProperty.java b/query/src/main/java/jetbrains/exodus/query/SortByProperty.java index 6a1c6e26b..9bfc1f9f4 100644 --- a/query/src/main/java/jetbrains/exodus/query/SortByProperty.java +++ b/query/src/main/java/jetbrains/exodus/query/SortByProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Sorts.java b/query/src/main/java/jetbrains/exodus/query/Sorts.java index 16c54c992..2f7e472d6 100644 --- a/query/src/main/java/jetbrains/exodus/query/Sorts.java +++ b/query/src/main/java/jetbrains/exodus/query/Sorts.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/StaticTypedEntityIterable.java b/query/src/main/java/jetbrains/exodus/query/StaticTypedEntityIterable.java index 5199cd31a..294d4c871 100644 --- a/query/src/main/java/jetbrains/exodus/query/StaticTypedEntityIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/StaticTypedEntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/StaticTypedIterableDecorator.java b/query/src/main/java/jetbrains/exodus/query/StaticTypedIterableDecorator.java index 66fc8f412..21a691e49 100644 --- a/query/src/main/java/jetbrains/exodus/query/StaticTypedIterableDecorator.java +++ b/query/src/main/java/jetbrains/exodus/query/StaticTypedIterableDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/TreeKeepingEntityIterable.java b/query/src/main/java/jetbrains/exodus/query/TreeKeepingEntityIterable.java index 09fcd5bb5..75b68ae90 100644 --- a/query/src/main/java/jetbrains/exodus/query/TreeKeepingEntityIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/TreeKeepingEntityIterable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/UnaryNode.java b/query/src/main/java/jetbrains/exodus/query/UnaryNode.java index 36387b9d7..e809bccd4 100644 --- a/query/src/main/java/jetbrains/exodus/query/UnaryNode.java +++ b/query/src/main/java/jetbrains/exodus/query/UnaryNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/UnaryNot.java b/query/src/main/java/jetbrains/exodus/query/UnaryNot.java index cf97cfc22..334582647 100644 --- a/query/src/main/java/jetbrains/exodus/query/UnaryNot.java +++ b/query/src/main/java/jetbrains/exodus/query/UnaryNot.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/UniqueKeyIndicesEngine.java b/query/src/main/java/jetbrains/exodus/query/UniqueKeyIndicesEngine.java index 1acc672b7..3eb51d513 100644 --- a/query/src/main/java/jetbrains/exodus/query/UniqueKeyIndicesEngine.java +++ b/query/src/main/java/jetbrains/exodus/query/UniqueKeyIndicesEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Wildcard.java b/query/src/main/java/jetbrains/exodus/query/Wildcard.java index 89aa41293..2c3365dca 100644 --- a/query/src/main/java/jetbrains/exodus/query/Wildcard.java +++ b/query/src/main/java/jetbrains/exodus/query/Wildcard.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndCardinality.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndCardinality.java index c6717e74c..097e183e3 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndCardinality.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndCardinality.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaData.java index 05ce48dd6..ea775dfd3 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaDataImpl.java index 6f4fc820e..fc2d9e4fb 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndType.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndType.java index 34d4bca4e..583b01f74 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndType.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaData.java index 1a6aa401d..184390670 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaDataImpl.java index 4c45899c8..dc65200b8 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationType.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationType.java index ca3a48b2e..42269078e 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationType.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaData.java index fc1615127..35383456c 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaDataImpl.java index 4d9bd86ec..e70295a1f 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/Index.java b/query/src/main/java/jetbrains/exodus/query/metadata/Index.java index 249b6f5fd..badff697b 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/Index.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/Index.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/IndexField.java b/query/src/main/java/jetbrains/exodus/query/metadata/IndexField.java index 850f4b784..455f79aff 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/IndexField.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/IndexField.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/IndexFieldImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/IndexFieldImpl.java index f262449f3..d9e3a8cae 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/IndexFieldImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/IndexFieldImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/IndexImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/IndexImpl.java index 8214dfd5e..4815d099e 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/IndexImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/IndexImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/MemberMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/MemberMetaData.java index bec63da0d..c754e141e 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/MemberMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/MemberMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/MetaBuilder.java b/query/src/main/java/jetbrains/exodus/query/metadata/MetaBuilder.java index 804188636..589ea6b27 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/MetaBuilder.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/MetaBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaData.java index acbcb128e..eb58ecbaa 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaDataImpl.java index d66eb7005..4607d5163 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaData.java index 1da9cc041..218f41806 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaDataImpl.java index 87c10560c..0b40ebd2f 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyType.java b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyType.java index 6c213e80d..bed3d8839 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyType.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/SimplePropertyMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/SimplePropertyMetaDataImpl.java index 51c111775..db68195b1 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/SimplePropertyMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/SimplePropertyMetaDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/BinaryOperator.kt b/query/src/main/kotlin/jetbrains/exodus/query/BinaryOperator.kt index fa7cc8954..482121399 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/BinaryOperator.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/BinaryOperator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/BoundedPriorityQueue.kt b/query/src/main/kotlin/jetbrains/exodus/query/BoundedPriorityQueue.kt index 0b3ca1bce..b1a3b21de 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/BoundedPriorityQueue.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/BoundedPriorityQueue.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryBoundedHeapSortIterable.kt b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryBoundedHeapSortIterable.kt index 945a56900..49a7bc6d6 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryBoundedHeapSortIterable.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryBoundedHeapSortIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryHeapSortIterable.kt b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryHeapSortIterable.kt index 1ff994b72..448e572a0 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryHeapSortIterable.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryHeapSortIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryHeapSortIterableWithValueGetter.kt b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryHeapSortIterableWithValueGetter.kt index e8471cf20..591d9a056 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryHeapSortIterableWithValueGetter.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryHeapSortIterableWithValueGetter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryKeapSortIterable.kt b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryKeapSortIterable.kt index 565e89062..bde2079fa 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryKeapSortIterable.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryKeapSortIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryMergeSortIterable.kt b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryMergeSortIterable.kt index adb609b34..d927d3bd8 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryMergeSortIterable.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryMergeSortIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryMergeSortIterableWithValueGetter.kt b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryMergeSortIterableWithValueGetter.kt index ed5c1bc4f..ffc663bfe 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryMergeSortIterableWithValueGetter.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryMergeSortIterableWithValueGetter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryQueueSortIterable.kt b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryQueueSortIterable.kt index f01d012a1..3828ffccf 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryQueueSortIterable.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryQueueSortIterable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryQueueSortIterableMixin.kt b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryQueueSortIterableMixin.kt index e06065484..154a31755 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/InMemoryQueueSortIterableMixin.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/InMemoryQueueSortIterableMixin.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/IterableDecorator.kt b/query/src/main/kotlin/jetbrains/exodus/query/IterableDecorator.kt index 24dfebe96..b7592ac72 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/IterableDecorator.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/IterableDecorator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/LinksEqualDecorator.kt b/query/src/main/kotlin/jetbrains/exodus/query/LinksEqualDecorator.kt index 073309bdd..9bde86569 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/LinksEqualDecorator.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/LinksEqualDecorator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/Or.kt b/query/src/main/kotlin/jetbrains/exodus/query/Or.kt index cf8ea79f5..750499cb3 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/Or.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/Or.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/PriorityMap.kt b/query/src/main/kotlin/jetbrains/exodus/query/PriorityMap.kt index 8915d64ce..aa1be1688 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/PriorityMap.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/PriorityMap.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/QueryEngine.kt b/query/src/main/kotlin/jetbrains/exodus/query/QueryEngine.kt index 23df92939..f11cf29fc 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/QueryEngine.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/QueryEngine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/SortEngine.kt b/query/src/main/kotlin/jetbrains/exodus/query/SortEngine.kt index 1f67eb76e..21fe4fb40 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/SortEngine.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/SortEngine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/kotlin/jetbrains/exodus/query/Utils.kt b/query/src/main/kotlin/jetbrains/exodus/query/Utils.kt index e041c6b6c..fbe014a45 100644 --- a/query/src/main/kotlin/jetbrains/exodus/query/Utils.kt +++ b/query/src/main/kotlin/jetbrains/exodus/query/Utils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/java/jetbrains/exodus/query/QueryTreeTest.java b/query/src/test/java/jetbrains/exodus/query/QueryTreeTest.java index 70ca0426e..2f9dbba6e 100644 --- a/query/src/test/java/jetbrains/exodus/query/QueryTreeTest.java +++ b/query/src/test/java/jetbrains/exodus/query/QueryTreeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/java/jetbrains/exodus/query/QueryUtil.java b/query/src/test/java/jetbrains/exodus/query/QueryUtil.java index fdae5d977..478d1232a 100644 --- a/query/src/test/java/jetbrains/exodus/query/QueryUtil.java +++ b/query/src/test/java/jetbrains/exodus/query/QueryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/java/jetbrains/exodus/query/UniqueKeyIndicesTest.java b/query/src/test/java/jetbrains/exodus/query/UniqueKeyIndicesTest.java index 999d9fb9a..91b708fcf 100644 --- a/query/src/test/java/jetbrains/exodus/query/UniqueKeyIndicesTest.java +++ b/query/src/test/java/jetbrains/exodus/query/UniqueKeyIndicesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/java/jetbrains/exodus/query/metadata/ModelMetaDataTests.java b/query/src/test/java/jetbrains/exodus/query/metadata/ModelMetaDataTests.java index e8a8d162d..15b9e96ff 100644 --- a/query/src/test/java/jetbrains/exodus/query/metadata/ModelMetaDataTests.java +++ b/query/src/test/java/jetbrains/exodus/query/metadata/ModelMetaDataTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/kotlin/jetbrains/exodus/query/InMemorySortTest.kt b/query/src/test/kotlin/jetbrains/exodus/query/InMemorySortTest.kt index 58653941d..a365abc28 100644 --- a/query/src/test/kotlin/jetbrains/exodus/query/InMemorySortTest.kt +++ b/query/src/test/kotlin/jetbrains/exodus/query/InMemorySortTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/src/main/java/jetbrains/exodus/entitystore/PersistentStoreExample.java b/samples/src/main/java/jetbrains/exodus/entitystore/PersistentStoreExample.java index f8cd12947..ee4ce4f75 100644 --- a/samples/src/main/java/jetbrains/exodus/entitystore/PersistentStoreExample.java +++ b/samples/src/main/java/jetbrains/exodus/entitystore/PersistentStoreExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/src/main/java/jetbrains/exodus/env/EnvironmentReadWriteExample.java b/samples/src/main/java/jetbrains/exodus/env/EnvironmentReadWriteExample.java index 4b9edc86d..ca8522276 100644 --- a/samples/src/main/java/jetbrains/exodus/env/EnvironmentReadWriteExample.java +++ b/samples/src/main/java/jetbrains/exodus/env/EnvironmentReadWriteExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/src/main/java/jetbrains/exodus/env/Users.java b/samples/src/main/java/jetbrains/exodus/env/Users.java index c1420cb69..15dbb7ad3 100644 --- a/samples/src/main/java/jetbrains/exodus/env/Users.java +++ b/samples/src/main/java/jetbrains/exodus/env/Users.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/settings.gradle.kts b/settings.gradle.kts index 96e09b903..23ec305c4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,6 @@ pluginManagement { plugins { - id("org.jetbrains.kotlin.jvm") version ("1.9.0") + id("org.jetbrains.kotlin.jvm") version ("1.9.21") id("org.jetbrains.dokka") version ("1.8.10") id("com.github.hierynomus.license") version ("0.16.1") id("io.codearte.nexus-staging") version ("0.30.0") @@ -17,7 +17,7 @@ dependencyResolutionManagement { versionCatalogs { create("libs") { version("kotlin-lang", "1.9") - version("kotlin", "1.9.0") + version("kotlin", "1.9.21") version("kotlin-logging", "3.0.5") version("lz4", "1.8.0") diff --git a/tools/src/main/kotlin/jetbrains/exodus/Main.kt b/tools/src/main/kotlin/jetbrains/exodus/Main.kt index 7002c872c..9635395cc 100644 --- a/tools/src/main/kotlin/jetbrains/exodus/Main.kt +++ b/tools/src/main/kotlin/jetbrains/exodus/Main.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/src/main/kotlin/jetbrains/exodus/crypto/Scytale.kt b/tools/src/main/kotlin/jetbrains/exodus/crypto/Scytale.kt index 382446a74..be047bae6 100644 --- a/tools/src/main/kotlin/jetbrains/exodus/crypto/Scytale.kt +++ b/tools/src/main/kotlin/jetbrains/exodus/crypto/Scytale.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/src/main/kotlin/jetbrains/exodus/entityStore/ApplyRefactorings.kt b/tools/src/main/kotlin/jetbrains/exodus/entityStore/ApplyRefactorings.kt index 4104b4143..43b20f5ae 100644 --- a/tools/src/main/kotlin/jetbrains/exodus/entityStore/ApplyRefactorings.kt +++ b/tools/src/main/kotlin/jetbrains/exodus/entityStore/ApplyRefactorings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/src/main/kotlin/jetbrains/exodus/env/CheckSpaceConsumption.kt b/tools/src/main/kotlin/jetbrains/exodus/env/CheckSpaceConsumption.kt index ea53c648a..832f4366a 100644 --- a/tools/src/main/kotlin/jetbrains/exodus/env/CheckSpaceConsumption.kt +++ b/tools/src/main/kotlin/jetbrains/exodus/env/CheckSpaceConsumption.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt b/tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt index d3ee85dae..085c0b23f 100644 --- a/tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt +++ b/tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/src/main/kotlin/jetbrains/exodus/parallelbackup/ParallelBackup.kt b/tools/src/main/kotlin/jetbrains/exodus/parallelbackup/ParallelBackup.kt index bb89fae4a..ea00a8ead 100644 --- a/tools/src/main/kotlin/jetbrains/exodus/parallelbackup/ParallelBackup.kt +++ b/tools/src/main/kotlin/jetbrains/exodus/parallelbackup/ParallelBackup.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/crypto/MessageDigestUtil.java b/utils/src/main/java/jetbrains/exodus/core/crypto/MessageDigestUtil.java index dd5b98fda..ae5b0223e 100644 --- a/utils/src/main/java/jetbrains/exodus/core/crypto/MessageDigestUtil.java +++ b/utils/src/main/java/jetbrains/exodus/core/crypto/MessageDigestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/CacheHitRateable.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/CacheHitRateable.java index cf8dd67e1..fc34525aa 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/CacheHitRateable.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/CacheHitRateable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentObjectCache.java index 0d9acf834..2a9e4bf10 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueue.java index 8ebabe50c..6fa9b0812 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/FakeObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/FakeObjectCache.java index 743717daf..41210273b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/FakeObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/FakeObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/IntArrayList.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/IntArrayList.java index d461178b1..95e5a4b5f 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/IntArrayList.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/IntArrayList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongArrayList.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongArrayList.java index 7ac0021df..407b342a2 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongArrayList.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongArrayList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongIntPair.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongIntPair.java index 0ca274f35..644a1fd8e 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongIntPair.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongIntPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectBifFunction.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectBifFunction.java index ea7b29e1b..c8c8739df 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectBifFunction.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectBifFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCache.java index 32319ed53..6cd96f71b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/NanoSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/NanoSet.java index 1219bd587..ce63bbc36 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/NanoSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/NanoSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCache.java index eba712387..c5d1edbdf 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheBase.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheBase.java index f14ce1abb..204573b1a 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheBase.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheDecorator.java index 11d127733..9dcbe261a 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Pair.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Pair.java index 9ff9a7a1d..6cbd40552 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Pair.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Pair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Priority.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Priority.java index 9b92ff946..c90f57243 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Priority.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Priority.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/PriorityQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/PriorityQueue.java index 30646a8bd..618ee7f06 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/PriorityQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/PriorityQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentLongObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentLongObjectCache.java index f1e26c95e..9363f3b4e 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentLongObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentLongObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentObjectCache.java index fec000d96..ef1f8088f 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCache.java index 41b3fde0e..4130ddf36 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCacheBase.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCacheBase.java index 190b05eb0..a175deb46 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCacheBase.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCacheBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCache.java index f7c2082a2..fe0da2b70 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCacheBase.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCacheBase.java index c8573bad1..7d2655254 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCacheBase.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCacheBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/StablePriorityQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/StablePriorityQueue.java index f43c5f935..f4c3d30d2 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/StablePriorityQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/StablePriorityQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Stack.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Stack.java index 9cfaa4413..b6cf44230 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Stack.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Stack.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Triple.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Triple.java index 1757ec2d0..130cde2ed 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Triple.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Triple.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashMapDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashMapDecorator.java index 1e7509124..0ba4e2970 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashMapDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashMapDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashSetDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashSetDecorator.java index 21518f825..bd158d471 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashSetDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashSetDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/LinkedHashSetDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/LinkedHashSetDecorator.java index 6b867776f..bd98b6039 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/LinkedHashSetDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/LinkedHashSetDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/QueueDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/QueueDecorator.java index 3cf70c56d..16ee6ede5 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/QueueDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/QueueDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/AbstractHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/AbstractHashMap.java index 970484e2c..a321039a6 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/AbstractHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/AbstractHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashMap.java index 410056805..3dc6ae235 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashSet.java index bd8461c7f..aa6258cf2 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashUtil.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashUtil.java index b13db990f..5c9ce80e1 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashUtil.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashMap.java index cf315f3dd..48905524e 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashSet.java index 6233c1001..fce8d92db 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMap.java index 8af3f3c8a..31c579464 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMap.java index 62eb52c7a..a597a549b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSet.java index 11582f756..bacd622db 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashSet.java index d6ff26aa5..b69706a56 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongIterator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongIterator.java index 4384cd3fe..a4fc87133 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongIterator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMap.java index 11e1bcac4..c9dca6faf 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSet.java index 9fb0ee05f..38aa2179c 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongSet.java index 34e02c4e2..2cf736b4d 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedure.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedure.java index d650c0764..74070148e 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedure.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedure.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedureThrows.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedureThrows.java index c2451a82e..476e45fcd 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedureThrows.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedureThrows.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/PairProcedure.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/PairProcedure.java index ade6a46f1..e4c491869 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/PairProcedure.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/PairProcedure.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistent23Tree.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistent23Tree.java index 460786d4c..51e331ec5 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistent23Tree.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistent23Tree.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistentHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistentHashSet.java index 0c12ee639..882f11ead 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistentHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistentHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/EvictListener.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/EvictListener.java index 65bb66c24..99add5016 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/EvictListener.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/EvictListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Flag.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Flag.java index effc09e99..2355b32fe 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Flag.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Flag.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/LongComparable.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/LongComparable.java index 22f89eb15..73cecbb82 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/LongComparable.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/LongComparable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/LongMapEntry.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/LongMapEntry.java index 75cd1978a..c07d20506 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/LongMapEntry.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/LongMapEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23Tree.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23Tree.java index 315da13d8..7ca832862 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23Tree.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23Tree.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMap.java index c0b77b9de..a238f1afe 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongMap.java index 01e110ba1..6a1938fd0 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMap.java index 9315f55c3..83ac0613d 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSet.java index 636751186..743137f2a 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMap.java index 0e9965c51..1079953bd 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMap.java index 75753fcbf..c3e903b34 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeSet.java index 209570b89..a2dc5e737 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongMap.java index b5b8fda26..bef7d1c46 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongSet.java index 7e56da9d2..ea9d3e681 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCache.java index 9631a4a1a..27532bdde 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueue.java index 18373b05b..b953d739a 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStack.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStack.java index 581916eaf..ae859225e 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStack.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStack.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/RootHolder.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/RootHolder.java index fe1bc9718..2ac576000 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/RootHolder.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/RootHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/DecoratorJob.java b/utils/src/main/java/jetbrains/exodus/core/execution/DecoratorJob.java index be2c63350..0e28ecb9d 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/DecoratorJob.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/DecoratorJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/DefaultExceptionHandler.java b/utils/src/main/java/jetbrains/exodus/core/execution/DefaultExceptionHandler.java index 23e70bae2..3738f66e7 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/DefaultExceptionHandler.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/DefaultExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/DelegatingJobProcessor.java b/utils/src/main/java/jetbrains/exodus/core/execution/DelegatingJobProcessor.java index b591a5dfa..e0c12a199 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/DelegatingJobProcessor.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/DelegatingJobProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/Job.java b/utils/src/main/java/jetbrains/exodus/core/execution/Job.java index 7471de6f1..d24a2f744 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/Job.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/Job.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessor.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessor.java index ac2a17990..75f7df424 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessor.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorAdapter.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorAdapter.java index 687158d48..f58d43778 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorAdapter.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorExceptionHandler.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorExceptionHandler.java index 22a4fe706..ffeb3805d 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorExceptionHandler.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorQueueAdapter.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorQueueAdapter.java index 88614b871..ad43d8bae 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorQueueAdapter.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorQueueAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/LatchJob.java b/utils/src/main/java/jetbrains/exodus/core/execution/LatchJob.java index e4b56ddef..8b47494b0 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/LatchJob.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/LatchJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessor.java b/utils/src/main/java/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessor.java index e1b80d76b..f5dea0f86 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessor.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/RunnableJob.java b/utils/src/main/java/jetbrains/exodus/core/execution/RunnableJob.java index 45ea0041d..de4b66fa2 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/RunnableJob.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/RunnableJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessor.java b/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessor.java index 562acb234..ee7dd82a8 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessor.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessorPool.java b/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessorPool.java index 007923744..4ddf4dba5 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessorPool.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessorPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/CriticalSection.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/CriticalSection.java index 319b78b83..e94a80cb8 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/CriticalSection.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/CriticalSection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/DebugLatch.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/DebugLatch.java index 6e78036c5..a2cfbb3cb 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/DebugLatch.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/DebugLatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Guard.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Guard.java index 4f58afc4f..d8181da6f 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Guard.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Guard.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Latch.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Latch.java index 5cc73c625..8530274e2 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Latch.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Latch.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/ReleaseLatch.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/ReleaseLatch.java index cb497af8a..6ebfd4b98 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/ReleaseLatch.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/ReleaseLatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Semaphore.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Semaphore.java index 31ae48597..586d13ec5 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Semaphore.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Semaphore.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/management/MBeanBase.java b/utils/src/main/java/jetbrains/exodus/management/MBeanBase.java index 8a47faed7..af10bc5fe 100644 --- a/utils/src/main/java/jetbrains/exodus/management/MBeanBase.java +++ b/utils/src/main/java/jetbrains/exodus/management/MBeanBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/ByteArraySizedInputStream.java b/utils/src/main/java/jetbrains/exodus/util/ByteArraySizedInputStream.java index 29084ee79..f4c42e765 100644 --- a/utils/src/main/java/jetbrains/exodus/util/ByteArraySizedInputStream.java +++ b/utils/src/main/java/jetbrains/exodus/util/ByteArraySizedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/ByteArraySpinAllocator.java b/utils/src/main/java/jetbrains/exodus/util/ByteArraySpinAllocator.java index 17204df77..2b25d4dff 100644 --- a/utils/src/main/java/jetbrains/exodus/util/ByteArraySpinAllocator.java +++ b/utils/src/main/java/jetbrains/exodus/util/ByteArraySpinAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/ByteUtil.java b/utils/src/main/java/jetbrains/exodus/util/ByteUtil.java index ff2f83765..7fe2df94a 100644 --- a/utils/src/main/java/jetbrains/exodus/util/ByteUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/ByteUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/DeferredIO.java b/utils/src/main/java/jetbrains/exodus/util/DeferredIO.java index 59bef87ac..6c1bb8dbd 100644 --- a/utils/src/main/java/jetbrains/exodus/util/DeferredIO.java +++ b/utils/src/main/java/jetbrains/exodus/util/DeferredIO.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/HexUtil.java b/utils/src/main/java/jetbrains/exodus/util/HexUtil.java index 1fedcd76a..d68117497 100644 --- a/utils/src/main/java/jetbrains/exodus/util/HexUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/HexUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/LightByteArrayOutputStream.java b/utils/src/main/java/jetbrains/exodus/util/LightByteArrayOutputStream.java index 2b129cacf..fbd1ab526 100644 --- a/utils/src/main/java/jetbrains/exodus/util/LightByteArrayOutputStream.java +++ b/utils/src/main/java/jetbrains/exodus/util/LightByteArrayOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/MathUtil.java b/utils/src/main/java/jetbrains/exodus/util/MathUtil.java index d7f493f0e..08d7d6dde 100644 --- a/utils/src/main/java/jetbrains/exodus/util/MathUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/MathUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/Random.java b/utils/src/main/java/jetbrains/exodus/util/Random.java index b4386211e..1c2497608 100644 --- a/utils/src/main/java/jetbrains/exodus/util/Random.java +++ b/utils/src/main/java/jetbrains/exodus/util/Random.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/SharedRandomAccessFile.java b/utils/src/main/java/jetbrains/exodus/util/SharedRandomAccessFile.java index 7de43f60e..e1cb2ea78 100644 --- a/utils/src/main/java/jetbrains/exodus/util/SharedRandomAccessFile.java +++ b/utils/src/main/java/jetbrains/exodus/util/SharedRandomAccessFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/SpinAllocator.java b/utils/src/main/java/jetbrains/exodus/util/SpinAllocator.java index b4dd855c1..11ecca650 100644 --- a/utils/src/main/java/jetbrains/exodus/util/SpinAllocator.java +++ b/utils/src/main/java/jetbrains/exodus/util/SpinAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/StringBuilderSpinAllocator.java b/utils/src/main/java/jetbrains/exodus/util/StringBuilderSpinAllocator.java index b0854bb3d..b6ae3a4e3 100644 --- a/utils/src/main/java/jetbrains/exodus/util/StringBuilderSpinAllocator.java +++ b/utils/src/main/java/jetbrains/exodus/util/StringBuilderSpinAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/StringHashMap.java b/utils/src/main/java/jetbrains/exodus/util/StringHashMap.java index 5d8b6c130..b5253750b 100644 --- a/utils/src/main/java/jetbrains/exodus/util/StringHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/util/StringHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/UTFUtil.java b/utils/src/main/java/jetbrains/exodus/util/UTFUtil.java index 3d7fad211..bfc204478 100644 --- a/utils/src/main/java/jetbrains/exodus/util/UTFUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/UTFUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/ConcurrentIntObjectCache.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/ConcurrentIntObjectCache.kt index 2f33ddcfa..e19de4ee9 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/ConcurrentIntObjectCache.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/ConcurrentIntObjectCache.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/ConcurrentLongObjectCache.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/ConcurrentLongObjectCache.kt index fa92b60b8..639d0eb14 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/ConcurrentLongObjectCache.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/ConcurrentLongObjectCache.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/IntObjectCacheBase.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/IntObjectCacheBase.kt index 19aa707ce..8d227a557 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/IntObjectCacheBase.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/IntObjectCacheBase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/LongObjectCacheBase.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/LongObjectCacheBase.kt index 4ba2bb066..efee06c16 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/LongObjectCacheBase.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/LongObjectCacheBase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/NonAdjustableCaches.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/NonAdjustableCaches.kt index 5e01449c0..ba86ee7b0 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/NonAdjustableCaches.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/NonAdjustableCaches.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/LongHashMap.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/LongHashMap.kt index 3f171f330..8994219f5 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/LongHashMap.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/LongHashMap.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/LongLongHashMap.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/LongLongHashMap.kt index 9052d6dde..c87c3fd5e 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/LongLongHashMap.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/LongLongHashMap.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/PackedLongHashSet.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/PackedLongHashSet.kt index aaec18b50..1a1ea0e93 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/PackedLongHashSet.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/hash/PackedLongHashSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/LongIterators.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/LongIterators.kt index 3ccdcca40..a353e0f22 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/LongIterators.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/LongIterators.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongSet.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongSet.kt index 0174b3ff6..a495facee 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongSet.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentEx.kt b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentEx.kt index 2ef0a5126..b390b95d3 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentEx.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentEx.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/execution/IterableJob.kt b/utils/src/main/kotlin/jetbrains/exodus/core/execution/IterableJob.kt index f9665ba0f..97cbda1fe 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/execution/IterableJob.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/execution/IterableJob.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/execution/JobHandler.kt b/utils/src/main/kotlin/jetbrains/exodus/core/execution/JobHandler.kt index e634e1d60..b7e697d45 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/execution/JobHandler.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/execution/JobHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/core/execution/SharedTimer.kt b/utils/src/main/kotlin/jetbrains/exodus/core/execution/SharedTimer.kt index 254315d17..315e7496f 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/core/execution/SharedTimer.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/core/execution/SharedTimer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/kotlin/Kodus.kt b/utils/src/main/kotlin/jetbrains/exodus/kotlin/Kodus.kt index d03ec126e..ddcd3e5b1 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/kotlin/Kodus.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/kotlin/Kodus.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/runtime/OOMGuard.kt b/utils/src/main/kotlin/jetbrains/exodus/runtime/OOMGuard.kt index 6b5aef17e..4df899e71 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/runtime/OOMGuard.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/runtime/OOMGuard.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/system/JVMConstants.kt b/utils/src/main/kotlin/jetbrains/exodus/system/JVMConstants.kt index 20312ee8f..389e522d2 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/system/JVMConstants.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/system/JVMConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/system/OperatingSystem.kt b/utils/src/main/kotlin/jetbrains/exodus/system/OperatingSystem.kt index 83cfcef13..88921149c 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/system/OperatingSystem.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/system/OperatingSystem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/util/IOUtil.kt b/utils/src/main/kotlin/jetbrains/exodus/util/IOUtil.kt index ee5695961..a7ab24de4 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/util/IOUtil.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/util/IOUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/util/IdGenerator.kt b/utils/src/main/kotlin/jetbrains/exodus/util/IdGenerator.kt index f1daa50f0..642f79008 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/util/IdGenerator.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/util/IdGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/util/SafeByteBufferCleaner.kt b/utils/src/main/kotlin/jetbrains/exodus/util/SafeByteBufferCleaner.kt index 5609154a0..9f1989362 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/util/SafeByteBufferCleaner.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/util/SafeByteBufferCleaner.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/util/StringInterner.kt b/utils/src/main/kotlin/jetbrains/exodus/util/StringInterner.kt index 28f020630..b67d7b194 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/util/StringInterner.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/util/StringInterner.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/util/SystemProperty.kt b/utils/src/main/kotlin/jetbrains/exodus/util/SystemProperty.kt index 640b7b360..cd737cf1a 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/util/SystemProperty.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/util/SystemProperty.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/kotlin/jetbrains/exodus/util/UnsafeHolder.kt b/utils/src/main/kotlin/jetbrains/exodus/util/UnsafeHolder.kt index c1ae1a817..180684fcd 100644 --- a/utils/src/main/kotlin/jetbrains/exodus/util/UnsafeHolder.kt +++ b/utils/src/main/kotlin/jetbrains/exodus/util/UnsafeHolder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/StringInternerTest.java b/utils/src/test/java/jetbrains/exodus/StringInternerTest.java index f1477c3c6..bcf6975bc 100644 --- a/utils/src/test/java/jetbrains/exodus/StringInternerTest.java +++ b/utils/src/test/java/jetbrains/exodus/StringInternerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/TestFor.java b/utils/src/test/java/jetbrains/exodus/TestFor.java index 5f58c4044..f5f528f9b 100644 --- a/utils/src/test/java/jetbrains/exodus/TestFor.java +++ b/utils/src/test/java/jetbrains/exodus/TestFor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/TestUtil.java b/utils/src/test/java/jetbrains/exodus/TestUtil.java index 90ec60062..e1d660fe6 100644 --- a/utils/src/test/java/jetbrains/exodus/TestUtil.java +++ b/utils/src/test/java/jetbrains/exodus/TestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/crypto/MessageDigestTest.java b/utils/src/test/java/jetbrains/exodus/core/crypto/MessageDigestTest.java index afa7cc4d9..1ceea58a8 100644 --- a/utils/src/test/java/jetbrains/exodus/core/crypto/MessageDigestTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/crypto/MessageDigestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueueTest.java index 5e362cc22..d14cfb528 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueueTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/LongObjectCacheTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/LongObjectCacheTest.java index 883521885..15dcef2df 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/LongObjectCacheTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/LongObjectCacheTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/ObjectCacheTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/ObjectCacheTest.java index 557dd0202..2c3db8128 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/ObjectCacheTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/ObjectCacheTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/PriorityQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/PriorityQueueTest.java index 4ce9bc067..26ad5f1e4 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/PriorityQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/PriorityQueueTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/StablePriorityQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/StablePriorityQueueTest.java index 45e131936..5ff4754cc 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/StablePriorityQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/StablePriorityQueueTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashMapTest.java index dda9125fc..b8cd235ac 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashSetTest.java index da901e7c4..f8ff22300 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashMapTest.java index 104b71691..7556813c0 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashSetTest.java index f9502fc1d..a3e6dc36c 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMapTest.java index 8cc5ed235..d99afcc84 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMapTest.java index 4136d6085..2daccee37 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSetTest.java index afd708834..a0e92293e 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashMapTest.java index 571c169b3..bb353dd12 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMapTest.java index 88617f374..34833ba5a 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSetTest.java index 1875f48a3..fd4ebf16f 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMapTest.java index 9f3b13870..bb3017c43 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeTest.java index 8e22e02a7..c54b71da9 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongMapTest.java index b8805abcc..31bf3600d 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMapTest.java index 5dc07a357..e0ccd0f6b 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSetTest.java index 72a49a4dd..a9dc48eb9 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMapTest.java index b4312dc30..069e95428 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongMapTest.java index 71b9fa8b1..f25f7a226 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLongMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheTest.java index 8f482707e..7ecc6d6a0 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueueTest.java index 4214de89c..8a6b404d2 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueueTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStackTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStackTest.java index ffd0667d2..2e314d27f 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStackTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStackTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/util/MathTest.java b/utils/src/test/java/jetbrains/exodus/util/MathTest.java index 9a29d0c59..aec73fcca 100644 --- a/utils/src/test/java/jetbrains/exodus/util/MathTest.java +++ b/utils/src/test/java/jetbrains/exodus/util/MathTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/LongHashSetTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/LongHashSetTest.kt index 3f210ea28..323dca8d0 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/LongHashSetTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/LongHashSetTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/LongSetTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/LongSetTest.kt index 4c6d3ef6b..0f041b39a 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/LongSetTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/LongSetTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/PackedLongHashSetTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/PackedLongHashSetTest.kt index abb89af25..bfa3defe3 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/PackedLongHashSetTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/hash/PackedLongHashSetTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongSetTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongSetTest.kt index a58e5899f..a423d48c4 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongSetTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentBitTreeLongSetTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeSetTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeSetTest.kt index d2b841226..1a397a6ea 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeSetTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeSetTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheStressTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheStressTest.kt index f8e8f7147..23cc24b95 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheStressTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheStressTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/execution/JobProcessorTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/execution/JobProcessorTest.kt index 127ede055..b1ca1b6f1 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/execution/JobProcessorTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/execution/JobProcessorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessorTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessorTest.kt index 644ae6954..4d67c8545 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessorTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/core/execution/locks/LatchTest.kt b/utils/src/test/kotlin/jetbrains/exodus/core/execution/locks/LatchTest.kt index 6a7a5ef87..4d6ee0c5b 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/core/execution/locks/LatchTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/core/execution/locks/LatchTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/kotlin/jetbrains/exodus/util/IOUtilTest.kt b/utils/src/test/kotlin/jetbrains/exodus/util/IOUtilTest.kt index 836c10036..b12eccc7b 100644 --- a/utils/src/test/kotlin/jetbrains/exodus/util/IOUtilTest.kt +++ b/utils/src/test/kotlin/jetbrains/exodus/util/IOUtilTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010 - 2023 JetBrains s.r.o. + * Copyright ${inceptionYear} - ${year} ${owner} * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.