From 595d374f0786eba31c138386dfdc0515d5dec709 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 13 Mar 2018 00:25:35 +0800 Subject: [PATCH] update copyright year --- README.rst | 2 +- doc/manual/conf.py | 2 +- doc/manual/introduction.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3b380833a..dd54d3dd6 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Website: https://m-labs.hk/artiq License ======= -Copyright (C) 2014-2017 M-Labs Limited. +Copyright (C) 2014-2018 M-Labs Limited. ARTIQ is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/doc/manual/conf.py b/doc/manual/conf.py index 9605e9015..e32cf6a5a 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -84,7 +84,7 @@ master_doc = 'index' # General information about the project. project = 'ARTIQ' -copyright = '2014-2017, M-Labs Limited' +copyright = '2014-2018, M-Labs Limited' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/manual/introduction.rst b/doc/manual/introduction.rst index c5513f070..821f8ef8f 100644 --- a/doc/manual/introduction.rst +++ b/doc/manual/introduction.rst @@ -29,4 +29,4 @@ Website: https://m-labs.hk/artiq `Cite ARTIQ `_ as ``Bourdeauducq, Sébastien et al. (2016). ARTIQ 1.0. Zenodo. 10.5281/zenodo.51303``. -Copyright (C) 2014-2017 M-Labs Limited. Licensed under GNU LGPL version 3+. +Copyright (C) 2014-2018 M-Labs Limited. Licensed under GNU LGPL version 3+.