Skip to content

Commit 58a3d00

Browse files
authored
Merge pull request #310 from cicirello/bump-copyright
Bump copyright year
2 parents 237d8a5 + c84db3a commit 58a3d00

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![JavaPermutationTools - A Java library for computation on permutations and sequences](https://jpt.cicirello.org/images/jpt640.png)](#javapermutationtools-jpt-a-java-library-for-computation-on-permutations-and-sequences)
44

5-
Copyright (C) 2018-2022 [Vincent A. Cicirello](https://www.cicirello.org/).
5+
Copyright (C) 2018-2023 [Vincent A. Cicirello](https://www.cicirello.org/).
66

77
Website: https://jpt.cicirello.org/
88

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<distribution>repo</distribution>
3131
<comments>
3232
JavaPermutationTools (JPT): A library for computation on permutations and sequences.
33-
Copyright (C) 2005-2022 Vincent A. Cicirello.
33+
Copyright (C) 2005-2023 Vincent A. Cicirello.
3434

3535
JavaPermutationTools is free software: you can redistribute it and/or modify
3636
it under the terms of the GNU General Public License as published by
@@ -259,7 +259,7 @@
259259
<link>https://rho-mu.cicirello.org/api</link>
260260
<link>https://core.cicirello.org/api</link>
261261
</links>
262-
<bottom><![CDATA[Copyright &copy; 2005-2022 <a href=\"https://www.cicirello.org/\" target=_top>Vincent A. Cicirello</a>. All rights reserved.]]></bottom>
262+
<bottom><![CDATA[Copyright &copy; 2005-2023 <a href=\"https://www.cicirello.org/\" target=_top>Vincent A. Cicirello</a>. All rights reserved.]]></bottom>
263263
</configuration>
264264
</plugin>
265265
<plugin>

src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JavaPermutationTools - A Java library for computation on permutations.
3-
* Copyright 2005-2022 Vincent A. Cicirello, <https://www.cicirello.org/>.
3+
* Copyright 2005-2023 Vincent A. Cicirello, <https://www.cicirello.org/>.
44
*
55
* JavaPermutationTools is free software: you can
66
* redistribute it and/or modify it under the terms of the GNU
@@ -24,7 +24,7 @@
2424
*
2525
* <h2>JavaPermutationTools - A Java library for computation on permutations</h2>
2626
*
27-
* <p>Copyright &copy; 2005-2022 <a href="https://www.cicirello.org/" target=_top>Vincent A.
27+
* <p>Copyright &copy; 2005-2023 <a href="https://www.cicirello.org/" target=_top>Vincent A.
2828
* Cicirello</a>.
2929
*
3030
* <p><a href="https://doi.org/10.21105/joss.00950"><img

0 commit comments

Comments
 (0)