Skip to content

Commit 3c423a7

Browse files
author
Michael Jennings
committed
Fix licensing errors.
1 parent 5fc3677 commit 3c423a7

File tree

3 files changed

+73
-1
lines changed

3 files changed

+73
-1
lines changed

COPYING

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See LICENSE in this directory.

LICENSE

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
Warewulf Copyright (c) 2001-2003 Gregory M. Kurtzer
2+
3+
Warewulf Copyright (c) 2003-2011, The Regents of the University of
4+
California, through Lawrence Berkeley National Laboratory (subject to
5+
receipt of any required approvals from the U.S. Dept. of Energy).
6+
All rights reserved.
7+
8+
9+
10+
11+
12+
13+
Redistribution and use in source and binary forms, with or without
14+
modification, are permitted provided that the following conditions are met:
15+
16+
(1) Redistributions of source code must retain the above copyright notice,
17+
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+
23+
(3) Neither the name of the University of California, Lawrence Berkeley
24+
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+
28+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29+
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+
53+
54+
55+
If you have questions about your rights to use or distribute this software,
56+
please contact Berkeley Lab's Technology Transfer Department at
57+
ttd@lbl.gov.
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+

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dist_helper_SCRIPTS = helpers/node-mark-online helpers/node-mark-offline
1515
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure install-sh missing
1616
DISTCLEANFILES =
1717
CLEANFILES =
18-
EXTRA_DIST = ChangeLog autogen.sh warewulf-nhc.spec
18+
EXTRA_DIST = COPYING ChangeLog LICENSE autogen.sh warewulf-nhc.spec
1919

2020
test:
2121
$(MAKE) -C test test

0 commit comments

Comments
 (0)