From 08a4ef0989c1bffb3d59b4119a804f09905a33cb Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Mon, 5 Feb 2024 11:17:05 +0000 Subject: [PATCH 1/2] Restore copyright from 2020. Signed-off-by: Kenneth J. Shackleton --- AndroidCLI/build.gradle.kts | 2 +- .../src/main/kotlin/com/bloomberg/selekt/cli/CLIActivity.kt | 2 +- AndroidLibBenchmark/build.gradle.kts | 2 +- .../selekt/android/benchmark/SQLiteDatabaseBenchmark.kt | 2 +- .../selekt/android/benchmark/SQLiteDatabaseBlobBenchmark.kt | 2 +- .../selekt/android/benchmark/SQLiteDatabaseCacheBenchmark.kt | 2 +- .../selekt/android/benchmark/SQLiteDatabaseIndexBenchmark.kt | 2 +- .../android/benchmark/SQLiteDatabaseTransactedReadBenchmark.kt | 2 +- COPYRIGHT | 2 +- LICENSE | 2 +- OpenSSL/build.gradle.kts | 2 +- Selektric/CMakeLists.txt | 2 +- Selektric/build.gradle.kts | 2 +- Selektric/native_mocks.cpp | 2 +- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 2 +- buildSrc/settings.gradle.kts | 2 +- buildSrc/src/main/kotlin/JmhPlugin.kt | 2 +- buildSrc/src/main/kotlin/SelektExtensions.kt | 2 +- buildSrc/src/main/kotlin/Versions.kt | 2 +- docs/index.md | 2 +- mkdocs.yml | 2 +- selekt-android-lint/build.gradle.kts | 2 +- .../com/bloomberg/selekt/android/lint/SelektIssueRegistry.kt | 2 +- selekt-android-sqlcipher/build.gradle.kts | 2 +- .../src/debug/kotlin/com/bloomberg/selekt/android/Loader.kt | 2 +- .../src/release/kotlin/com/bloomberg/selekt/android/Loader.kt | 2 +- selekt-android/build.gradle.kts | 2 +- .../kotlin/com/bloomberg/selekt/android/ConflictAlgorithm.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/android/ContentValues.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/android/Cursors.kt | 2 +- .../com/bloomberg/selekt/android/MemoryComponentCallback.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/android/SQLite.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/android/SQLiteDatabase.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseRegistry.kt | 2 +- .../kotlin/com/bloomberg/selekt/android/SQLiteOpenHelper.kt | 2 +- .../com/bloomberg/selekt/android/support/ConflictAlgorithms.kt | 2 +- .../bloomberg/selekt/android/support/SupportSQLiteDatabase.kt | 2 +- .../bloomberg/selekt/android/support/SupportSQLiteOpenHelper.kt | 2 +- .../bloomberg/selekt/android/support/SupportSQLiteProgram.kt | 2 +- .../com/bloomberg/selekt/android/support/SupportSQLiteQuery.kt | 2 +- .../bloomberg/selekt/android/support/SupportSQLiteStatement.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseJavaTest.java | 2 +- .../com/bloomberg/selekt/android/SQLiteOpenHelperJavaTest.java | 2 +- .../com/bloomberg/selekt/android/ConcurrentSQLDatabaseTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/android/ContentValuesKtTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/android/CursorWrapperTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/android/Databases.kt | 2 +- .../com/bloomberg/selekt/android/MemoryComponentCallbackTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLDatabaseMemoryTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLDatabaseSampleInputTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLDatabaseTransactionTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseAttachTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseBatchTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseBlobTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseMemoryTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseRegistryTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseSampleTest.kt | 2 +- .../bloomberg/selekt/android/SQLiteDatabaseTransactionTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteDatabaseWALTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/android/SQLiteJson1Test.kt | 2 +- .../bloomberg/selekt/android/SQLiteOpenHelperCallbackTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/android/SQLiteOpenParamsTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/android/SQLiteTest.kt | 2 +- .../com/bloomberg/selekt/android/SQLiteTransactionTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/android/SelektTest.kt | 2 +- .../selekt/android/support/ConflictAlgorithmsKtTest.kt | 2 +- .../selekt/android/support/SupportSQLiteDatabaseTest.kt | 2 +- .../android/support/SupportSQLiteOpenHelperCallbackTest.kt | 2 +- .../android/support/SupportSQLiteOpenHelperFactoryTest.kt | 2 +- .../selekt/android/support/SupportSQLiteOpenHelperKtTest.kt | 2 +- .../selekt/android/support/SupportSQLiteOpenHelperTest.kt | 2 +- .../selekt/android/support/SupportSQLiteProgramKtTest.kt | 2 +- .../selekt/android/support/SupportSQLiteQueryKtTest.kt | 2 +- .../selekt/android/support/SupportSQLiteStatementKtTest.kt | 2 +- .../android/support/WrappedSQLiteTransactionListenerTest.kt | 2 +- selekt-api/build.gradle.kts | 2 +- .../main/kotlin/com/bloomberg/selekt/DatabaseConfiguration.kt | 2 +- selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLProgram.kt | 2 +- selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLQuery.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/ISQLStatement.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/SQLiteAutoVacuumMode.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLiteJournalMode.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLiteSecureDelete.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLiteThreadingMode.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/SQLiteTraceEventMode.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/SQLiteTransactionMode.kt | 2 +- selekt-api/src/main/kotlin/com/bloomberg/selekt/ZeroBlob.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/annotations/DelicateApi.kt | 2 +- .../kotlin/com/bloomberg/selekt/annotations/Experimental.kt | 2 +- selekt-java/build.gradle.kts | 2 +- .../integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLite.kt | 2 +- .../kotlin/com/bloomberg/selekt/jvm/SQLiteDatabase.kt | 2 +- .../kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseChurnTest.kt | 2 +- .../com/bloomberg/selekt/jvm/SQLiteDatabaseEvictionTest.kt | 2 +- .../bloomberg/selekt/jvm/SQLiteDatabaseLargeTransactionTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseSampleTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseTest.kt | 2 +- .../bloomberg/selekt/jvm/SQLiteDatabaseThunderingHerdTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/jvm/SQLiteException.kt | 2 +- .../kotlin/com/bloomberg/selekt/jvm/SQLiteExceptionTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/jvm/WeightedTask.kt | 2 +- .../kotlin/com/bloomberg/selekt/pools/benchmarks/Concurrent.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/BatchSQLExecutor.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/Caches.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/ColumnType.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/CommonRandom.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/ConflictAlgorithm.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/ContentValues.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/CursorWindow.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/Cursors.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/Databases.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/Key.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/Pointer.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/Pools.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/Queries.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLBlob.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLCheckpointMode.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLConnection.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLDataTypes.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLExecutor.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLOpenOperations.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/SQLPreparedStatement.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLStatement.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/SQLTransactionListener.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLite.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/Sessions.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SharedCloseable.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/Arrays.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/ByteArrays.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/Chars.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/Database.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/Iterables.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/Iteration.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/LinkedDeque.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/LinkedQueue.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/Locks.kt | 2 +- .../kotlin/com/bloomberg/selekt/commons/ManagedStringBuilder.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/commons/NativeResources.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/commons/Strings.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/pools/CommonObjectPool.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Mutex.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/pools/PoolConfiguration.kt | 2 +- selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Pools.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/pools/SingleObjectPool.kt | 2 +- .../main/kotlin/com/bloomberg/selekt/pools/TieredObjectPool.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/ContentValuesTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/ForwardCursorTest.kt | 2 +- selekt-java/src/test/kotlin/com/bloomberg/selekt/KeyTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/LruCacheTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/QueriesKtTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/SQLBlobInputStreamTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/SQLBlobOutputStreamTest.kt | 2 +- selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/SQLConnectionFactoryTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/SQLConnectionTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/SQLDatabaseTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/SQLPreparedStatementTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/SQLQueryTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/SQLStatementKtTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/SimpleCursorWindowTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/SimpleSQLQueryTest.kt | 2 +- selekt-java/src/test/kotlin/com/bloomberg/selekt/TypesTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/WindowedCursorTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/commons/ArraysTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/commons/ByteArraysKtTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/commons/CharsTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/commons/DatabaseKtTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/commons/IterablesTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/commons/IterationKtTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/commons/LinkedDequeTest.kt | 2 +- .../test/kotlin/com/bloomberg/selekt/commons/LinkedQueueTest.kt | 2 +- .../com/bloomberg/selekt/commons/ManagedStringBuilderTest.kt | 2 +- .../com/bloomberg/selekt/commons/NativeResourcesKtTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/commons/StringsTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/pools/CommonObjectPoolTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/pools/MutexTest.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/pools/PooledObject.kt | 2 +- .../src/test/kotlin/com/bloomberg/selekt/pools/PoolsKtTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/pools/SingleObjectPoolTest.kt | 2 +- .../kotlin/com/bloomberg/selekt/pools/TieredObjectPoolTest.kt | 2 +- .../resources/META-INF/proguard/consumer-rules.pro | 2 +- .../src/main/kotlin/com/bloomberg/selekt/ExternalSQLite3.kt | 2 +- .../src/main/kotlin/com/bloomberg/selekt/SQLCodes.kt | 2 +- selekt-sqlite3/CMakeLists.txt | 2 +- selekt-sqlite3/build.gradle.kts | 2 +- selekt-sqlite3/sqlite3/CMakeLists.txt | 2 +- selekt-sqlite3/sqlite3/include/bloomberg/AutoJByteArray.h | 2 +- selekt-sqlite3/sqlite3/include/bloomberg/Throws.h | 2 +- selekt-sqlite3/sqlite3/include/bloomberg/log.h | 2 +- selekt-sqlite3/sqlite3_jni.cpp | 2 +- settings.gradle.kts | 2 +- 194 files changed, 194 insertions(+), 194 deletions(-) diff --git a/AndroidCLI/build.gradle.kts b/AndroidCLI/build.gradle.kts index 0e705de5e7..e02a7b30d0 100644 --- a/AndroidCLI/build.gradle.kts +++ b/AndroidCLI/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AndroidCLI/src/main/kotlin/com/bloomberg/selekt/cli/CLIActivity.kt b/AndroidCLI/src/main/kotlin/com/bloomberg/selekt/cli/CLIActivity.kt index 70d88ca43f..6a5cbe6970 100644 --- a/AndroidCLI/src/main/kotlin/com/bloomberg/selekt/cli/CLIActivity.kt +++ b/AndroidCLI/src/main/kotlin/com/bloomberg/selekt/cli/CLIActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AndroidLibBenchmark/build.gradle.kts b/AndroidLibBenchmark/build.gradle.kts index 035a70b43d..15ac86dd34 100644 --- a/AndroidLibBenchmark/build.gradle.kts +++ b/AndroidLibBenchmark/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseBenchmark.kt b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseBenchmark.kt index afecbb4d75..2f0c5ae059 100644 --- a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseBenchmark.kt +++ b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseBenchmark.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseBlobBenchmark.kt b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseBlobBenchmark.kt index b306a6686f..d809c15652 100644 --- a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseBlobBenchmark.kt +++ b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseBlobBenchmark.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseCacheBenchmark.kt b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseCacheBenchmark.kt index 3b0d3174fc..ef71ee062d 100644 --- a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseCacheBenchmark.kt +++ b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseCacheBenchmark.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseIndexBenchmark.kt b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseIndexBenchmark.kt index b6253159ae..d77e517e11 100644 --- a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseIndexBenchmark.kt +++ b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseIndexBenchmark.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseTransactedReadBenchmark.kt b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseTransactedReadBenchmark.kt index 3bcfd76c28..61c6e0af80 100644 --- a/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseTransactedReadBenchmark.kt +++ b/AndroidLibBenchmark/src/androidTest/kotlin/com/bloomberg/selekt/android/benchmark/SQLiteDatabaseTransactedReadBenchmark.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/COPYRIGHT b/COPYRIGHT index 5ec21d0fd1..afa2f2f1a1 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/LICENSE b/LICENSE index 090ff1feee..160a4fac6b 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022 Bloomberg Finance L.P. + Copyright 2020 Bloomberg Finance L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/OpenSSL/build.gradle.kts b/OpenSSL/build.gradle.kts index 019ff1d62b..97cd7d9b46 100644 --- a/OpenSSL/build.gradle.kts +++ b/OpenSSL/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Selektric/CMakeLists.txt b/Selektric/CMakeLists.txt index 3b09c14a63..1894507f7d 100644 --- a/Selektric/CMakeLists.txt +++ b/Selektric/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Bloomberg Finance L.P. +# Copyright 2020 Bloomberg Finance L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Selektric/build.gradle.kts b/Selektric/build.gradle.kts index a203d1f273..309474ff74 100644 --- a/Selektric/build.gradle.kts +++ b/Selektric/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Selektric/native_mocks.cpp b/Selektric/native_mocks.cpp index 756b09a804..ae9ce899c8 100644 --- a/Selektric/native_mocks.cpp +++ b/Selektric/native_mocks.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed 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 b33660e50e..7923effef3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 73b475e83d..e6873a4482 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts index cbaa7bcc55..8fa633c866 100644 --- a/buildSrc/settings.gradle.kts +++ b/buildSrc/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/JmhPlugin.kt b/buildSrc/src/main/kotlin/JmhPlugin.kt index 7f9de85425..4817d09611 100644 --- a/buildSrc/src/main/kotlin/JmhPlugin.kt +++ b/buildSrc/src/main/kotlin/JmhPlugin.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/SelektExtensions.kt b/buildSrc/src/main/kotlin/SelektExtensions.kt index aa8d7cb67f..b3e77635fe 100644 --- a/buildSrc/src/main/kotlin/SelektExtensions.kt +++ b/buildSrc/src/main/kotlin/SelektExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index c81b57066c..f71ea7ccb0 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/docs/index.md b/docs/index.md index 577e6a82c6..54121da352 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ The Selekt project is used to securely and efficiently store data in the [Bloomb ### Selekt ``` -Copyright Bloomberg Finance L.P. +Copyright 2020 Bloomberg Finance L.P. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/mkdocs.yml b/mkdocs.yml index ea4ca47786..79c03dacf0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ remote_branch: gh-pages edit_uri: "" # Copyright -copyright: Copyright © Bloomberg L.P. +copyright: Copyright © 2020 Bloomberg L.P. # Configuration theme: diff --git a/selekt-android-lint/build.gradle.kts b/selekt-android-lint/build.gradle.kts index c82b5381c3..af64605a90 100644 --- a/selekt-android-lint/build.gradle.kts +++ b/selekt-android-lint/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android-lint/src/main/kotlin/com/bloomberg/selekt/android/lint/SelektIssueRegistry.kt b/selekt-android-lint/src/main/kotlin/com/bloomberg/selekt/android/lint/SelektIssueRegistry.kt index 6ccb7edf8a..70d285066e 100644 --- a/selekt-android-lint/src/main/kotlin/com/bloomberg/selekt/android/lint/SelektIssueRegistry.kt +++ b/selekt-android-lint/src/main/kotlin/com/bloomberg/selekt/android/lint/SelektIssueRegistry.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android-sqlcipher/build.gradle.kts b/selekt-android-sqlcipher/build.gradle.kts index 1724b72bef..ee9f170646 100644 --- a/selekt-android-sqlcipher/build.gradle.kts +++ b/selekt-android-sqlcipher/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android-sqlcipher/src/debug/kotlin/com/bloomberg/selekt/android/Loader.kt b/selekt-android-sqlcipher/src/debug/kotlin/com/bloomberg/selekt/android/Loader.kt index 0cb9abf243..22c784fb16 100644 --- a/selekt-android-sqlcipher/src/debug/kotlin/com/bloomberg/selekt/android/Loader.kt +++ b/selekt-android-sqlcipher/src/debug/kotlin/com/bloomberg/selekt/android/Loader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android-sqlcipher/src/release/kotlin/com/bloomberg/selekt/android/Loader.kt b/selekt-android-sqlcipher/src/release/kotlin/com/bloomberg/selekt/android/Loader.kt index f7080708e0..34f1b7c3a4 100644 --- a/selekt-android-sqlcipher/src/release/kotlin/com/bloomberg/selekt/android/Loader.kt +++ b/selekt-android-sqlcipher/src/release/kotlin/com/bloomberg/selekt/android/Loader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/build.gradle.kts b/selekt-android/build.gradle.kts index 798cc02da8..88e6187fa8 100644 --- a/selekt-android/build.gradle.kts +++ b/selekt-android/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/ConflictAlgorithm.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/ConflictAlgorithm.kt index 97f2fb03b7..da67a9cecf 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/ConflictAlgorithm.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/ConflictAlgorithm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/ContentValues.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/ContentValues.kt index 2573cc416e..4c79a923f2 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/ContentValues.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/ContentValues.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/Cursors.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/Cursors.kt index f25ebcef30..77fa934d81 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/Cursors.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/Cursors.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/MemoryComponentCallback.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/MemoryComponentCallback.kt index f17f414d13..2c9858eee8 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/MemoryComponentCallback.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/MemoryComponentCallback.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLite.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLite.kt index f7d6de7519..575918975e 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLite.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLite.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteDatabase.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteDatabase.kt index efa65d4a2e..624efae011 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteDatabase.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteDatabase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseRegistry.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseRegistry.kt index ca56ea7bfc..9cc5e7081f 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseRegistry.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseRegistry.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelper.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelper.kt index 4d7464d34b..64a34732b6 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelper.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/ConflictAlgorithms.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/ConflictAlgorithms.kt index 2f74da00ad..b7791f1040 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/ConflictAlgorithms.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/ConflictAlgorithms.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteDatabase.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteDatabase.kt index 74725b8c20..4768b7b18d 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteDatabase.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteDatabase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelper.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelper.kt index e928990bc8..15b0bac4b6 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelper.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteProgram.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteProgram.kt index b00292d8c4..1f4def939f 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteProgram.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteProgram.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteQuery.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteQuery.kt index 7711c9d756..d7d088a555 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteQuery.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteQuery.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteStatement.kt b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteStatement.kt index 70f6c99db0..cf7db4f32a 100644 --- a/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteStatement.kt +++ b/selekt-android/src/main/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteStatement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/java/com/bloomberg/selekt/android/SQLiteDatabaseJavaTest.java b/selekt-android/src/test/java/com/bloomberg/selekt/android/SQLiteDatabaseJavaTest.java index 27ce743a3b..2ad44e2bb4 100644 --- a/selekt-android/src/test/java/com/bloomberg/selekt/android/SQLiteDatabaseJavaTest.java +++ b/selekt-android/src/test/java/com/bloomberg/selekt/android/SQLiteDatabaseJavaTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/java/com/bloomberg/selekt/android/SQLiteOpenHelperJavaTest.java b/selekt-android/src/test/java/com/bloomberg/selekt/android/SQLiteOpenHelperJavaTest.java index 62fa9f1f49..6655ac1711 100644 --- a/selekt-android/src/test/java/com/bloomberg/selekt/android/SQLiteOpenHelperJavaTest.java +++ b/selekt-android/src/test/java/com/bloomberg/selekt/android/SQLiteOpenHelperJavaTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/ConcurrentSQLDatabaseTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/ConcurrentSQLDatabaseTest.kt index 381bace8dd..d8c5bef663 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/ConcurrentSQLDatabaseTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/ConcurrentSQLDatabaseTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/ContentValuesKtTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/ContentValuesKtTest.kt index 393ed66734..4d16c4ff97 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/ContentValuesKtTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/ContentValuesKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/CursorWrapperTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/CursorWrapperTest.kt index 840ece8dbd..dc96c4b6c6 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/CursorWrapperTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/CursorWrapperTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/Databases.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/Databases.kt index e0283347fd..526a40f791 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/Databases.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/Databases.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/MemoryComponentCallbackTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/MemoryComponentCallbackTest.kt index d6c55149d1..f4515c80e6 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/MemoryComponentCallbackTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/MemoryComponentCallbackTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseMemoryTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseMemoryTest.kt index 1346f306a5..7509012157 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseMemoryTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseMemoryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseSampleInputTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseSampleInputTest.kt index 93fae80ac6..214c7ebd0d 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseSampleInputTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseSampleInputTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTest.kt index 2bf3e6fe0c..de34ef9eb8 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTransactionTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTransactionTest.kt index 6c57fb6b30..0d999064dd 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTransactionTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLDatabaseTransactionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseAttachTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseAttachTest.kt index bd61843b11..8ff3744b07 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseAttachTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseAttachTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseBatchTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseBatchTest.kt index ceb7aa75ce..c9a90a8125 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseBatchTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseBatchTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseBlobTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseBlobTest.kt index 30d1549921..bdb727beef 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseBlobTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseBlobTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseMemoryTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseMemoryTest.kt index e2ab439016..db2e36a8d0 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseMemoryTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseMemoryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseRegistryTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseRegistryTest.kt index f1de2d41e8..5fdb6416fb 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseRegistryTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseRegistryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseSampleTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseSampleTest.kt index 708ff61da3..c7f5da28a8 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseSampleTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseSampleTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseTransactionTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseTransactionTest.kt index bd4834d195..b197b2bec0 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseTransactionTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseTransactionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseWALTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseWALTest.kt index d6ea6c6dc0..d00aec7737 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseWALTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteDatabaseWALTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteJson1Test.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteJson1Test.kt index 4035d967b8..8adb1913c2 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteJson1Test.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteJson1Test.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperCallbackTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperCallbackTest.kt index edcd45f484..7f224a9b14 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperCallbackTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperCallbackTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperTest.kt index 8450055ec8..35a42f5422 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenHelperTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenParamsTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenParamsTest.kt index fae77c7f4a..0a1b99e3db 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenParamsTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteOpenParamsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteTest.kt index 0fe8e9af4c..b6c1632c6d 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteTransactionTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteTransactionTest.kt index 4b8ba92f1d..463d3f0331 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteTransactionTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SQLiteTransactionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SelektTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SelektTest.kt index ed4522ddda..8bbddf92d7 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SelektTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/SelektTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/ConflictAlgorithmsKtTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/ConflictAlgorithmsKtTest.kt index fc1f56d5b2..84cd09dca7 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/ConflictAlgorithmsKtTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/ConflictAlgorithmsKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteDatabaseTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteDatabaseTest.kt index 03da85a35c..3ebf17635d 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteDatabaseTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteDatabaseTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperCallbackTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperCallbackTest.kt index 0b6665e993..b181bc7cfe 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperCallbackTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperCallbackTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperFactoryTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperFactoryTest.kt index c5fcb79da0..c99bf1e01f 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperFactoryTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperFactoryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperKtTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperKtTest.kt index 2c16846040..5e52c8b897 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperKtTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperTest.kt index e997630db1..ca9650c46f 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteOpenHelperTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteProgramKtTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteProgramKtTest.kt index 60bb0b2681..a37751c67e 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteProgramKtTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteProgramKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteQueryKtTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteQueryKtTest.kt index 2c45b5d745..e80f78ea48 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteQueryKtTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteQueryKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteStatementKtTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteStatementKtTest.kt index 9d8a8065df..f27aa4be8e 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteStatementKtTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/SupportSQLiteStatementKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/WrappedSQLiteTransactionListenerTest.kt b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/WrappedSQLiteTransactionListenerTest.kt index ffb4b53990..25455c9154 100644 --- a/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/WrappedSQLiteTransactionListenerTest.kt +++ b/selekt-android/src/test/kotlin/com/bloomberg/selekt/android/support/WrappedSQLiteTransactionListenerTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/build.gradle.kts b/selekt-api/build.gradle.kts index a2fb70ffa7..d489128c8c 100644 --- a/selekt-api/build.gradle.kts +++ b/selekt-api/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/DatabaseConfiguration.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/DatabaseConfiguration.kt index 32e361304d..30e45775af 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/DatabaseConfiguration.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/DatabaseConfiguration.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLProgram.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLProgram.kt index 274e69955b..48d82bcce1 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLProgram.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLProgram.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLQuery.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLQuery.kt index 93ace50c6b..4cf20065a7 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLQuery.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLQuery.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLStatement.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLStatement.kt index ea2e0bde03..f8e97bc728 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLStatement.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/ISQLStatement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteAutoVacuumMode.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteAutoVacuumMode.kt index 45fed2ce8a..d6637232d3 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteAutoVacuumMode.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteAutoVacuumMode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteJournalMode.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteJournalMode.kt index b05082eb71..b110fe576f 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteJournalMode.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteJournalMode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteSecureDelete.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteSecureDelete.kt index 26df81eae3..aea9716169 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteSecureDelete.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteSecureDelete.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteThreadingMode.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteThreadingMode.kt index f073980d82..9a0b1798de 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteThreadingMode.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteThreadingMode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteTraceEventMode.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteTraceEventMode.kt index 11b1998ddb..823b4a07b8 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteTraceEventMode.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteTraceEventMode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteTransactionMode.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteTransactionMode.kt index d4d345d2be..8f66b1382e 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteTransactionMode.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/SQLiteTransactionMode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/ZeroBlob.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/ZeroBlob.kt index e87cd84c13..9a574d2189 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/ZeroBlob.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/ZeroBlob.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/annotations/DelicateApi.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/annotations/DelicateApi.kt index be80f2db4e..9ce1dd1d4d 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/annotations/DelicateApi.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/annotations/DelicateApi.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-api/src/main/kotlin/com/bloomberg/selekt/annotations/Experimental.kt b/selekt-api/src/main/kotlin/com/bloomberg/selekt/annotations/Experimental.kt index 04e240704f..0bd36b4369 100644 --- a/selekt-api/src/main/kotlin/com/bloomberg/selekt/annotations/Experimental.kt +++ b/selekt-api/src/main/kotlin/com/bloomberg/selekt/annotations/Experimental.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/build.gradle.kts b/selekt-java/build.gradle.kts index 75e0d36972..91988cd809 100644 --- a/selekt-java/build.gradle.kts +++ b/selekt-java/build.gradle.kts @@ -1,5 +1,5 @@ /* -* Copyright 2022 Bloomberg Finance L.P. +* Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLite.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLite.kt index a1f2b23e51..de8fb43c02 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLite.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLite.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabase.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabase.kt index b78356e90b..85c2239d8c 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabase.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseChurnTest.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseChurnTest.kt index fe82e4a9ab..b9e3d6b46b 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseChurnTest.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseChurnTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseEvictionTest.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseEvictionTest.kt index 471c9de7b2..60ef2f7019 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseEvictionTest.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseEvictionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseLargeTransactionTest.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseLargeTransactionTest.kt index 141676a944..ad44dddd0f 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseLargeTransactionTest.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseLargeTransactionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseSampleTest.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseSampleTest.kt index 7c6e733d65..18f38b07f1 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseSampleTest.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseSampleTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseTest.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseTest.kt index 920bd92ca7..52f05d1cf3 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseTest.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseThunderingHerdTest.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseThunderingHerdTest.kt index 6fe78fed09..fd53be3a48 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseThunderingHerdTest.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteDatabaseThunderingHerdTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteException.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteException.kt index 048404be7e..651d450df9 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteException.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteException.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteExceptionTest.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteExceptionTest.kt index 3ae85a211e..aefc3e64ca 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteExceptionTest.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/SQLiteExceptionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/WeightedTask.kt b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/WeightedTask.kt index 1f2d615cd8..6b565396e9 100644 --- a/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/WeightedTask.kt +++ b/selekt-java/src/integrationTest/kotlin/com/bloomberg/selekt/jvm/WeightedTask.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/jmh/kotlin/com/bloomberg/selekt/pools/benchmarks/Concurrent.kt b/selekt-java/src/jmh/kotlin/com/bloomberg/selekt/pools/benchmarks/Concurrent.kt index 9964d923ea..7d965f97fd 100644 --- a/selekt-java/src/jmh/kotlin/com/bloomberg/selekt/pools/benchmarks/Concurrent.kt +++ b/selekt-java/src/jmh/kotlin/com/bloomberg/selekt/pools/benchmarks/Concurrent.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/BatchSQLExecutor.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/BatchSQLExecutor.kt index 4622811bfb..1c23ad01b4 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/BatchSQLExecutor.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/BatchSQLExecutor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Caches.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Caches.kt index 34e31a0972..30bf9a32ef 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Caches.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Caches.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/ColumnType.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/ColumnType.kt index 95e4ee7def..14d7c9f008 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/ColumnType.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/ColumnType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/CommonRandom.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/CommonRandom.kt index 27f8d7ee7e..e213012c8b 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/CommonRandom.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/CommonRandom.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/ConflictAlgorithm.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/ConflictAlgorithm.kt index 198bc52431..e6e4adf2aa 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/ConflictAlgorithm.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/ConflictAlgorithm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/ContentValues.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/ContentValues.kt index b917192781..62389c2adf 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/ContentValues.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/ContentValues.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/CursorWindow.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/CursorWindow.kt index 771632c4f2..39760df568 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/CursorWindow.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/CursorWindow.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Cursors.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Cursors.kt index d5070d76c3..957bc7e083 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Cursors.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Cursors.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Databases.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Databases.kt index a86883d259..d41673f058 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Databases.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Databases.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Key.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Key.kt index 1ff20a288c..a581296e6a 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Key.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Key.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Pointer.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Pointer.kt index 5b46a24624..0a6c0ab2f4 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Pointer.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Pointer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Pools.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Pools.kt index ec70aa1360..f8575b037e 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Pools.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Pools.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Queries.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Queries.kt index 30af9b0999..52c8966d9e 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Queries.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Queries.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLBlob.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLBlob.kt index e872ced4bd..af2b847b67 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLBlob.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLBlob.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLCheckpointMode.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLCheckpointMode.kt index f5c3eeca87..4016f2fa71 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLCheckpointMode.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLCheckpointMode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLConnection.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLConnection.kt index 54d69e5f13..2dbf0c0d97 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLConnection.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLConnection.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLDataTypes.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLDataTypes.kt index 703ab0924d..797cd0d769 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLDataTypes.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLDataTypes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLExecutor.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLExecutor.kt index 31ea4d320f..d4def73c0b 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLExecutor.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLExecutor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLOpenOperations.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLOpenOperations.kt index c2acca3d08..333adde886 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLOpenOperations.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLOpenOperations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLPreparedStatement.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLPreparedStatement.kt index 22cd626ac5..8c9dd83f1f 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLPreparedStatement.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLPreparedStatement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLStatement.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLStatement.kt index 07ffdd0bca..7029acd82d 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLStatement.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLStatement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLTransactionListener.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLTransactionListener.kt index 4b18445290..7497625532 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLTransactionListener.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLTransactionListener.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLite.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLite.kt index fa952cc3c1..30990cba2c 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLite.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SQLite.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Sessions.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Sessions.kt index fe84bfca5d..04b0abca6c 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/Sessions.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/Sessions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SharedCloseable.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SharedCloseable.kt index 6ac8eac0d4..c931323868 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/SharedCloseable.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/SharedCloseable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Arrays.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Arrays.kt index e96b7c5d23..d27456bef4 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Arrays.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Arrays.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/ByteArrays.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/ByteArrays.kt index 5c9176e6b5..95428c62d2 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/ByteArrays.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/ByteArrays.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Chars.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Chars.kt index 8b7e9e5555..25dad55a93 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Chars.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Chars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Database.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Database.kt index d12c742d93..d805e14a13 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Database.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Database.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Iterables.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Iterables.kt index 70bf06dcad..6d81959d0c 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Iterables.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Iterables.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Iteration.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Iteration.kt index 675e660926..bbe0da614a 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Iteration.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Iteration.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/LinkedDeque.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/LinkedDeque.kt index 9d3425b0e3..bce8fb2671 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/LinkedDeque.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/LinkedDeque.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/LinkedQueue.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/LinkedQueue.kt index f0d462e3e9..8ad736daa0 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/LinkedQueue.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/LinkedQueue.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Locks.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Locks.kt index c192a59333..12f52bf115 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Locks.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Locks.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/ManagedStringBuilder.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/ManagedStringBuilder.kt index 0f1f9e4d18..4872a9c83c 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/ManagedStringBuilder.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/ManagedStringBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/NativeResources.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/NativeResources.kt index 16fb7009f2..2845eb8aaa 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/NativeResources.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/NativeResources.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Strings.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Strings.kt index 09c4ea5e56..250b88a47c 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Strings.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/commons/Strings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/CommonObjectPool.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/CommonObjectPool.kt index 7443dac467..8fe311fbaa 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/CommonObjectPool.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/CommonObjectPool.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Mutex.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Mutex.kt index 716674bf87..d606aac0c9 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Mutex.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Mutex.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/PoolConfiguration.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/PoolConfiguration.kt index 0434899316..a8206103b1 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/PoolConfiguration.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/PoolConfiguration.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Pools.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Pools.kt index a70cd18a55..b4fd1ebae0 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Pools.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/Pools.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/SingleObjectPool.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/SingleObjectPool.kt index deaa16fea7..b45e9f4f44 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/SingleObjectPool.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/SingleObjectPool.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/TieredObjectPool.kt b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/TieredObjectPool.kt index a0aeaebd22..3cda52cb75 100644 --- a/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/TieredObjectPool.kt +++ b/selekt-java/src/main/kotlin/com/bloomberg/selekt/pools/TieredObjectPool.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/ContentValuesTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/ContentValuesTest.kt index 0c55c2e8d7..ae8cf860aa 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/ContentValuesTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/ContentValuesTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/ForwardCursorTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/ForwardCursorTest.kt index 6750702bb9..9117221d30 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/ForwardCursorTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/ForwardCursorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/KeyTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/KeyTest.kt index 2c52bb73c0..2eb220749f 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/KeyTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/KeyTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/LruCacheTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/LruCacheTest.kt index b9541c219a..cba2c475a3 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/LruCacheTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/LruCacheTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/QueriesKtTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/QueriesKtTest.kt index 818a93ad4a..b2241a4144 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/QueriesKtTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/QueriesKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobInputStreamTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobInputStreamTest.kt index 72296afd92..07004fa711 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobInputStreamTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobInputStreamTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobOutputStreamTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobOutputStreamTest.kt index ce8cbffd7e..7aa7559d1b 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobOutputStreamTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobOutputStreamTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobTest.kt index 2b865da7fe..5ef62118ad 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLBlobTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLConnectionFactoryTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLConnectionFactoryTest.kt index b415d9cbb6..90e513b5b2 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLConnectionFactoryTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLConnectionFactoryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLConnectionTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLConnectionTest.kt index c2de67517a..ba9a8aaa50 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLConnectionTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLConnectionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLDatabaseTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLDatabaseTest.kt index 05f8e38867..e3d8c4780d 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLDatabaseTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLDatabaseTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLPreparedStatementTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLPreparedStatementTest.kt index 591a23969e..f551feebb6 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLPreparedStatementTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLPreparedStatementTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLQueryTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLQueryTest.kt index eb0b71073c..00a910bf17 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLQueryTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLQueryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLStatementKtTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLStatementKtTest.kt index 79459a3a5c..8e006837cc 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLStatementKtTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SQLStatementKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SimpleCursorWindowTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SimpleCursorWindowTest.kt index 67edd5237a..19b7b97e8f 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SimpleCursorWindowTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SimpleCursorWindowTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SimpleSQLQueryTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SimpleSQLQueryTest.kt index fec8e749ec..0707239b60 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/SimpleSQLQueryTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/SimpleSQLQueryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/TypesTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/TypesTest.kt index 9059de8890..0278c6cbc3 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/TypesTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/TypesTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/WindowedCursorTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/WindowedCursorTest.kt index 74cbf43766..3880c9dadf 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/WindowedCursorTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/WindowedCursorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ArraysTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ArraysTest.kt index c5430681b9..889aaed566 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ArraysTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ArraysTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ByteArraysKtTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ByteArraysKtTest.kt index 7c930b2e72..1868091c93 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ByteArraysKtTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ByteArraysKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/CharsTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/CharsTest.kt index c968c121e1..c1d8809029 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/CharsTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/CharsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/DatabaseKtTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/DatabaseKtTest.kt index ce04ecd01d..483f30a69e 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/DatabaseKtTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/DatabaseKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/IterablesTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/IterablesTest.kt index 6c9ecac46b..79276a2893 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/IterablesTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/IterablesTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/IterationKtTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/IterationKtTest.kt index 5ad943485d..dda3645f6c 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/IterationKtTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/IterationKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/LinkedDequeTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/LinkedDequeTest.kt index 1013ff4001..7542250241 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/LinkedDequeTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/LinkedDequeTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/LinkedQueueTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/LinkedQueueTest.kt index f5812b153b..df7eb7df0e 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/LinkedQueueTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/LinkedQueueTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ManagedStringBuilderTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ManagedStringBuilderTest.kt index 454aeab453..add12c7d3b 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ManagedStringBuilderTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/ManagedStringBuilderTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/NativeResourcesKtTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/NativeResourcesKtTest.kt index c315f4b0ce..40d61284a8 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/NativeResourcesKtTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/NativeResourcesKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/StringsTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/StringsTest.kt index 1fe76e4299..c157c75fe9 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/StringsTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/commons/StringsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/CommonObjectPoolTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/CommonObjectPoolTest.kt index 6e3061aaf5..20c0f6e707 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/CommonObjectPoolTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/CommonObjectPoolTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/MutexTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/MutexTest.kt index d3fa56d7e4..13d635ff35 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/MutexTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/MutexTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/PooledObject.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/PooledObject.kt index f4e7abdf3d..2fa5fa96bd 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/PooledObject.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/PooledObject.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/PoolsKtTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/PoolsKtTest.kt index 2eec0e1f44..c482803854 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/PoolsKtTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/PoolsKtTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/SingleObjectPoolTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/SingleObjectPoolTest.kt index f443d6649a..c97f6ce830 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/SingleObjectPoolTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/SingleObjectPoolTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/TieredObjectPoolTest.kt b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/TieredObjectPoolTest.kt index d7705367d3..1b3064670a 100644 --- a/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/TieredObjectPoolTest.kt +++ b/selekt-java/src/test/kotlin/com/bloomberg/selekt/pools/TieredObjectPoolTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3-classes/resources/META-INF/proguard/consumer-rules.pro b/selekt-sqlite3-classes/resources/META-INF/proguard/consumer-rules.pro index 508a847b59..97a2f9bde7 100644 --- a/selekt-sqlite3-classes/resources/META-INF/proguard/consumer-rules.pro +++ b/selekt-sqlite3-classes/resources/META-INF/proguard/consumer-rules.pro @@ -1,4 +1,4 @@ -# Copyright 2022 Bloomberg Finance L.P. +# Copyright 2020 Bloomberg Finance L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3-classes/src/main/kotlin/com/bloomberg/selekt/ExternalSQLite3.kt b/selekt-sqlite3-classes/src/main/kotlin/com/bloomberg/selekt/ExternalSQLite3.kt index e8c09a97e5..73237a446f 100644 --- a/selekt-sqlite3-classes/src/main/kotlin/com/bloomberg/selekt/ExternalSQLite3.kt +++ b/selekt-sqlite3-classes/src/main/kotlin/com/bloomberg/selekt/ExternalSQLite3.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3-classes/src/main/kotlin/com/bloomberg/selekt/SQLCodes.kt b/selekt-sqlite3-classes/src/main/kotlin/com/bloomberg/selekt/SQLCodes.kt index 877973b02c..86235100d6 100644 --- a/selekt-sqlite3-classes/src/main/kotlin/com/bloomberg/selekt/SQLCodes.kt +++ b/selekt-sqlite3-classes/src/main/kotlin/com/bloomberg/selekt/SQLCodes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3/CMakeLists.txt b/selekt-sqlite3/CMakeLists.txt index ef96c0e7af..370feeaa3e 100644 --- a/selekt-sqlite3/CMakeLists.txt +++ b/selekt-sqlite3/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Bloomberg Finance L.P. +# Copyright 2020 Bloomberg Finance L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3/build.gradle.kts b/selekt-sqlite3/build.gradle.kts index db486ba2d0..bb041719af 100644 --- a/selekt-sqlite3/build.gradle.kts +++ b/selekt-sqlite3/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3/sqlite3/CMakeLists.txt b/selekt-sqlite3/sqlite3/CMakeLists.txt index 5c3230e3b2..28814c85dc 100644 --- a/selekt-sqlite3/sqlite3/CMakeLists.txt +++ b/selekt-sqlite3/sqlite3/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Bloomberg Finance L.P. +# Copyright 2020 Bloomberg Finance L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3/sqlite3/include/bloomberg/AutoJByteArray.h b/selekt-sqlite3/sqlite3/include/bloomberg/AutoJByteArray.h index 8a154fba71..1e9f5e696a 100644 --- a/selekt-sqlite3/sqlite3/include/bloomberg/AutoJByteArray.h +++ b/selekt-sqlite3/sqlite3/include/bloomberg/AutoJByteArray.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3/sqlite3/include/bloomberg/Throws.h b/selekt-sqlite3/sqlite3/include/bloomberg/Throws.h index 842527d778..7611df4620 100644 --- a/selekt-sqlite3/sqlite3/include/bloomberg/Throws.h +++ b/selekt-sqlite3/sqlite3/include/bloomberg/Throws.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3/sqlite3/include/bloomberg/log.h b/selekt-sqlite3/sqlite3/include/bloomberg/log.h index 0308ec867e..aaa2f64553 100644 --- a/selekt-sqlite3/sqlite3/include/bloomberg/log.h +++ b/selekt-sqlite3/sqlite3/include/bloomberg/log.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/selekt-sqlite3/sqlite3_jni.cpp b/selekt-sqlite3/sqlite3_jni.cpp index 179ddc0c82..91f4f3d864 100644 --- a/selekt-sqlite3/sqlite3_jni.cpp +++ b/selekt-sqlite3/sqlite3_jni.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed 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 a4a8677195..d03f2f15d1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022 Bloomberg Finance L.P. + * Copyright 2020 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From f0bcb86a8eb77e1564f096d0aed6d9096233fdc9 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Mon, 5 Feb 2024 11:27:24 +0000 Subject: [PATCH 2/2] Selektric was 2022. Signed-off-by: Kenneth J. Shackleton --- Selektric/CMakeLists.txt | 2 +- Selektric/build.gradle.kts | 2 +- Selektric/native_mocks.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Selektric/CMakeLists.txt b/Selektric/CMakeLists.txt index 1894507f7d..3b09c14a63 100644 --- a/Selektric/CMakeLists.txt +++ b/Selektric/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2020 Bloomberg Finance L.P. +# Copyright 2022 Bloomberg Finance L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Selektric/build.gradle.kts b/Selektric/build.gradle.kts index 309474ff74..a203d1f273 100644 --- a/Selektric/build.gradle.kts +++ b/Selektric/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2020 Bloomberg Finance L.P. + * Copyright 2022 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Selektric/native_mocks.cpp b/Selektric/native_mocks.cpp index ae9ce899c8..756b09a804 100644 --- a/Selektric/native_mocks.cpp +++ b/Selektric/native_mocks.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Bloomberg Finance L.P. + * Copyright 2022 Bloomberg Finance L.P. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.