diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-02-06 13:52:19 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-02-06 13:52:19 -0500 |
commit | dc36143fba936d8f1a673e2b554bc5b6cb0dd9ce (patch) | |
tree | b76fae8e74e623e1d6a4303d821baf29a6f5db9b | |
parent | 2185d4df8a50ba771d2f9cbd7d7b74c0e70aa1db (diff) |
docs: Remove the copyright year from conf.py
It had gone stale, of course, as it would every year, a single date doesn't
really cover things, and the date isn't really needed anyway.
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 1ac958c0333d..f6823cf01275 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py | |||
@@ -58,7 +58,7 @@ master_doc = 'index' | |||
58 | 58 | ||
59 | # General information about the project. | 59 | # General information about the project. |
60 | project = 'The Linux Kernel' | 60 | project = 'The Linux Kernel' |
61 | copyright = '2016, The kernel development community' | 61 | copyright = 'The kernel development community' |
62 | author = 'The kernel development community' | 62 | author = 'The kernel development community' |
63 | 63 | ||
64 | # The version info for the project you're documenting, acts as replacement for | 64 | # The version info for the project you're documenting, acts as replacement for |