Skip to content

Commit fcfe80d

Browse files
committed
For #457. Fix missed spots on licensing
1 parent 97d907a commit fcfe80d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Some highlighted documentation pages:
1717

1818
> [!NOTE]
1919
> 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
2122
> with [Public Domain](https://unlicense.org/) licensing.
2223
> This change accomodates countries/juristictions where _Public Domain_ is
2324
> restricted, and _CC0_ seems the most open choice available.<br>
@@ -37,7 +38,7 @@ align="right" width="20%" height="auto"/>
3738
[![coverage](https://github.com/binkley/modern-java-practices/raw/master/images/jacoco.svg)](https://github.com/binkley/modern-java-practices/actions/workflows/ci.yml)
3839
[![pull requests](https://img.shields.io/github/issues-pr/binkley/modern-java-practices.svg)](https://github.com/binkley/modern-java-practices/pulls)
3940
[![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/)
4142

4243
> [!WARNING]
4344
> For those using the DependencyCheck plugins for Gradle or Maven, over the
@@ -105,7 +106,8 @@ As a _guide_, this project focuses on:
105106
[Fork](https://github.com/binkley/modern-java-practices/fork) me,
106107
[clone](https://github.com/binkley/modern-java-practices.git) me, copy/paste
107108
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/).
109111
* Discuss&mdash;and illustrate (through code)&mdash;sensible default practices;
110112
highlight good build tools and plugins
111113
* Document pitfalls that turned up.

0 commit comments

Comments
 (0)