diff --git a/build-logic/build.gradle.kts b/build-logic/build.gradle.kts index dfa10a6..f3c1364 100644 --- a/build-logic/build.gradle.kts +++ b/build-logic/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed 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-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index 2241d25..faff0cc 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed 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-logic/src/main/kotlin/-KmpConfigurationExtension.kt b/build-logic/src/main/kotlin/-KmpConfigurationExtension.kt index 3ce1dbd..e34fb75 100644 --- a/build-logic/src/main/kotlin/-KmpConfigurationExtension.kt +++ b/build-logic/src/main/kotlin/-KmpConfigurationExtension.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed 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-logic/src/main/kotlin/configuration.gradle.kts b/build-logic/src/main/kotlin/configuration.gradle.kts index 76eb7f6..149099c 100644 --- a/build-logic/src/main/kotlin/configuration.gradle.kts +++ b/build-logic/src/main/kotlin/configuration.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed 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-logic/src/main/kotlin/dokka.gradle.kts b/build-logic/src/main/kotlin/dokka.gradle.kts index e5e25bf..29775e5 100644 --- a/build-logic/src/main/kotlin/dokka.gradle.kts +++ b/build-logic/src/main/kotlin/dokka.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,8 +21,7 @@ plugins { id("org.jetbrains.dokka") } -// TODO: Update to Dokka 2.0.0 -// Issue is that a package-list file is not generated when dokkaGenerate is run... +// TODO: Update to Dokka 2.0.0+ (Issue #9) tasks.withType().configureEach { suppressInheritedMembers = true diff --git a/build-logic/src/main/kotlin/publication.gradle.kts b/build-logic/src/main/kotlin/publication.gradle.kts index 3ca4d23..189d8fe 100644 --- a/build-logic/src/main/kotlin/publication.gradle.kts +++ b/build-logic/src/main/kotlin/publication.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed 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 056aa0b..48995d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/gh-pages/publish.sh b/gh-pages/publish.sh index a1f56a3..c39e6d5 100755 --- a/gh-pages/publish.sh +++ b/gh-pages/publish.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2025 Matthew Nelson +# Copyright (c) 2025 KotlinCrypto # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/library/error/build.gradle.kts b/library/error/build.gradle.kts index e4aba73..4d3716f 100644 --- a/library/error/build.gradle.kts +++ b/library/error/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/gradle.properties b/library/error/gradle.properties index 9aa2018..f0162ce 100644 --- a/library/error/gradle.properties +++ b/library/error/gradle.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2025 Matthew Nelson +# Copyright (c) 2025 KotlinCrypto # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/BadPaddingException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/BadPaddingException.kt index e0767e4..b9e3e3c 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/BadPaddingException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/BadPaddingException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateEncodingException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateEncodingException.kt index 0a7e13c..50d2d1a 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateEncodingException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateEncodingException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateException.kt index 59f23a3..466be78 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateParsingException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateParsingException.kt index fdc86b8..195b249 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateParsingException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/CertificateParsingException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/GeneralSecurityException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/GeneralSecurityException.kt index 55c9db2..fd0f2ab 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/GeneralSecurityException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/GeneralSecurityException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/IllegalBlockSizeException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/IllegalBlockSizeException.kt index 75607f4..29a5f69 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/IllegalBlockSizeException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/IllegalBlockSizeException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/InvalidKeyException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/InvalidKeyException.kt index 10bb6f3..5a3ff44 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/InvalidKeyException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/InvalidKeyException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/InvalidParameterException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/InvalidParameterException.kt index 9497036..d8c99ac 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/InvalidParameterException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/InvalidParameterException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/KeyException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/KeyException.kt index c1a664f..0857f9e 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/KeyException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/KeyException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/Preconditions.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/Preconditions.kt index 1c29255..2076968 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/Preconditions.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/Preconditions.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/ShortBufferException.kt b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/ShortBufferException.kt index 0bbba23..afcee6f 100644 --- a/library/error/src/commonMain/kotlin/org/kotlincrypto/error/ShortBufferException.kt +++ b/library/error/src/commonMain/kotlin/org/kotlincrypto/error/ShortBufferException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/commonTest/kotlin/org/kotlincrypto/error/PreconditionsUnitTest.kt b/library/error/src/commonTest/kotlin/org/kotlincrypto/error/PreconditionsUnitTest.kt index 6dde126..5e41d4e 100644 --- a/library/error/src/commonTest/kotlin/org/kotlincrypto/error/PreconditionsUnitTest.kt +++ b/library/error/src/commonTest/kotlin/org/kotlincrypto/error/PreconditionsUnitTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/jvmMain/kotlin/org/kotlincrypto/error/JvmExceptions.kt b/library/error/src/jvmMain/kotlin/org/kotlincrypto/error/JvmExceptions.kt index 549e304..ff00aea 100644 --- a/library/error/src/jvmMain/kotlin/org/kotlincrypto/error/JvmExceptions.kt +++ b/library/error/src/jvmMain/kotlin/org/kotlincrypto/error/JvmExceptions.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/BadPaddingException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/BadPaddingException.kt index b0b41cd..b96d6f8 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/BadPaddingException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/BadPaddingException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateEncodingException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateEncodingException.kt index c05aa3f..2cd87c9 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateEncodingException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateEncodingException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateException.kt index 0c96043..2dffe50 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateParsingException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateParsingException.kt index 61d2cb5..2096f8e 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateParsingException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/CertificateParsingException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/GeneralSecurityException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/GeneralSecurityException.kt index 4a7a77c..3b6cf9e 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/GeneralSecurityException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/GeneralSecurityException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/IllegalBlockSizeException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/IllegalBlockSizeException.kt index f2cb288..d76c2d1 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/IllegalBlockSizeException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/IllegalBlockSizeException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/InvalidKeyException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/InvalidKeyException.kt index 7cba08d..cd72195 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/InvalidKeyException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/InvalidKeyException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/InvalidParameterException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/InvalidParameterException.kt index c8d8b25..6fcc09a 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/InvalidParameterException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/InvalidParameterException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/KeyException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/KeyException.kt index 34d1f64..51b3e1c 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/KeyException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/KeyException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/ShortBufferException.kt b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/ShortBufferException.kt index add3cf3..261160b 100644 --- a/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/ShortBufferException.kt +++ b/library/error/src/nonJvmMain/kotlin/org/kotlincrypto/error/ShortBufferException.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed 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 b1e5db7..a653820 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/check-publication/build.gradle.kts b/tools/check-publication/build.gradle.kts index 6ac8486..ea75e52 100644 --- a/tools/check-publication/build.gradle.kts +++ b/tools/check-publication/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/check-publication/src/commonMain/kotlin/tools/check/publication/Stub.kt b/tools/check-publication/src/commonMain/kotlin/tools/check/publication/Stub.kt index c11b746..d7cb5db 100644 --- a/tools/check-publication/src/commonMain/kotlin/tools/check/publication/Stub.kt +++ b/tools/check-publication/src/commonMain/kotlin/tools/check/publication/Stub.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Matthew Nelson + * Copyright (c) 2025 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.