diff --git a/README.rst b/README.rst
index b93402f56..cfb86f1b2 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ Core technologies employed include `Python `_, `Migen <
License
=======
-Copyright (C) 2014-2024 M-Labs Limited.
+Copyright (C) 2014-2025 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 a7ac7fd7c..f05b109e7 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-2024 M-Labs Limited");
+ println!("Copyright (c) 2017-2025 M-Labs Limited");
println!("");
#[cfg(has_ethmac)]
diff --git a/doc/manual/conf.py b/doc/manual/conf.py
index 70ae703dc..b1f7c64fc 100644
--- a/doc/manual/conf.py
+++ b/doc/manual/conf.py
@@ -90,7 +90,7 @@ master_doc = 'index'
# General information about the project.
project = 'ARTIQ'
-copyright = '2014-2024, M-Labs Limited'
+copyright = '2014-2025, 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 809b58daf..78929480a 100644
--- a/doc/manual/introduction.rst
+++ b/doc/manual/introduction.rst
@@ -23,4 +23,4 @@ Core technologies employed include `Python `_, `Migen <
`Cite ARTIQ `_ as ``Bourdeauducq, Sébastien et al. (2016). ARTIQ 1.0. Zenodo. 10.5281/zenodo.51303``.
-Copyright (C) 2014-2024 M-Labs Limited. Licensed under GNU LGPL version 3+.
+Copyright (C) 2014-2025 M-Labs Limited. Licensed under GNU LGPL version 3+.