Skip to content

Commit e4cf786

Browse files
authored
Change license header name to KotlinCrypto (#8)
1 parent 69e0208 commit e4cf786

36 files changed

+37
-38
lines changed

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
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/-KmpConfigurationExtension.kt

Lines changed: 1 addition & 1 deletion
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/configuration.gradle.kts

Lines changed: 1 addition & 1 deletion
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/dokka.gradle.kts

Lines changed: 2 additions & 3 deletions
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.
@@ -21,8 +21,7 @@ plugins {
2121
id("org.jetbrains.dokka")
2222
}
2323

24-
// TODO: Update to Dokka 2.0.0
25-
// Issue is that a package-list file is not generated when dokkaGenerate is run...
24+
// TODO: Update to Dokka 2.0.0+ (Issue #9)
2625
tasks.withType<DokkaTaskPartial>().configureEach {
2726
suppressInheritedMembers = true
2827

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

Lines changed: 1 addition & 1 deletion
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.gradle.kts

Lines changed: 1 addition & 1 deletion
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.

gh-pages/publish.sh

Lines changed: 1 addition & 1 deletion
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/error/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.

library/error/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Matthew Nelson
1+
# Copyright (c) 2025 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.

0 commit comments

Comments
 (0)