Skip to content

Commit 80727ca

Browse files
authored
Merge pull request #87 from paulromano/update-copyright
Update copyright to 2023
2 parents 6503e58 + f3975d2 commit 80727ca

File tree

48 files changed

+115
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+115
-115
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022 UChicago Argonne, LLC
1+
Copyright (c) 2022-2023 UChicago Argonne, LLC
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'watts'
21-
copyright = '2021-2022, UChicago Argonne, LLC'
21+
copyright = '2021-2023, UChicago Argonne, LLC'
2222
author = 'UChicago Argonne, LLC'
2323

2424

examples/1App_ABCE_C2N/watts_exec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 UChicago Argonne, LLC
1+
# SPDX-FileCopyrightText: 2022-2023 UChicago Argonne, LLC
22
# SPDX-License-Identifier: MIT
33

44
"""
@@ -48,4 +48,4 @@
4848

4949
end = time.perf_counter()
5050

51-
print(f'TOTAL SIMULATION TIME: {np.round(end-start)/60} minutes')
51+
print(f'TOTAL SIMULATION TIME: {np.round(end-start)/60} minutes')

examples/1App_BISON_MetalFuel/watts_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 UChicago Argonne, LLC
1+
# SPDX-FileCopyrightText: 2022-2023 UChicago Argonne, LLC
22
# SPDX-License-Identifier: MIT
33

44
from pathlib import Path

examples/1App_MCNP_Jezebel/watts_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 UChicago Argonne, LLC
1+
# SPDX-FileCopyrightText: 2022-2023 UChicago Argonne, LLC
22
# SPDX-License-Identifier: MIT
33

44
"""

examples/1App_MOOSE-MultiApp_Simple/watts_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 UChicago Argonne, LLC
1+
# SPDX-FileCopyrightText: 2022-2023 UChicago Argonne, LLC
22
# SPDX-License-Identifier: MIT
33

44
"""

examples/1App_OpenMC_VHTR/openmc_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 UChicago Argonne, LLC
1+
# SPDX-FileCopyrightText: 2022-2023 UChicago Argonne, LLC
22
# SPDX-License-Identifier: MIT
33

44
from math import sqrt

examples/1App_OpenMC_VHTR/watts_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 UChicago Argonne, LLC
1+
# SPDX-FileCopyrightText: 2022-2023 UChicago Argonne, LLC
22
# SPDX-License-Identifier: MIT
33

44
"""

examples/1App_PyARC_UnitCell/watts_exec.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# SPDX-FileCopyrightText: 2022 UChicago Argonne, LLC
1+
# SPDX-FileCopyrightText: 2022-2023 UChicago Argonne, LLC
22
# SPDX-License-Identifier: MIT
33

44
"""
5-
This example demonstrates how to use WATTS to perform
6-
PyARC simulations. The PyARC model is very simple
7-
unit-cell that uses lumped fission product defined
8-
in other file. Both MCC3 and DIF3D are being executed.
5+
This example demonstrates how to use WATTS to perform
6+
PyARC simulations. The PyARC model is very simple
7+
unit-cell that uses lumped fission product defined
8+
in other file. Both MCC3 and DIF3D are being executed.
99
The example also applies unit-conversion
10-
capability of WATTS. Results from PyARC are extracted
10+
capability of WATTS. Results from PyARC are extracted
1111
and stored in params.
1212
"""
1313

examples/1App_RELAP5_SingleChannel/watts_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 UChicago Argonne, LLC
1+
# SPDX-FileCopyrightText: 2022-2023 UChicago Argonne, LLC
22
# SPDX-License-Identifier: MIT
33

44
"""

0 commit comments

Comments
 (0)