From 61ccfd27f500022150407b882012fe6a07059b71 Mon Sep 17 00:00:00 2001 From: vince Date: Sat, 20 Apr 2024 18:37:41 +0800 Subject: [PATCH] update copyright year --- buildSrc/src/main/kotlin/ktorm.source-header-check.gradle.kts | 2 +- buildSrc/src/main/kotlin/ktorm.tuples-codegen.gradle.kts | 2 +- ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSet.kt | 2 +- .../src/main/kotlin/org/ktorm/database/CachedRowSetMetadata.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/database/Database.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/database/JdbcExtensions.kt | 2 +- .../main/kotlin/org/ktorm/database/JdbcTransactionManager.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/database/Keywords.kt | 2 +- .../org/ktorm/database/SpringManagedTransactionManager.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/database/SqlDialect.kt | 2 +- .../src/main/kotlin/org/ktorm/database/TransactionManager.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/Aggregation.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/CaseWhen.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/CountExpression.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/Dml.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/Operators.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/Query.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/QueryRowSet.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/QuerySource.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/dsl/WindowFunctions.kt | 2 +- .../src/main/kotlin/org/ktorm/entity/DefaultMethodHandler.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/entity/EntityDml.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensions.kt | 2 +- .../src/main/kotlin/org/ktorm/entity/EntityExtensionsApi.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/entity/EntityGrouping.kt | 2 +- .../src/main/kotlin/org/ktorm/entity/EntityImplementation.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/entity/EntitySequence.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/entity/Reflections.kt | 2 +- .../main/kotlin/org/ktorm/expression/SqlExpressionVisitor.kt | 2 +- .../org/ktorm/expression/SqlExpressionVisitorInterceptor.kt | 2 +- .../src/main/kotlin/org/ktorm/expression/SqlExpressions.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/expression/SqlFormatter.kt | 2 +- .../src/main/kotlin/org/ktorm/logging/AndroidLoggerAdapter.kt | 2 +- .../src/main/kotlin/org/ktorm/logging/CommonsLoggerAdapter.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/logging/ConsoleLogger.kt | 2 +- .../src/main/kotlin/org/ktorm/logging/JdkLoggerAdapter.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/logging/Logger.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/logging/NoOpLogger.kt | 2 +- .../src/main/kotlin/org/ktorm/logging/Slf4jLoggerAdapter.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/schema/BaseTable.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/schema/Column.kt | 2 +- .../src/main/kotlin/org/ktorm/schema/ColumnBindingHandler.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/schema/RefCounter.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/schema/SqlType.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/schema/SqlTypes.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/schema/Table.kt | 2 +- ktorm-core/src/main/kotlin/org/ktorm/schema/TypeReference.kt | 2 +- ktorm-global/src/main/kotlin/org/ktorm/global/Aggregations.kt | 2 +- ktorm-global/src/main/kotlin/org/ktorm/global/Dml.kt | 2 +- ktorm-global/src/main/kotlin/org/ktorm/global/EntitySequence.kt | 2 +- ktorm-global/src/main/kotlin/org/ktorm/global/Global.kt | 2 +- ktorm-global/src/main/kotlin/org/ktorm/global/Query.kt | 2 +- .../src/main/kotlin/org/ktorm/jackson/EntityDeserializers.kt | 2 +- .../src/main/kotlin/org/ktorm/jackson/EntitySerializers.kt | 2 +- .../main/kotlin/org/ktorm/jackson/EntityTypeResolverBuilder.kt | 2 +- .../src/main/kotlin/org/ktorm/jackson/JacksonExtensions.kt | 2 +- ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JsonSqlType.kt | 2 +- ktorm-jackson/src/main/kotlin/org/ktorm/jackson/KtormModule.kt | 2 +- .../src/main/kotlin/org/ktorm/jackson/PackageVersion.kt.tmpl | 2 +- .../src/main/kotlin/org/ktorm/ksp/annotation/Column.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/annotation/Ignore.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/annotation/PrimaryKey.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/annotation/References.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/annotation/Table.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/annotation/Undefined.kt | 2 +- .../ktorm/ksp/compiler/maven/KtormKspMavenPluginExtension.kt | 2 +- .../kotlin/org/ktorm/ksp/compiler/KtormProcessorProvider.kt | 2 +- .../kotlin/org/ktorm/ksp/compiler/formatter/CodeFormatter.kt | 2 +- .../org/ktorm/ksp/compiler/formatter/KtLintCodeFormatter.kt | 2 +- .../ksp/compiler/formatter/StandaloneKtLintCodeFormatter.kt | 2 +- .../org/ktorm/ksp/compiler/generator/AddFunctionGenerator.kt | 2 +- .../ktorm/ksp/compiler/generator/ComponentFunctionGenerator.kt | 2 +- .../org/ktorm/ksp/compiler/generator/CopyFunctionGenerator.kt | 2 +- .../ksp/compiler/generator/EntitySequencePropertyGenerator.kt | 2 +- .../kotlin/org/ktorm/ksp/compiler/generator/FileGenerator.kt | 2 +- .../compiler/generator/PseudoConstructorFunctionGenerator.kt | 2 +- .../org/ktorm/ksp/compiler/generator/RefsClassGenerator.kt | 2 +- .../org/ktorm/ksp/compiler/generator/RefsPropertyGenerator.kt | 2 +- .../org/ktorm/ksp/compiler/generator/TableClassGenerator.kt | 2 +- .../org/ktorm/ksp/compiler/generator/UpdateFunctionGenerator.kt | 2 +- .../main/kotlin/org/ktorm/ksp/compiler/parser/MetadataParser.kt | 2 +- .../main/kotlin/org/ktorm/ksp/compiler/util/KspExtensions.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/compiler/util/Namings.kt | 2 +- .../main/kotlin/org/ktorm/ksp/compiler/util/SqlTypeMappings.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/spi/CodingNamingStrategy.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/spi/ColumnMetadata.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/spi/DatabaseNamingStrategy.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/spi/ExtCodeGenerator.kt | 2 +- .../src/main/kotlin/org/ktorm/ksp/spi/TableMetadata.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/BulkInsert.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/DefaultValue.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/Functions.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/Global.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/InsertOrUpdate.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/Lock.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/MatchAgainst.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/MySqlDialect.kt | 2 +- .../kotlin/org/ktorm/support/mysql/MySqlExpressionVisitor.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/MySqlFormatter.kt | 2 +- .../src/main/kotlin/org/ktorm/support/mysql/NaturalJoin.kt | 2 +- .../src/main/kotlin/org/ktorm/support/oracle/OracleDialect.kt | 2 +- .../src/main/kotlin/org/ktorm/support/oracle/OracleFormatter.kt | 2 +- .../src/main/kotlin/org/ktorm/support/postgresql/BulkInsert.kt | 2 +- .../main/kotlin/org/ktorm/support/postgresql/DefaultValue.kt | 2 +- .../main/kotlin/org/ktorm/support/postgresql/EarthDistance.kt | 2 +- .../src/main/kotlin/org/ktorm/support/postgresql/Functions.kt | 2 +- .../src/main/kotlin/org/ktorm/support/postgresql/Global.kt | 2 +- .../src/main/kotlin/org/ktorm/support/postgresql/HStore.kt | 2 +- .../src/main/kotlin/org/ktorm/support/postgresql/ILike.kt | 2 +- .../main/kotlin/org/ktorm/support/postgresql/InsertOrUpdate.kt | 2 +- .../src/main/kotlin/org/ktorm/support/postgresql/Lock.kt | 2 +- .../kotlin/org/ktorm/support/postgresql/PostgreSqlDialect.kt | 2 +- .../org/ktorm/support/postgresql/PostgreSqlExpressionVisitor.kt | 2 +- .../kotlin/org/ktorm/support/postgresql/PostgreSqlFormatter.kt | 2 +- .../src/main/kotlin/org/ktorm/support/postgresql/SqlTypes.kt | 2 +- .../src/main/kotlin/org/ktorm/support/sqlite/BulkInsert.kt | 2 +- .../src/main/kotlin/org/ktorm/support/sqlite/Functions.kt | 2 +- .../src/main/kotlin/org/ktorm/support/sqlite/InsertOrUpdate.kt | 2 +- .../src/main/kotlin/org/ktorm/support/sqlite/SQLiteDialect.kt | 2 +- .../kotlin/org/ktorm/support/sqlite/SQLiteExpressionVisitor.kt | 2 +- .../src/main/kotlin/org/ktorm/support/sqlite/SQLiteFormatter.kt | 2 +- .../main/kotlin/org/ktorm/support/sqlserver/SqlServerDialect.kt | 2 +- .../kotlin/org/ktorm/support/sqlserver/SqlServerFormatter.kt | 2 +- .../src/main/kotlin/org/ktorm/support/sqlserver/SqlTypes.kt | 2 +- 125 files changed, 125 insertions(+), 125 deletions(-) diff --git a/buildSrc/src/main/kotlin/ktorm.source-header-check.gradle.kts b/buildSrc/src/main/kotlin/ktorm.source-header-check.gradle.kts index 392ca572c..8590632f5 100644 --- a/buildSrc/src/main/kotlin/ktorm.source-header-check.gradle.kts +++ b/buildSrc/src/main/kotlin/ktorm.source-header-check.gradle.kts @@ -5,7 +5,7 @@ plugins { val licenseHeaderText = """ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed 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/ktorm.tuples-codegen.gradle.kts b/buildSrc/src/main/kotlin/ktorm.tuples-codegen.gradle.kts index 6e4cdf009..0ab69909b 100644 --- a/buildSrc/src/main/kotlin/ktorm.tuples-codegen.gradle.kts +++ b/buildSrc/src/main/kotlin/ktorm.tuples-codegen.gradle.kts @@ -282,7 +282,7 @@ val generateTuples by tasks.registering { outputFile.bufferedWriter().use { writer -> writer.write(""" /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSet.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSet.kt index d6ee5e78e..bf54dd33f 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSet.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSetMetadata.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSetMetadata.kt index cf3e359d9..ce14f5ec3 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSetMetadata.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSetMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/Database.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/Database.kt index 070216a11..b903d0d04 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/Database.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/Database.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/JdbcExtensions.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/JdbcExtensions.kt index b59ad85f7..5a986ea9b 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/JdbcExtensions.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/JdbcExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/JdbcTransactionManager.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/JdbcTransactionManager.kt index 9596689d0..f88cf4346 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/JdbcTransactionManager.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/JdbcTransactionManager.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/Keywords.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/Keywords.kt index e59bfe56b..48935076b 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/Keywords.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/Keywords.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/SpringManagedTransactionManager.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/SpringManagedTransactionManager.kt index 37c518b41..1df52ba2f 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/SpringManagedTransactionManager.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/SpringManagedTransactionManager.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/SqlDialect.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/SqlDialect.kt index c131ad6d0..a8e13f167 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/SqlDialect.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/SqlDialect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/database/TransactionManager.kt b/ktorm-core/src/main/kotlin/org/ktorm/database/TransactionManager.kt index 67c412cfe..f7a9eae8d 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/database/TransactionManager.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/database/TransactionManager.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/Aggregation.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/Aggregation.kt index 4479a625f..5bf1d6a96 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/Aggregation.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/Aggregation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/CaseWhen.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/CaseWhen.kt index cde1868bc..26cb22e3b 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/CaseWhen.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/CaseWhen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/CountExpression.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/CountExpression.kt index bd3f24a36..11c5ec260 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/CountExpression.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/CountExpression.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/Dml.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/Dml.kt index bb3268e99..f30ce1b1a 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/Dml.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/Dml.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/Operators.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/Operators.kt index 7461d99e1..152d6ce2d 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/Operators.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/Operators.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/Query.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/Query.kt index 1bfd7eb12..652a18e91 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/Query.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/Query.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/QueryRowSet.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/QueryRowSet.kt index a13eff7e3..7c5b25f8b 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/QueryRowSet.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/QueryRowSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/QuerySource.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/QuerySource.kt index 3c90e7e89..490d80ac6 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/QuerySource.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/QuerySource.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/dsl/WindowFunctions.kt b/ktorm-core/src/main/kotlin/org/ktorm/dsl/WindowFunctions.kt index ba70a5320..0376e4547 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/dsl/WindowFunctions.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/dsl/WindowFunctions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/DefaultMethodHandler.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/DefaultMethodHandler.kt index f92a07d73..184a0ad78 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/DefaultMethodHandler.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/DefaultMethodHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt index ce2d1cc62..2630ad24f 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/Entity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityDml.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityDml.kt index 2e827d3b0..bfed33b71 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityDml.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityDml.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensions.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensions.kt index e2d341043..caf34f73f 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensions.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensionsApi.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensionsApi.kt index d3e4cf2b1..b0134fc3b 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensionsApi.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityExtensionsApi.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityGrouping.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityGrouping.kt index 27165d38b..3e6e528e9 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityGrouping.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityGrouping.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityImplementation.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityImplementation.kt index 7bbd8a082..a1b1f769e 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityImplementation.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntityImplementation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntitySequence.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntitySequence.kt index 608751092..080442cfa 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/EntitySequence.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/EntitySequence.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/entity/Reflections.kt b/ktorm-core/src/main/kotlin/org/ktorm/entity/Reflections.kt index 5b3e12d92..e0e8f1a47 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/entity/Reflections.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/entity/Reflections.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitor.kt b/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitor.kt index 967b239ad..91f560165 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitor.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitorInterceptor.kt b/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitorInterceptor.kt index f89829ad7..f60f3ba0e 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitorInterceptor.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitorInterceptor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressions.kt b/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressions.kt index ddc1ad7d5..8e9701ed9 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressions.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlFormatter.kt b/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlFormatter.kt index 9d55740d4..a3db1b64e 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlFormatter.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/logging/AndroidLoggerAdapter.kt b/ktorm-core/src/main/kotlin/org/ktorm/logging/AndroidLoggerAdapter.kt index f6f6532d5..acd993053 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/logging/AndroidLoggerAdapter.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/logging/AndroidLoggerAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/logging/CommonsLoggerAdapter.kt b/ktorm-core/src/main/kotlin/org/ktorm/logging/CommonsLoggerAdapter.kt index 8284631fb..aa711a3e9 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/logging/CommonsLoggerAdapter.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/logging/CommonsLoggerAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/logging/ConsoleLogger.kt b/ktorm-core/src/main/kotlin/org/ktorm/logging/ConsoleLogger.kt index 8771a0aff..22c5c77f5 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/logging/ConsoleLogger.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/logging/ConsoleLogger.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/logging/JdkLoggerAdapter.kt b/ktorm-core/src/main/kotlin/org/ktorm/logging/JdkLoggerAdapter.kt index 5eabaea4d..c0eff0dc0 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/logging/JdkLoggerAdapter.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/logging/JdkLoggerAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/logging/Logger.kt b/ktorm-core/src/main/kotlin/org/ktorm/logging/Logger.kt index 2a75dcf1b..aa51068ea 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/logging/Logger.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/logging/Logger.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/logging/NoOpLogger.kt b/ktorm-core/src/main/kotlin/org/ktorm/logging/NoOpLogger.kt index c741fec17..8e4e577eb 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/logging/NoOpLogger.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/logging/NoOpLogger.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/logging/Slf4jLoggerAdapter.kt b/ktorm-core/src/main/kotlin/org/ktorm/logging/Slf4jLoggerAdapter.kt index f508a2331..037270123 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/logging/Slf4jLoggerAdapter.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/logging/Slf4jLoggerAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/schema/BaseTable.kt b/ktorm-core/src/main/kotlin/org/ktorm/schema/BaseTable.kt index ec62f3db1..b1f425b99 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/schema/BaseTable.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/schema/BaseTable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/schema/Column.kt b/ktorm-core/src/main/kotlin/org/ktorm/schema/Column.kt index 7fd907e99..6d4f80951 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/schema/Column.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/schema/Column.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/schema/ColumnBindingHandler.kt b/ktorm-core/src/main/kotlin/org/ktorm/schema/ColumnBindingHandler.kt index a8ddc2680..de2d6f4b6 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/schema/ColumnBindingHandler.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/schema/ColumnBindingHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/schema/RefCounter.kt b/ktorm-core/src/main/kotlin/org/ktorm/schema/RefCounter.kt index c712414ba..b7c29abe1 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/schema/RefCounter.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/schema/RefCounter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/schema/SqlType.kt b/ktorm-core/src/main/kotlin/org/ktorm/schema/SqlType.kt index 369dd5acc..97ff0d14f 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/schema/SqlType.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/schema/SqlType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/schema/SqlTypes.kt b/ktorm-core/src/main/kotlin/org/ktorm/schema/SqlTypes.kt index 6c953e45b..507a297b9 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/schema/SqlTypes.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/schema/SqlTypes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/schema/Table.kt b/ktorm-core/src/main/kotlin/org/ktorm/schema/Table.kt index 33588ab43..7ad6581c0 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/schema/Table.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/schema/Table.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-core/src/main/kotlin/org/ktorm/schema/TypeReference.kt b/ktorm-core/src/main/kotlin/org/ktorm/schema/TypeReference.kt index aa8441a1b..fe5ad5aeb 100644 --- a/ktorm-core/src/main/kotlin/org/ktorm/schema/TypeReference.kt +++ b/ktorm-core/src/main/kotlin/org/ktorm/schema/TypeReference.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-global/src/main/kotlin/org/ktorm/global/Aggregations.kt b/ktorm-global/src/main/kotlin/org/ktorm/global/Aggregations.kt index 17de9abec..b82c02b94 100644 --- a/ktorm-global/src/main/kotlin/org/ktorm/global/Aggregations.kt +++ b/ktorm-global/src/main/kotlin/org/ktorm/global/Aggregations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-global/src/main/kotlin/org/ktorm/global/Dml.kt b/ktorm-global/src/main/kotlin/org/ktorm/global/Dml.kt index eb15d0771..5bc5024c7 100644 --- a/ktorm-global/src/main/kotlin/org/ktorm/global/Dml.kt +++ b/ktorm-global/src/main/kotlin/org/ktorm/global/Dml.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-global/src/main/kotlin/org/ktorm/global/EntitySequence.kt b/ktorm-global/src/main/kotlin/org/ktorm/global/EntitySequence.kt index ac2741b60..5cec7acc1 100644 --- a/ktorm-global/src/main/kotlin/org/ktorm/global/EntitySequence.kt +++ b/ktorm-global/src/main/kotlin/org/ktorm/global/EntitySequence.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-global/src/main/kotlin/org/ktorm/global/Global.kt b/ktorm-global/src/main/kotlin/org/ktorm/global/Global.kt index 2191a274f..c49a15ecb 100644 --- a/ktorm-global/src/main/kotlin/org/ktorm/global/Global.kt +++ b/ktorm-global/src/main/kotlin/org/ktorm/global/Global.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-global/src/main/kotlin/org/ktorm/global/Query.kt b/ktorm-global/src/main/kotlin/org/ktorm/global/Query.kt index 9f985e409..01f7e9fcc 100644 --- a/ktorm-global/src/main/kotlin/org/ktorm/global/Query.kt +++ b/ktorm-global/src/main/kotlin/org/ktorm/global/Query.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntityDeserializers.kt b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntityDeserializers.kt index 3cfb580e2..6776f7764 100644 --- a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntityDeserializers.kt +++ b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntityDeserializers.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntitySerializers.kt b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntitySerializers.kt index dd3b29a7c..aeab57ece 100644 --- a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntitySerializers.kt +++ b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntitySerializers.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntityTypeResolverBuilder.kt b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntityTypeResolverBuilder.kt index b46a27a8c..6e9f171d2 100644 --- a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntityTypeResolverBuilder.kt +++ b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/EntityTypeResolverBuilder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JacksonExtensions.kt b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JacksonExtensions.kt index 2f6d3bf81..43c4ea554 100644 --- a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JacksonExtensions.kt +++ b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JacksonExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JsonSqlType.kt b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JsonSqlType.kt index 168cb61e3..2006cdd5d 100644 --- a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JsonSqlType.kt +++ b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/JsonSqlType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/KtormModule.kt b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/KtormModule.kt index 38735777d..7c8e9ce4a 100644 --- a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/KtormModule.kt +++ b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/KtormModule.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/PackageVersion.kt.tmpl b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/PackageVersion.kt.tmpl index d5fc3977c..65e770734 100644 --- a/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/PackageVersion.kt.tmpl +++ b/ktorm-jackson/src/main/kotlin/org/ktorm/jackson/PackageVersion.kt.tmpl @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Column.kt b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Column.kt index 0d1e3a62b..0eaa98484 100644 --- a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Column.kt +++ b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Column.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Ignore.kt b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Ignore.kt index f8724d1f6..f5d1cb322 100644 --- a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Ignore.kt +++ b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Ignore.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/PrimaryKey.kt b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/PrimaryKey.kt index 604a8eb17..843a1c7d7 100644 --- a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/PrimaryKey.kt +++ b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/PrimaryKey.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/References.kt b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/References.kt index b38a7e5bf..a0f2dd688 100644 --- a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/References.kt +++ b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/References.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Table.kt b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Table.kt index e5105a492..457410424 100644 --- a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Table.kt +++ b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Table.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Undefined.kt b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Undefined.kt index 527db1dc3..c2b259c89 100644 --- a/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Undefined.kt +++ b/ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Undefined.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler-maven-plugin/src/main/kotlin/org/ktorm/ksp/compiler/maven/KtormKspMavenPluginExtension.kt b/ktorm-ksp-compiler-maven-plugin/src/main/kotlin/org/ktorm/ksp/compiler/maven/KtormKspMavenPluginExtension.kt index f278e76d5..0825f9d82 100644 --- a/ktorm-ksp-compiler-maven-plugin/src/main/kotlin/org/ktorm/ksp/compiler/maven/KtormKspMavenPluginExtension.kt +++ b/ktorm-ksp-compiler-maven-plugin/src/main/kotlin/org/ktorm/ksp/compiler/maven/KtormKspMavenPluginExtension.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/KtormProcessorProvider.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/KtormProcessorProvider.kt index db501103e..2679fc0d2 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/KtormProcessorProvider.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/KtormProcessorProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/CodeFormatter.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/CodeFormatter.kt index a7a750109..993b3b5f8 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/CodeFormatter.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/CodeFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/KtLintCodeFormatter.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/KtLintCodeFormatter.kt index 1e8f9ffbf..1e4501bc3 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/KtLintCodeFormatter.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/KtLintCodeFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/StandaloneKtLintCodeFormatter.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/StandaloneKtLintCodeFormatter.kt index 652567039..471b4e8f2 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/StandaloneKtLintCodeFormatter.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/formatter/StandaloneKtLintCodeFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/AddFunctionGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/AddFunctionGenerator.kt index 443bb2df8..0d3d0f3a0 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/AddFunctionGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/AddFunctionGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/ComponentFunctionGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/ComponentFunctionGenerator.kt index 4cb0cef60..0846cd735 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/ComponentFunctionGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/ComponentFunctionGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/CopyFunctionGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/CopyFunctionGenerator.kt index 60e0a7cea..c26e32250 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/CopyFunctionGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/CopyFunctionGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/EntitySequencePropertyGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/EntitySequencePropertyGenerator.kt index 0aedb86d5..c2c7331ff 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/EntitySequencePropertyGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/EntitySequencePropertyGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/FileGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/FileGenerator.kt index 9fd230996..2630b3086 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/FileGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/FileGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/PseudoConstructorFunctionGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/PseudoConstructorFunctionGenerator.kt index 458fe79d4..046467ced 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/PseudoConstructorFunctionGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/PseudoConstructorFunctionGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/RefsClassGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/RefsClassGenerator.kt index b1d8a2616..7a2f7d714 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/RefsClassGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/RefsClassGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/RefsPropertyGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/RefsPropertyGenerator.kt index d0a278fc1..2cb815b40 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/RefsPropertyGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/RefsPropertyGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/TableClassGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/TableClassGenerator.kt index e7a989862..98609c1e8 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/TableClassGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/TableClassGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/UpdateFunctionGenerator.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/UpdateFunctionGenerator.kt index 9a99efa32..1312690c9 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/UpdateFunctionGenerator.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/generator/UpdateFunctionGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/parser/MetadataParser.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/parser/MetadataParser.kt index a4bd5cab1..c958ecc2e 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/parser/MetadataParser.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/parser/MetadataParser.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/KspExtensions.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/KspExtensions.kt index 564c4b740..2fedffb0e 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/KspExtensions.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/KspExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/Namings.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/Namings.kt index 3172f66f2..398a822e0 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/Namings.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/Namings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/SqlTypeMappings.kt b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/SqlTypeMappings.kt index 8ba2db614..c99976941 100644 --- a/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/SqlTypeMappings.kt +++ b/ktorm-ksp-compiler/src/main/kotlin/org/ktorm/ksp/compiler/util/SqlTypeMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/CodingNamingStrategy.kt b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/CodingNamingStrategy.kt index ecf1b9db6..ea80147ab 100644 --- a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/CodingNamingStrategy.kt +++ b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/CodingNamingStrategy.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/ColumnMetadata.kt b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/ColumnMetadata.kt index acc9cb2a3..8e01f9ad6 100644 --- a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/ColumnMetadata.kt +++ b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/ColumnMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/DatabaseNamingStrategy.kt b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/DatabaseNamingStrategy.kt index 8e748bfac..af41ccb97 100644 --- a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/DatabaseNamingStrategy.kt +++ b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/DatabaseNamingStrategy.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/ExtCodeGenerator.kt b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/ExtCodeGenerator.kt index 6c1132430..c6b57c28a 100644 --- a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/ExtCodeGenerator.kt +++ b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/ExtCodeGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/TableMetadata.kt b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/TableMetadata.kt index 1359b4505..25ed0b159 100644 --- a/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/TableMetadata.kt +++ b/ktorm-ksp-spi/src/main/kotlin/org/ktorm/ksp/spi/TableMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/BulkInsert.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/BulkInsert.kt index 63b3719ed..5f04f19ae 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/BulkInsert.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/BulkInsert.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/DefaultValue.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/DefaultValue.kt index e368503f9..451f2acbf 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/DefaultValue.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/DefaultValue.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Functions.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Functions.kt index 8b9f4669b..14f1217cb 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Functions.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Functions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Global.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Global.kt index 44cd6c7f9..81cc1728e 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Global.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Global.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/InsertOrUpdate.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/InsertOrUpdate.kt index 1a562c7d7..08360347a 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/InsertOrUpdate.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/InsertOrUpdate.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Lock.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Lock.kt index 11d56e6cd..63a85cdc9 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Lock.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/Lock.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MatchAgainst.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MatchAgainst.kt index bf01d1734..b89a9143c 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MatchAgainst.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MatchAgainst.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlDialect.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlDialect.kt index 628c87397..e996fd5e6 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlDialect.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlDialect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlExpressionVisitor.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlExpressionVisitor.kt index b90c87763..9b63ed1ac 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlExpressionVisitor.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlExpressionVisitor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlFormatter.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlFormatter.kt index d98598828..e8866060f 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlFormatter.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/MySqlFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/NaturalJoin.kt b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/NaturalJoin.kt index af80fb112..e414e5bd1 100644 --- a/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/NaturalJoin.kt +++ b/ktorm-support-mysql/src/main/kotlin/org/ktorm/support/mysql/NaturalJoin.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-oracle/src/main/kotlin/org/ktorm/support/oracle/OracleDialect.kt b/ktorm-support-oracle/src/main/kotlin/org/ktorm/support/oracle/OracleDialect.kt index 80bc3706f..b5517119e 100644 --- a/ktorm-support-oracle/src/main/kotlin/org/ktorm/support/oracle/OracleDialect.kt +++ b/ktorm-support-oracle/src/main/kotlin/org/ktorm/support/oracle/OracleDialect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-oracle/src/main/kotlin/org/ktorm/support/oracle/OracleFormatter.kt b/ktorm-support-oracle/src/main/kotlin/org/ktorm/support/oracle/OracleFormatter.kt index 7e14f624c..214e63e3b 100644 --- a/ktorm-support-oracle/src/main/kotlin/org/ktorm/support/oracle/OracleFormatter.kt +++ b/ktorm-support-oracle/src/main/kotlin/org/ktorm/support/oracle/OracleFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/BulkInsert.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/BulkInsert.kt index 328a19be9..927b71477 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/BulkInsert.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/BulkInsert.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/DefaultValue.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/DefaultValue.kt index 29fdb80a7..9d8ca157c 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/DefaultValue.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/DefaultValue.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/EarthDistance.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/EarthDistance.kt index 1222cfd70..ab2b2ea7d 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/EarthDistance.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/EarthDistance.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Functions.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Functions.kt index b64e2abcb..24234785e 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Functions.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Functions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Global.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Global.kt index 3b4279b53..9596c5fa3 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Global.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Global.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/HStore.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/HStore.kt index eb824cf87..8b4217350 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/HStore.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/HStore.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/ILike.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/ILike.kt index d0c1e11e3..c09b34bf9 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/ILike.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/ILike.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/InsertOrUpdate.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/InsertOrUpdate.kt index f48eaa345..707672dc1 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/InsertOrUpdate.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/InsertOrUpdate.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Lock.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Lock.kt index 81a8441fb..e50715981 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Lock.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/Lock.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlDialect.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlDialect.kt index 419932146..90fbccbaa 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlDialect.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlDialect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlExpressionVisitor.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlExpressionVisitor.kt index 6a28b95da..13e04cc8f 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlExpressionVisitor.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlExpressionVisitor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlFormatter.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlFormatter.kt index c40454ff2..671f6d636 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlFormatter.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/PostgreSqlFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/SqlTypes.kt b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/SqlTypes.kt index e23bede84..d878c94e7 100644 --- a/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/SqlTypes.kt +++ b/ktorm-support-postgresql/src/main/kotlin/org/ktorm/support/postgresql/SqlTypes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/BulkInsert.kt b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/BulkInsert.kt index 0d3f7fbff..1f4123870 100644 --- a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/BulkInsert.kt +++ b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/BulkInsert.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/Functions.kt b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/Functions.kt index 978d5d62e..e133ffe21 100644 --- a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/Functions.kt +++ b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/Functions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/InsertOrUpdate.kt b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/InsertOrUpdate.kt index 768b8416f..04b2a3719 100644 --- a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/InsertOrUpdate.kt +++ b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/InsertOrUpdate.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteDialect.kt b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteDialect.kt index bc5239f84..eb1b4b22d 100644 --- a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteDialect.kt +++ b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteDialect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteExpressionVisitor.kt b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteExpressionVisitor.kt index eebd4306c..cbab778c1 100644 --- a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteExpressionVisitor.kt +++ b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteExpressionVisitor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteFormatter.kt b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteFormatter.kt index 0adbc7c9e..cbcc9350c 100644 --- a/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteFormatter.kt +++ b/ktorm-support-sqlite/src/main/kotlin/org/ktorm/support/sqlite/SQLiteFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlServerDialect.kt b/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlServerDialect.kt index e0f97de64..7f289d7f4 100644 --- a/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlServerDialect.kt +++ b/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlServerDialect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlServerFormatter.kt b/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlServerFormatter.kt index a41ca9061..6cacf1339 100644 --- a/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlServerFormatter.kt +++ b/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlServerFormatter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlTypes.kt b/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlTypes.kt index 40a1ed8dd..3039daeff 100644 --- a/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlTypes.kt +++ b/ktorm-support-sqlserver/src/main/kotlin/org/ktorm/support/sqlserver/SqlTypes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 the original author or authors. + * Copyright 2018-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.