Commit 3c67401
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
- .cargo
- .github
- crates
- arch
- src
- config
- src
- dma
- src
- frame_allocator
- src
- global_tick
- src
- heap
- src
- interrupt_state
- src
- local_tick
- src
- macros
- src
- memory_types
- src
- memory
- src
- page_table_entry
- src
- paging
- src
- per_cpu
- src
- sync
- src
- raw
- tlb
- src
- docs
- adr
- audit
- design
- diagrams
- hardware
- plans
- production
- rfcs
- sop
- specs
- superpowers
- plans
- specs
- suppliers
- templates
- src
- arch
- aarch64
- riscv64
- device
- fs
- syscall
- task
- scheduler
- util
- tests
- arch-test
- src
- device-test
- src
- frame-test
- src
- fs-test
- src
- heap-test
- src
- memory-test
- src
- memory-types-test
- src
- paging-test
- src
- panic_test
- src
- pte-test
- src
- sync-test
- src
- test_harness
- src
- xtask
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments