[HIGH] 开源合规:全部 1,136 个 Java 文件缺少 Apache 2.0 版权声明头 #13

Open
opened 2026-06-13 20:23:58 +08:00 by zdh · 0 comments
Owner

严重度:🟠 HIGH

项目全部 Java 源文件无 Copyright 声明和 Apache 2.0 许可头。Apache 2.0 §4(c) 要求保留版权声明。

修复: 为所有 Java 文件添加标准 Apache 2.0 文件头:

/*
 * Copyright 2021-2026 yueqian
 * Licensed under the Apache License, Version 2.0
 */
## 严重度:🟠 HIGH 项目全部 Java 源文件无 Copyright 声明和 Apache 2.0 许可头。Apache 2.0 §4(c) 要求保留版权声明。 **修复:** 为所有 Java 文件添加标准 Apache 2.0 文件头: ```java /* * Copyright 2021-2026 yueqian * Licensed under the Apache License, Version 2.0 */ ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yueqian/yueqian-erp#13