Merge branch 'licensor' of github.com:github/linguist into licensor

This commit is contained in:
Arfon Smith
2016-03-17 20:00:52 -06:00
17 changed files with 21 additions and 18 deletions

View File

@@ -3,6 +3,8 @@ whitelist:
- bsd-2-clause
- bsd-3-clause
- mit
- mpl-2.0
- wtfpl
# These dependencies are explicitly ignored
ignored:
@@ -12,3 +14,4 @@ ignored:
# These dependencies have been reviewed and approved.
reviewed:
rubygem:
- mime-types

View File

@@ -3,7 +3,7 @@ type: rubygem
name: addressable
version: 2.3.8
summary: URI Implementation
url: https://github.com/sporkmonger/addressable
homepage: https://github.com/sporkmonger/addressable
license: apache-2.0
---

View File

@@ -3,7 +3,7 @@ type: rubygem
name: byebug
version: 6.0.2
summary: Ruby 2.0 fast debugger - base + CLI
url: http://github.com/deivid-rodriguez/byebug
homepage: http://github.com/deivid-rodriguez/byebug
license: bsd-2-clause
---
Copyright (c) David Rodríguez <deivid.rodriguez@gmail.com>

View File

@@ -3,7 +3,7 @@ type: rubygem
name: charlock_holmes
version: 0.7.3
summary: Character encoding detection, brought to you by ICU
url: https://github.com/brianmario/charlock_holmes
homepage: https://github.com/brianmario/charlock_holmes
license: mit
---
Copyright (c) 2011 Brian Lopez - https://github.com/brianmario

View File

@@ -3,7 +3,7 @@ type: rubygem
name: escape_utils
version: 1.1.0
summary: Faster string escaping routines for your web apps
url: https://github.com/brianmario/escape_utils
homepage: https://github.com/brianmario/escape_utils
license: mit
---
The MIT License (MIT)

View File

@@ -3,7 +3,7 @@ type: rubygem
name: faraday
version: 0.9.2
summary: HTTP/REST API client library.
url: https://github.com/lostisland/faraday
homepage: https://github.com/lostisland/faraday
license: mit
---
Copyright (c) 2009-2015 Rick Olson, Zack Hobson

View File

@@ -3,7 +3,7 @@ type: rubygem
name: github-linguist-grammars
version: 4.6.4
summary: Language grammars for use with github-linguist
url: https://github.com/github/linguist
homepage: https://github.com/github/linguist
license: mit
---
Copyright (c) 2011-2015 GitHub, Inc.

View File

@@ -3,7 +3,7 @@ type: rubygem
name: github-linguist
version: 4.6.4
summary: GitHub Language detection
url: https://github.com/github/linguist
homepage: https://github.com/github/linguist
license: mit
---
Copyright (c) 2011-2015 GitHub, Inc.

View File

@@ -3,7 +3,7 @@ type: rubygem
name: licensee
version: 6.0.0b1
summary: A Ruby Gem to detect under what license a project is distributed
url: http://github.com/benbalter/licensee
homepage: http://github.com/benbalter/licensee
license: mit
---
The MIT License (MIT)

View File

@@ -1,9 +1,9 @@
---
type: rubygem
name: licensor
version: 0.2.0
version: 0.4.0
summary: extract and validate the licenses of dependencies.
url: https://github.com/github/licensor
homepage: https://github.com/github/licensor
license: mit
---
The MIT License (MIT)

View File

@@ -4,7 +4,7 @@ name: mime-types
version: 2.6.2
summary: The mime-types library provides a library and registry for information about
MIME content type definitions
url: https://github.com/mime-types/ruby-mime-types/
homepage: https://github.com/mime-types/ruby-mime-types/
license: other
---
== Licence

View File

@@ -3,6 +3,6 @@ type: rubygem
name: multipart-post
version: 2.0.0
summary: A multipart form post accessory for Net::HTTP.
url: https://github.com/nicksieger/multipart-post
homepage: https://github.com/nicksieger/multipart-post
license: mit
---

View File

@@ -3,7 +3,7 @@ type: rubygem
name: octokit
version: 4.1.1
summary: Ruby toolkit for working with the GitHub API
url: https://github.com/octokit/octokit.rb
homepage: https://github.com/octokit/octokit.rb
license: mit
---
Copyright (c) 2009-2014 Wynn Netherland, Adam Stacoviak, Erik Michaels-Ober

View File

@@ -1,14 +1,14 @@
---
type: rubygem
name: rugged
version: 0.24.0b2
version: 0.23.2
summary: Rugged is a Ruby binding to the libgit2 linkable library
url: https://github.com/libgit2/rugged
homepage: https://github.com/libgit2/rugged
license: mit
---
The MIT License
Copyright (c) 2015 GitHub, Inc
Copyright (c) 2014 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

View File

@@ -3,7 +3,7 @@ type: rubygem
name: sawyer
version: 0.6.0
summary: Secret User Agent of HTTP
url: https://github.com/lostisland/sawyer
homepage: https://github.com/lostisland/sawyer
license: mit
---
Copyright (c) 2011 rick olson

View File

@@ -3,7 +3,7 @@ type: rubygem
name: thor
version: 0.19.1
summary: Thor is a toolkit for building powerful command-line interfaces.
url: http://whatisthor.com/
homepage: http://whatisthor.com/
license: mit
---
Copyright (c) 2008 Yehuda Katz, Eric Hodel, et al.