diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 02:59:02 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 03:06:23 +0000 |
commit | 6bb7b891a16fbcd5fad1f88fb472505549b9c084 (patch) | |
tree | 56437ca8d43f98ddab1c1eb1a5015346fb47ad27 /utils | |
parent | b691ebcc3e440a678cd28432fed7279fa647e9cd (diff) | |
download | sphinx-git-6bb7b891a16fbcd5fad1f88fb472505549b9c084.tar.gz |
Remove copyright and licence fields
Diffstat (limited to 'utils')
-rw-r--r-- | utils/checks.py | 3 | ||||
-rw-r--r-- | utils/doclinter.py | 3 | ||||
-rw-r--r-- | utils/jssplitter_generator.py | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/utils/checks.py b/utils/checks.py index 952ab8afd..aa1f2f206 100644 --- a/utils/checks.py +++ b/utils/checks.py @@ -1,7 +1,4 @@ """Custom, Sphinx-only flake8 plugins. - -:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ import os diff --git a/utils/doclinter.py b/utils/doclinter.py index 7b3c2f91d..544f9952b 100644 --- a/utils/doclinter.py +++ b/utils/doclinter.py @@ -1,7 +1,4 @@ """A linter for Sphinx docs - -:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ import os diff --git a/utils/jssplitter_generator.py b/utils/jssplitter_generator.py index 0f2f3759a..f0918ec3f 100644 --- a/utils/jssplitter_generator.py +++ b/utils/jssplitter_generator.py @@ -115,9 +115,6 @@ python_src = '''\ """Provides Python compatible word splitter to JavaScript DO NOT EDIT. This is generated by utils/jssplitter_generator.py - -:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ splitter_code = """ |