From 6bb7b891a16fbcd5fad1f88fb472505549b9c084 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 20 Feb 2022 02:59:02 +0000 Subject: Remove copyright and licence fields --- sphinx/ext/autodoc/deprecated.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'sphinx/ext/autodoc/deprecated.py') diff --git a/sphinx/ext/autodoc/deprecated.py b/sphinx/ext/autodoc/deprecated.py index d4399c2c9..c20de236c 100644 --- a/sphinx/ext/autodoc/deprecated.py +++ b/sphinx/ext/autodoc/deprecated.py @@ -1,7 +1,4 @@ """The deprecated Documenters for autodoc. - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ import warnings -- cgit v1.2.1