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 25a3bb8..0fd8f1a 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-2014, Matthias Schiffer <mschiffer@universe-factory.net> +# Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> START=95 diff --git a/doc/source/conf.py b/doc/source/conf.py index 93d4c2f..72717ea 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 = '2014, Matthias Schiffer' +copyright = '2012-2015, 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 |