Skip to content

Commit e7ced54

Browse files
committed
Correct LLNL LGPL license template for clarity.
1 parent 14fe0b8 commit e7ced54

File tree

617 files changed

+11108
-1913
lines changed

Some content is hidden

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

617 files changed

+11108
-1913
lines changed

LICENSE

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,62 @@
1-
Copyright (c) 2013-2014, Lawrence Livermore National Security, LLC.
1+
########################################################################
2+
GNU LESSER GENERAL PUBLIC LICENSE (Lesser GPL)
3+
Version 2.1, February 1999
4+
########################################################################
5+
Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
26
Produced at the Lawrence Livermore National Laboratory.
37

48
This file is part of Spack.
5-
Written by Todd Gamblin, [email protected], All rights reserved.
9+
Created by Todd Gamblin, [email protected], All rights reserved.
610
LLNL-CODE-647188
711

812
For details, see https://github.com/llnl/spack
913

1014
This program is free software; you can redistribute it and/or modify
11-
it under the terms of the GNU General Public License (as published by
12-
the Free Software Foundation) version 2.1 dated February 1999.
15+
it under the terms of the GNU Lesser General Public License (as
16+
published by the Free Software Foundation) version 2.1, February 1999.
1317

1418
This program is distributed in the hope that it will be useful, but
1519
WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
1620
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
17-
conditions of the GNU General Public License for more details.
21+
conditions of the GNU Lesser General Public License for more details.
1822

19-
You should have received a copy of the GNU Lesser General Public License
20-
along with this program; if not, write to the Free Software Foundation,
21-
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23+
You should have received a copy of the GNU Lesser General Public
24+
License along with this program; if not, write to the Free Software
25+
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2226

23-
OUR NOTICE AND TERMS AND CONDITIONS OF THE GNU GENERAL PUBLIC LICENSE
27+
########################################################################
28+
LLNL NOTICE AND TERMS AND CONDITIONS OF THE GNU LGPL
2429

25-
Our Preamble Notice
30+
LLNL Preamble Notice
2631

27-
A. This notice is required to be provided under our contract with the
28-
U.S. Department of Energy (DOE). This work was produced at the
29-
Lawrence Livermore National Laboratory under Contract
30-
No. DE-AC52-07NA27344 with the DOE.
32+
A. This notice is required to be provided under LLNL's contract with
33+
the U.S. Department of Energy (DOE). This work was produced at the
34+
Lawrence Livermore National Laboratory under Contract
35+
No. DE-AC52-07NA27344 with the DOE.
3136

3237
B. Neither the United States Government nor Lawrence Livermore
33-
National Security, LLC nor any of their employees, makes any warranty,
34-
express or implied, or assumes any liability or responsibility for the
35-
accuracy, completeness, or usefulness of any information, apparatus,
36-
product, or process disclosed, or represents that its use would not
37-
infringe privately-owned rights.
38+
National Security, LLC nor any of their employees, makes any
39+
warranty, express or implied, or assumes any liability or
40+
responsibility for the accuracy, completeness, or usefulness of any
41+
information, apparatus, product, or process disclosed, or
42+
represents that its use would not infringe privately-owned rights.
3843

3944
C. Also, reference herein to any specific commercial products,
40-
process, or services by trade name, trademark, manufacturer or
41-
otherwise does not necessarily constitute or imply its endorsement,
42-
recommendation, or favoring by the United States Government or
43-
Lawrence Livermore National Security, LLC. The views and opinions of
44-
authors expressed herein do not necessarily state or reflect those of
45-
the United States Government or Lawrence Livermore National Security,
46-
LLC, and shall not be used for advertising or product endorsement
47-
purposes.
45+
process, or services by trade name, trademark, manufacturer or
46+
otherwise does not necessarily constitute or imply its endorsement,
47+
recommendation, or favoring by the United States Government or
48+
Lawrence Livermore National Security, LLC. The views and opinions
49+
of authors expressed herein do not necessarily state or reflect
50+
those of the United States Government or Lawrence Livermore
51+
National Security, LLC, and shall not be used for advertising or
52+
product endorsement purposes.
4853

