Skip to content

Commit 03803c8

Browse files
author
Daniel Holbach
committed
license: document files under LGPL3 and MPL3 licenses
1 parent eb3a2fe commit 03803c8

File tree

2 files changed

+200
-0
lines changed

2 files changed

+200
-0
lines changed

COPYING.LGPL-3

+175
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
./tools/integration/assert.sh is a copy of
2+
3+
https://github.com/lehmannro/assert.sh/blob/master/assert.sh
4+
5+
Since it was imported from its original source, it has only received
6+
cosmetic modifications. As it is licensed under the LGPL-3, here's the
7+
license text in its entirety:
8+
9+
10+
11+
GNU LESSER GENERAL PUBLIC LICENSE
12+
Version 3, 29 June 2007
13+
14+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
15+
Everyone is permitted to copy and distribute verbatim copies
16+
of this license document, but changing it is not allowed.
17+
18+
19+
This version of the GNU Lesser General Public License incorporates
20+
the terms and conditions of version 3 of the GNU General Public
21+
License, supplemented by the additional permissions listed below.
22+
23+
0. Additional Definitions.
24+
25+
As used herein, "this License" refers to version 3 of the GNU Lesser
26+
General Public License, and the "GNU GPL" refers to version 3 of the GNU
27+
General Public License.
28+
29+
"The Library" refers to a covered work governed by this License,
30+
other than an Application or a Combined Work as defined below.
31+
32+
An "Application" is any work that makes use of an interface provided
33+
by the Library, but which is not otherwise based on the Library.
34+
Defining a subclass of a class defined by the Library is deemed a mode
35+
of using an interface provided by the Library.
36+
37+
A "Combined Work" is a work produced by combining or linking an
38+
Application with the Library. The particular version of the Library
39+
with which the Combined Work was made is also called the "Linked
40+
Version".
41+
42+
The "Minimal Corresponding Source" for a Combined Work means the
43+
Corresponding Source for the Combined Work, excluding any source code
44+
for portions of the Combined Work that, considered in isolation, are
45+
based on the Application, and not on the Linked Version.
46+
47+
The "Corresponding Application Code" for a Combined Work means the
48+
object code and/or source code for the Application, including any data
49+
and utility programs needed for reproducing the Combined Work from the
50+
Application, but excluding the System Libraries of the Combined Work.
51+
52+
1. Exception to Section 3 of the GNU GPL.
53+
54+
You may convey a covered work under sections 3 and 4 of this License
55+
without being bound by section 3 of the GNU GPL.
56+
57+
2. Conveying Modified Versions.
58+
59+
If you modify a copy of the Library, and, in your modifications, a
60+
facility refers to a function or data to be supplied by an Application
61+
that uses the facility (other than as an argument passed when the
62+
facility is invoked), then you may convey a copy of the modified
63+
version:
64+
65+
a) under this License, provided that you make a good faith effort to
66+
ensure that, in the event an Application does not supply the
67+
function or data, the facility still operates, and performs
68+
whatever part of its purpose remains meaningful, or
69+
70+
b) under the GNU GPL, with none of the additional permissions of
71+
this License applicable to that copy.
72+
73+
3. Object Code Incorporating Material from Library Header Files.
74+
75+
The object code form of an Application may incorporate material from
76+
a header file that is part of the Library. You may convey such object
77+
code under terms of your choice, provided that, if the incorporated
78+
material is not limited to numerical parameters, data structure
79+
layouts and accessors, or small macros, inline functions and templates
80+
(ten or fewer lines in length), you do both of the following:
81+
82+
a) Give prominent notice with each copy of the object code that the
83+
Library is used in it and that the Library and its use are
84+
covered by this License.
85+
86+
b) Accompany the object code with a copy of the GNU GPL and this license
87+
document.
88+
89+
4. Combined Works.
90+
91+
You may convey a Combined Work under terms of your choice that,
92+
taken together, effectively do not restrict modification of the
93+
portions of the Library contained in the Combined Work and reverse
94+
engineering for debugging such modifications, if you also do each of
95+
the following:
96+
97+
a) Give prominent notice with each copy of the Combined Work that
98+
the Library is used in it and that the Library and its use are
99+
covered by this License.
100+
101+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
102+
document.
103+
104+
c) For a Combined Work that displays copyright notices during
105+
execution, include the copyright notice for the Library among
106+
these notices, as well as a reference directing the user to the
107+
copies of the GNU GPL and this license document.
108+
109+
d) Do one of the following:
110+
111+
0) Convey the Minimal Corresponding Source under the terms of this
112+
License, and the Corresponding Application Code in a form
113+
suitable for, and under terms that permit, the user to
114+
recombine or relink the Application with a modified version of
115+
the Linked Version to produce a modified Combined Work, in the
116+
manner specified by section 6 of the GNU GPL for conveying
117+
Corresponding Source.
118+
119+
1) Use a suitable shared library mechanism for linking with the
120+
Library. A suitable mechanism is one that (a) uses at run time
121+
a copy of the Library already present on the user's computer
122+
system, and (b) will operate properly with a modified version
123+
of the Library that is interface-compatible with the Linked
124+
Version.
125+
126+
e) Provide Installation Information, but only if you would otherwise
127+
be required to provide such information under section 6 of the
128+
GNU GPL, and only to the extent that such information is
129+
necessary to install and execute a modified version of the
130+
Combined Work produced by recombining or relinking the
131+
Application with a modified version of the Linked Version. (If
132+
you use option 4d0, the Installation Information must accompany
133+
the Minimal Corresponding Source and Corresponding Application
134+
Code. If you use option 4d1, you must provide the Installation
135+
Information in the manner specified by section 6 of the GNU GPL
136+
for conveying Corresponding Source.)
137+
138+
5. Combined Libraries.
139+
140+
You may place library facilities that are a work based on the
141+
Library side by side in a single library together with other library
142+
facilities that are not Applications and are not covered by this
143+
License, and convey such a combined library under terms of your
144+
choice, if you do both of the following:
145+
146+
a) Accompany the combined library with a copy of the same work based
147+
on the Library, uncombined with any other library facilities,
148+
conveyed under the terms of this License.
149+
150+
b) Give prominent notice with the combined library that part of it
151+
is a work based on the Library, and explaining where to find the
152+
accompanying uncombined form of the same work.
153+
154+
6. Revised Versions of the GNU Lesser General Public License.
155+
156+
The Free Software Foundation may publish revised and/or new versions
157+
of the GNU Lesser General Public License from time to time. Such new
158+
versions will be similar in spirit to the present version, but may
159+
differ in detail to address new problems or concerns.
160+
161+
Each version is given a distinguishing version number. If the
162+
Library as you received it specifies that a certain numbered version
163+
of the GNU Lesser General Public License "or any later version"
164+
applies to it, you have the option of following the terms and
165+
conditions either of that published version or of any later version
166+
published by the Free Software Foundation. If the Library as you
167+
received it does not specify a version number of the GNU Lesser
168+
General Public License, you may choose any version of the GNU Lesser
169+
General Public License ever published by the Free Software Foundation.
170+
171+
If the Library as you received it specifies that a proxy can decide
172+
whether future versions of the GNU Lesser General Public License shall
173+
apply, that proxy's public statement of acceptance of any version is
174+
permanent authorization for you to choose that version for the
175+
Library.

VENDORED_CODE.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Use of vendored code in Weave Scope
2+
3+
Weave Scope is licensed under the [Apache 2.0 license](LICENSE).
4+
5+
Some vendored code is under different licenses though, all of them ship the
6+
entire license text they are under.
7+
8+
- https://github.com/weaveworks/go-checkpoint
9+
https://github.com/weaveworks/go-cleanhttp
10+
https://github.com/certifi/gocertifi
11+
can be found in the ./vendor/ directory, is under MPL-2.0.
12+
13+
- Pulled in by dependencies are
14+
https://github.com/hashicorp/go-version (MPL-2.0)
15+
https://github.com/hashicorp/golang-lru (MPL-2.0)
16+
17+
- One file pulled in by a dependency is under CDDL:
18+
./vendor/github.com/howeyc/gopass/terminal_solaris.go
19+
20+
- The docs of a dependency that's pulled in by a dependency
21+
are under CC-BY 4.0:
22+
./vendor/github.com/docker/go-units/
23+
24+
[One file used in tests](COPYING.LGPL-3) is under LGPL-3, that's why we ship
25+
the license text in this repository.

0 commit comments

Comments
 (0)