From 18802ed5f4830e58654accebefeedda802b736ed Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Wed, 25 May 2016 14:48:04 +0200 Subject: [PATCH] Fixes in OSSREADME's --- extensions/coffeescript/OSSREADME.json | 2 +- extensions/cpp/OSSREADME.json | 37 +++++++++++++++++++++----- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/extensions/coffeescript/OSSREADME.json b/extensions/coffeescript/OSSREADME.json index 24687ab2f80..08ab8d0b59e 100644 --- a/extensions/coffeescript/OSSREADME.json +++ b/extensions/coffeescript/OSSREADME.json @@ -2,6 +2,6 @@ [{ "name": "textmate/coffee-script.tmbundle", "version": "0.0.0", - "license": "MIT", + "license": "TextMate Bundle License", "repositoryURL": "https://github.com/textmate/coffee-script.tmbundle" }] diff --git a/extensions/cpp/OSSREADME.json b/extensions/cpp/OSSREADME.json index 8993b5b25fa..58859a1b776 100644 --- a/extensions/cpp/OSSREADME.json +++ b/extensions/cpp/OSSREADME.json @@ -1,8 +1,31 @@ // ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "language-c", - "version": "0.51.3", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-c", - "description": "The files syntaxes/c.json and syntaxes/c++.json were derived from the Atom package https://atom.io/packages/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle." -}] +[ + { + "name": "atom/language-c", + "version": "0.51.3", + "license": "MIT", + "repositoryURL": "https://github.com/atom/language-c", + "description": "The files syntaxes/c.json and syntaxes/c++.json were derived from the Atom package https://atom.io/packages/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle." + }, + { + "name": "textmate/c.tmbundle", + "version": "0.0.0", + "license": "TextMate Bundle License", + "repositoryURL": "https://github.com/textmate/c.tmbundle", + "licenseDetail": [ + "Copyright (c) textmate-c.tmbundle authors", + "", + "If not otherwise specified (see below), files in this repository fall under the following license:", + "", + "Permission to copy, use, modify, sell and distribute this", + "software is granted. This software is provided \"as is\" without", + "express or implied warranty, and with no claim as to its", + "suitability for any purpose.", + "", + "An exception is made for files in readable text which contain their own license information,", + "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", + "to the base-name name of the original file, and an extension of txt, html, or similar. For example", + "\"tidy\" is accompanied by \"tidy-license.txt\"." + ] + } +] \ No newline at end of file