Skip to content

Commit 2d9214c

Browse files
committed
Run OSS tool
1 parent 1cee9f7 commit 2d9214c

2 files changed

Lines changed: 30 additions & 4 deletions

File tree

ThirdPartyNotices.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project incorporates components from the projects listed below. The origina
77

88
1. atom/language-clojure version 0.22.7 (https://github.com/atom/language-clojure)
99
2. atom/language-coffee-script version 0.49.3 (https://github.com/atom/language-coffee-script)
10-
3. atom/language-java version 0.31.2 (https://github.com/atom/language-java)
10+
3. atom/language-java version 0.31.3 (https://github.com/atom/language-java)
1111
4. atom/language-sass version 0.61.4 (https://github.com/atom/language-sass)
1212
5. atom/language-shellscript version 0.26.0 (https://github.com/atom/language-shellscript)
1313
6. atom/language-xml version 0.35.2 (https://github.com/atom/language-xml)
@@ -25,8 +25,8 @@ This project incorporates components from the projects listed below. The origina
2525
18. Ikuyadeu/vscode-R version 0.5.5 (https://github.com/Ikuyadeu/vscode-R)
2626
19. Ionic documentation version 1.2.4 (https://github.com/ionic-team/ionic-site)
2727
20. ionide/ionide-fsgrammar (https://github.com/ionide/ionide-fsgrammar)
28-
21. jeff-hykin/cpp-textmate-grammar version 1.11.0 (https://github.com/jeff-hykin/cpp-textmate-grammar)
29-
22. jeff-hykin/cpp-textmate-grammar version 1.11.7 (https://github.com/jeff-hykin/cpp-textmate-grammar)
28+
21. jeff-hykin/cpp-textmate-grammar version 1.12.11 (https://github.com/jeff-hykin/cpp-textmate-grammar)
29+
22. jeff-hykin/cpp-textmate-grammar version 1.12.18 (https://github.com/jeff-hykin/cpp-textmate-grammar)
3030
23. js-beautify version 1.6.8 (https://github.com/beautify-web/js-beautify)
3131
24. Jxck/assert version 1.0.0 (https://github.com/Jxck/assert)
3232
25. language-docker (https://github.com/moby/moby)
@@ -39,7 +39,7 @@ This project incorporates components from the projects listed below. The origina
3939
32. mdn-data version 1.1.12 (https://github.com/mdn/data)
4040
33. Microsoft/TypeScript-TmLanguage version 0.0.1 (https://github.com/Microsoft/TypeScript-TmLanguage)
4141
34. Microsoft/vscode-JSON.tmLanguage (https://github.com/Microsoft/vscode-JSON.tmLanguage)
42-
35. Microsoft/vscode-mssql version 1.4.0 (https://github.com/Microsoft/vscode-mssql)
42+
35. Microsoft/vscode-mssql version 1.6.0 (https://github.com/Microsoft/vscode-mssql)
4343
36. mmims/language-batchfile version 0.7.5 (https://github.com/mmims/language-batchfile)
4444
37. octicons version 8.3.0 (https://github.com/primer/octicons)
4545
38. octref/language-css version 0.42.11 (https://github.com/octref/language-css)

cglicenses.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,5 +743,31 @@
743743
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN",
744744
"THE SOFTWARE."
745745
]
746+
},
747+
{
748+
"name": "atob",
749+
"licenseDetail": [
750+
"The MIT License (MIT)",
751+
"",
752+
"Copyright (c) 2015 AJ ONeal",
753+
"",
754+
"Permission is hereby granted, free of charge, to any person obtaining a copy",
755+
"of this software and associated documentation files (the \"Software\"), to deal",
756+
"in the Software without restriction, including without limitation the rights",
757+
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
758+
"copies of the Software, and to permit persons to whom the Software is",
759+
"furnished to do so, subject to the following conditions:",
760+
"",
761+
"The above copyright notice and this permission notice shall be included in all",
762+
"copies or substantial portions of the Software.",
763+
"",
764+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
765+
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
766+
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
767+
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
768+
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
769+
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
770+
"SOFTWARE."
771+
]
746772
}
747773
]

0 commit comments

Comments
 (0)