diff options
Diffstat (limited to 'Documentation/conf.py')
| -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'  # General information about the project.  project = 'The Linux Kernel' -copyright = '2016, The kernel development community' +copyright = 'The kernel development community'  author = 'The kernel development community'  # The version info for the project you're documenting, acts as replacement for |