4954
The precise terms and conditions for copying, distribution and
5055
modification follows.
5156

52-
GNU Lesser GPL terms and Conditions for Copying, Distribution, and
53-
Modification
57+
########################################################################
58+
GNU LESSER GENERAL PUBLIC LICENSE
59+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
5460

5561
0. This License Agreement applies to any software library or other
5662
program which contains a notice placed by the copyright holder or

bin/sbang

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
#!/bin/bash
2+
##############################################################################
3+
# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
4+
# Produced at the Lawrence Livermore National Laboratory.
5+
#
6+
# This file is part of Spack.
7+
# Created by Todd Gamblin, [email protected], All rights reserved.
8+
# LLNL-CODE-647188
9+
#
10+
# For details, see https://github.com/llnl/spack
11+
# Please also see the LICENSE file for our notice and the LGPL.
12+
#
13+
# This program is free software; you can redistribute it and/or modify
14+
# it under the terms of the GNU Lesser General Public License (as
15+
# published by the Free Software Foundation) version 2.1, February 1999.
16+
#
17+
# This program is distributed in the hope that it will be useful, but
18+
# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
19+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
20+
# conditions of the GNU Lesser General Public License for more details.
21+
#
22+
# You should have received a copy of the GNU Lesser General Public
23+
# License along with this program; if not, write to the Free Software
24+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25+
##############################################################################
226
#
327
# `sbang`: Run scripts with long shebang lines.
428
#

bin/spack

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
#!/usr/bin/env python
22
##############################################################################
3-
# Copyright (c) 2013, Lawrence Livermore National Security, LLC.
3+
# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
44
# Produced at the Lawrence Livermore National Laboratory.
55
#
66
# This file is part of Spack.
7-
# Written by Todd Gamblin, [email protected], All rights reserved.
7+
# Created by Todd Gamblin, [email protected], All rights reserved.
88
# LLNL-CODE-647188
99
#
1010
# For details, see https://github.com/llnl/spack
1111
# Please also see the LICENSE file for our notice and the LGPL.
1212
#
1313
# This program is free software; you can redistribute it and/or modify
14-
# it under the terms of the GNU General Public License (as published by
15-
# the Free Software Foundation) version 2.1 dated February 1999.
14+
# it under the terms of the GNU Lesser General Public License (as
15+
# published by the Free Software Foundation) version 2.1, February 1999.
1616
#
1717
# This program is distributed in the hope that it will be useful, but
1818
# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
1919
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
20-
# conditions of the GNU General Public License for more details.
20+
# conditions of the GNU Lesser General Public License for more details.
2121
#
22-
# You should have received a copy of the GNU Lesser General Public License
23-
# along with this program; if not, write to the Free Software Foundation,
24-
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22+
# You should have received a copy of the GNU Lesser General Public
23+
# License along with this program; if not, write to the Free Software
24+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2525
##############################################################################
2626
import sys
2727
if not sys.version_info[:2] >= (2,6):

bin/spack-python

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
#!/bin/sh
22
##############################################################################
3-
# Copyright (c) 2013, Lawrence Livermore National Security, LLC.
3+
# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
44
# Produced at the Lawrence Livermore National Laboratory.
55
#
66
# This file is part of Spack.
7-
# Written by Todd Gamblin, [email protected], All rights reserved.
7+
# Created by Todd Gamblin, [email protected], All rights reserved.
88
# LLNL-CODE-647188
99
#
1010
# For details, see https://github.com/llnl/spack
1111
# Please also see the LICENSE file for our notice and the LGPL.
1212
#
1313
# This program is free software; you can redistribute it and/or modify
14-
# it under the terms of the GNU General Public License (as published by
15-
# the Free Software Foundation) version 2.1 dated February 1999.
14+
# it under the terms of the GNU Lesser General Public License (as
15+
# published by the Free Software Foundation) version 2.1, February 1999.
1616
#
1717
# This program is distributed in the hope that it will be useful, but
1818
# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
1919
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
20-
# conditions of the GNU General Public License for more details.
20+
# conditions of the GNU Lesser General Public License for more details.
2121
#
22-
# You should have received a copy of the GNU Lesser General Public License
23-
# along with this program; if not, write to the Free Software Foundation,
24-
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22+
# You should have received a copy of the GNU Lesser General Public
23+
# License along with this program; if not, write to the Free Software
24+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2525
##############################################################################
2626
#
2727
# spack-python

