Skip to content

Commit

Permalink
Add missing resolv, timeout, and net-protocol licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 13, 2023
1 parent 63544d0 commit 0069465
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ lib/rubygems/net-http/lib/net/http/response.rb
lib/rubygems/net-http/lib/net/http/responses.rb
lib/rubygems/net-http/lib/net/http/status.rb
lib/rubygems/net-http/lib/net/https.rb
lib/rubygems/net-protocol/LICENSE.txt
lib/rubygems/net-protocol/lib/net/protocol.rb
lib/rubygems/net/http.rb
lib/rubygems/openssl.rb
Expand Down Expand Up @@ -480,6 +481,7 @@ lib/rubygems/request_set/lockfile.rb
lib/rubygems/request_set/lockfile/parser.rb
lib/rubygems/request_set/lockfile/tokenizer.rb
lib/rubygems/requirement.rb
lib/rubygems/resolv/LICENSE.txt
lib/rubygems/resolv/lib/resolv.rb
lib/rubygems/resolver.rb
lib/rubygems/resolver/activation_request.rb
Expand Down Expand Up @@ -562,6 +564,7 @@ lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem
lib/rubygems/stub_specification.rb
lib/rubygems/text.rb
lib/rubygems/timeout.rb
lib/rubygems/timeout/LICENSE.txt
lib/rubygems/timeout/lib/timeout.rb
lib/rubygems/tsort.rb
lib/rubygems/tsort/.document
Expand Down
12 changes: 6 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ if File.exist?("tool/automatiek.rake")
subsublib.namespace = "Timeout"
subsublib.prefix = "Gem"
subsublib.vendor_lib = "lib/rubygems/timeout"
subsublib.license_path = "License.txt"
subsublib.license_path = "LICENSE.txt"
end
end

Expand All @@ -240,15 +240,15 @@ if File.exist?("tool/automatiek.rake")
subsublib.namespace = "Net"
subsublib.prefix = "Gem"
subsublib.vendor_lib = "lib/rubygems/net-protocol"
subsublib.license_path = "License.txt"
subsublib.license_path = "LICENSE.txt"

subsublib.dependency("timeout") do |ssslib|
ssslib.version = "v0.4.1"
ssslib.download = { github: "https://github.com/ruby/timeout" }
ssslib.namespace = "Timeout"
ssslib.prefix = "Gem"
ssslib.vendor_lib = "lib/rubygems/timeout"
ssslib.license_path = "License.txt"
ssslib.license_path = "LICENSE.txt"
end
end

Expand All @@ -258,7 +258,7 @@ if File.exist?("tool/automatiek.rake")
subsublib.namespace = "Timeout"
subsublib.prefix = "Gem"
subsublib.vendor_lib = "lib/rubygems/timeout"
subsublib.license_path = "License.txt"
subsublib.license_path = "LICENSE.txt"
end

sublib.dependency("resolv") do |subsublib|
Expand All @@ -267,15 +267,15 @@ if File.exist?("tool/automatiek.rake")
subsublib.namespace = "Resolv"
subsublib.prefix = "Gem"
subsublib.vendor_lib = "lib/rubygems/resolv"
subsublib.license_path = "License.txt"
subsublib.license_path = "LICENSE.txt"

subsublib.dependency("timeout") do |ssslib|
ssslib.version = "v0.4.1"
ssslib.download = { github: "https://github.com/ruby/timeout" }
ssslib.namespace = "Timeout"
ssslib.prefix = "Gem"
ssslib.vendor_lib = "lib/rubygems/timeout"
ssslib.license_path = "License.txt"
ssslib.license_path = "LICENSE.txt"
end
end
end
Expand Down
22 changes: 22 additions & 0 deletions lib/rubygems/net-protocol/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
22 changes: 22 additions & 0 deletions lib/rubygems/resolv/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
22 changes: 22 additions & 0 deletions lib/rubygems/timeout/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

0 comments on commit 0069465

Please sign in to comment.