From ca718d8f2a602256159565b7b9aa06d2f73746c7 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Sun, 20 Mar 2016 08:47:08 -0600 Subject: [PATCH] Fixing up script/licensed verify --- vendor/licenses/config.yml | 4 ++++ vendor/licenses/grammar/SCSS.tmbundle.txt | 2 +- vendor/licenses/grammar/ebundles.txt | 7 ++++--- vendor/licenses/grammar/elixir-tmbundle.txt | 5 +++-- vendor/licenses/grammar/language-csharp.txt | 3 ++- vendor/licenses/grammar/language-renpy.txt | 3 ++- vendor/licenses/grammar/prolog.tmbundle.txt | 6 +++++- vendor/licenses/grammar/sublimeassembly.txt | 2 +- 8 files changed, 22 insertions(+), 10 deletions(-) diff --git a/vendor/licenses/config.yml b/vendor/licenses/config.yml index 326031ee..0a8bd7a2 100644 --- a/vendor/licenses/config.yml +++ b/vendor/licenses/config.yml @@ -2,8 +2,10 @@ whitelist: - apache-2.0 - bsd-2-clause - bsd-3-clause + - permissive - mit - mpl-2.0 + - unlicense - wtfpl - zlib @@ -16,6 +18,8 @@ ignored: reviewed: rubygem: - mime-types + grammar: + - Sublime-Lasso sources: npm: false diff --git a/vendor/licenses/grammar/SCSS.tmbundle.txt b/vendor/licenses/grammar/SCSS.tmbundle.txt index 5c7baa03..a22f166b 100644 --- a/vendor/licenses/grammar/SCSS.tmbundle.txt +++ b/vendor/licenses/grammar/SCSS.tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: SCSS.tmbundle -license: other +license: permissive curated: true --- diff --git a/vendor/licenses/grammar/ebundles.txt b/vendor/licenses/grammar/ebundles.txt index 759571b2..eccf4579 100644 --- a/vendor/licenses/grammar/ebundles.txt +++ b/vendor/licenses/grammar/ebundles.txt @@ -1,7 +1,8 @@ --- type: grammar name: ebundles -license: other +license: mit +curated: true --- If not otherwise specified (see below), files in this repository (located at https://ebundles.googlecode.com/svn/) fall under the MIT License: @@ -11,10 +12,10 @@ If not otherwise specified (see below), files in this repository (located at htt 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 diff --git a/vendor/licenses/grammar/elixir-tmbundle.txt b/vendor/licenses/grammar/elixir-tmbundle.txt index 2095a8dc..e870e0c2 100644 --- a/vendor/licenses/grammar/elixir-tmbundle.txt +++ b/vendor/licenses/grammar/elixir-tmbundle.txt @@ -1,7 +1,8 @@ --- type: grammar name: elixir-tmbundle -license: other +license: apache-2.0 +curated: true --- Copyright 2012 Plataformatec. @@ -15,4 +16,4 @@ Copyright 2012 Plataformatec. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/vendor/licenses/grammar/language-csharp.txt b/vendor/licenses/grammar/language-csharp.txt index fbe0d5a4..0e696e91 100644 --- a/vendor/licenses/grammar/language-csharp.txt +++ b/vendor/licenses/grammar/language-csharp.txt @@ -1,7 +1,8 @@ --- type: grammar name: language-csharp -license: other +license: mit +curated: true --- Copyright (c) 2014 GitHub Inc. diff --git a/vendor/licenses/grammar/language-renpy.txt b/vendor/licenses/grammar/language-renpy.txt index d681c411..92bee1c1 100644 --- a/vendor/licenses/grammar/language-renpy.txt +++ b/vendor/licenses/grammar/language-renpy.txt @@ -1,7 +1,8 @@ --- type: grammar name: language-renpy -license: other +license: permissive +curated: true --- Original work Copyright (c) 2014 GitHub Inc. diff --git a/vendor/licenses/grammar/prolog.tmbundle.txt b/vendor/licenses/grammar/prolog.tmbundle.txt index f6b70382..fe755e49 100644 --- a/vendor/licenses/grammar/prolog.tmbundle.txt +++ b/vendor/licenses/grammar/prolog.tmbundle.txt @@ -1,5 +1,9 @@ --- type: grammar name: prolog.tmbundle -license: other +license: mpl-2.0 --- + +License + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/vendor/licenses/grammar/sublimeassembly.txt b/vendor/licenses/grammar/sublimeassembly.txt index 256b1514..780ae221 100644 --- a/vendor/licenses/grammar/sublimeassembly.txt +++ b/vendor/licenses/grammar/sublimeassembly.txt @@ -1,7 +1,7 @@ --- type: grammar name: sublimeassembly -license: bsd-3 +license: bsd-3-clause curated: true ---