Skip to content

Commit 6842a69

Browse files
authored
Merge pull request #81 from com-github-javabdd/80-update-to-copyright-year-2025
#80 Update copyright year to 2025.
2 parents 007ce2a + 20a916d commit 6842a69

18 files changed

+18
-18
lines changed

.checkstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
Copyright (c) 2021-2024 John Whaley and com.github.javabdd contributors
4+
Copyright (c) 2021-2025 John Whaley and com.github.javabdd contributors
55
66
See the CONTRIBUTORS file(s) distributed with this work for additional
77
information regarding copyright ownership.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2020-2024 John Whaley and com.github.javabdd contributors
2+
# Copyright (c) 2020-2025 John Whaley and com.github.javabdd contributors
33
#
44
# See the CONTRIBUTORS file(s) distributed with this work for additional
55
# information regarding copyright ownership.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# Copyright (c) 2020-2024 John Whaley and com.github.javabdd contributors
2+
# Copyright (c) 2020-2025 John Whaley and com.github.javabdd contributors
33
#
44
# See the CONTRIBUTORS file(s) distributed with this work for additional
55
# information regarding copyright ownership.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2020-2024 John Whaley and com.github.javabdd contributors
2+
Copyright (c) 2020-2025 John Whaley and com.github.javabdd contributors
33
44
See the CONTRIBUTORS file(s) distributed with this work for additional
55
information regarding copyright ownership.

release-perform

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/bash
22

33
##############################################################################
4-
# Copyright (c) 2020-2024 John Whaley and com.github.javabdd contributors
4+
# Copyright (c) 2020-2025 John Whaley and com.github.javabdd contributors
55
#
66
# See the CONTRIBUTORS file(s) distributed with this work for additional
77
# information regarding copyright ownership.

release-prepare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/bash
22

33
##############################################################################
4-
# Copyright (c) 2020-2024 John Whaley and com.github.javabdd contributors
4+
# Copyright (c) 2020-2025 John Whaley and com.github.javabdd contributors
55
#
66
# See the CONTRIBUTORS file(s) distributed with this work for additional
77
# information regarding copyright ownership.

src/main/java/com/github/javabdd/BDD.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2003-2024 John Whaley and com.github.javabdd contributors
2+
// Copyright (c) 2003-2025 John Whaley and com.github.javabdd contributors
33
//
44
// See the CONTRIBUTORS file(s) distributed with this work for additional
55
// information regarding copyright ownership.

src/main/java/com/github/javabdd/BDDBitVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2003-2024 John Whaley and com.github.javabdd contributors
2+
// Copyright (c) 2003-2025 John Whaley and com.github.javabdd contributors
33
//
44
// See the CONTRIBUTORS file(s) distributed with this work for additional
55
// information regarding copyright ownership.

src/main/java/com/github/javabdd/BDDDomain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2003-2024 John Whaley and com.github.javabdd contributors
2+
// Copyright (c) 2003-2025 John Whaley and com.github.javabdd contributors
33
//
44
// See the CONTRIBUTORS file(s) distributed with this work for additional
55
// information regarding copyright ownership.

src/main/java/com/github/javabdd/BDDException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//////////////////////////////////////////////////////////////////////////////
2-
// Copyright (c) 2003-2024 John Whaley and com.github.javabdd contributors
2+
// Copyright (c) 2003-2025 John Whaley and com.github.javabdd contributors
33
//
44
// See the CONTRIBUTORS file(s) distributed with this work for additional
55
// information regarding copyright ownership.

0 commit comments

Comments
 (0)