Skip to content

Commit 97b1528

Browse files
committed
update Java version
1 parent e8b1a2e commit 97b1528

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-88
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ Written in 2013-2016 by Peter O.
8989

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

9594
## Signing Key
9695

src/main/java/com/upokecenter/cbor/Base64.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Written by Peter O.
44
Any copyright to this work is released to the Public Domain.
55
In case this is not possible, this work is also
6-
licensed under Creative Commons Zero (CC0):
7-
https://creativecommons.org/publicdomain/zero/1.0/
6+
licensed under the Unlicense: https://unlicense.org/
87
98
*/
109

src/main/java/com/upokecenter/cbor/CBORDataUtilities.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Written by Peter O.
44
Any copyright to this work is released to the Public Domain.
55
In case this is not possible, this work is also
6-
licensed under Creative Commons Zero (CC0):
7-
https://creativecommons.org/publicdomain/zero/1.0/
6+
licensed under the Unlicense: https://unlicense.org/
87
98
*/
109

src/main/java/com/upokecenter/cbor/CBORDataUtilitiesByteArrayString.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Written by Peter O.
44
Any copyright to this work is released to the Public Domain.
55
In case this is not possible, this work is also
6-
licensed under Creative Commons Zero (CC0):
7-
https://creativecommons.org/publicdomain/zero/1.0/
6+
licensed under the Unlicense: https://unlicense.org/
87
98
*/
109

src/main/java/com/upokecenter/cbor/CBORDataUtilitiesCharArrayString.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Written by Peter O.
44
Any copyright to this work is released to the Public Domain.
55
In case this is not possible, this work is also
6-
licensed under Creative Commons Zero (CC0):
7-
https://creativecommons.org/publicdomain/zero/1.0/
6+
licensed under the Unlicense: https://unlicense.org/
87
98
*/
109

src/main/java/com/upokecenter/cbor/CBORDataUtilitiesTextString.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Written by Peter O.
44
Any copyright to this work is released to the Public Domain.
55
In case this is not possible, this work is also
6-
licensed under Creative Commons Zero (CC0):
7-
https://creativecommons.org/publicdomain/zero/1.0/
6+
licensed under the Unlicense: https://unlicense.org/
87
98
*/
109

src/main/java/com/upokecenter/cbor/CBORDateConverter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Written by Peter O.
44
Any copyright to this work is released to the Public Domain.
55
In case this is not possible, this work is also
6-
licensed under Creative Commons Zero (CC0):
7-
https://creativecommons.org/publicdomain/zero/1.0/
6+
licensed under the Unlicense: https://unlicense.org/
87
98
*/
109

src/main/java/com/upokecenter/cbor/CBORDoubleBits.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Written by Peter O.
44
Any copyright to this work is released to the Public Domain.
55
In case this is not possible, this work is also
6-
licensed under Creative Commons Zero (CC0):
7-
https://creativecommons.org/publicdomain/zero/1.0/
6+
licensed under the Unlicense: https://unlicense.org/
87
98
*/
109

src/main/java/com/upokecenter/cbor/CBOREInteger.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Written by Peter O.
44
Any copyright to this work is released to the Public Domain.
55
In case this is not possible, this work is also
6-
licensed under Creative Commons Zero (CC0):
7-
https://creativecommons.org/publicdomain/zero/1.0/
6+
licensed under the Unlicense: https://unlicense.org/
87
98
*/
109

src/main/java/com/upokecenter/cbor/CBORException.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
/*
33
Any copyright to this work is released to the Public Domain.
44
In case this is not possible, this work is also
5-
licensed under Creative Commons Zero (CC0):
6-
https://creativecommons.org/publicdomain/zero/1.0/
5+
licensed under the Unlicense: https://unlicense.org/
76
87
*/
98

0 commit comments

Comments
 (0)