Skip to content

Commit 7620a40

Browse files
authored
Change license header name to KotlinCrypto (#123)
1 parent cccb2c0 commit 7620a40

File tree

56 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+56
-56
lines changed

benchmarks/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Matthew Nelson
2+
* Copyright (c) 2024 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/DigestOps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Matthew Nelson
2+
* Copyright (c) 2024 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/commonMain/kotlin/org/kotlincrypto/core/benchmarks/XofOps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025 Matthew Nelson
2+
* Copyright (c) 2025 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

build-logic/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

build-logic/settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

build-logic/src/main/kotlin/-KmpConfigurationExtension.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

build-logic/src/main/kotlin/configuration.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

build-logic/src/main/kotlin/dokka.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025 Matthew Nelson
2+
* Copyright (c) 2025 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

build-logic/src/main/kotlin/publication.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

gh-pages/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2025 Matthew Nelson
2+
# Copyright (c) 2025 KotlinCrypto
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

library/core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/core/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthew Nelson
1+
# Copyright (c) 2023 KotlinCrypto
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

library/core/src/commonMain/kotlin/org/kotlincrypto/core/Algorithm.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/core/src/commonMain/kotlin/org/kotlincrypto/core/Annotation.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/core/src/commonMain/kotlin/org/kotlincrypto/core/Copyable.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/core/src/commonMain/kotlin/org/kotlincrypto/core/Resettable.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/core/src/commonMain/kotlin/org/kotlincrypto/core/Updatable.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/core/src/jvmMain/kotlin/org/kotlincrypto/core/-AndroidSdkInt.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthew Nelson
1+
# Copyright (c) 2023 KotlinCrypto
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/Digest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-Buffer.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Matthew Nelson
2+
* Copyright (c) 2024 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/-CommonPlatform.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/commonMain/kotlin/org/kotlincrypto/core/digest/internal/DigestState.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/AbstractTestUpdateExceptions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/DigestUnitTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/commonTest/kotlin/org/kotlincrypto/core/digest/TestDigest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/jvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestExceptionTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/jvmTest/kotlin/org/kotlincrypto/core/digest/JvmDigestUnitTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/digest/src/nonJvmMain/kotlin/org/kotlincrypto/core/digest/Digest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthew Nelson
1+
# Copyright (c) 2023 KotlinCrypto
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

library/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/Mac.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/src/commonMain/kotlin/org/kotlincrypto/core/mac/internal/-CommonPlatform.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/MacUnitTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/src/commonTest/kotlin/org/kotlincrypto/core/mac/TestMac.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/src/jvmMain/kotlin/org/kotlincrypto/core/mac/internal/AndroidApi21to23MacSpiProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/src/jvmTest/kotlin/org/kotlincrypto/core/mac/JvmMacUnitTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/mac/src/nonJvmMain/kotlin/org/kotlincrypto/core/mac/Mac.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/xof/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/xof/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthew Nelson
1+
# Copyright (c) 2023 KotlinCrypto
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/Xof.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofAlgorithm.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/xof/src/commonMain/kotlin/org/kotlincrypto/core/xof/XofFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/xof/src/commonTest/kotlin/org/kotlincrypto/core/xof/XofUtilsUnitTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test-android/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/AndroidSdkIntTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test-android/src/androidInstrumentedTest/kotlin/org/kotlincrypto/core/mac/AndroidMacTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test-android/src/androidMain/kotlin/org/kotlincrypto/core/-Stub.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test-android/src/androidUnitTest/kotlin/org/kotlincrypto/core/AndroidSdkIntUnitTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

tools/check-publication/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

tools/check-publication/src/commonMain/kotlin/tools/check/publication/Stub.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Matthew Nelson
2+
* Copyright (c) 2023 KotlinCrypto
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)