lib/spack/env/cc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
#!/bin/bash
22
##############################################################################
3-
# Copyright (c) 2013, Lawrence Livermore National Security, LLC.
3+
# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
44
# Produced at the Lawrence Livermore National Laboratory.
55
#
66
# This file is part of Spack.
7-
# Written by Todd Gamblin, [email protected], All rights reserved.
7+
# Created by Todd Gamblin, [email protected], All rights reserved.
88
# LLNL-CODE-647188
99
#
1010
# For details, see https://github.com/llnl/spack
1111
# Please also see the LICENSE file for our notice and the LGPL.
1212
#
1313
# This program is free software; you can redistribute it and/or modify
14-
# it under the terms of the GNU General Public License (as published by
15-
# the Free Software Foundation) version 2.1 dated February 1999.
14+
# it under the terms of the GNU Lesser General Public License (as
15+
# published by the Free Software Foundation) version 2.1, February 1999.
1616
#
1717
# This program is distributed in the hope that it will be useful, but
1818
# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
1919
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
20-
# conditions of the GNU General Public License for more details.
20+
# conditions of the GNU Lesser General Public License for more details.
2121
#
22-
# You should have received a copy of the GNU Lesser General Public License
23-
# along with this program; if not, write to the Free Software Foundation,
24-
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22+
# You should have received a copy of the GNU Lesser General Public
23+
# License along with this program; if not, write to the Free Software
24+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2525
##############################################################################
2626
#
2727
# Spack compiler wrapper script.

lib/spack/external/nose/LICENSE

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ modified by someone else and passed on, the recipients should know
5555
that what they have is not the original version, so that the original
5656
author's reputation will not be affected by problems that might be
5757
introduced by others.
58-
58+
5959
Finally, software patents pose a constant threat to the existence of
6060
any free program. We wish to make sure that a company cannot
6161
effectively restrict the users of a free program by obtaining a
@@ -111,7 +111,7 @@ modification follow. Pay close attention to the difference between a
111111
"work based on the library" and a "work that uses the library". The
112112
former contains code derived from the library, whereas the latter must
113113
be combined with the library in order to run.
114-
114+
115115
GNU LESSER GENERAL PUBLIC LICENSE
116116
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
117117

