run oss tool

This commit is contained in:
Sandeep Somavarapu 2021-08-23 15:19:14 +02:00
parent cdb6dbdc08
commit b8b716bf17
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B

View file

@ -37,7 +37,7 @@ This project incorporates components from the projects listed below. The origina
30. Jxck/assert version 1.0.0 (https://github.com/Jxck/assert)
31. language-docker (https://github.com/moby/moby)
32. language-less version 0.34.2 (https://github.com/atom/language-less)
33. language-php version 0.46.2 (https://github.com/atom/language-php)
33. language-php version 0.47.0 (https://github.com/atom/language-php)
34. MagicStack/MagicPython version 1.1.1 (https://github.com/MagicStack/MagicPython)
35. marked version 1.1.0 (https://github.com/markedjs/marked)
36. mdn-data version 1.1.12 (https://github.com/mdn/data)
@ -49,28 +49,29 @@ This project incorporates components from the projects listed below. The origina
42. NVIDIA/cuda-cpp-grammar (https://github.com/NVIDIA/cuda-cpp-grammar)
43. PowerShell/EditorSyntax version 1.0.0 (https://github.com/PowerShell/EditorSyntax)
44. rust-syntax version 0.5.0 (https://github.com/dustypomerleau/rust-syntax)
45. seti-ui version 0.1.0 (https://github.com/jesseweed/seti-ui)
46. shaders-tmLanguage version 0.1.0 (https://github.com/tgjones/shaders-tmLanguage)
47. textmate/asp.vb.net.tmbundle (https://github.com/textmate/asp.vb.net.tmbundle)
48. textmate/c.tmbundle (https://github.com/textmate/c.tmbundle)
49. textmate/diff.tmbundle (https://github.com/textmate/diff.tmbundle)
50. textmate/git.tmbundle (https://github.com/textmate/git.tmbundle)
51. textmate/groovy.tmbundle (https://github.com/textmate/groovy.tmbundle)
52. textmate/html.tmbundle (https://github.com/textmate/html.tmbundle)
53. textmate/ini.tmbundle (https://github.com/textmate/ini.tmbundle)
54. textmate/javascript.tmbundle (https://github.com/textmate/javascript.tmbundle)
55. textmate/lua.tmbundle (https://github.com/textmate/lua.tmbundle)
56. textmate/markdown.tmbundle (https://github.com/textmate/markdown.tmbundle)
57. textmate/perl.tmbundle (https://github.com/textmate/perl.tmbundle)
58. textmate/ruby.tmbundle (https://github.com/textmate/ruby.tmbundle)
59. textmate/yaml.tmbundle (https://github.com/textmate/yaml.tmbundle)
60. TypeScript-TmLanguage version 0.1.8 (https://github.com/microsoft/TypeScript-TmLanguage)
61. TypeScript-TmLanguage version 1.0.0 (https://github.com/microsoft/TypeScript-TmLanguage)
62. Unicode version 12.0.0 (https://home.unicode.org/)
63. vscode-codicons version 0.0.14 (https://github.com/microsoft/vscode-codicons)
64. vscode-logfile-highlighter version 2.11.0 (https://github.com/emilast/vscode-logfile-highlighter)
65. vscode-swift version 0.0.1 (https://github.com/owensd/vscode-swift)
66. Web Background Synchronization (https://github.com/WICG/background-sync)
45. semver version 5.5.0 (https://github.com/npm/node-semver)
46. seti-ui version 0.1.0 (https://github.com/jesseweed/seti-ui)
47. shaders-tmLanguage version 0.1.0 (https://github.com/tgjones/shaders-tmLanguage)
48. textmate/asp.vb.net.tmbundle (https://github.com/textmate/asp.vb.net.tmbundle)
49. textmate/c.tmbundle (https://github.com/textmate/c.tmbundle)
50. textmate/diff.tmbundle (https://github.com/textmate/diff.tmbundle)
51. textmate/git.tmbundle (https://github.com/textmate/git.tmbundle)
52. textmate/groovy.tmbundle (https://github.com/textmate/groovy.tmbundle)
53. textmate/html.tmbundle (https://github.com/textmate/html.tmbundle)
54. textmate/ini.tmbundle (https://github.com/textmate/ini.tmbundle)
55. textmate/javascript.tmbundle (https://github.com/textmate/javascript.tmbundle)
56. textmate/lua.tmbundle (https://github.com/textmate/lua.tmbundle)
57. textmate/markdown.tmbundle (https://github.com/textmate/markdown.tmbundle)
58. textmate/perl.tmbundle (https://github.com/textmate/perl.tmbundle)
59. textmate/ruby.tmbundle (https://github.com/textmate/ruby.tmbundle)
60. textmate/yaml.tmbundle (https://github.com/textmate/yaml.tmbundle)
61. TypeScript-TmLanguage version 0.1.8 (https://github.com/microsoft/TypeScript-TmLanguage)
62. TypeScript-TmLanguage version 1.0.0 (https://github.com/microsoft/TypeScript-TmLanguage)
63. Unicode version 12.0.0 (https://home.unicode.org/)
64. vscode-codicons version 0.0.14 (https://github.com/microsoft/vscode-codicons)
65. vscode-logfile-highlighter version 2.11.0 (https://github.com/emilast/vscode-logfile-highlighter)
66. vscode-swift version 0.0.1 (https://github.com/owensd/vscode-swift)
67. Web Background Synchronization (https://github.com/WICG/background-sync)
%% atom/language-clojure NOTICES AND INFORMATION BEGIN HERE
@ -1869,6 +1870,26 @@ SOFTWARE.
=========================================
END OF rust-syntax NOTICES AND INFORMATION
%% semver NOTICES AND INFORMATION BEGIN HERE
=========================================
The ISC License
Copyright (c) Isaac Z. Schlueter and Contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=========================================
END OF semver NOTICES AND INFORMATION
%% seti-ui NOTICES AND INFORMATION BEGIN HERE
=========================================
Copyright (c) 2014 Jesse Weed