@@ -17,7 +17,8 @@ Some highlighted documentation pages:
17
17
18
18
> [ !NOTE]
19
19
> The license has changed to
20
- > [ CC0] ( https://creativecommons.org/public-domain/cc0/ ) from earlier commits
20
+ > [ Creative Commons 0 Public Domain Dedication
21
+ > (CC0)] ( https://creativecommons.org/public-domain/cc0/ ) from earlier commits
21
22
> with [ Public Domain] ( https://unlicense.org/ ) licensing.
22
23
> This change accomodates countries/juristictions where _ Public Domain_ is
23
24
> restricted, and _ CC0_ seems the most open choice available.<br >
@@ -37,7 +38,7 @@ align="right" width="20%" height="auto"/>
37
38
[ ![ coverage] ( https://github.com/binkley/modern-java-practices/raw/master/images/jacoco.svg )] ( https://github.com/binkley/modern-java-practices/actions/workflows/ci.yml )
38
39
[ ![ pull requests] ( https://img.shields.io/github/issues-pr/binkley/modern-java-practices.svg )] ( https://github.com/binkley/modern-java-practices/pulls )
39
40
[ ![ issues] ( https://img.shields.io/github/issues/binkley/modern-java-practices.svg )] ( https://github.com/binkley/modern-java-practices/issues/ )
40
- [ ![ license] ( https://img.shields.io/badge/license-Public%20Domain-blue .svg )] ( http://unlicense .org/ )
41
+ [ ![ license] ( https://img.shields.io/badge/License-CC0_1.0-lightgrey .svg )] ( http://creativecommons .org/publicdomain/zero/1.0 / )
41
42
42
43
> [ !WARNING]
43
44
> For those using the DependencyCheck plugins for Gradle or Maven, over the
@@ -105,7 +106,8 @@ As a _guide_, this project focuses on:
105
106
[ Fork] ( https://github.com/binkley/modern-java-practices/fork ) me,
106
107
[ clone] ( https://github.com/binkley/modern-java-practices.git ) me, copy/paste
107
108
freely!
108
- I am [ _ Public Domain_ ] ( http://unlicense.org/ )
109
+ I am [ Creative Commons Public Domain Dedication
110
+ (CC0)] ( https://creativecommons.org/public-domain/cc0/ ) .
109
111
* Discuss&mdash ; and illustrate (through code)&mdash ; sensible default practices;
110
112
highlight good build tools and plugins
111
113
* Document pitfalls that turned up.
0 commit comments