diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-04 16:52:11 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-04 16:52:11 +0000 |
commit | 37a23520737b748ee98a9417e2df49f788041d80 (patch) | |
tree | d8cbf29a64207ca3f06ddddae91072c537084197 /docutils/tools/dev/generate_punctuation_chars.py | |
parent | e28968fbb239a97417aaf839e52e9a04ae744b12 (diff) | |
download | docutils-37a23520737b748ee98a9417e2df49f788041d80.tar.gz |
Fix link to 2-Clause BSD license.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8554 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/dev/generate_punctuation_chars.py')
-rw-r--r-- | docutils/tools/dev/generate_punctuation_chars.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/tools/dev/generate_punctuation_chars.py b/docutils/tools/dev/generate_punctuation_chars.py index 76bcdc941..0e9d4e2ec 100644 --- a/docutils/tools/dev/generate_punctuation_chars.py +++ b/docutils/tools/dev/generate_punctuation_chars.py @@ -8,7 +8,7 @@ # notice and this notice are preserved. # This file is offered as-is, without any warranty. # -# .. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause +# .. _2-Clause BSD license: https://opensource.org/licenses/BSD-2-Clause # :Id: $Id$ # @@ -61,7 +61,7 @@ module_template = u'''#!/usr/bin/env python # notice and this notice are preserved. # This file is offered as-is, without any warranty. # -# .. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause +# .. _2-Clause BSD license: https://opensource.org/licenses/BSD-2-Clause # # This file is generated by # ``docutils/tools/dev/generate_punctuation_chars.py``. |