aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2017-02-06 13:52:19 -0500
committerJonathan Corbet <corbet@lwn.net>2017-02-06 13:52:19 -0500
commitdc36143fba936d8f1a673e2b554bc5b6cb0dd9ce (patch)
treeb76fae8e74e623e1d6a4303d821baf29a6f5db9b
parent2185d4df8a50ba771d2f9cbd7d7b74c0e70aa1db (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.py2
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.
60project = 'The Linux Kernel' 60project = 'The Linux Kernel'
61copyright = '2016, The kernel development community' 61copyright = 'The kernel development community'
62author = 'The kernel development community' 62author = '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