Skip to content

Commit 9249c7c

Browse files
committed
1.添加license信息
1 parent 4c88bb5 commit 9249c7c

3 files changed

Lines changed: 24 additions & 5 deletions

File tree

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353

5454
3, 请将如下声明文本放入每个源文件的头部注释中。
5555

56-
Copyright (c) [Year] [name of copyright holder]
57-
[Software Name] is licensed under Mulan PSL v2.
56+
Copyright (c) [2019] [xufeng]
57+
[xJavaFxTool] is licensed under Mulan PSL v2.
5858
You can use this software according to the terms and conditions of the Mulan PSL v2.
5959
You may obtain a copy of Mulan PSL v2 at:
6060
http://license.coscl.org.cn/MulanPSL2
@@ -118,8 +118,8 @@
118118
iii Attach the statement to the appropriate annotated syntax at the beginning of each source file.
119119

120120

121-
Copyright (c) [Year] [name of copyright holder]
122-
[Software Name] is licensed under Mulan PSL v2.
121+
Copyright (c) [2019] [xufeng]
122+
[xJavaFxTool] is licensed under Mulan PSL v2.
123123
You can use this software according to the terms and conditions of the Mulan PSL v2.
124124
You may obtain a copy of Mulan PSL v2 at:
125125
http://license.coscl.org.cn/MulanPSL2

src/main/java/com/xwintop/xJavaFxTool/XJavaFxToolApplication.java

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* Copyright (c) [2019] [xufeng]
3+
* [xJavaFxTool] is licensed under Mulan PSL v2.
4+
* You can use this software according to the terms and conditions of the Mulan PSL v2.
5+
* You may obtain a copy of Mulan PSL v2 at:
6+
* http://license.coscl.org.cn/MulanPSL2
7+
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
8+
* See the Mulan PSL v2 for more details.
9+
*/
10+
111
package com.xwintop.xJavaFxTool;
212

313
import com.xwintop.xJavaFxTool.controller.IndexController;
@@ -40,7 +50,7 @@ public void start(Stage primaryStage) throws Exception {
4050
FxApp.styleSheets.add(XJavaFxToolApplication.class.getResource("/css/jfoenix-main.css").toExternalForm());
4151

4252
// if (SystemUtil.getOsInfo().isMac()) {
43-
//Mac下设置dock栏图标
53+
//Mac下设置dock栏图标
4454
// Taskbar.getTaskbar().setIconImage(ImageIO.read(XJavaFxToolApplication.class.getResourceAsStream(LOGO_PATH)));
4555
// }
4656

src/main/java/com/xwintop/xJavaFxTool/XJavaFxToolMain.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* Copyright (c) [2019] [xufeng]
3+
* [xJavaFxTool] is licensed under Mulan PSL v2.
4+
* You can use this software according to the terms and conditions of the Mulan PSL v2.
5+
* You may obtain a copy of Mulan PSL v2 at:
6+
* http://license.coscl.org.cn/MulanPSL2
7+
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
8+
* See the Mulan PSL v2 for more details.
9+
*/
110
package com.xwintop.xJavaFxTool;
211

312
import com.xwintop.xJavaFxTool.utils.XJavaFxSystemUtil;

0 commit comments

Comments
 (0)