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 /sphinx/cmd/make_mode.py | |
parent | b691ebcc3e440a678cd28432fed7279fa647e9cd (diff) | |
download | sphinx-git-6bb7b891a16fbcd5fad1f88fb472505549b9c084.tar.gz |
Remove copyright and licence fields
Diffstat (limited to 'sphinx/cmd/make_mode.py')
-rw-r--r-- | sphinx/cmd/make_mode.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/cmd/make_mode.py b/sphinx/cmd/make_mode.py index 05945fb39..b8f3d33e1 100644 --- a/sphinx/cmd/make_mode.py +++ b/sphinx/cmd/make_mode.py @@ -5,9 +5,6 @@ of Makefile / make.bat. This is in its own module so that importing it is fast. It should not import the main Sphinx modules (like sphinx.applications, sphinx.builders). - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ import os |