Skip to content

Commit 17d4164

Browse files
authored
Update copyright to 2026 (#3834)
1 parent 322b741 commit 17d4164

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2025 Massachusetts Institute of Technology, UChicago Argonne
1+
Copyright (c) 2011-2026 Massachusetts Institute of Technology, UChicago Argonne
22
LLC, and OpenMC contributors
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
# General information about the project.
6464
project = 'OpenMC'
65-
copyright = '2011-2025, Massachusetts Institute of Technology, UChicago Argonne LLC, and OpenMC contributors'
65+
copyright = '2011-2026, Massachusetts Institute of Technology, UChicago Argonne LLC, and OpenMC contributors'
6666

6767
# The version info for the project you're documenting, acts as replacement for
6868
# |version| and |release|, also used in various other places throughout the

docs/source/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
License Agreement
55
=================
66

7-
Copyright © 2011-2025 Massachusetts Institute of Technology, UChicago Argonne
7+
Copyright © 2011-2026 Massachusetts Institute of Technology, UChicago Argonne
88
LLC, and OpenMC contributors
99

1010
Permission is hereby granted, free of charge, to any person obtaining a copy of

man/man1/openmc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Indicates the default path to an HDF5 file that contains multi-group cross
6666
section libraries if the user has not specified the <cross_sections> tag in
6767
.I materials.xml\fP.
6868
.SH LICENSE
69-
Copyright \(co 2011-2025 Massachusetts Institute of Technology, UChicago
69+
Copyright \(co 2011-2026 Massachusetts Institute of Technology, UChicago
7070
Argonne LLC, and OpenMC contributors.
7171
.PP
7272
Permission is hereby granted, free of charge, to any person obtaining a copy of

src/output.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void title()
8181
// Write version information
8282
fmt::print(
8383
" | The OpenMC Monte Carlo Code\n"
84-
" Copyright | 2011-2025 MIT, UChicago Argonne LLC, and contributors\n"
84+
" Copyright | 2011-2026 MIT, UChicago Argonne LLC, and contributors\n"
8585
" License | https://docs.openmc.org/en/latest/license.html\n"
8686
" Version | {}.{}.{}{}{}\n",
8787
VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE, VERSION_DEV ? "-dev" : "",
@@ -301,7 +301,7 @@ void print_version()
301301
fmt::print("OpenMC version {}.{}.{}{}{}\n", VERSION_MAJOR, VERSION_MINOR,
302302
VERSION_RELEASE, VERSION_DEV ? "-dev" : "", VERSION_COMMIT_COUNT);
303303
fmt::print("Commit hash: {}\n", VERSION_COMMIT_HASH);
304-
fmt::print("Copyright (c) 2011-2025 MIT, UChicago Argonne LLC, and "
304+
fmt::print("Copyright (c) 2011-2026 MIT, UChicago Argonne LLC, and "
305305
"contributors\nMIT/X license at "
306306
"<https://docs.openmc.org/en/latest/license.html>\n");
307307
}

0 commit comments

Comments
 (0)