Skip to content

Commit cc66ccb

Browse files
Update copyright year (#261)
## Description <!--- Describe your changes in detail --> ## Related Issue <!--- This project only accepts pull requests related to open issues --> <!--- If suggesting a new feature or change, please discuss it in an issue first --> <!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> <!--- Please link to the issue here: --> ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have mentioned changes in [CHANGELOG.md](../CHANGELOG.md). - [ ] I have read the [**CONTRIBUTING**](CONTRIBUTING.md) document. ## PR Stack <!-- branch-stack --> - `main` - \#261 :point\_left:
1 parent 0ce4c14 commit cc66ccb

File tree

63 files changed

+71
-61
lines changed

Some content is hidden

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

63 files changed

+71
-61
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Nicholas Doglio
3+
Copyright (c) 2024 Nicholas Doglio
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
/*
5-
* Copyright (C) 2023 Nicholas Doglio
5+
* Copyright (C) 2024 Nicholas Doglio
66
* SPDX-License-Identifier: MIT
77
*/
88

build-logic/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2023 Nicholas Doglio
2+
# Copyright (C) 2024 Nicholas Doglio
33
# SPDX-License-Identifier: MIT
44
#
55
org.gradle.jvmargs=-Xmx3g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g

build-logic/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2023 Nicholas Doglio
2+
# Copyright (C) 2024 Nicholas Doglio
33
# SPDX-License-Identifier: MIT
44
#
55
distributionBase=GRADLE_USER_HOME

build-logic/lint-baseline.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright (C) 2024 Nicholas Doglio
4+
~ SPDX-License-Identifier: MIT
5+
-->
6+
27
<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">
38

49
<issue

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) 2023 Nicholas Doglio
2+
* Copyright (C) 2024 Nicholas Doglio
33
* SPDX-License-Identifier: MIT
44
*/
55

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) 2023 Nicholas Doglio
2+
* Copyright (C) 2024 Nicholas Doglio
33
* SPDX-License-Identifier: MIT
44
*/
55

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2023 Nicholas Doglio
2+
# Copyright (C) 2024 Nicholas Doglio
33
# SPDX-License-Identifier: MIT
44
#
55
org.gradle.jvmargs=-Xmx8g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=2g

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2023 Nicholas Doglio
2+
# Copyright (C) 2024 Nicholas Doglio
33
# SPDX-License-Identifier: MIT
44
#
55
distributionBase=GRADLE_USER_HOME

kover-aggregate/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) 2023 Nicholas Doglio
2+
* Copyright (C) 2024 Nicholas Doglio
33
* SPDX-License-Identifier: MIT
44
*/
55

0 commit comments

Comments
 (0)