Skip to content

Commit 56c1b83

Browse files
committed
update donation URL
1 parent 177792f commit 56c1b83

Some content is hidden

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

68 files changed

+75
-80
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
final class Base64 {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
import com.upokecenter.util.*;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
import com.upokecenter.util.*;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
import com.upokecenter.util.*;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Any copyright is dedicated to the Public Domain.
44
http://creativecommons.org/publicdomain/zero/1.0/
55
If you like this, you should donate to Peter O.
6-
at: http://upokecenter.com/d/
6+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
77
*/
88

99
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
import com.upokecenter.util.*;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
import com.upokecenter.util.*;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
import com.upokecenter.util.*;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
import com.upokecenter.util.*;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7-
at: http://upokecenter.com/d/
7+
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
99

1010
import java.util.*;

0 commit comments

Comments
 (0)