Skip to content

Commit

Permalink
update Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Aug 8, 2024
1 parent e8b1a2e commit 97b1528
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 88 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ Written in 2013-2016 by Peter O.

Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
[https://creativecommons.org/publicdomain/zero/1.0/](https://creativecommons.org/publicdomain/zero/1.0/)
licensed under the Unlicense: [https://unlicense.org/](https://unlicense.org/)

## Signing Key

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/Base64.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORDataUtilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORDateConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORDoubleBits.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBOREInteger.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORException.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
/*
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORExtendedDecimal.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORExtendedFloat.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORExtendedRational.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORInteger.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORJson.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/
import java.util.*;
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORJson2.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORJson3.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORType.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORUriConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORUtilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CBORUuidConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/CharacterReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/ICBORConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/ICBORNumber.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/
import com.upokecenter.numbers.*;
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/ICBORToFromConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/JSONPatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written in 2013 by Peter Occil.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/JSONPointer.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written in 2013-2018 by Peter Occil.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/PropertyMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

import java.io.InputStream;
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/SharedRefs.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/StringOutput.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/upokecenter/cbor/StringRefs.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/test/java/com/upokecenter/test/BEncoding.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written in 2013 by Peter Occil.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/test/java/com/upokecenter/test/Base64.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/test/java/com/upokecenter/test/CBORSupplementTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/test/java/com/upokecenter/test/CBORTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/test/java/com/upokecenter/test/CPOD.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/test/java/com/upokecenter/test/JSONPatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written in 2013 by Peter Occil.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/test/java/com/upokecenter/test/JSONPointer.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written in 2013-2018 by Peter Occil.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
3 changes: 1 addition & 2 deletions src/test/java/com/upokecenter/test/JSONWithComments.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Written by Peter O.
Any copyright to this work is released to the Public Domain.
In case this is not possible, this work is also
licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
licensed under the Unlicense: https://unlicense.org/
*/

Expand Down
Loading

0 comments on commit 97b1528

Please sign in to comment.