Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/make/cgmanifest.json
3290 views
1
{
2
"registrations": [
3
{
4
"component": {
5
"type": "git",
6
"git": {
7
"name": "fadeevab/make.tmbundle",
8
"repositoryUrl": "https://github.com/fadeevab/make.tmbundle",
9
"commitHash": "1d4c0b541959995db098df751ffc129da39a294b"
10
}
11
},
12
"licenseDetail": [
13
"Copyright (c) textmate-make.tmbundle project authors",
14
"",
15
"If not otherwise specified (see below), files in this repository fall under the following license:",
16
"",
17
"Permission to copy, use, modify, sell and distribute this",
18
"software is granted. This software is provided \"as is\" without",
19
"express or implied warranty, and with no claim as to its",
20
"suitability for any purpose.",
21
"",
22
"An exception is made for files in readable text which contain their own license information,",
23
"or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added",
24
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
25
"\"tidy\" is accompanied by \"tidy-license.txt\"."
26
],
27
"license": "TextMate Bundle License",
28
"version": "0.0.0"
29
}
30
],
31
"version": 1
32
}
33