diff --git a/vendor/licenses/config.yml b/vendor/licenses/config.yml index 98ca2d5a..326031ee 100644 --- a/vendor/licenses/config.yml +++ b/vendor/licenses/config.yml @@ -5,6 +5,7 @@ whitelist: - mit - mpl-2.0 - wtfpl + - zlib # These dependencies are explicitly ignored ignored: @@ -18,4 +19,4 @@ reviewed: sources: npm: false - rubygem: false + rubygem: true diff --git a/vendor/licenses/rubygem/byebug.txt b/vendor/licenses/rubygem/byebug.txt new file mode 100644 index 00000000..0cc4b208 --- /dev/null +++ b/vendor/licenses/rubygem/byebug.txt @@ -0,0 +1,31 @@ +--- +type: rubygem +name: byebug +version: 8.2.2 +summary: Ruby 2.0 fast debugger - base + CLI +homepage: http://github.com/deivid-rodriguez/byebug +license: bsd-2-clause +--- +Copyright (c) David Rodríguez +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 REGENTS 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 REGENTS 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. diff --git a/vendor/licenses/rubygem/charlock_holmes.txt b/vendor/licenses/rubygem/charlock_holmes.txt new file mode 100644 index 00000000..f7929f8d --- /dev/null +++ b/vendor/licenses/rubygem/charlock_holmes.txt @@ -0,0 +1,28 @@ +--- +type: rubygem +name: charlock_holmes +version: 0.7.3 +summary: Character encoding detection, brought to you by ICU +homepage: https://github.com/brianmario/charlock_holmes +license: mit +--- +Copyright (c) 2011 Brian Lopez - https://github.com/brianmario + +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. \ No newline at end of file diff --git a/vendor/licenses/rubygem/escape_utils.txt b/vendor/licenses/rubygem/escape_utils.txt new file mode 100644 index 00000000..51d88966 --- /dev/null +++ b/vendor/licenses/rubygem/escape_utils.txt @@ -0,0 +1,29 @@ +--- +type: rubygem +name: escape_utils +version: 1.1.0 +summary: Faster string escaping routines for your web apps +homepage: https://github.com/brianmario/escape_utils +license: mit +--- +The MIT License (MIT) + +Copyright (c) 2014 Brian Lopez + +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. diff --git a/vendor/licenses/rubygem/github-linguist.txt b/vendor/licenses/rubygem/github-linguist.txt new file mode 100644 index 00000000..38c58b4e --- /dev/null +++ b/vendor/licenses/rubygem/github-linguist.txt @@ -0,0 +1,30 @@ +--- +type: rubygem +name: github-linguist +version: 4.8.0 +summary: GitHub Language detection +homepage: https://github.com/github/linguist +license: mit +--- +Copyright (c) 2011-2016 GitHub, Inc. + +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. diff --git a/vendor/licenses/rubygem/mime-types-data.txt b/vendor/licenses/rubygem/mime-types-data.txt new file mode 100644 index 00000000..60954dea --- /dev/null +++ b/vendor/licenses/rubygem/mime-types-data.txt @@ -0,0 +1,34 @@ +--- +type: rubygem +name: mime-types-data +version: 3.2016.0221 +summary: mime-types-data provides a registry for information about MIME media type + definitions +homepage: https://github.com/mime-types/mime-types-data/ +license: mit +--- +## Licence + +* Copyright 2003–2015 Austin Ziegler. + +The software in this repository is made available under the MIT license. + +### MIT License + +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. diff --git a/vendor/licenses/rubygem/mime-types.txt b/vendor/licenses/rubygem/mime-types.txt new file mode 100644 index 00000000..66a8931e --- /dev/null +++ b/vendor/licenses/rubygem/mime-types.txt @@ -0,0 +1,34 @@ +--- +type: rubygem +name: mime-types +version: '3.0' +summary: The mime-types library provides a library and registry for information about + MIME content type definitions +homepage: https://github.com/mime-types/ruby-mime-types/ +license: mit +--- +== Licence + +* Copyright 2003–2015 Austin Ziegler. + +The software in this repository is made available under the MIT license. + +=== MIT License + +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. diff --git a/vendor/licenses/rubygem/rugged.txt b/vendor/licenses/rubygem/rugged.txt new file mode 100644 index 00000000..b2b15511 --- /dev/null +++ b/vendor/licenses/rubygem/rugged.txt @@ -0,0 +1,29 @@ +--- +type: rubygem +name: rugged +version: 0.24.0 +summary: Rugged is a Ruby binding to the libgit2 linkable library +homepage: https://github.com/libgit2/rugged +license: mit +--- +The MIT License + +Copyright (c) 2015 GitHub, Inc + +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.