license_scout 1.3.11 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +195 -0
- data/bin/license_scout +3 -59
- data/bin/mix_lock_json +0 -0
- data/bin/rebar_lock_json +0 -0
- data/lib/license_scout/cli.rb +99 -0
- data/lib/license_scout/collector.rb +25 -77
- data/lib/license_scout/config.rb +94 -0
- data/lib/license_scout/data/dependeny_manifest_v2_schema.json +62 -0
- data/lib/license_scout/data/exceptions.json +306 -0
- data/lib/license_scout/data/licenses.json +4653 -0
- data/lib/license_scout/dependency.rb +79 -7
- data/lib/license_scout/dependency_manager/base.rb +74 -42
- data/lib/license_scout/dependency_manager/berkshelf.rb +25 -50
- data/lib/license_scout/dependency_manager/bundler/_bundler_script.rb +1 -1
- data/lib/license_scout/dependency_manager/bundler.rb +47 -69
- data/lib/license_scout/dependency_manager/cpanm.rb +62 -112
- data/lib/license_scout/dependency_manager/dep.rb +29 -36
- data/lib/license_scout/dependency_manager/glide.rb +25 -36
- data/lib/license_scout/dependency_manager/godep.rb +27 -26
- data/lib/license_scout/dependency_manager/habitat.rb +126 -0
- data/lib/license_scout/dependency_manager/mix.rb +105 -0
- data/lib/license_scout/dependency_manager/npm.rb +30 -86
- data/lib/license_scout/dependency_manager/rebar.rb +26 -45
- data/lib/license_scout/dependency_manager.rb +19 -5
- data/lib/license_scout/exceptions.rb +2 -43
- data/lib/license_scout/license.rb +126 -0
- data/lib/license_scout/{license_file_analyzer.rb → log.rb} +4 -6
- data/lib/license_scout/reporter.rb +149 -55
- data/lib/license_scout/spdx.rb +123 -0
- data/lib/license_scout/version.rb +1 -1
- data/lib/license_scout.rb +2 -0
- data/native_parsers/mix_lock_json/README.md +21 -0
- data/native_parsers/mix_lock_json/lib/mix_lock_json.ex +20 -0
- data/native_parsers/mix_lock_json/mix.exs +31 -0
- data/native_parsers/mix_lock_json/mix.lock +3 -0
- data/{erl_src → native_parsers}/rebar_lock_json/rebar.lock +2 -2
- metadata +144 -67
- data/lib/license_scout/canonical_licenses/BSD-2-Clause.txt +0 -19
- data/lib/license_scout/canonical_licenses/BSD-3-Clause.txt +0 -27
- data/lib/license_scout/canonical_licenses/BSD-4-Clause.txt +0 -31
- data/lib/license_scout/canonical_licenses/Chef-MLSA.txt +0 -5
- data/lib/license_scout/canonical_licenses/ISC.txt +0 -14
- data/lib/license_scout/canonical_licenses/MIT.txt +0 -20
- data/lib/license_scout/dependency_manager/bundler/LICENSE.md +0 -23
- data/lib/license_scout/dependency_manager/json/README.md +0 -392
- data/lib/license_scout/dependency_manager/manual.rb +0 -67
- data/lib/license_scout/license_file_analyzer/any_matcher.rb +0 -37
- data/lib/license_scout/license_file_analyzer/definitions.rb +0 -219
- data/lib/license_scout/license_file_analyzer/header_matcher.rb +0 -34
- data/lib/license_scout/license_file_analyzer/matcher.rb +0 -46
- data/lib/license_scout/license_file_analyzer/template.rb +0 -45
- data/lib/license_scout/license_file_analyzer/templates/Apache2-short.txt +0 -11
- data/lib/license_scout/license_file_analyzer/templates/Apache2.txt +0 -170
- data/lib/license_scout/license_file_analyzer/templates/BSD-2-Clause-bullets.txt +0 -18
- data/lib/license_scout/license_file_analyzer/templates/BSD-2-Clause.txt +0 -19
- data/lib/license_scout/license_file_analyzer/templates/BSD-3-Clause-alt-format.txt +0 -24
- data/lib/license_scout/license_file_analyzer/templates/BSD-3-Clause.txt +0 -21
- data/lib/license_scout/license_file_analyzer/templates/BSD.txt +0 -24
- data/lib/license_scout/license_file_analyzer/templates/Chef-MLSA.txt +0 -5
- data/lib/license_scout/license_file_analyzer/templates/EPLICENSE.txt +0 -286
- data/lib/license_scout/license_file_analyzer/templates/GPL-2.0.txt +0 -339
- data/lib/license_scout/license_file_analyzer/templates/GPL-3.0.txt +0 -674
- data/lib/license_scout/license_file_analyzer/templates/ISC.txt +0 -2
- data/lib/license_scout/license_file_analyzer/templates/LGPL-3.0.txt +0 -165
- data/lib/license_scout/license_file_analyzer/templates/MIT.txt +0 -9
- data/lib/license_scout/license_file_analyzer/templates/MPL2.txt +0 -373
- data/lib/license_scout/license_file_analyzer/templates/Python-2.0.txt +0 -47
- data/lib/license_scout/license_file_analyzer/templates/Ruby.txt +0 -52
- data/lib/license_scout/license_file_analyzer/text.rb +0 -46
- data/lib/license_scout/net_fetcher.rb +0 -106
- data/lib/license_scout/options.rb +0 -47
- data/lib/license_scout/overrides.rb +0 -1120
- /data/{erl_src → native_parsers}/rebar_lock_json/README.md +0 -0
- /data/{erl_src → native_parsers}/rebar_lock_json/rebar.config +0 -0
- /data/{erl_src → native_parsers}/rebar_lock_json/src/rebar_lock_json.app.src +0 -0
- /data/{erl_src → native_parsers}/rebar_lock_json/src/rebar_lock_json.erl +0 -0
@@ -1,34 +0,0 @@
|
|
1
|
-
# Copied from https://github.com/pivotal/LicenseFinder
|
2
|
-
#
|
3
|
-
# The MIT License
|
4
|
-
#
|
5
|
-
# Copyright (c) 2012 Pivotal Labs
|
6
|
-
#
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
12
|
-
# furnished to do so, subject to the following conditions:
|
13
|
-
#
|
14
|
-
# The above copyright notice and this permission notice shall be included in
|
15
|
-
# all copies or substantial portions of the Software.
|
16
|
-
#
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
23
|
-
# THE SOFTWARE.
|
24
|
-
|
25
|
-
module LicenseScout
|
26
|
-
module LicenseFileAnalyzer
|
27
|
-
HeaderMatcher = Struct.new(:base_matcher) do
|
28
|
-
def matches_text?(text)
|
29
|
-
header = text.split("\n").first || ""
|
30
|
-
base_matcher.matches_text?(header)
|
31
|
-
end
|
32
|
-
end
|
33
|
-
end
|
34
|
-
end
|
@@ -1,46 +0,0 @@
|
|
1
|
-
# Copied from https://github.com/pivotal/LicenseFinder
|
2
|
-
#
|
3
|
-
# The MIT License
|
4
|
-
#
|
5
|
-
# Copyright (c) 2012 Pivotal Labs
|
6
|
-
#
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
12
|
-
# furnished to do so, subject to the following conditions:
|
13
|
-
#
|
14
|
-
# The above copyright notice and this permission notice shall be included in
|
15
|
-
# all copies or substantial portions of the Software.
|
16
|
-
#
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
23
|
-
# THE SOFTWARE.
|
24
|
-
|
25
|
-
module LicenseScout
|
26
|
-
module LicenseFileAnalyzer
|
27
|
-
Matcher = Struct.new(:regexp) do
|
28
|
-
def self.from_template(template)
|
29
|
-
from_text(template.content)
|
30
|
-
end
|
31
|
-
|
32
|
-
def self.from_text(text)
|
33
|
-
from_regex(Text.compile_to_regex(text))
|
34
|
-
end
|
35
|
-
|
36
|
-
# an alias for Matcher.new, for uniformity of constructors
|
37
|
-
def self.from_regex(regexp)
|
38
|
-
new(regexp)
|
39
|
-
end
|
40
|
-
|
41
|
-
def matches_text?(text)
|
42
|
-
!!(Text.normalize_punctuation(text) =~ regexp)
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
# Copied verbatim from https://github.com/pivotal/LicenseFinder
|
2
|
-
#
|
3
|
-
# The MIT License
|
4
|
-
#
|
5
|
-
# Copyright (c) 2012 Pivotal Labs
|
6
|
-
#
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
12
|
-
# furnished to do so, subject to the following conditions:
|
13
|
-
#
|
14
|
-
# The above copyright notice and this permission notice shall be included in
|
15
|
-
# all copies or substantial portions of the Software.
|
16
|
-
#
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
23
|
-
# THE SOFTWARE.
|
24
|
-
|
25
|
-
require "pathname" unless defined?(Pathname)
|
26
|
-
|
27
|
-
require "license_scout/license_file_analyzer/text"
|
28
|
-
|
29
|
-
module LicenseScout
|
30
|
-
module LicenseFileAnalyzer
|
31
|
-
class Template
|
32
|
-
TEMPLATE_PATH = Pathname.new(File.expand_path("templates", __dir__))
|
33
|
-
|
34
|
-
def self.named(name)
|
35
|
-
new TEMPLATE_PATH.join("#{name}.txt").read
|
36
|
-
end
|
37
|
-
|
38
|
-
attr_reader :content
|
39
|
-
|
40
|
-
def initialize(raw_content)
|
41
|
-
@content = Text.normalize_punctuation(raw_content)
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
2
|
-
you may not use this file except in compliance with the License.
|
3
|
-
You may obtain a copy of the License at
|
4
|
-
|
5
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
6
|
-
|
7
|
-
Unless required by applicable law or agreed to in writing, software
|
8
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
9
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10
|
-
See the License for the specific language governing permissions and
|
11
|
-
limitations under the License.
|
@@ -1,170 +0,0 @@
|
|
1
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2
|
-
|
3
|
-
1. Definitions.
|
4
|
-
|
5
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
6
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
7
|
-
|
8
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
9
|
-
the copyright owner that is granting the License.
|
10
|
-
|
11
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
12
|
-
other entities that control, are controlled by, or are under common
|
13
|
-
control with that entity. For the purposes of this definition,
|
14
|
-
"control" means (i) the power, direct or indirect, to cause the
|
15
|
-
direction or management of such entity, whether by contract or
|
16
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
17
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
18
|
-
|
19
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
20
|
-
exercising permissions granted by this License.
|
21
|
-
|
22
|
-
"Source" form shall mean the preferred form for making modifications,
|
23
|
-
including but not limited to software source code, documentation
|
24
|
-
source, and configuration files.
|
25
|
-
|
26
|
-
"Object" form shall mean any form resulting from mechanical
|
27
|
-
transformation or translation of a Source form, including but
|
28
|
-
not limited to compiled object code, generated documentation,
|
29
|
-
and conversions to other media types.
|
30
|
-
|
31
|
-
"Work" shall mean the work of authorship, whether in Source or
|
32
|
-
Object form, made available under the License, as indicated by a
|
33
|
-
copyright notice that is included in or attached to the work
|
34
|
-
(an example is provided in the Appendix below).
|
35
|
-
|
36
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
37
|
-
form, that is based on (or derived from) the Work and for which the
|
38
|
-
editorial revisions, annotations, elaborations, or other modifications
|
39
|
-
represent, as a whole, an original work of authorship. For the purposes
|
40
|
-
of this License, Derivative Works shall not include works that remain
|
41
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
42
|
-
the Work and Derivative Works thereof.
|
43
|
-
|
44
|
-
"Contribution" shall mean any work of authorship, including
|
45
|
-
the original version of the Work and any modifications or additions
|
46
|
-
to that Work or Derivative Works thereof, that is intentionally
|
47
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
48
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
49
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
50
|
-
means any form of electronic, verbal, or written communication sent
|
51
|
-
to the Licensor or its representatives, including but not limited to
|
52
|
-
communication on electronic mailing lists, source code control systems,
|
53
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
54
|
-
Licensor for the purpose of discussing and improving the Work, but
|
55
|
-
excluding communication that is conspicuously marked or otherwise
|
56
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
57
|
-
|
58
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
59
|
-
on behalf of whom a Contribution has been received by Licensor and
|
60
|
-
subsequently incorporated within the Work.
|
61
|
-
|
62
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
63
|
-
this License, each Contributor hereby grants to You a perpetual,
|
64
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
65
|
-
copyright license to reproduce, prepare Derivative Works of,
|
66
|
-
publicly display, publicly perform, sublicense, and distribute the
|
67
|
-
Work and such Derivative Works in Source or Object form.
|
68
|
-
|
69
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
70
|
-
this License, each Contributor hereby grants to You a perpetual,
|
71
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
72
|
-
(except as stated in this section) patent license to make, have made,
|
73
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
74
|
-
where such license applies only to those patent claims licensable
|
75
|
-
by such Contributor that are necessarily infringed by their
|
76
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
77
|
-
with the Work to which such Contribution(s) was submitted. If You
|
78
|
-
institute patent litigation against any entity (including a
|
79
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
80
|
-
or a Contribution incorporated within the Work constitutes direct
|
81
|
-
or contributory patent infringement, then any patent licenses
|
82
|
-
granted to You under this License for that Work shall terminate
|
83
|
-
as of the date such litigation is filed.
|
84
|
-
|
85
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
86
|
-
Work or Derivative Works thereof in any medium, with or without
|
87
|
-
modifications, and in Source or Object form, provided that You
|
88
|
-
meet the following conditions:
|
89
|
-
|
90
|
-
(a) You must give any other recipients of the Work or
|
91
|
-
Derivative Works a copy of this License; and
|
92
|
-
|
93
|
-
(b) You must cause any modified files to carry prominent notices
|
94
|
-
stating that You changed the files; and
|
95
|
-
|
96
|
-
(c) You must retain, in the Source form of any Derivative Works
|
97
|
-
that You distribute, all copyright, patent, trademark, and
|
98
|
-
attribution notices from the Source form of the Work,
|
99
|
-
excluding those notices that do not pertain to any part of
|
100
|
-
the Derivative Works; and
|
101
|
-
|
102
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
103
|
-
distribution, then any Derivative Works that You distribute must
|
104
|
-
include a readable copy of the attribution notices contained
|
105
|
-
within such NOTICE file, excluding those notices that do not
|
106
|
-
pertain to any part of the Derivative Works, in at least one
|
107
|
-
of the following places: within a NOTICE text file distributed
|
108
|
-
as part of the Derivative Works; within the Source form or
|
109
|
-
documentation, if provided along with the Derivative Works; or,
|
110
|
-
within a display generated by the Derivative Works, if and
|
111
|
-
wherever such third-party notices normally appear. The contents
|
112
|
-
of the NOTICE file are for informational purposes only and
|
113
|
-
do not modify the License. You may add Your own attribution
|
114
|
-
notices within Derivative Works that You distribute, alongside
|
115
|
-
or as an addendum to the NOTICE text from the Work, provided
|
116
|
-
that such additional attribution notices cannot be construed
|
117
|
-
as modifying the License.
|
118
|
-
|
119
|
-
You may add Your own copyright statement to Your modifications and
|
120
|
-
may provide additional or different license terms and conditions
|
121
|
-
for use, reproduction, or distribution of Your modifications, or
|
122
|
-
for any such Derivative Works as a whole, provided Your use,
|
123
|
-
reproduction, and distribution of the Work otherwise complies with
|
124
|
-
the conditions stated in this License.
|
125
|
-
|
126
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
127
|
-
any Contribution intentionally submitted for inclusion in the Work
|
128
|
-
by You to the Licensor shall be under the terms and conditions of
|
129
|
-
this License, without any additional terms or conditions.
|
130
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
131
|
-
the terms of any separate license agreement you may have executed
|
132
|
-
with Licensor regarding such Contributions.
|
133
|
-
|
134
|
-
6. Trademarks. This License does not grant permission to use the trade
|
135
|
-
names, trademarks, service marks, or product names of the Licensor,
|
136
|
-
except as required for reasonable and customary use in describing the
|
137
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
138
|
-
|
139
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
140
|
-
agreed to in writing, Licensor provides the Work (and each
|
141
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
142
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
143
|
-
implied, including, without limitation, any warranties or conditions
|
144
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
145
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
146
|
-
appropriateness of using or redistributing the Work and assume any
|
147
|
-
risks associated with Your exercise of permissions under this License.
|
148
|
-
|
149
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
150
|
-
whether in tort (including negligence), contract, or otherwise,
|
151
|
-
unless required by applicable law (such as deliberate and grossly
|
152
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
153
|
-
liable to You for damages, including any direct, indirect, special,
|
154
|
-
incidental, or consequential damages of any character arising as a
|
155
|
-
result of this License or out of the use or inability to use the
|
156
|
-
Work (including but not limited to damages for loss of goodwill,
|
157
|
-
work stoppage, computer failure or malfunction, or any and all
|
158
|
-
other commercial damages or losses), even if such Contributor
|
159
|
-
has been advised of the possibility of such damages.
|
160
|
-
|
161
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
162
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
163
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
164
|
-
or other liability obligations and/or rights consistent with this
|
165
|
-
License. However, in accepting such obligations, You may act only
|
166
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
167
|
-
of any other Contributor, and only if You agree to indemnify,
|
168
|
-
defend, and hold each Contributor harmless for any liability
|
169
|
-
incurred by, or claims asserted against, such Contributor by reason
|
170
|
-
of your accepting any such warranty or additional liability.
|
@@ -1,18 +0,0 @@
|
|
1
|
-
Redistribution and use in source and binary forms, with or without
|
2
|
-
modification, are permitted provided that the following conditions are met:
|
3
|
-
* Redistributions of source code must retain the above copyright
|
4
|
-
notice, this list of conditions and the following disclaimer.
|
5
|
-
* Redistributions in binary form must reproduce the above copyright
|
6
|
-
notice, this list of conditions and the following disclaimer in the
|
7
|
-
documentation and/or other materials provided with the distribution.
|
8
|
-
|
9
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
10
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
11
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
12
|
-
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
13
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
14
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
15
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
16
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
17
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
18
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -1,19 +0,0 @@
|
|
1
|
-
Redistribution and use in source and binary forms, with or without
|
2
|
-
modification, are permitted provided that the following conditions are met:
|
3
|
-
|
4
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
5
|
-
list of conditions and the following disclaimer.
|
6
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
7
|
-
this list of conditions and the following disclaimer in the documentation
|
8
|
-
and/or other materials provided with the distribution.
|
9
|
-
|
10
|
-
THIS SOFTWARE IS PROVIDED BY THE <COPYRIGHT HOLDERS> "AS IS" AND
|
11
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
12
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
13
|
-
DISCLAIMED. IN NO EVENT SHALL THE <COPYRIGHT HOLDERS> BE LIABLE FOR
|
14
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
15
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
16
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
17
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
18
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
19
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -1,24 +0,0 @@
|
|
1
|
-
Redistribution and use in source and binary forms, with or without
|
2
|
-
modification, are permitted provided that the following conditions are met:
|
3
|
-
|
4
|
-
Redistributions of source code must retain the above copyright
|
5
|
-
notice, this list of conditions and the following disclaimer.
|
6
|
-
|
7
|
-
Redistributions in binary form must reproduce the above copyright
|
8
|
-
notice, this list of conditions and the following disclaimer in the
|
9
|
-
documentation and/or other materials provided with the distribution.
|
10
|
-
|
11
|
-
Neither the name of <organization> nor the
|
12
|
-
names of <possessive> contributors may be used to endorse or promote products
|
13
|
-
derived from this software without specific prior written permission.
|
14
|
-
|
15
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
16
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
17
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
18
|
-
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
19
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
20
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
21
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
22
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
23
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
24
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -1,21 +0,0 @@
|
|
1
|
-
Redistribution and use in source and binary forms, with or without
|
2
|
-
modification, are permitted provided that the following conditions are met:
|
3
|
-
* Redistributions of source code must retain the above copyright
|
4
|
-
notice, this list of conditions and the following disclaimer.
|
5
|
-
* Redistributions in binary form must reproduce the above copyright
|
6
|
-
notice, this list of conditions and the following disclaimer in the
|
7
|
-
documentation and/or other materials provided with the distribution.
|
8
|
-
* Neither the name of <organization> nor the
|
9
|
-
names of <possessive> contributors may be used to endorse or promote products
|
10
|
-
derived from this software without specific prior written permission.
|
11
|
-
|
12
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
13
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
14
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
15
|
-
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
16
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
17
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
18
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
19
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
20
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
21
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -1,24 +0,0 @@
|
|
1
|
-
Redistribution and use in source and binary forms, with or without
|
2
|
-
modification, are permitted provided that the following conditions are met:
|
3
|
-
1. Redistributions of source code must retain the above copyright
|
4
|
-
notice, this list of conditions and the following disclaimer.
|
5
|
-
2. Redistributions in binary form must reproduce the above copyright
|
6
|
-
notice, this list of conditions and the following disclaimer in the
|
7
|
-
documentation and/or other materials provided with the distribution.
|
8
|
-
3. All advertising materials mentioning features or use of this software
|
9
|
-
must display the following acknowledgement:
|
10
|
-
This product includes software developed by <organization>.
|
11
|
-
4. Neither the name of <organization> nor the
|
12
|
-
names of its contributors may be used to endorse or promote products
|
13
|
-
derived from this software without specific prior written permission.
|
14
|
-
|
15
|
-
THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ''AS IS'' AND ANY
|
16
|
-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
17
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
18
|
-
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
19
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
20
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
21
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
22
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
23
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
24
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|