From 85bf31ef197b06d0ac7806b6b5a5ef4841b68b00 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 10 May 2021 20:45:05 -0600 Subject: chore: update licensed cache --- .github/licensed/bundler/nokogiri.dep.yml | 78 ++++++++++++++--------------- .github/licensed/bundler/oj.dep.yml | 2 +- .github/licensed/bundler/rbtree.dep.yml | 41 +++++++++++++++ .github/licensed/bundler/rbtree3.dep.yml | 42 ---------------- .github/licensed/bundler/sorted_set.dep.yml | 2 +- 5 files changed, 82 insertions(+), 83 deletions(-) create mode 100644 .github/licensed/bundler/rbtree.dep.yml delete mode 100644 .github/licensed/bundler/rbtree3.dep.yml diff --git a/.github/licensed/bundler/nokogiri.dep.yml b/.github/licensed/bundler/nokogiri.dep.yml index 4e2eaac..887cf65 100644 --- a/.github/licensed/bundler/nokogiri.dep.yml +++ b/.github/licensed/bundler/nokogiri.dep.yml @@ -1,6 +1,6 @@ --- name: nokogiri -version: 1.11.1 +version: 1.11.3 type: bundler summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. homepage: https://nokogiri.org @@ -10,7 +10,7 @@ licenses: text: | The MIT License - Copyright 2008 -- 2018 by Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori MUSHA, John Shahid, Lars Kanis + Copyright 2008 -- 2021 by Mike Dalessio, Aaron Patterson, Yoko Harada, Akinori MUSHA, John Shahid, Karol Bucek, Lars Kanis, Sergio Arbeo, Timothy Elliott, Nobuyoshi Nakada, Charles Nutter, Patrick Mahoney. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -23,48 +23,48 @@ licenses: broken into multiple sections, each of which describes the dependencies of a different \"platform release\" of Nokogiri.\n\n\n\n- [Default platform release (\"ruby\")](#default-platform-release-ruby)\n- [Native LinuxⓇ platform releases - (\"x86_64-linux\" and \"arm64-linux\")](#native-linux-platform-releases-x86_64-linux-and-arm64-linux)\n- + (\"x86_64-linux\" and \"arm64-linux\")](#native-linux%E2%93%A1-platform-releases-x86_64-linux-and-arm64-linux)\n- [Native Darwin (macOSⓇ) platform releases (\"x86_64-darwin\" and \"arm64-darwin\")](#native-darwin-macos%E2%93%A1-platform-releases-x86_64-darwin-and-arm64-darwin)\n- [Native WindowsⓇ platform releases (\"x86-mingw32\" and \"x64-mingw32\")](#native-windows%E2%93%A1-platform-releases-x86-mingw32-and-x64-mingw32)\n- [JavaⓇ (JRuby) platform release (\"java\")](#java%E2%93%A1-jruby-platform-release-java)\n- [Appendix: Dependencies' License Texts](#appendix-dependencies-license-texts)\n - \ * [libxml2](#libxml2)\n * [libxslt](#libxslt)\n * [zlib](#zlib)\n * [libiconv](#libiconv)\n - \ * [isorelax](#isorelax)\n * [jing](#jing)\n * [nekodtd](#nekodtd)\n * [nekohtml](#nekohtml)\n - \ * [xalan](#xalan)\n * [xerces](#xerces)\n * [xml-apis](#xml-apis)\n\n\n\nIt's encouraged for anyone consuming this file via license-tracking - software to understand which gem file you're downloading and using, so as not - to misinterpret the contents of this file and the licenses of the software being - distributed.\n\nYou can double-check the dependencies in your gem file by examining - the output of `nokogiri -v` after installation, which will emit the complete set - of libraries in use (for versions `>= 1.11.0.rc4`).\n\nIn particular, I'm sure - somebody's lawyer, somewhere, is going to freak out that the LGPL appears in this - file; and so I'd like to take special note that the dependency covered by LGPL, - `libiconv`, is only being redistributed in the native Windows and native Darwin - platform releases. It's not present in default, JavaⓇ, or native LinuxⓇ releases.\n\n\n## - Default platform release (\"ruby\")\n\nThe default platform release distributes - the following dependencies in source form:\n\n- [libxml2](#libxml2)\n- [libxslt](#libxslt)\n\nThis - distribution can be identified by inspecting the included Gem::Specification, - which will have the value \"ruby\" for its \"platform\" attribute.\n\n\n## Native - LinuxⓇ platform releases (\"x86_64-linux\" and \"arm64-linux\")\n\nThe native - LinuxⓇ platform release distributes the following dependencies in source form:\n\n- - [libxml2](#libxml2)\n- [libxslt](#libxslt)\n- [zlib](#zlib)\n\nThis distribution - can be identified by inspecting the included Gem::Specification, which will have - a value similar to \"x86_64-linux\" or \"x86-linux\" for its \"platform.cpu\" - attribute.\n\n\n## Native Darwin (macOSⓇ) platform releases (\"x86_64-darwin\" - and \"arm64-darwin\")\n\nThe native Darwin platform release distributes the following - dependencies in source form:\n\n- [libxml2](#libxml2)\n- [libxslt](#libxslt)\n- - [zlib](#zlib)\n- [libiconv](#libiconv)\n\nThis distribution can be identified - by inspecting the included Gem::Specification, which will have a value similar - to \"x86_64-darwin\" or \"arm64-darwin\" for its \"platform.cpu\" attribute. Darwin - is also known more familiarly as \"OSX\" or \"macOSⓇ\" and is the operating system - for many AppleⓇ computers.\n\n\n## Native WindowsⓇ platform releases (\"x86-mingw32\" - and \"x64-mingw32\")\n\nThe native WindowsⓇ platform release distributes the following + \ * [libxml2](#libxml2)\n * [libxslt](#libxslt)\n * [zlib](#zlib)\n * + [libiconv](#libiconv)\n * [isorelax](#isorelax)\n * [jing](#jing)\n * + [nekodtd](#nekodtd)\n * [nekohtml](#nekohtml)\n * [xalan](#xalan)\n * + [xerces](#xerces)\n * [xml-apis](#xml-apis)\n\n\n\nIt's encouraged + for anyone consuming this file via license-tracking software to understand which + gem file you're downloading and using, so as not to misinterpret the contents + of this file and the licenses of the software being distributed.\n\nYou can double-check + the dependencies in your gem file by examining the output of `nokogiri -v` after + installation, which will emit the complete set of libraries in use (for versions + `>= 1.11.0.rc4`).\n\nIn particular, I'm sure somebody's lawyer, somewhere, is + going to freak out that the LGPL appears in this file; and so I'd like to take + special note that the dependency covered by LGPL, `libiconv`, is only being redistributed + in the native Windows and native Darwin platform releases. It's not present in + default, JavaⓇ, or native LinuxⓇ releases.\n\n\n## Default platform release (\"ruby\")\n\nThe + default platform release distributes the following dependencies in source form:\n\n- + [libxml2](#libxml2)\n- [libxslt](#libxslt)\n\nThis distribution can be identified + by inspecting the included Gem::Specification, which will have the value \"ruby\" + for its \"platform\" attribute.\n\n\n## Native LinuxⓇ platform releases (\"x86_64-linux\" + and \"arm64-linux\")\n\nThe native LinuxⓇ platform release distributes the following dependencies in source form:\n\n- [libxml2](#libxml2)\n- [libxslt](#libxslt)\n- - [zlib](#zlib)\n- [libiconv](#libiconv)\n\nThis distribution can be identified - by inspecting the included Gem::Specification, which will have a value similar - to \"x64-mingw32\" or \"x86-mingw32\" for its \"platform.cpu\" attribute.\n\n\n## - JavaⓇ (JRuby) platform release (\"java\")\n\nThe Java platform release distributes - the following dependencies as compiled jar files:\n\n- [isorelax](#isorelax)\n- + [zlib](#zlib)\n\nThis distribution can be identified by inspecting the included + Gem::Specification, which will have a value similar to \"x86_64-linux\" or \"x86-linux\" + for its \"platform.cpu\" attribute.\n\n\n## Native Darwin (macOSⓇ) platform releases + (\"x86_64-darwin\" and \"arm64-darwin\")\n\nThe native Darwin platform release + distributes the following dependencies in source form:\n\n- [libxml2](#libxml2)\n- + [libxslt](#libxslt)\n- [zlib](#zlib)\n- [libiconv](#libiconv)\n\nThis distribution + can be identified by inspecting the included Gem::Specification, which will have + a value similar to \"x86_64-darwin\" or \"arm64-darwin\" for its \"platform.cpu\" + attribute. Darwin is also known more familiarly as \"OSX\" or \"macOSⓇ\" and is + the operating system for many AppleⓇ computers.\n\n\n## Native WindowsⓇ platform + releases (\"x86-mingw32\" and \"x64-mingw32\")\n\nThe native WindowsⓇ platform + release distributes the following dependencies in source form:\n\n- [libxml2](#libxml2)\n- + [libxslt](#libxslt)\n- [zlib](#zlib)\n- [libiconv](#libiconv)\n\nThis distribution + can be identified by inspecting the included Gem::Specification, which will have + a value similar to \"x64-mingw32\" or \"x86-mingw32\" for its \"platform.cpu\" + attribute.\n\n\n## JavaⓇ (JRuby) platform release (\"java\")\n\nThe Java platform + release distributes the following dependencies as compiled jar files:\n\n- [isorelax](#isorelax)\n- [jing](#jing)\n- [nekodtd](#nekodtd)\n- [nekohtml](#nekohtml)\n- [xalan](#xalan)\n- [xerces](#xerces)\n- [xml-apis](#xml-apis)\n\nThis distribution can be identified by inspecting the included Gem::Specification, which will have the value \"java\" diff --git a/.github/licensed/bundler/oj.dep.yml b/.github/licensed/bundler/oj.dep.yml index e9878c8..cf6f31f 100644 --- a/.github/licensed/bundler/oj.dep.yml +++ b/.github/licensed/bundler/oj.dep.yml @@ -1,6 +1,6 @@ --- name: oj -version: 3.11.2 +version: 3.11.5 type: bundler summary: A fast JSON parser and serializer. homepage: http://www.ohler.com/oj diff --git a/.github/licensed/bundler/rbtree.dep.yml b/.github/licensed/bundler/rbtree.dep.yml new file mode 100644 index 0000000..4d9c3f5 --- /dev/null +++ b/.github/licensed/bundler/rbtree.dep.yml @@ -0,0 +1,41 @@ +--- +name: rbtree +version: 0.4.4 +type: bundler +summary: A sorted associative collection. +homepage: http://rbtree.rubyforge.org/ +license: mit +licenses: +- sources: LICENSE + text: | + Copyright (c) 2002-2013 OZAWA Takuma + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. +- sources: README + text: |- + MIT License. Copyright (c) 2002-2013 OZAWA Takuma. + + dict.c and dict.h are modified copies that are originally in Kazlib + 1.20 written by Kaz Kylheku. Its license is similar to the MIT + license. See dict.c and dict.h for the details. The web page of Kazlib + is at http://www.kylheku.com/~kaz/kazlib.html. +notices: [] diff --git a/.github/licensed/bundler/rbtree3.dep.yml b/.github/licensed/bundler/rbtree3.dep.yml deleted file mode 100644 index 9a7fd3b..0000000 --- a/.github/licensed/bundler/rbtree3.dep.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -name: rbtree3 -version: 0.6.0 -type: bundler -summary: A RBTree is a sorted associative collection that is implemented with a Red-Black - Tree. -homepage: https://github.com/kyrylo/rbtree3 -license: mit -licenses: -- sources: LICENSE - text: | - Copyright (c) 2002-2004, 2007, 2009 OZAWA Takuma - - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation - files (the "Software"), to deal in the Software without - restriction, including without limitation the rights to use, - copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following - conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, - WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - OTHER DEALINGS IN THE SOFTWARE. -- sources: README - text: |- - MIT License. Copyright (c) 2002-2004, 2007, 2009 OZAWA Takuma. - - dict.c and dict.h are modified copies that are originally in Kazlib - written by Kaz Kylheku. Copyright is held by Kaz Kylheku, see dict.c - and dict.h for the license. The web page of Kazlib is at - (()). -notices: [] diff --git a/.github/licensed/bundler/sorted_set.dep.yml b/.github/licensed/bundler/sorted_set.dep.yml index 24fc3a7..099c7f6 100644 --- a/.github/licensed/bundler/sorted_set.dep.yml +++ b/.github/licensed/bundler/sorted_set.dep.yml @@ -1,6 +1,6 @@ --- name: sorted_set -version: 1.0.2 +version: 1.0.3 type: bundler summary: Implements a variant of Set whose elements are sorted in ascending order homepage: https://github.com/knu/sorted_set -- cgit v1.2.3