From ff361b6459a77b3a933d8593eb126bdd6e81eb6d Mon Sep 17 00:00:00 2001 From: Yaohai Zheng Date: Sat, 30 Sep 2017 09:32:52 +0800 Subject: [PATCH] Add required license changes. --- LICENSE | 21 --------------------- LICENSE.txt | 16 ++++++++++++++++ README.md | 6 ++++++ package.json | 8 ++++++++ 4 files changed, 30 insertions(+), 21 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.txt diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 21071075..00000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. All rights reserved. - - 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/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..3aaab243 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,16 @@ +------------------------------------------- START OF LICENSE ----------------------------------------- + +vscode-java-pack + +Copyright (c) Microsoft Corporation +All rights reserved. + +MIT License + +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. + +----------------------------------------------- END OF LICENSE ------------------------------------------ \ No newline at end of file diff --git a/README.md b/README.md index e7e94497..2d3ee661 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,11 @@ These are some of extensions to make Java development easier and fun. - [Language Support for Java(TM) by Red Hat ](https://marketplace.visualstudio.com/items?itemName=redhat.java) - Provides Java ™ language support via Eclipse ™ JDT Language Server, which utilizes Eclipse ™ JDT, M2Eclipse and Buildship. +![Language Support for Java(TM) by Red Hat](https://raw.githubusercontent.com/Microsoft/vscode-java-pack/master/vscode-java.gif) + - [Java Debug Extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) - Provide debug support for Java. +![Java Debug Extension for Visual Studio Code](https://raw.githubusercontent.com/Microsoft/vscode-java-pack/master/vscode-java-debug.gif) + +## License +This extension is licensed under [MIT License](https://github.com/Microsoft/vscode-java-pack/blob/master/LICENSE.txt). \ No newline at end of file diff --git a/package.json b/package.json index ffd39d2b..27dfb06a 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,14 @@ "categories": [ "Extension Packs" ], + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/vscode-java-pack" + }, + "homepage": "https://github.com/Microsoft/vscode-java-pack", + "bugs": { + "url": "https://github.com/Microsoft/vscode-java-pack" + }, "extensionDependencies": [ "redhat.java", "vscjava.vscode-java-debug"