diff --git a/benchmarks/build.gradle.kts b/benchmarks/build.gradle.kts index ce46298..281c5e8 100644 --- a/benchmarks/build.gradle.kts +++ b/benchmarks/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Matthew Nelson + * Copyright (c) 2024 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/benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/DigestOps.kt b/benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/DigestOps.kt index 7ae5340..f7b0b07 100644 --- a/benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/DigestOps.kt +++ b/benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/DigestOps.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Matthew Nelson + * Copyright (c) 2024 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/benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/XofOps.kt b/benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/XofOps.kt index 88f1757..26f770a 100644 --- a/benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/XofOps.kt +++ b/benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/XofOps.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/build.gradle.kts b/build-logic/build.gradle.kts index ec02fd7..8d1e27e 100644 --- a/build-logic/build.gradle.kts +++ b/build-logic/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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 3f15d58..2a477fa 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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 932993d..bcde8ab 100644 --- a/build-logic/src/main/kotlin/-KmpConfigurationExtension.kt +++ b/build-logic/src/main/kotlin/-KmpConfigurationExtension.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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 091fc37..92ca8f4 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) 2023 Matthew Nelson + * Copyright (c) 2023 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 7dad574..c823985 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. diff --git a/build-logic/src/main/kotlin/publication.gradle.kts b/build-logic/src/main/kotlin/publication.gradle.kts index 4cb96ec..a4a2bf9 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) 2023 Matthew Nelson + * Copyright (c) 2023 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 7b1bcd1..3c7969c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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 be548c5..e19a229 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/core/build.gradle.kts b/library/core/build.gradle.kts index 95106d9..f176a02 100644 --- a/library/core/build.gradle.kts +++ b/library/core/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/core/gradle.properties b/library/core/gradle.properties index 2fa3597..d2cd3ac 100644 --- a/library/core/gradle.properties +++ b/library/core/gradle.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Matthew Nelson +# Copyright (c) 2023 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/core/src/commonMain/kotlin/org/kotlincrypto/core/Algorithm.kt b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Algorithm.kt index 05116f7..300f82f 100644 --- a/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Algorithm.kt +++ b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Algorithm.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/core/src/commonMain/kotlin/org/kotlincrypto/core/Annotation.kt b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Annotation.kt index 431114b..c9f1115 100644 --- a/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Annotation.kt +++ b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Annotation.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/core/src/commonMain/kotlin/org/kotlincrypto/core/Copyable.kt b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Copyable.kt index aabd04b..acab24f 100644 --- a/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Copyable.kt +++ b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Copyable.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/core/src/commonMain/kotlin/org/kotlincrypto/core/Resettable.kt b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Resettable.kt index 3a192e5..9dc4ce6 100644 --- a/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Resettable.kt +++ b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Resettable.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/core/src/commonMain/kotlin/org/kotlincrypto/core/Updatable.kt b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Updatable.kt index c3f2bd9..9053e7c 100644 --- a/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Updatable.kt +++ b/library/core/src/commonMain/kotlin/org/kotlincrypto/core/Updatable.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/core/src/jvmMain/kotlin/org/kotlincrypto/core/-AndroidSdkInt.kt b/library/core/src/jvmMain/kotlin/org/kotlincrypto/core/-AndroidSdkInt.kt index c62c556..7f5a9fe 100644 --- a/library/core/src/jvmMain/kotlin/org/kotlincrypto/core/-AndroidSdkInt.kt +++ b/library/core/src/jvmMain/kotlin/org/kotlincrypto/core/-AndroidSdkInt.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/build.gradle.kts b/library/digest/build.gradle.kts index 8d4ef08..dc3ee1d 100644 --- a/library/digest/build.gradle.kts +++ b/library/digest/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/gradle.properties b/library/digest/gradle.properties index de538cb..588b832 100644 --- a/library/digest/gradle.properties +++ b/library/digest/gradle.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Matthew Nelson +# Copyright (c) 2023 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/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/Digest.kt b/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/Digest.kt index 7bd3272..4adf5cd 100644 --- a/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/Digest.kt +++ b/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/Digest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-Buffer.kt b/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-Buffer.kt index 28dca65..5542145 100644 --- a/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-Buffer.kt +++ b/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-Buffer.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Matthew Nelson + * Copyright (c) 2024 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/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-CommonPlatform.kt b/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-CommonPlatform.kt index 4150295..598fbf4 100644 --- a/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-CommonPlatform.kt +++ b/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-CommonPlatform.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/DigestState.kt b/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/DigestState.kt index 0f3c901..49b9794 100644 --- a/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/DigestState.kt +++ b/library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/DigestState.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/AbstractTestUpdateExceptions.kt b/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/AbstractTestUpdateExceptions.kt index e5f0564..d857ab7 100644 --- a/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/AbstractTestUpdateExceptions.kt +++ b/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/AbstractTestUpdateExceptions.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/DigestUnitTest.kt b/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/DigestUnitTest.kt index 210b7e0..f5964fc 100644 --- a/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/DigestUnitTest.kt +++ b/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/DigestUnitTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/TestDigest.kt b/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/TestDigest.kt index 72907f9..dc9f03f 100644 --- a/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/TestDigest.kt +++ b/library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/TestDigest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/jvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt b/library/digest/src/jvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt index 70ad0ff..4f45a9a 100644 --- a/library/digest/src/jvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt +++ b/library/digest/src/jvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestExceptionTest.kt b/library/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestExceptionTest.kt index 0353943..4e2f655 100644 --- a/library/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestExceptionTest.kt +++ b/library/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestExceptionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestUnitTest.kt b/library/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestUnitTest.kt index 144b652..5e6ad67 100644 --- a/library/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestUnitTest.kt +++ b/library/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestUnitTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/digest/src/nonJvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt b/library/digest/src/nonJvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt index a08aef5..dab5c6b 100644 --- a/library/digest/src/nonJvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt +++ b/library/digest/src/nonJvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/build.gradle.kts b/library/mac/build.gradle.kts index 3d83c3e..48d67ef 100644 --- a/library/mac/build.gradle.kts +++ b/library/mac/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/gradle.properties b/library/mac/gradle.properties index dcc5b20..dec2239 100644 --- a/library/mac/gradle.properties +++ b/library/mac/gradle.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Matthew Nelson +# Copyright (c) 2023 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/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/Mac.kt b/library/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/Mac.kt index dead836..4b9a790 100644 --- a/library/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/Mac.kt +++ b/library/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/Mac.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/internal/-CommonPlatform.kt b/library/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/internal/-CommonPlatform.kt index fbab9a5..b20693e 100644 --- a/library/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/internal/-CommonPlatform.kt +++ b/library/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/internal/-CommonPlatform.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/MacUnitTest.kt b/library/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/MacUnitTest.kt index 7aace4f..730cbc5 100644 --- a/library/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/MacUnitTest.kt +++ b/library/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/MacUnitTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/TestMac.kt b/library/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/TestMac.kt index 30477ce..fb18174 100644 --- a/library/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/TestMac.kt +++ b/library/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/TestMac.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt b/library/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt index b8ed187..03b39e3 100644 --- a/library/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt +++ b/library/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/internal/AndroidApi21to23MacSpiProvider.kt b/library/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/internal/AndroidApi21to23MacSpiProvider.kt index 898ade3..31ef012 100644 --- a/library/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/internal/AndroidApi21to23MacSpiProvider.kt +++ b/library/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/internal/AndroidApi21to23MacSpiProvider.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/src/jvmTest/kotlin/org/kotlincrypto/core/mac/JvmMacUnitTest.kt b/library/mac/src/jvmTest/kotlin/org/kotlincrypto/core/mac/JvmMacUnitTest.kt index cd0120e..1611b35 100644 --- a/library/mac/src/jvmTest/kotlin/org/kotlincrypto/core/mac/JvmMacUnitTest.kt +++ b/library/mac/src/jvmTest/kotlin/org/kotlincrypto/core/mac/JvmMacUnitTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/mac/src/nonJvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt b/library/mac/src/nonJvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt index ebae746..e8b3005 100644 --- a/library/mac/src/nonJvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt +++ b/library/mac/src/nonJvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/xof/build.gradle.kts b/library/xof/build.gradle.kts index 0d68bbc..4785af1 100644 --- a/library/xof/build.gradle.kts +++ b/library/xof/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/xof/gradle.properties b/library/xof/gradle.properties index bd2cff7..79e491a 100644 --- a/library/xof/gradle.properties +++ b/library/xof/gradle.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Matthew Nelson +# Copyright (c) 2023 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/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/Xof.kt b/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/Xof.kt index 2409f02..515a3b0 100644 --- a/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/Xof.kt +++ b/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/Xof.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofAlgorithm.kt b/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofAlgorithm.kt index ed3da83..dc6c257 100644 --- a/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofAlgorithm.kt +++ b/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofAlgorithm.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofFactory.kt b/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofFactory.kt index da89372..5a40fdc 100644 --- a/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofFactory.kt +++ b/library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/xof/src/commonTest/kotlin/org/kotlincrypto/core/xof/XofUtilsUnitTest.kt b/library/xof/src/commonTest/kotlin/org/kotlincrypto/core/xof/XofUtilsUnitTest.kt index 063907f..0aefee0 100644 --- a/library/xof/src/commonTest/kotlin/org/kotlincrypto/core/xof/XofUtilsUnitTest.kt +++ b/library/xof/src/commonTest/kotlin/org/kotlincrypto/core/xof/XofUtilsUnitTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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 690238c..e50cec1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/test-android/build.gradle.kts b/test-android/build.gradle.kts index 5efd866..d2e2322 100644 --- a/test-android/build.gradle.kts +++ b/test-android/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/AndroidSdkIntTest.kt b/test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/AndroidSdkIntTest.kt index aa71496..a90ab05 100644 --- a/test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/AndroidSdkIntTest.kt +++ b/test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/AndroidSdkIntTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/mac/AndroidMacTest.kt b/test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/mac/AndroidMacTest.kt index 3fe95dc..09d1497 100644 --- a/test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/mac/AndroidMacTest.kt +++ b/test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/mac/AndroidMacTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/test-android/src/androidMain/kotlin/org/kotlincrypto/core/-Stub.kt b/test-android/src/androidMain/kotlin/org/kotlincrypto/core/-Stub.kt index 53aad25..01f50cf 100644 --- a/test-android/src/androidMain/kotlin/org/kotlincrypto/core/-Stub.kt +++ b/test-android/src/androidMain/kotlin/org/kotlincrypto/core/-Stub.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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/test-android/src/androidUnitTest/kotlin/org/kotlincrypto/core/AndroidSdkIntUnitTest.kt b/test-android/src/androidUnitTest/kotlin/org/kotlincrypto/core/AndroidSdkIntUnitTest.kt index 1e3cd65..a61b746 100644 --- a/test-android/src/androidUnitTest/kotlin/org/kotlincrypto/core/AndroidSdkIntUnitTest.kt +++ b/test-android/src/androidUnitTest/kotlin/org/kotlincrypto/core/AndroidSdkIntUnitTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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 b598d31..6380235 100644 --- a/tools/check-publication/build.gradle.kts +++ b/tools/check-publication/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Matthew Nelson + * Copyright (c) 2023 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 4664f74..780ebf2 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) 2023 Matthew Nelson + * Copyright (c) 2023 KotlinCrypto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.