Skip to content

Commit 1161d04

Browse files
authored
A few more copyright year updates (#1208)
* Found a few more files that needed the copyright year updated * Adding usage to .addheader.yml and running it again
1 parent 7b3dbab commit 1161d04

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

.addheader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Usage:
2-
# addheader -c addheader.yml
2+
# addheader -c .addheader.yml -P ""
33
root: .
44
text: header_text.txt
55
patterns:

.pylint/foqus_transform.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
###############################################################################
2-
# FOQUS Copyright (c) 2012 - 2021, by the software owners: Oak Ridge Institute
1+
#################################################################################
2+
# FOQUS Copyright (c) 2012 - 2024, by the software owners: Oak Ridge Institute
33
# for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence
44
# Livermore National Security, LLC., The Regents of the University of
55
# California, through Lawrence Berkeley National Laboratory, Battelle Memorial
@@ -11,8 +11,7 @@
1111
# Please see the file LICENSE.md for full copyright and license information,
1212
# respectively. This file is also available online at the URL
1313
# "https://github.com/CCSI-Toolset/FOQUS".
14-
#
15-
###############################################################################
14+
#################################################################################
1615
import astroid
1716

1817

foqus_lib/help/html/license.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<H3> FOQUS License </H3>
88

99
<pre>
10-
Copyright (c) 2012 - 2021
10+
Copyright (c) 2012 - 2024
1111

1212
Copyright Notice
1313

1414
Foqus was produced under the DOE Carbon Capture Simulation Initiative (CCSI),
15-
and is copyright (c) 2012 - 2021 by the software owners: Oak Ridge Institute for
15+
and is copyright (c) 2012 - 2024 by the software owners: Oak Ridge Institute for
1616
Science and Education (ORISE), TRIAD National Security, LLC., Lawrence
1717
Livermore National Security, LLC., The Regents of the University of California,
1818
through Lawrence Berkeley National Laboratory, Battelle Memorial Institute,
@@ -30,7 +30,7 @@ <H3> FOQUS License </H3>
3030

3131
License Agreement
3232

33-
Foqus Copyright (c) 2012 - 2021, by the software owners: Oak Ridge Institute for
33+
Foqus Copyright (c) 2012 - 2024, by the software owners: Oak Ridge Institute for
3434
Science and Education (ORISE), TRIAD National Security, LLC., Lawrence
3535
Livermore National Security, LLC., The Regents of the University of California,
3636
through Lawrence Berkeley National Laboratory, Battelle Memorial Institute,

foqus_lib/version/version.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import argparse, sys
88
version = "{VERSION}"
99
copyright = \
1010
"""Foqus was produced under the DOE Carbon Capture Simulation Initiative (CCSI),
11-
and is copyright (c) 2012 - 2021 by the software owners: Oak Ridge Institute for
11+
and is copyright (c) 2012 - 2024 by the software owners: Oak Ridge Institute for
1212
Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore
1313
National Security, LLC., The Regents of the University of California, through
1414
Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific

0 commit comments

Comments
 (0)