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:
authorMatt Bierner <matb@microsoft.com>2017-04-28 20:27:35 +0300
committerMatt Bierner <matb@microsoft.com>2017-04-28 20:27:47 +0300
commit79b1ec851a6356396539abf3de13c9a08ea48cbb (patch)
tree67c15ae4c9437ea147a43e8e17a09d74c1996a49
parent8382490bdadd32486887a2bb49417065d5578257 (diff)
Run distro tool
-rw-r--r--ThirdPartyNotices.txt6
-rw-r--r--extensions/docker/OSSREADME.json4
-rw-r--r--extensions/docker/syntaxes/docker.tmLanguage.json2
-rw-r--r--package.json2
4 files changed, 6 insertions, 8 deletions
diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt
index 7291abaeecd..49020843ae9 100644
--- a/ThirdPartyNotices.txt
+++ b/ThirdPartyNotices.txt
@@ -1,5 +1,3 @@
-===================BEGIN GENERATOR LOG
-===================END GENERATOR LOG
microsoft-vscode
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
@@ -29,7 +27,7 @@ This project incorporates components from the projects listed below. The origina
20. ionide/ionide-fsgrammar (https://github.com/ionide/ionide-fsgrammar)
21. js-beautify version 1.6.8 (https://github.com/beautify-web/js-beautify)
22. Jxck/assert version 1.0.0 (https://github.com/Jxck/assert)
-23. language-docker (https://github.com/docker/docker)
+23. language-docker (https://github.com/moby/moby)
24. language-go version 0.39.0 (https://github.com/atom/language-go)
25. language-less (https://github.com/atom/language-less)
26. language-php (https://github.com/atom/language-php)
@@ -1138,7 +1136,7 @@ END OF language-rust NOTICES AND INFORMATION
=========================================
The MIT License
-Copyright (c) 2015 MagicStack Inc. http://magic.io
+Copyright (c) 2015-present MagicStack Inc. http://magic.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/extensions/docker/OSSREADME.json b/extensions/docker/OSSREADME.json
index 33c86da5f86..28c0191ec17 100644
--- a/extensions/docker/OSSREADME.json
+++ b/extensions/docker/OSSREADME.json
@@ -3,6 +3,6 @@
"name": "language-docker",
"version": "0.0.0",
"license": "Apache2",
- "repositoryURL": "https://github.com/docker/docker",
- "description": "The file syntaxes/Dockerfile.tmLanguage was included from https://github.com/docker/docker/blob/master/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage."
+ "repositoryURL": "https://github.com/moby/moby",
+ "description": "The file syntaxes/Dockerfile.tmLanguage was included from https://github.com/moby/moby/blob/master/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage."
}]
diff --git a/extensions/docker/syntaxes/docker.tmLanguage.json b/extensions/docker/syntaxes/docker.tmLanguage.json
index 619bc3f3f83..6ca5dc67b08 100644
--- a/extensions/docker/syntaxes/docker.tmLanguage.json
+++ b/extensions/docker/syntaxes/docker.tmLanguage.json
@@ -86,5 +86,5 @@
],
"scopeName": "source.dockerfile",
"uuid": "a39d8795-59d2-49af-aa00-fe74ee29576e",
- "version": "https://github.com/docker/docker/commit/4cb71f80823af345d063cf0ad657e73ce9caa75f"
+ "version": "https://github.com/moby/moby/commit/4cb71f80823af345d063cf0ad657e73ce9caa75f"
} \ No newline at end of file
diff --git a/package.json b/package.json
index 718eb01e19e..7948ee29c34 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "code-oss-dev",
"version": "1.12.0",
"electronVersion": "1.6.6",
- "distro": "7a7491277aec9196cb60398d9dbe8520093ed862",
+ "distro": "c1989b3e8a8516b92a46c359eba624fb9f812201",
"author": {
"name": "Microsoft Corporation"
},