Skip to content

Commit 13b97a6

Browse files
committed
update year in copyright notice of newer files.
1 parent 67574dc commit 13b97a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/org/sosy_lab/java_smt/solvers/opensmt/OpenSmtSolverContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// an API wrapper for a collection of SMT solvers:
33
// https://github.com/sosy-lab/java-smt
44
//
5-
// SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org>
5+
// SPDX-FileCopyrightText: 2025 Dirk Beyer <https://www.sosy-lab.org>
66
//
77
// SPDX-License-Identifier: Apache-2.0
88

src/org/sosy_lab/java_smt/solvers/opensmt/interpolationAlgorithms/Core.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* an API wrapper for a collection of SMT solvers:
44
* https://github.com/sosy-lab/java-smt
55
*
6-
* SPDX-FileCopyrightText: 2024 Dirk Beyer <https://www.sosy-lab.org>
6+
* SPDX-FileCopyrightText: 2025 Dirk Beyer <https://www.sosy-lab.org>
77
*
88
* SPDX-License-Identifier: Apache-2.0
99
*/

src/org/sosy_lab/java_smt/solvers/opensmt/interpolationAlgorithms/LA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* an API wrapper for a collection of SMT solvers:
44
* https://github.com/sosy-lab/java-smt
55
*
6-
* SPDX-FileCopyrightText: 2024 Dirk Beyer <https://www.sosy-lab.org>
6+
* SPDX-FileCopyrightText: 2025 Dirk Beyer <https://www.sosy-lab.org>
77
*
88
* SPDX-License-Identifier: Apache-2.0
99
*/

src/org/sosy_lab/java_smt/solvers/opensmt/interpolationAlgorithms/UF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* an API wrapper for a collection of SMT solvers:
44
* https://github.com/sosy-lab/java-smt
55
*
6-
* SPDX-FileCopyrightText: 2024 Dirk Beyer <https://www.sosy-lab.org>
6+
* SPDX-FileCopyrightText: 2025 Dirk Beyer <https://www.sosy-lab.org>
77
*
88
* SPDX-License-Identifier: Apache-2.0
99
*/

0 commit comments

Comments
 (0)