summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2022-04-26 16:40:02 -0400
committerGitHub <noreply@github.com>2022-04-26 16:40:02 -0400
commitf23720c3969edb5394f8fc8bedaa9b4ae54c4184 (patch)
tree55abf5407d29dccec1c3aec3eb4167a0a61157ba /README.md
parentc724bbf95b1840b04bb298a61a72b6a5ea94c2ef (diff)
downloadasciidoc-git-f23720c3969edb5394f8fc8bedaa9b4ae54c4184.tar.gz
Clarify licensing of asciidoc-py to GPLv2+ (#236)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 7a8a28b..75a4fee 100644
--- a/README.md
+++ b/README.md
@@ -60,11 +60,3 @@ AsciiDoc.py has the following types of tests:
1. doctests: `python3 -m asciidoc.asciidoc --doctest`
1. unit tests: `python3 -m pytest`
1. integration tests: `python3 tests/testasciidoc.py`
-
-## LICENSE
-
-Copyright (C) 2002-2013 Stuart Rackham.
-Copyright (C) 2013-2021 AsciiDoc.py Contributors.
-
-Free use of this software is granted under the terms of the GNU General
-Public License version 2 (GPLv2).