Skip to content

Commit 3e79028

Browse files
committed
Bump year to 2026 in copyright notices
1 parent bf5e64d commit 3e79028

Some content is hidden

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

41 files changed

+71
-38
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020-2025, Carlos Amengual
2+
* Copyright (c) 2020-2026, Carlos Amengual
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

buildSrc/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
3+
Copyright (c) 2020-2026, Carlos Amengual.
4+
5+
SPDX-License-Identifier: BSD-3-Clause
6+
7+
Licensed under a BSD-style License. You can find the license here:
8+
https://css4j.github.io/LICENSE.txt
9+
10+
*/
11+
112
plugins {
213
// Support convention plugins written in Groovy.
314
id 'groovy-gradle-plugin'

buildSrc/src/main/groovy/io.sf.carte.java-conventions.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
3+
Copyright (c) 2020-2026, Carlos Amengual.
4+
5+
SPDX-License-Identifier: BSD-3-Clause
6+
7+
Licensed under a BSD-style License. You can find the license here:
8+
https://css4j.github.io/LICENSE.txt
9+
10+
*/
11+
112
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
213

314
plugins {

carte-jmh/src/io/sf/carte/report/jmh/BenchmarkChartWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2020-2025, Carlos Amengual.
3+
Copyright (c) 2020-2026, Carlos Amengual.
44
55
SPDX-License-Identifier: BSD-3-Clause
66

carte-jmh/src/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2020-2025, Carlos Amengual.
3+
Copyright (c) 2020-2026, Carlos Amengual.
44
55
SPDX-License-Identifier: BSD-3-Clause
66

carte/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
3+
Copyright (c) 2020-2026, Carlos Amengual.
4+
5+
SPDX-License-Identifier: BSD-3-Clause
6+
7+
Licensed under a BSD-style License. You can find the license here:
8+
https://css4j.github.io/LICENSE.txt
9+
10+
*/
11+
112
plugins {
213
id 'io.sf.carte.java-conventions'
314
}

carte/junit/io/sf/carte/chart/SVGHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2020-2025, Carlos Amengual.
3+
Copyright (c) 2020-2026, Carlos Amengual.
44
55
SPDX-License-Identifier: BSD-3-Clause
66

carte/src/io/sf/carte/chart/AbstractChartRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2020-2025, Carlos Amengual.
3+
Copyright (c) 2020-2026, Carlos Amengual.
44
55
SPDX-License-Identifier: BSD-3-Clause
66

carte/src/io/sf/carte/chart/BarChartInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2020-2025, Carlos Amengual.
3+
Copyright (c) 2020-2026, Carlos Amengual.
44
55
SPDX-License-Identifier: BSD-3-Clause
66

carte/src/io/sf/carte/chart/BarChartRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2020-2025, Carlos Amengual.
3+
Copyright (c) 2020-2026, Carlos Amengual.
44
55
SPDX-License-Identifier: BSD-3-Clause
66

0 commit comments

Comments
 (0)