mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-09 02:45:33 +00:00
Updating licenses
This commit is contained in:
2
vendor/licenses/rubygem/addressable.txt
vendored
2
vendor/licenses/rubygem/addressable.txt
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: addressable
|
||||
version: 2.3.8
|
||||
version: 2.4.0
|
||||
summary: URI Implementation
|
||||
homepage: https://github.com/sporkmonger/addressable
|
||||
license: apache-2.0
|
||||
|
||||
2
vendor/licenses/rubygem/byebug.txt
vendored
2
vendor/licenses/rubygem/byebug.txt
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: byebug
|
||||
version: 6.0.2
|
||||
version: 8.2.2
|
||||
summary: Ruby 2.0 fast debugger - base + CLI
|
||||
homepage: http://github.com/deivid-rodriguez/byebug
|
||||
license: bsd-2-clause
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: github-linguist-grammars
|
||||
version: 4.6.4
|
||||
summary: Language grammars for use with github-linguist
|
||||
homepage: https://github.com/github/linguist
|
||||
license: mit
|
||||
---
|
||||
Copyright (c) 2011-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.
|
||||
4
vendor/licenses/rubygem/github-linguist.txt
vendored
4
vendor/licenses/rubygem/github-linguist.txt
vendored
@@ -1,12 +1,12 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: github-linguist
|
||||
version: 4.6.4
|
||||
version: 4.8.0
|
||||
summary: GitHub Language detection
|
||||
homepage: https://github.com/github/linguist
|
||||
license: mit
|
||||
---
|
||||
Copyright (c) 2011-2015 GitHub, Inc.
|
||||
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
|
||||
|
||||
2
vendor/licenses/rubygem/licensee.txt
vendored
2
vendor/licenses/rubygem/licensee.txt
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: licensee
|
||||
version: 6.0.0b1
|
||||
version: 6.0.0
|
||||
summary: A Ruby Gem to detect under what license a project is distributed
|
||||
homepage: http://github.com/benbalter/licensee
|
||||
license: mit
|
||||
|
||||
2
vendor/licenses/rubygem/licensor.txt
vendored
2
vendor/licenses/rubygem/licensor.txt
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: licensor
|
||||
version: 0.4.0
|
||||
version: 0.5.0
|
||||
summary: extract and validate the licenses of dependencies.
|
||||
homepage: https://github.com/github/licensor
|
||||
license: mit
|
||||
|
||||
34
vendor/licenses/rubygem/mime-types-data.txt
vendored
Normal file
34
vendor/licenses/rubygem/mime-types-data.txt
vendored
Normal file
@@ -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.
|
||||
22
vendor/licenses/rubygem/mime-types.txt
vendored
22
vendor/licenses/rubygem/mime-types.txt
vendored
@@ -1,25 +1,17 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: mime-types
|
||||
version: 2.6.2
|
||||
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: other
|
||||
license: mit
|
||||
---
|
||||
== Licence
|
||||
|
||||
This software is available under three licences: the GNU GPL version 2 (or at
|
||||
your option, a later version), the Perl Artistic License, or the MIT License.
|
||||
The licence preferred by me is the MIT licence.
|
||||
* Copyright 2003–2015 Austin Ziegler.
|
||||
|
||||
The original Perl MIME::Types was dually originally licensed with the Perl
|
||||
Artistic Licence and the GNU GPL ("the same terms as Perl itself") and given
|
||||
that the Ruby implementation originally hewed pretty closely to the Perl
|
||||
version, I chose to maintain the additional licensing terms.
|
||||
|
||||
* Copyright 2003–2015 Austin Ziegler.
|
||||
* Adapted from MIME::Types (Perl) by Mark Overmeer.
|
||||
The software in this repository is made available under the MIT license.
|
||||
|
||||
=== MIT License
|
||||
|
||||
@@ -40,9 +32,3 @@ 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.
|
||||
|
||||
=== Perl Artistic License (version 2)
|
||||
See the file docs/artistic.txt in the main distribution.
|
||||
|
||||
=== GNU GPL version 2
|
||||
See the file docs/COPYING.txt in the main distribution.
|
||||
|
||||
4
vendor/licenses/rubygem/octokit.txt
vendored
4
vendor/licenses/rubygem/octokit.txt
vendored
@@ -1,12 +1,12 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: octokit
|
||||
version: 4.1.1
|
||||
version: 4.3.0
|
||||
summary: Ruby toolkit for working with the GitHub API
|
||||
homepage: https://github.com/octokit/octokit.rb
|
||||
license: mit
|
||||
---
|
||||
Copyright (c) 2009-2014 Wynn Netherland, Adam Stacoviak, Erik Michaels-Ober
|
||||
Copyright (c) 2009-2016 Wynn Netherland, Adam Stacoviak, Erik Michaels-Ober
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
||||
4
vendor/licenses/rubygem/rugged.txt
vendored
4
vendor/licenses/rubygem/rugged.txt
vendored
@@ -1,14 +1,14 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: rugged
|
||||
version: 0.23.2
|
||||
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) 2014 GitHub, Inc
|
||||
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
|
||||
|
||||
2
vendor/licenses/rubygem/sawyer.txt
vendored
2
vendor/licenses/rubygem/sawyer.txt
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
type: rubygem
|
||||
name: sawyer
|
||||
version: 0.6.0
|
||||
version: 0.7.0
|
||||
summary: Secret User Agent of HTTP
|
||||
homepage: https://github.com/lostisland/sawyer
|
||||
license: mit
|
||||
|
||||
Reference in New Issue
Block a user