From 03e1a2dd8f6d83413c629b047d237d2df9e0eb42 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Tue, 20 Jul 2021 17:04:27 +1200 Subject: [PATCH 1/3] Add Unlicense --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 588014e..a1debf7 100644 --- a/README.rst +++ b/README.rst @@ -888,6 +888,15 @@ GPLv3 License .. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg :target: http://perso.crans.org/besson/LICENSE.html +|Unlicense| + +.. code:: rst + + |Unlicense| + + .. |Unlicense| image:: https://img.shields.io/badge/License-Unlicense-blue.svg + :target: https://unlicense.org/ + `Creative Commons Licenses `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -1566,6 +1575,8 @@ License ? |GitHub license badges| :target: http://perso.crans.org/besson/LICENSE.html .. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg :target: http://perso.crans.org/besson/LICENSE.html +.. |Unlicense| image:: https://img.shields.io/badge/License-Unlicense-blue.svg + :target: https://unlicense.org/ .. |CC-0 license| image:: https://img.shields.io/badge/License-CC--0-blue.svg :target: https://creativecommons.org/licenses/by-nd/4.0 .. |forthebadge cc-0| image:: http://ForTheBadge.com/images/badges/cc-0.svg From 2dc3b7ad3287217b8befb6682fdaa36727d002b7 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Tue, 20 Jul 2021 17:10:22 +1200 Subject: [PATCH 2/3] Give the unlicense it's own heading --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index a1debf7..76c8104 100644 --- a/README.rst +++ b/README.rst @@ -888,6 +888,9 @@ GPLv3 License .. |GPL license| image:: https://img.shields.io/badge/License-GPL-blue.svg :target: http://perso.crans.org/besson/LICENSE.html +Unlicense +~~~~~~~~~~~~~ + |Unlicense| .. code:: rst From e11435896249f6684b76b7cd3d31554307872f43 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Tue, 20 Jul 2021 17:31:53 +1200 Subject: [PATCH 3/3] Add Unlicense to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 750a603..0dd8def 100644 --- a/README.md +++ b/README.md @@ -618,6 +618,13 @@ From [isitmaintained.com](http://isitmaintained.com): [![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](http://perso.crans.org/besson/LICENSE.html) ``` +### Unlicense + +[![Unlicense](https://img.shields.io/badge/License-Unlicense-blue.svg)](https://unlicense.org/) +```markdown +[![Unlicense](https://img.shields.io/badge/License-Unlicense-blue.svg)](https://unlicense.org/) +``` + ### [Creative Commons Licenses](https://creativecommons.org/licenses/) [![CC-0 license](https://img.shields.io/badge/License-CC--0-blue.svg)](https://creativecommons.org/licenses/by-nd/4.0)