Skip to content

Commit 3add098

Browse files
committed
Run OSS tool and update distro commit hash
1 parent e7bc65a commit 3add098

2 files changed

Lines changed: 34 additions & 20 deletions

File tree

ThirdPartyNotices.txt

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project incorporates components from the projects listed below. The origina
1515
8. atom/language-shellscript (https://github.com/atom/language-shellscript)
1616
9. atom/language-xml (https://github.com/atom/language-xml)
1717
10. Benvie/JavaScriptNext.tmLanguage (https://github.com/Microsoft/vscode-JSON.tmLanguage)
18-
11. chjj-marked version 0.3.6 (https://github.com/npmcomponent/chjj-marked)
18+
11. chjj-marked version 0.3.12 (https://github.com/npmcomponent/chjj-marked)
1919
12. chriskempson/tomorrow-theme (https://github.com/chriskempson/tomorrow-theme)
2020
13. Colorsublime-Themes version 0.1.0 (https://github.com/Colorsublime/Colorsublime-Themes)
2121
14. daaain/Handlebars (https://github.com/daaain/Handlebars)
@@ -43,9 +43,9 @@ This project incorporates components from the projects listed below. The origina
4343
36. mmims/language-batchfile (https://github.com/mmims/language-batchfile)
4444
37. octicons-code version 3.1.0 (https://octicons.github.com)
4545
38. octicons-font version 3.1.0 (https://octicons.github.com)
46-
39. seti-ui version 0.1.0 (https://github.com/jesseweed/seti-ui)
47-
40. shaders-tmLanguage version 0.1.0 (https://github.com/tgjones/shaders-tmLanguage)
48-
41. SublimeText/PowerShell (https://github.com/SublimeText/PowerShell)
46+
39. PowerShell/EditorSyntax (https://github.com/powershell/editorsyntax)
47+
40. seti-ui version 0.1.0 (https://github.com/jesseweed/seti-ui)
48+
41. shaders-tmLanguage version 0.1.0 (https://github.com/tgjones/shaders-tmLanguage)
4949
42. textmate/asp.vb.net.tmbundle (https://github.com/textmate/asp.vb.net.tmbundle)
5050
43. textmate/c.tmbundle (https://github.com/textmate/c.tmbundle)
5151
44. textmate/diff.tmbundle (https://github.com/textmate/diff.tmbundle)
@@ -1484,6 +1484,34 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
14841484
=========================================
14851485
END OF octicons-font NOTICES AND INFORMATION
14861486

1487+
%% PowerShell/EditorSyntax NOTICES AND INFORMATION BEGIN HERE
1488+
=========================================
1489+
Copyright (c) Microsoft Corporation
1490+
1491+
All rights reserved.
1492+
1493+
MIT License
1494+
1495+
Permission is hereby granted, free of charge, to any person obtaining a copy
1496+
of this software and associated documentation files (the "Software"), to deal
1497+
in the Software without restriction, including without limitation the rights
1498+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1499+
copies of the Software, and to permit persons to whom the Software is
1500+
furnished to do so, subject to the following conditions:
1501+
1502+
The above copyright notice and this permission notice shall be included in all
1503+
copies or substantial portions of the Software.
1504+
1505+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1506+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1507+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1508+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1509+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1510+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1511+
SOFTWARE.
1512+
=========================================
1513+
END OF PowerShell/EditorSyntax NOTICES AND INFORMATION
1514+
14871515
%% seti-ui NOTICES AND INFORMATION BEGIN HERE
14881516
=========================================
14891517
Copyright (c) 2014 Jesse Weed
@@ -1535,20 +1563,6 @@ SOFTWARE.
15351563
=========================================
15361564
END OF shaders-tmLanguage NOTICES AND INFORMATION
15371565

1538-
%% SublimeText/PowerShell NOTICES AND INFORMATION BEGIN HERE
1539-
=========================================
1540-
The MIT License (MIT)
1541-
1542-
Copyright (c) 2011 Guillermo López-Anglada
1543-
1544-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1545-
1546-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1547-
1548-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1549-
=========================================
1550-
END OF SublimeText/PowerShell NOTICES AND INFORMATION
1551-
15521566
%% textmate/asp.vb.net.tmbundle NOTICES AND INFORMATION BEGIN HERE
15531567
=========================================
15541568
Copyright (c) textmate-asp.vb.net.tmbundle project authors

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.21.0",
4-
"distro": "552e2dc44bb6ea0898101c84f40e4e30efcd4846",
4+
"distro": "7f8f68ef352dd1d67eab042b06bd9274c02f79f5",
55
"author": {
66
"name": "Microsoft Corporation"
77
},
@@ -133,4 +133,4 @@
133133
"windows-mutex": "^0.2.0",
134134
"windows-process-tree": "0.1.6"
135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)