mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 11:01:44 +00:00
third-party-licenses: add syntect_server licenses (#14458)
This PR adds third-party licenses for syntect_server. I did not use CSV format and used multiple files because documenting/explaining all of this is a little bit cumbersome to do. The `dependencies.json` is auto-generated via [a script](https://github.com/sourcegraph/syntect_server/blob/master/gen-license-dependencies.sh) while the `syntaxes.txt` is hand-crafted and will have to be maintained as part of adding any new language syntaxes: https://github.com/slimsag/Packages#license Note: This information is only up-to-date for Sourcegraph >= v3.21, since that version of Sourcegraph [removes some syntaxes which had missing/incompatible licenses](https://github.com/sourcegraph/sourcegraph/pull/14456) Fixes #11269
This commit is contained in:
parent
91659bb2bd
commit
16b3bbfaef
1658
third-party-licenses/ThirdPartySyntectServer.dependencies.json
Normal file
1658
third-party-licenses/ThirdPartySyntectServer.dependencies.json
Normal file
File diff suppressed because it is too large
Load Diff
57
third-party-licenses/ThirdPartySyntectServer.syntaxes.txt
Normal file
57
third-party-licenses/ThirdPartySyntectServer.syntaxes.txt
Normal file
@ -0,0 +1,57 @@
|
||||
All files are licensed under the [sublimehq/Packages](https://github.com/sublimehq/Packages) MIT + [Common License*](#common-license),
|
||||
with different licenses for files generated by following the steps in a directory containing a SOURCE file:
|
||||
|
||||
| Directory | License | Source |
|
||||
|-----------------------------------|-----------------------|---------------------------------------------------------------------------------------|
|
||||
| All, except those specified below | MIT + Common License* | [sublimehq/Packages](https://github.com/sublimehq/Packages) |
|
||||
| Kotlin/ | Apache License 2.0 | [vkostyukov/kotlin-sublime-package](https://github.com/vkostyukov/kotlin-sublime-package) |
|
||||
| Dockerfile/ | Apache License 2.0 | [moby/moby](https://github.com/moby/moby/tree/master/contrib/syntax/textmate) |
|
||||
| COBOL/ | Apache License 2.0 | [bitlang/sublime_cobol](https://bitbucket.org/bitlang/sublime_cobol) |
|
||||
| Dart/ | BSD 3-Clause License | [guillermooo/dart-sublime-bundle-releases](http://github.com/guillermooo/dart-sublime-bundle-releases) |
|
||||
| Cuda/ | BSD 3-Clause License | [harrism/sublimetext-cuda-cpp](https://github.com/harrism/sublimetext-cuda-cpp) |
|
||||
| Thrift/ | Common License* | [textmate/thrift.tmbundle](https://github.com/textmate/thrift.tmbundle) |
|
||||
| Smarty/ | Common License* | [amitsnyderman/sublime-smarty](https://github.com/amitsnyderman/sublime-smarty/blob/master/Syntaxes/Smarty.sublime-syntax) |
|
||||
| Postscript/ | Common License* | [textmate/postscript.tmbundle](https://github.com/textmate/postscript.tmbundle) |
|
||||
| Plist/ | Common License* | [textmate/property-list.tmbundle](https://github.com/textmate/property-list.tmbundle) |
|
||||
| Ninja/ | Common License* | [textmate/ninja.tmbundle](https://github.com/textmate/ninja.tmbundle) |
|
||||
| Mediawiki/ | Common License* | [slimsag/mediawiki.tmbundle](https://github.com/slimsag/mediawiki.tmbundle) |
|
||||
| Maven/ | Common License* | [textmate/maven.tmbundle](https://github.com/textmate/maven.tmbundle) |
|
||||
| Man/ | Common License* | [textmate/man-pages.tmbundle](https://github.com/textmate/man-pages.tmbundle) |
|
||||
| Forth/ | Common License* | [textmate/forth.tmbundle](https://github.com/textmate/forth.tmbundle) |
|
||||
| F#/ | Common License* | [textmate/f-sharp.tmbundle](https://github.com/textmate/f-sharp.tmbundle) |
|
||||
| Cython/ | Common License* | [textmate/cython.tmbundle](https://github.com/textmate/cython.tmbundle) |
|
||||
| Cron/ | Common License* | [textmate/cron.tmbundle](https://github.com/textmate/cron.tmbundle) |
|
||||
| CapnProto/ | Common License* | [textmate/capnproto.tmbundle](https://github.com/textmate/capnproto.tmbundle) |
|
||||
| CMake/ | Common License* | [textmate/cmake.tmbundle](https://github.com/textmate/cmake.tmbundle) |
|
||||
| ASP-VB-NET/ | Common License* | [textmate/asp.vb.net.tmbundle](https://github.com/textmate/asp.vb.net.tmbundle) |
|
||||
| Vue/ | MIT License | [vuejs/vue-syntax-highlight](https://github.com/vuejs/vue-syntax-highlight/tree/new) |
|
||||
| TypeScript/ | MIT License | [Microsoft/TypeScript-TmLanguage](https://github.com/Microsoft/TypeScript-TmLanguage) |
|
||||
| Swift/ | MIT License | [quiqueg/Swift-Sublime-Package](https://github.com/quiqueg/Swift-Sublime-Package) |
|
||||
| Stylus/ | MIT License | [billymoon/Stylus](https://github.com/billymoon/Stylus) |
|
||||
| Starlark/ | MIT License | [slimsag/vscode-bazel](https://github.com/slimsag/vscode-bazel/tree/patch-1/syntaxes) |
|
||||
| Smalltalk/ | MIT License | [textmate/smalltalk.tmbundle](https://github.com/textmate/smalltalk.tmbundle)
|
||||
| SASS/ | MIT License | [slimsag/sass-textmate-bundle](https://github.com/slimsag/sass-textmate-bundle) |
|
||||
| Rust/ | MIT License | [rust-lang/rust-enhanced](https://github.com/rust-lang/rust-enhanced) |
|
||||
| Protobuf/ | MIT License | [VcamX/protobuf-syntax-highlighting](https://github.com/VcamX/protobuf-syntax-highlighting) |
|
||||
| PowerShell/ | MIT License | [slimsag/EditorSyntax](https://github.com/slimsag/EditorSyntax) |
|
||||
| MSBuild/ | MIT License | [tillig/SublimeMSBuild](https://github.com/tillig/SublimeMSBuild) |
|
||||
| LESS/ | MIT License | [textmate/less.tmbundle](https://github.com/textmate/less.tmbundle) |
|
||||
| JavaScript/ | MIT License | [slimsag/Sublime-JS-Custom-Generated](https://github.com/slimsag/Sublime-JS-Custom-Generated/tree/master) |
|
||||
| HLSL/ | MIT License | [MattSutherlin/HLSL_ST3](https://github.com/MattSutherlin/HLSL_ST3) |
|
||||
| GLSL/ | Unlicense | [euler0/sublime-glsl](https://github.com/euler0/sublime-glsl) |
|
||||
| Fish/ | MIT License | [Phidica/sublime-fish](https://github.com/Phidica/sublime-fish) |
|
||||
| Ethereum/ | MIT License | [davidhq/SublimeEthereum](https://github.com/davidhq/SublimeEthereum) |
|
||||
| Cg/ | MIT License | [noct/sublime-shaders](https://github.com/noct/sublime-shaders) |
|
||||
|
||||
### Common License*
|
||||
|
||||
This indicates a common license used in TextMate syntax/grammar bundles, which reads as follows:
|
||||
|
||||
> If not otherwise specified (see below), files in this repository fall under the following license:
|
||||
>
|
||||
> Permission to copy, use, modify, sell and distribute this
|
||||
> software is granted. This software is provided "as is" without
|
||||
> express or implied warranty, and with no claim as to its
|
||||
> suitability for any purpose.
|
||||
>
|
||||
> An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”.
|
||||
21
third-party-licenses/ThirdPartySyntectServer.txt
Normal file
21
third-party-licenses/ThirdPartySyntectServer.txt
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017 Sourcegraph
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
Loading…
Reference in New Issue
Block a user