From 9372cbf06fdeb510d931597d1ebf86932cd0ddad Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Mon, 10 May 2021 02:29:12 +0800 Subject: [PATCH] chore: licenses https://github.com/johnsoncodehk/volar/issues/173 --- LICENSE | 2 +- packages/code-gen/LICENSE | 21 +++++++++++++++++++ packages/code-gen/package.json | 1 + packages/html2pug/LICENSE | 21 +++++++++++++++++++ packages/html2pug/package.json | 1 + packages/shared/LICENSE | 21 +++++++++++++++++++ packages/shared/package.json | 1 + packages/source-map/LICENSE | 21 +++++++++++++++++++ packages/source-map/package.json | 1 + packages/transforms/LICENSE | 21 +++++++++++++++++++ packages/transforms/package.json | 1 + packages/typescript-vue-plugin/LICENSE | 21 +++++++++++++++++++ packages/typescript-vue-plugin/package.json | 1 + packages/vscode-client/LICENSE | 21 +++++++++++++++++++ packages/vscode-client/package.json | 1 + packages/vscode-pug-languageservice/LICENSE | 21 +++++++++++++++++++ .../vscode-pug-languageservice/package.json | 1 + packages/vscode-server/LICENSE | 21 +++++++++++++++++++ packages/vscode-server/package.json | 1 + .../vscode-typescript-languageservice/LICENSE | 21 +++++++++++++++++++ .../package.json | 1 + packages/vscode-vue-languageservice/LICENSE | 21 +++++++++++++++++++ .../vscode-vue-languageservice/package.json | 1 + 23 files changed, 243 insertions(+), 1 deletion(-) create mode 100644 packages/code-gen/LICENSE create mode 100644 packages/html2pug/LICENSE create mode 100644 packages/shared/LICENSE create mode 100644 packages/source-map/LICENSE create mode 100644 packages/transforms/LICENSE create mode 100644 packages/typescript-vue-plugin/LICENSE create mode 100644 packages/vscode-client/LICENSE create mode 100644 packages/vscode-pug-languageservice/LICENSE create mode 100644 packages/vscode-server/LICENSE create mode 100644 packages/vscode-typescript-languageservice/LICENSE create mode 100644 packages/vscode-vue-languageservice/LICENSE diff --git a/LICENSE b/LICENSE index a215a43aa..b55e47a7e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Johnson Chu +Copyright (c) 2021-present Johnson Chu 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/packages/code-gen/LICENSE b/packages/code-gen/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/code-gen/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/code-gen/package.json b/packages/code-gen/package.json index 327f1b868..9083e6ce0 100644 --- a/packages/code-gen/package.json +++ b/packages/code-gen/package.json @@ -2,6 +2,7 @@ "name": "@volar/code-gen", "version": "0.25.2", "main": "out/index.js", + "license": "MIT", "files": [ "out" ], diff --git a/packages/html2pug/LICENSE b/packages/html2pug/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/html2pug/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/html2pug/package.json b/packages/html2pug/package.json index b3fa535fc..248a77579 100644 --- a/packages/html2pug/package.json +++ b/packages/html2pug/package.json @@ -2,6 +2,7 @@ "name": "@volar/html2pug", "version": "0.25.1", "main": "out/index.js", + "license": "MIT", "files": [ "out" ], diff --git a/packages/shared/LICENSE b/packages/shared/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/shared/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/shared/package.json b/packages/shared/package.json index af5c2e135..d56c02144 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -2,6 +2,7 @@ "name": "@volar/shared", "version": "0.25.2", "main": "out/index.js", + "license": "MIT", "files": [ "out" ], diff --git a/packages/source-map/LICENSE b/packages/source-map/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/source-map/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/source-map/package.json b/packages/source-map/package.json index 66c7c6994..819c12b79 100644 --- a/packages/source-map/package.json +++ b/packages/source-map/package.json @@ -2,6 +2,7 @@ "name": "@volar/source-map", "version": "0.25.2", "main": "out/index.js", + "license": "MIT", "files": [ "out" ], diff --git a/packages/transforms/LICENSE b/packages/transforms/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/transforms/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/transforms/package.json b/packages/transforms/package.json index d36db4699..c9c880418 100644 --- a/packages/transforms/package.json +++ b/packages/transforms/package.json @@ -2,6 +2,7 @@ "name": "@volar/transforms", "version": "0.25.2", "main": "out/index.js", + "license": "MIT", "files": [ "out" ], diff --git a/packages/typescript-vue-plugin/LICENSE b/packages/typescript-vue-plugin/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/typescript-vue-plugin/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/typescript-vue-plugin/package.json b/packages/typescript-vue-plugin/package.json index 90e722428..d2fd10cc3 100644 --- a/packages/typescript-vue-plugin/package.json +++ b/packages/typescript-vue-plugin/package.json @@ -3,6 +3,7 @@ "name": "@volar/typescript-vue-plugin", "version": "0.25.2", "main": "out/index.js", + "license": "MIT", "files": [ "out" ], diff --git a/packages/vscode-client/LICENSE b/packages/vscode-client/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/vscode-client/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/vscode-client/package.json b/packages/vscode-client/package.json index e355f6b9d..219167218 100644 --- a/packages/vscode-client/package.json +++ b/packages/vscode-client/package.json @@ -2,6 +2,7 @@ "private": true, "name": "@volar/vscode-client", "version": "0.25.2", + "license": "MIT", "engines": { "vscode": "latest" }, diff --git a/packages/vscode-pug-languageservice/LICENSE b/packages/vscode-pug-languageservice/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/vscode-pug-languageservice/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/vscode-pug-languageservice/package.json b/packages/vscode-pug-languageservice/package.json index 9a2ff565c..898811721 100644 --- a/packages/vscode-pug-languageservice/package.json +++ b/packages/vscode-pug-languageservice/package.json @@ -2,6 +2,7 @@ "name": "vscode-pug-languageservice", "version": "0.25.2", "main": "out/index.js", + "license": "MIT", "files": [ "out" ], diff --git a/packages/vscode-server/LICENSE b/packages/vscode-server/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/vscode-server/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/vscode-server/package.json b/packages/vscode-server/package.json index 5c4d802fc..5673bb066 100644 --- a/packages/vscode-server/package.json +++ b/packages/vscode-server/package.json @@ -2,6 +2,7 @@ "private": true, "name": "@volar/vscode-server", "version": "0.25.2", + "license": "MIT", "files": [ "out" ], diff --git a/packages/vscode-typescript-languageservice/LICENSE b/packages/vscode-typescript-languageservice/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/vscode-typescript-languageservice/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/vscode-typescript-languageservice/package.json b/packages/vscode-typescript-languageservice/package.json index 8befb63cb..43af16806 100644 --- a/packages/vscode-typescript-languageservice/package.json +++ b/packages/vscode-typescript-languageservice/package.json @@ -2,6 +2,7 @@ "name": "vscode-typescript-languageservice", "version": "0.25.2", "main": "out/index.js", + "license": "MIT", "files": [ "out" ], diff --git a/packages/vscode-vue-languageservice/LICENSE b/packages/vscode-vue-languageservice/LICENSE new file mode 100644 index 000000000..b55e47a7e --- /dev/null +++ b/packages/vscode-vue-languageservice/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-present Johnson Chu + +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. diff --git a/packages/vscode-vue-languageservice/package.json b/packages/vscode-vue-languageservice/package.json index 3b735ec8f..66a57c93e 100644 --- a/packages/vscode-vue-languageservice/package.json +++ b/packages/vscode-vue-languageservice/package.json @@ -2,6 +2,7 @@ "name": "vscode-vue-languageservice", "version": "0.25.2", "main": "out/index.js", + "license": "MIT", "files": [ "out" ],