Skip to content

Commit d7c2d44

Browse files
committed
Updated copyrights for DOE compliance
1 parent 0b33f53 commit d7c2d44

33 files changed

+556
-294
lines changed

LICENSE

+41-58
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,54 @@
1-
Copyright (c) 2015-2016, Gregory M. Kurtzer
2-
All rights reserved.
3-
4-
5-
Copyright (c) 2015-2016, The Regents of the University of California,
6-
through Lawrence Berkeley National Laboratory (subject to receipt of
7-
any required approvals from the U.S. Dept. of Energy).
8-
All rights reserved.
9-
10-
1+
Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
112

3+
"Singularity” Copyright (c) 2016, The Regents of the University of California,
4+
through Lawrence Berkeley National Laboratory (subject to receipt of any
5+
required approvals from the U.S. Dept. of Energy). All rights reserved.
126

137
Redistribution and use in source and binary forms, with or without
148
modification, are permitted provided that the following conditions are met:
15-
9+
1610
(1) Redistributions of source code must retain the above copyright notice,
1711
this list of conditions and the following disclaimer.
18-
19-
(2) Redistributions in binary form must reproduce the above copyright
20-
notice, this list of conditions and the following disclaimer in the
21-
documentation and/or other materials provided with the distribution.
22-
12+
13+
(2) Redistributions in binary form must reproduce the above copyright notice,
14+
this list of conditions and the following disclaimer in the documentation
15+
and/or other materials provided with the distribution.
16+
2317
(3) Neither the name of the University of California, Lawrence Berkeley
2418
National Laboratory, U.S. Dept. of Energy nor the names of its contributors
25-
may be used to endorse or promote products derived from this software
26-
without specific prior written permission.
27-
19+
may be used to endorse or promote products derived from this software without
20+
specific prior written permission.
21+
2822
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2923
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
32-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38-
POSSIBILITY OF SUCH DAMAGE.
39-
40-
You are under no obligation whatsoever to provide any bug fixes, patches,
41-
or upgrades to the features, functionality or performance of the source
42-
code ("Enhancements") to anyone; however, if you choose to make your
43-
Enhancements available either publicly, or directly to Lawrence Berkeley
44-
National Laboratory, without imposing a separate written license agreement
45-
for such Enhancements, then you hereby grant the following license: a
46-
non-exclusive, royalty-free perpetual license to install, use, modify,
47-
prepare derivative works, incorporate into other computer software,
48-
distribute, and sublicense such enhancements or derivative works thereof,
49-
in binary and source code form.
50-
51-
52-
24+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
26+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
30+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32+
33+
You are under no obligation whatsoever to provide any bug fixes, patches, or
34+
upgrades to the features, functionality or performance of the source code
35+
("Enhancements") to anyone; however, if you choose to make your Enhancements
36+
available either publicly, or directly to Lawrence Berkeley National
37+
Laboratory, without imposing a separate written license agreement for such
38+
Enhancements, then you hereby grant the following license: a non-exclusive,
39+
royalty-free perpetual license to install, use, modify, prepare derivative
40+
works, incorporate into other computer software, distribute, and sublicense
41+
such enhancements or derivative works thereof, in binary and source code form.
5342

5443

5544
If you have questions about your rights to use or distribute this software,
56-
please contact Berkeley Lab's Technology Transfer Department at
57-
58-
59-
NOTICE. This software was developed under partial funding from the U.S.
60-
Department of Energy. As such, the U.S. Government has been granted for
61-
itself and others acting on its behalf a paid-up, nonexclusive,
62-
irrevocable, worldwide license in the Software to reproduce, prepare
63-
derivative works, and perform publicly and display publicly. Beginning
64-
five (5) years after the date permission to assert copyright is obtained
65-
from the U.S. Department of Energy, and subject to any subsequent five (5)
66-
year renewals, the U.S. Government is granted for itself and others acting
67-
on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in
68-
the Software to reproduce, prepare derivative works, distribute copies to
69-
the public, perform publicly and display publicly, and to permit others to
70-
do so.
71-
45+
please contact Berkeley Lab's Innovation & Partnerships Office at
46+
47+
48+
NOTICE. This Software was developed under funding from the U.S. Department of
49+
Energy and the U.S. Government consequently retains certain rights. As such,
50+
the U.S. Government has been granted for itself and others acting on its
51+
behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
52+
to reproduce, distribute copies to the public, prepare derivative works, and
53+
perform publicly and display publicly, and to permit other to do so.
54+

bin/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
dist_bin_SCRIPTS = singularity sapprun sr
2+
dist_bin_SCRIPTS = singularity sapprun
33

44
MAINTAINERCLEANFILES = Makefile.in
55

bin/sapprun

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
8+
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
12+
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
1019
#
1120
#
1221

bin/singularity.in

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
108
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
1112
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
19+
#
20+
#
21+
22+
1223

1324
prefix="@prefix@"
1425
exec_prefix="@exec_prefix@"

bin/sr

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
108
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
1112
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
19+
#
20+
#
21+
1222

1323
# Simple wrapper for singularity run
1424

libexec/cli/build.exec

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
108
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
1112
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
19+
#
20+
#
21+
1222

1323

1424
# Basic sanity

libexec/cli/check.exec

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
108
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
1112
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
19+
#
20+
#
21+
1222

1323
## Basic sanity
1424
if [ -z "$libexecdir" ]; then

libexec/cli/delete.exec

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
108
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
1112
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
19+
#
20+
#
21+
1222

1323
## Basic sanity
1424
if [ -z "$libexecdir" ]; then

libexec/cli/help.exec

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
108
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
1112
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
19+
#
20+
#
21+
1222

1323
if [ -z "$libexecdir" ]; then
1424
echo "Could not identify the Singularity libexecdir."

libexec/cli/install.exec

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
108
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
1112
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
19+
#
20+
#
21+
1222

1323
## Basic sanity
1424
if [ -z "$libexecdir" ]; then

libexec/cli/list.exec

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
#!/bin/sh
22
#
3-
# Copyright (c) 2015-2016, Gregory M. Kurtzer
4-
# All rights reserved.
3+
# Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
54
#
6-
# Copyright (c) 2015-2016, The Regents of the University of California,
7-
# through Lawrence Berkeley National Laboratory (subject to receipt of
8-
# any required approvals from the U.S. Dept. of Energy).
9-
# All rights reserved.
5+
# “Singularity” Copyright (c) 2016, The Regents of the University of California,
6+
# through Lawrence Berkeley National Laboratory (subject to receipt of any
7+
# required approvals from the U.S. Dept. of Energy). All rights reserved.
8+
#
9+
# If you have questions about your rights to use or distribute this software,
10+
# please contact Berkeley Lab's Innovation & Partnerships Office at
11+
12+
#
13+
# NOTICE. This Software was developed under funding from the U.S. Department of
14+
# Energy and the U.S. Government consequently retains certain rights. As such,
15+
# the U.S. Government has been granted for itself and others acting on its
16+
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
17+
# to reproduce, distribute copies to the public, prepare derivative works, and
18+
# perform publicly and display publicly, and to permit other to do so.
1019
#
1120
#
1221

0 commit comments

Comments
 (0)