Skip to content

Commit 18802ed

Browse files
committed
Fixes in OSSREADME's
1 parent 449f900 commit 18802ed

2 files changed

Lines changed: 31 additions & 8 deletions

File tree

extensions/coffeescript/OSSREADME.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
[{
33
"name": "textmate/coffee-script.tmbundle",
44
"version": "0.0.0",
5-
"license": "MIT",
5+
"license": "TextMate Bundle License",
66
"repositoryURL": "https://github.com/textmate/coffee-script.tmbundle"
77
}]

extensions/cpp/OSSREADME.json

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
11
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
2-
[{
3-
"name": "language-c",
4-
"version": "0.51.3",
5-
"license": "MIT",
6-
"repositoryURL": "https://github.com/atom/language-c",
7-
"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."
8-
}]
2+
[
3+
{
4+
"name": "atom/language-c",
5+
"version": "0.51.3",
6+
"license": "MIT",
7+
"repositoryURL": "https://github.com/atom/language-c",
8+
"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."
9+
},
10+
{
11+
"name": "textmate/c.tmbundle",
12+
"version": "0.0.0",
13+
"license": "TextMate Bundle License",
14+
"repositoryURL": "https://github.com/textmate/c.tmbundle",
15+
"licenseDetail": [
16+
"Copyright (c) textmate-c.tmbundle authors",
17+
"",
18+
"If not otherwise specified (see below), files in this repository fall under the following license:",
19+
"",
20+
"Permission to copy, use, modify, sell and distribute this",
21+
"software is granted. This software is provided \"as is\" without",
22+
"express or implied warranty, and with no claim as to its",
23+
"suitability for any purpose.",
24+
"",
25+
"An exception is made for files in readable text which contain their own license information,",
26+
"or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added",
27+
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
28+
"\"tidy\" is accompanied by \"tidy-license.txt\"."
29+
]
30+
}
31+
]

0 commit comments

Comments
 (0)