Skip to content

Commit 3f59abc

Browse files
committed
Bump copyright year to 2024
1 parent 203a0c9 commit 3f59abc

17 files changed

+29
-16
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) 2005-2023, Carlos Amengual
2+
* Copyright (c) 2005-2024, Carlos Amengual
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

build.gradle

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*
2+
3+
Copyright (c) 2021-2024, Carlos Amengual.
4+
5+
Licensed under a BSD-style License. You can find the license here:
6+
https://raw.githubusercontent.com/css4j/xml-dtd/master/LICENSE.txt
7+
8+
*/
9+
10+
/*
11+
* SPDX-License-Identifier: BSD-3-Clause
12+
*/
13+
114
plugins {
215
id 'java-library'
316
id 'maven-publish'

junit/io/sf/carte/doc/xml/dtd/ContentModelTest.java

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

junit/io/sf/carte/doc/xml/dtd/DefaultEntityResolverTest.java

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

junit/io/sf/carte/doc/xml/dtd/DocumentTypeDeclarationTest.java

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

junit/io/sf/carte/doc/xml/dtd/EntityFinderTest.java

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

junit/io/sf/carte/doc/xml/dtd/NullEntityResolver.java

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

junit/io/sf/carte/doc/xml/dtd/StackedEntityResolverTest.java

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

junit/io/sf/carte/doc/xml/dtd/StackedEntityResolverTest2.java

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

junit/io/sf/carte/doc/xml/dtd/TestConfig.java

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

0 commit comments

Comments
 (0)