diff options
| author | mo khan <mo.khan@gmail.com> | 2020-12-28 17:41:41 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-12-28 17:41:41 -0700 |
| commit | 647d707fede40288b3cdd8328e6cf248067cf923 (patch) | |
| tree | d10207a3e6557336eb65423c01d4ecd837633072 /.github | |
| parent | 68b11cbf84279688a099d5be7a2b592b9373c16f (diff) | |
chore: add sorted_set gem for Ruby 3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/licensed/bundler/rbtree3.dep.yml | 42 | ||||
| -rw-r--r-- | .github/licensed/bundler/set.dep.yml | 35 | ||||
| -rw-r--r-- | .github/licensed/bundler/sorted_set.dep.yml | 38 |
3 files changed, 115 insertions, 0 deletions
diff --git a/.github/licensed/bundler/rbtree3.dep.yml b/.github/licensed/bundler/rbtree3.dep.yml new file mode 100644 index 0000000..9a7fd3b --- /dev/null +++ b/.github/licensed/bundler/rbtree3.dep.yml @@ -0,0 +1,42 @@ +--- +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 + ((<URL:http://users.footprints.net/~kaz/kazlib.html>)). +notices: [] diff --git a/.github/licensed/bundler/set.dep.yml b/.github/licensed/bundler/set.dep.yml new file mode 100644 index 0000000..994d103 --- /dev/null +++ b/.github/licensed/bundler/set.dep.yml @@ -0,0 +1,35 @@ +--- +name: set +version: 1.0.1 +type: bundler +summary: Provides a class to deal with collections of unordered, unique values +homepage: https://github.com/ruby/set +license: bsd-2-clause +licenses: +- sources: Auto-generated BSD-2-Clause license text + text: | + BSD 2-Clause License + + 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 COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER 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. +notices: [] diff --git a/.github/licensed/bundler/sorted_set.dep.yml b/.github/licensed/bundler/sorted_set.dep.yml new file mode 100644 index 0000000..24fc3a7 --- /dev/null +++ b/.github/licensed/bundler/sorted_set.dep.yml @@ -0,0 +1,38 @@ +--- +name: sorted_set +version: 1.0.2 +type: bundler +summary: Implements a variant of Set whose elements are sorted in ascending order +homepage: https://github.com/knu/sorted_set +license: other +licenses: +- sources: LICENSE.txt + text: | + Copyright (c) 2002-2020 Akinori MUSHA + + 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. +- sources: README.md + text: The gem is available as open source under either the terms of the [2-Clause + BSD License](https://opensource.org/licenses/BSD-2-Clause). +notices: [] |
