From 22579a763ec26921eef63ee60d66644e2fc6ac0c Mon Sep 17 00:00:00 2001 From: Azige Date: Tue, 15 Aug 2017 00:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BB=A3=E7=A0=81=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=AE=B8=E5=8F=AF=E8=AF=81=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nb-configuration.xml | 2 +- .../\346\265\213\350\257\225.java" | 17 +---------------- .../\350\277\220\350\241\214\345\231\250.java" | 17 +---------------- ...50\346\265\213\350\257\225\347\261\273.java" | 17 +---------------- 4 files changed, 4 insertions(+), 49 deletions(-) diff --git a/nb-configuration.xml b/nb-configuration.xml index 98cd079..7c8b62d 100644 --- a/nb-configuration.xml +++ b/nb-configuration.xml @@ -13,6 +13,6 @@ You can copy and paste the single properties, into the pom.xml file and the IDE That way multiple projects can share the same settings (useful for formatting rules for example). Any value defined here will override the pom.xml file value but is only applicable to the current project. --> - gpl30 + default diff --git "a/src/main/java/com/github/program_in_chinese/junit4_in_chinese/\346\265\213\350\257\225.java" "b/src/main/java/com/github/program_in_chinese/junit4_in_chinese/\346\265\213\350\257\225.java" index 015daa3..e7a45ca 100644 --- "a/src/main/java/com/github/program_in_chinese/junit4_in_chinese/\346\265\213\350\257\225.java" +++ "b/src/main/java/com/github/program_in_chinese/junit4_in_chinese/\346\265\213\350\257\225.java" @@ -1,19 +1,4 @@ -/* - * Copyright (C) 2017 Azige - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + package com.github.program_in_chinese.junit4_in_chinese; import java.lang.annotation.ElementType; diff --git "a/src/main/java/com/github/program_in_chinese/junit4_in_chinese/\350\277\220\350\241\214\345\231\250.java" "b/src/main/java/com/github/program_in_chinese/junit4_in_chinese/\350\277\220\350\241\214\345\231\250.java" index 6bbe2ce..5bbde37 100644 --- "a/src/main/java/com/github/program_in_chinese/junit4_in_chinese/\350\277\220\350\241\214\345\231\250.java" +++ "b/src/main/java/com/github/program_in_chinese/junit4_in_chinese/\350\277\220\350\241\214\345\231\250.java" @@ -1,19 +1,4 @@ -/* - * Copyright (C) 2017 Azige - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + package com.github.program_in_chinese.junit4_in_chinese; import java.util.ArrayList; diff --git "a/src/test/java/com/github/program_in_chinese/junit4_in_chinese/\350\277\220\350\241\214\345\231\250\346\265\213\350\257\225\347\261\273.java" "b/src/test/java/com/github/program_in_chinese/junit4_in_chinese/\350\277\220\350\241\214\345\231\250\346\265\213\350\257\225\347\261\273.java" index b6de3de..673a846 100644 --- "a/src/test/java/com/github/program_in_chinese/junit4_in_chinese/\350\277\220\350\241\214\345\231\250\346\265\213\350\257\225\347\261\273.java" +++ "b/src/test/java/com/github/program_in_chinese/junit4_in_chinese/\350\277\220\350\241\214\345\231\250\346\265\213\350\257\225\347\261\273.java" @@ -1,19 +1,4 @@ -/* - * Copyright (C) 2017 Azige - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + package com.github.program_in_chinese.junit4_in_chinese; import static com.github.program_in_chinese.junit4_in_chinese.断言类.*;