diff --git a/secrw-dashboard/src/main/java/cn/smallbun/screw/dashboard/utils/package-info.java b/secrw-dashboard/src/main/java/cn/smallbun/screw/dashboard/utils/package-info.java new file mode 100644 index 0000000..ba34ce4 --- /dev/null +++ b/secrw-dashboard/src/main/java/cn/smallbun/screw/dashboard/utils/package-info.java @@ -0,0 +1,22 @@ +/* + * screw - 简洁好用的数据库表结构文档生成工具 + * Copyright © 2020 SanLi (qinggang.zuo@gmail.com) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + */ +/** + * @author SanLi + * Created by qinggang.zuo@gmail.com / 2689170096@qq.com on 2020/7/14 18:25 + */ +package cn.smallbun.screw.dashboard.utils; \ No newline at end of file