# copyright_checker **Repository Path**: michat/copyright_checker ## Basic Information - **Project Name**: copyright_checker - **Description**: 版权校验器。批量校验工程中,文件顶部版权信息,可以替换成模板中标准的版权信息。 The copyright information at the top of files in batch verification projects can be replaced with the standard copyright information in the template. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-13 - **Last Updated**: 2025-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 版权信息校验器(copyright_checker) #### 介绍 版权校验器。批量校验工程中,文件顶部版权信息,可以替换成模板中标准的版权信息。 The copyright information at the top of files in batch verification projects can be replaced with the standard copyright information in the template. #### 软件架构 软件架构说明 #### 使用说明 1. 编辑’‘check_code/copyright_config.ini’‘文件,里面用中文详细解释了每一项的含义 2. 主要是在[settings]栏设置你需要替换的工程相对路径(相对py脚本的路径) 3. 命令行进入check_code目录,执行如下命令,自动替换版权信息; ```shell python copyright_checker.py ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request