|
@@ -26,12 +26,12 @@ import java.io.OutputStreamWriter;
|
|
|
|
|
|
/**
|
|
|
* 给java文件批量添加License信息.
|
|
|
- * @author tanghc
|
|
|
+ * @author MaxKey Copyright Adder
|
|
|
*
|
|
|
*/
|
|
|
public class Copyright {
|
|
|
// 存放java文件的文件夹,必须是文件夹
|
|
|
- private static String srcFolder = "D:\\MaxKey\\Workspaces\\maxkey\\MaxKey";
|
|
|
+ private static String srcFolder = "C:\\IDES\\shimi\\eclipse-workspace\\MaxKey";
|
|
|
//已添加标识
|
|
|
private static String copyRightText = "http://www.apache.org/licenses/LICENSE-2.0";
|
|
|
//扫描目录
|