Skip to content

Commit 33db243

Browse files
committed
Nonsubstantive code edits
1 parent d3326fc commit 33db243

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.upokecenter.cbor;
22
/*
3-
Written by Peter O.
3+
Written by Peter O. in 2014.
44
Any copyright is dedicated to the Public Domain.
55
http://creativecommons.org/publicdomain/zero/1.0/
66
If you like this, you should donate to Peter O.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.upokecenter.cbor;
22
/*
3-
Written by Peter O.
3+
Written by Peter O. in 2014.
44
Any copyright is dedicated to the Public Domain.
55
http://creativecommons.org/publicdomain/zero/1.0/
66
If you like this, you should donate to Peter O.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.upokecenter.cbor;
22
/*
3-
Written by Peter O.
3+
Written by Peter O. in 2014.
44
Any copyright is dedicated to the Public Domain.
55
http://creativecommons.org/publicdomain/zero/1.0/
66
If you like this, you should donate to Peter O.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.upokecenter.cbor;
22
/*
3-
Written by Peter O.
3+
Written by Peter O. in 2014.
44
Any copyright is dedicated to the Public Domain.
55
http://creativecommons.org/publicdomain/zero/1.0/
66
If you like this, you should donate to Peter O.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.upokecenter.cbor;
22
/*
3-
Written by Peter O.
3+
Written by Peter O. in 2014.
44
Any copyright is dedicated to the Public Domain.
55
http://creativecommons.org/publicdomain/zero/1.0/
66
If you like this, you should donate to Peter O.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.upokecenter.cbor;
22
/*
3-
Written by Peter O.
3+
Written by Peter O. in 2014.
44
Any copyright is dedicated to the Public Domain.
55
http://creativecommons.org/publicdomain/zero/1.0/
66
If you like this, you should donate to Peter O.

0 commit comments

Comments
 (0)