diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-09-25 15:49:36 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-09-25 15:49:36 +1000 |
commit | 6a3bd50f94cab8dd2cd04d2bae7d99671a569876 (patch) | |
tree | 76ea03cfb0abc500add8d148a347ba212abc02bb /doc | |
parent | b38722317c3b94066780b406493ba575a69769fc (diff) | |
download | libinput-6a3bd50f94cab8dd2cd04d2bae7d99671a569876.tar.gz |
doc/user: update copyright for the sphinx docs
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/conf.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/conf.py.in b/doc/user/conf.py.in index a8c9b311..9e5a468b 100644 --- a/doc/user/conf.py.in +++ b/doc/user/conf.py.in @@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath('@BUILDDIR@')) # -- Project information ----------------------------------------------------- project = '@PROJECT_NAME@' -copyright = '2018, the libinput authors' +copyright = '2019, the libinput authors' author = 'the libinput authors' # The short X.Y version |