Skip to content

Commit 3c67401

Browse files
MRNIUcodex
andcommitted
chore(copyright): 补齐仓库文件头
按 docs/conventions.md 的 Copyright 约定补齐仓库自有文件头,覆盖源码、测试、xtask、Cargo/TOML 配置、CI 相关配置和长期维护文档。 - 为 Rust、汇编、TOML/YAML、Markdown、GDB、U-Boot 脚本和 FIT 模板使用对应注释语法。 - 按本次确认范围补充 .gitmodules 和 xtask/src/boot.its.template,保留 GitHub issue template、严格 JSON、Cargo.lock、LICENSE 和 3rd/ submodule 不变。 验证: - git diff --check - git diff --staged --check - 自定义扫描确认目标候选文件 missing_candidates=0 - git config -f .gitmodules --get-regexp '^submodule\..*\.path$' - staged diff 新增行凭据扫描无匹配 Co-authored-by: OpenAI Codex <noreply@openai.com> Signed-off-by: Niu Zhihong <zhihong@nzhnb.com>
1 parent c09e798 commit 3c67401

270 files changed

Lines changed: 540 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The SimpleKernel Contributors
2+
13
[alias]
24
xtask = "run --package xtask --"
35

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions

.gitmodules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The SimpleKernel Contributors
2+
13
[submodule "3rd/opensbi"]
24
path = 3rd/opensbi
35
url = https://github.com/riscv-software-src/opensbi.git

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The SimpleKernel Contributors
2+
13
fail_fast: false
24
repos:
35
- repo: https://github.com/pre-commit/pre-commit-hooks

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 0 deletions

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The SimpleKernel Contributors
2+
13
# SimpleKernel — Rust 版本
24
#
35
# 工作区包含两个 crate:

README_ENG.md

Lines changed: 2 additions & 0 deletions

SECURITY.md

Lines changed: 2 additions & 0 deletions

crates/AGENTS.md

Lines changed: 2 additions & 0 deletions

crates/arch/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The SimpleKernel Contributors
2+
13
[package]
24
name = "arch"
35
version.workspace = true

0 commit comments

Comments
 (0)