summaryrefslogtreecommitdiff
path: root/sphinx/directives
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 02:59:02 +0000
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 03:06:23 +0000
commit6bb7b891a16fbcd5fad1f88fb472505549b9c084 (patch)
tree56437ca8d43f98ddab1c1eb1a5015346fb47ad27 /sphinx/directives
parentb691ebcc3e440a678cd28432fed7279fa647e9cd (diff)
downloadsphinx-git-6bb7b891a16fbcd5fad1f88fb472505549b9c084.tar.gz
Remove copyright and licence fields
Diffstat (limited to 'sphinx/directives')
-rw-r--r--sphinx/directives/__init__.py3
-rw-r--r--sphinx/directives/code.py5
-rw-r--r--sphinx/directives/other.py5
-rw-r--r--sphinx/directives/patches.py5
4 files changed, 0 insertions, 18 deletions
diff --git a/sphinx/directives/__init__.py b/sphinx/directives/__init__.py
index 58230841e..a74717377 100644
--- a/sphinx/directives/__init__.py
+++ b/sphinx/directives/__init__.py
@@ -1,7 +1,4 @@
"""Handlers for additional ReST directives.
-
-:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
-:license: BSD, see LICENSE for details.
"""
import re
diff --git a/sphinx/directives/code.py b/sphinx/directives/code.py
index da5873711..dc44ed314 100644
--- a/sphinx/directives/code.py
+++ b/sphinx/directives/code.py
@@ -1,8 +1,3 @@
-"""
-:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
-:license: BSD, see LICENSE for details.
-"""
-
import sys
import textwrap
from difflib import unified_diff
diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py
index b2249719c..83cbb6707 100644
--- a/sphinx/directives/other.py
+++ b/sphinx/directives/other.py
@@ -1,8 +1,3 @@
-"""
-:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
-:license: BSD, see LICENSE for details.
-"""
-
import re
from typing import TYPE_CHECKING, Any, Dict, List, cast
diff --git a/sphinx/directives/patches.py b/sphinx/directives/patches.py
index 5502028d0..a01d78332 100644
--- a/sphinx/directives/patches.py
+++ b/sphinx/directives/patches.py
@@ -1,8 +1,3 @@
-"""
-:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
-:license: BSD, see LICENSE for details.
-"""
-
import os
import warnings
from os import path