Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisidor <inikolic@microsoft.com>2018-11-13 14:09:18 +0300
committerisidor <inikolic@microsoft.com>2018-11-13 14:09:18 +0300
commit77b13e34789d76e042d47dcb15b82e497eae9f77 (patch)
tree79f15447c40a3a83fdd8dee0b5afe9e29a58bd75 /cgmanifest.json
parent1df80b25cc7ddfa372f34f4332e16699a31ab4ff (diff)
test cgamnifests
Diffstat (limited to 'cgmanifest.json')
-rw-r--r--cgmanifest.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/cgmanifest.json b/cgmanifest.json
new file mode 100644
index 00000000000..c7ce794db18
--- /dev/null
+++ b/cgmanifest.json
@@ -0,0 +1,46 @@
+{
+ "Registrations": [
+ {
+ "component": {
+ "type": "git",
+ "git": {
+ "name": "chromium",
+ "repositoryUrl": "http://www.chromium.org/Home",
+ "commitHash": "a617d24d4e752e4299a6de4f78b1c23bfa9c49e8"
+ }
+ },
+ "DevelopmentDependency": false,
+ "licenseDetail": [
+ "BSD License",
+ "",
+ "Copyright 2015 The Chromium Authors. All rights reserved.",
+ "",
+ "Redistribution and use in source and binary forms, with or without modification,",
+ "are permitted provided that the following conditions are met:",
+ "",
+ " * Redistributions of source code must retain the above copyright notice, this",
+ " list of conditions and the following disclaimer.",
+ "",
+ " * Redistributions in binary form must reproduce the above copyright notice,",
+ " this list of conditions and the following disclaimer in the documentation",
+ " and/or other materials provided with the distribution.",
+ "",
+ " * Neither the name Google Inc. nor the names of its contributors may be used to",
+ " endorse or promote products derived from this software without specific",
+ " prior written permission.",
+ "",
+ "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND",
+ "ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED",
+ "WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE",
+ "DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR",
+ "ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES",
+ "(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;",
+ "LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON",
+ "ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT",
+ "(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS",
+ "SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+ ]
+ }
+ ],
+ "Version": 1
+}