@@ -146,7 +146,7 @@ such a program is covered only if its contents constitute a work based
146146
on the Library (independent of the use of the Library in a tool for
147147
writing it). Whether that is true depends on what the Library does
148148
and what the program that uses the Library does.
149-
149+
150150
1. You may copy and distribute verbatim copies of the Library's
151151
complete source code as you receive it, in any medium, provided that
152152
you conspicuously and appropriately publish on each copy an
@@ -158,7 +158,7 @@ Library.
158158
You may charge a fee for the physical act of transferring a copy,
159159
and you may at your option offer warranty protection in exchange for a
160160
fee.
161-
161+
162162
2. You may modify your copy or copies of the Library or any portion
163163
of it, thus forming a work based on the Library, and copy and
164164
distribute such modifications or work under the terms of Section 1
@@ -216,7 +216,7 @@ instead of to this License. (If a newer version than version 2 of the
216216
ordinary GNU General Public License has appeared, then you can specify
217217
that version instead if you wish.) Do not make any other change in
218218
these notices.
219-
219+
220220
Once this change is made in a given copy, it is irreversible for
221221
that copy, so the ordinary GNU General Public License applies to all
222222
subsequent copies and derivative works made from that copy.
@@ -267,7 +267,7 @@ Library will still fall under Section 6.)
267267
distribute the object code for the work under the terms of Section 6.
268268
Any executables containing that work also fall under Section 6,
269269
whether or not they are linked directly with the Library itself.
270-
270+
271271
6. As an exception to the Sections above, you may also combine or
272272
link a "work that uses the Library" with the Library to produce a
273273
work containing portions of the Library, and distribute that work
@@ -329,7 +329,7 @@ restrictions of other proprietary libraries that do not normally
329329
accompany the operating system. Such a contradiction means you cannot
330330
use both them and the Library together in an executable that you
331331
distribute.
332-
332+
333333
7. You may place library facilities that are a work based on the
334334
Library side-by-side in a single library together with other library
335335
facilities not covered by this License, and distribute such a combined
@@ -370,7 +370,7 @@ subject to these terms and conditions. You may not impose any further
370370
restrictions on the recipients' exercise of the rights granted herein.
371371
You are not responsible for enforcing compliance by third parties with
372372
this License.
373-
373+
374374
11. If, as a consequence of a court judgment or allegation of patent
375375
infringement or for any other reason (not limited to patent issues),
376376
conditions are imposed on you (whether by court order, agreement or
@@ -422,7 +422,7 @@ conditions either of that version or of any later version published by
422422
the Free Software Foundation. If the Library does not specify a
423423
license version number, you may choose any version ever published by
424424
the Free Software Foundation.
425-
425+
426426
14. If you wish to incorporate parts of the Library into other free
427427
programs whose distribution conditions are incompatible with these,
428428
write to the author to ask for permission. For software which is
@@ -456,7 +456,7 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456456
DAMAGES.
457457

458458
END OF TERMS AND CONDITIONS
459-
459+
460460
How to Apply These Terms to Your New Libraries
461461

462462
If you develop a new library, and you want it to be of the greatest
@@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names:
500500
Ty Coon, President of Vice
501501

502502
That's all there is to it!
503-
504-

lib/spack/llnl/__init__.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
##############################################################################
2+
# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
3+
# Produced at the Lawrence Livermore National Laboratory.
4+
#
5+
# This file is part of Spack.
6+
# Created by Todd Gamblin, [email protected], All rights reserved.
7+
# LLNL-CODE-647188
8+
#
9+
# For details, see https://github.com/llnl/spack
10+
# Please also see the LICENSE file for our notice and the LGPL.
11+
#
12+
# This program is free software; you can redistribute it and/or modify
13+
# it under the terms of the GNU Lesser General Public License (as
14+
# published by the Free Software Foundation) version 2.1, February 1999.
15+
#
16+
# This program is distributed in the hope that it will be useful, but
17+
# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
18+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
19+
# conditions of the GNU Lesser General Public License for more details.
20+
#
21+
# You should have received a copy of the GNU Lesser General Public
22+
# License along with this program; if not, write to the Free Software
23+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24+
##############################################################################

lib/spack/llnl/util/__init__.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
##############################################################################
2+
# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
3+
# Produced at the Lawrence Livermore National Laboratory.
4+
#
5+
# This file is part of Spack.
6+
# Created by Todd Gamblin, [email protected], All rights reserved.
7+
# LLNL-CODE-647188
8+
#
9+
# For details, see https://github.com/llnl/spack
10+
# Please also see the LICENSE file for our notice and the LGPL.
11+
#
12+
# This program is free software; you can redistribute it and/or modify
13+
# it under the terms of the GNU Lesser General Public License (as
14+
# published by the Free Software Foundation) version 2.1, February 1999.
15+
#
16+
# This program is distributed in the hope that it will be useful, but
17+
# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
18+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
19+
# conditions of the GNU Lesser General Public License for more details.
20+
#
21+
# You should have received a copy of the GNU Lesser General Public
22+
# License along with this program; if not, write to the Free Software
23+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24+
##############################################################################

0 commit comments

Comments
 (0)