Skip to content

Commit 55bd9a9

Browse files
authored
Add required license changes. (#5)
1 parent b6296e5 commit 55bd9a9

File tree

4 files changed

+30
-21
lines changed

4 files changed

+30
-21
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
------------------------------------------- START OF LICENSE -----------------------------------------
2+
3+
vscode-java-pack
4+
5+
Copyright (c) Microsoft Corporation
6+
All rights reserved.
7+
8+
MIT License
9+
10+
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:
11+
12+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13+
14+
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.
15+
16+
----------------------------------------------- END OF LICENSE ------------------------------------------

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@ These are some of extensions to make Java development easier and fun.
66

77
- [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.
88

9+
![Language Support for Java(TM) by Red Hat](https://raw.githubusercontent.com/Microsoft/vscode-java-pack/master/vscode-java.gif)
10+
911
- [Java Debug Extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) - Provide debug support for Java.
1012

13+
![Java Debug Extension for Visual Studio Code](https://raw.githubusercontent.com/Microsoft/vscode-java-pack/master/vscode-java-debug.gif)
14+
15+
## License
16+
This extension is licensed under [MIT License](https://github.com/Microsoft/vscode-java-pack/blob/master/LICENSE.txt).

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"categories": [
2121
"Extension Packs"
2222
],
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/Microsoft/vscode-java-pack"
26+
},
27+
"homepage": "https://github.com/Microsoft/vscode-java-pack",
28+
"bugs": {
29+
"url": "https://github.com/Microsoft/vscode-java-pack"
30+
},
2331
"extensionDependencies": [
2432
"redhat.java",
2533
"vscjava.vscode-java-debug"

0 commit comments

Comments
 (0)