From 1bcbee988d3638d548244e5175e42740c25e43dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Thu, 11 Apr 2024 16:35:44 +0800 Subject: [PATCH] update copyright year --- README.rst | 2 +- artiq/firmware/bootloader/main.rs | 2 +- doc/manual/conf.py | 2 +- doc/manual/introduction.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 9ec774741..c6014c8d4 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Website: https://m-labs.hk/artiq License ======= -Copyright (C) 2014-2023 M-Labs Limited. +Copyright (C) 2014-2024 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/artiq/firmware/bootloader/main.rs b/artiq/firmware/bootloader/main.rs index 50772d8f7..a7ac7fd7c 100644 --- a/artiq/firmware/bootloader/main.rs +++ b/artiq/firmware/bootloader/main.rs @@ -500,7 +500,7 @@ pub extern fn main() -> i32 { println!(r"|_| |_|_|____/ \___/ \____|"); println!(""); println!("MiSoC Bootloader"); - println!("Copyright (c) 2017-2023 M-Labs Limited"); + println!("Copyright (c) 2017-2024 M-Labs Limited"); println!(""); #[cfg(has_ethmac)] diff --git a/doc/manual/conf.py b/doc/manual/conf.py index 34f0af9bb..2396b497a 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -97,7 +97,7 @@ master_doc = 'index' # General information about the project. project = 'ARTIQ' -copyright = '2014-2023, M-Labs Limited' +copyright = '2014-2024, 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 eff537f67..30ff1ae05 100644 --- a/doc/manual/introduction.rst +++ b/doc/manual/introduction.rst @@ -27,4 +27,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-2023 M-Labs Limited. Licensed under GNU LGPL version 3+. +Copyright (C) 2014-2024 M-Labs Limited. Licensed under GNU LGPL version 3+.