summaryrefslogtreecommitdiff
path: root/asciidoc/asciidoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'asciidoc/asciidoc.py')
-rw-r--r--asciidoc/asciidoc.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/asciidoc/asciidoc.py b/asciidoc/asciidoc.py
index 952d9bb..de79957 100644
--- a/asciidoc/asciidoc.py
+++ b/asciidoc/asciidoc.py
@@ -6,8 +6,13 @@ asciidoc - converts an AsciiDoc text file to HTML or DocBook
Copyright (C) 2002-2013 Stuart Rackham.
Copyright (C) 2013-2022 AsciiDoc Contributors.
-Free use of this software is granted under the terms of the GNU General
-Public License version 2 (GPLv2).
+Free use of this software is granted under the terms of the GNU General Public
+License as published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE. See the GNU General Public License for more details.
"""
# Please note, the contents of this module are considered "private" with the