diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/openwrt/fastd.init | 2 | ||||
-rw-r--r-- | doc/source/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/openwrt/fastd.init b/doc/examples/openwrt/fastd.init index c938530..b0aa53f 100644 --- a/doc/examples/openwrt/fastd.init +++ b/doc/examples/openwrt/fastd.init @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> +# Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> START=95 diff --git a/doc/source/conf.py b/doc/source/conf.py index 32d7b82..abb2875 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = 'fastd' -copyright = '2012-2015, Matthias Schiffer' +copyright = '2012-2016, Matthias Schiffer' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |