diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 11:07:43 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 11:07:43 +0800 |
commit | 9fc3f5cfa20ccdfdfcaa6a4b5f9c700ba1f8c0c2 (patch) | |
tree | 2c5712a7b0443a12ea13df55627e51a08b2ebdcc /git2d/rw.c | |
parent | git2d: Separate the files a bit (diff) | |
download | forge-9fc3f5cfa20ccdfdfcaa6a4b5f9c700ba1f8c0c2.tar.gz forge-9fc3f5cfa20ccdfdfcaa6a4b5f9c700ba1f8c0c2.tar.zst forge-9fc3f5cfa20ccdfdfcaa6a4b5f9c700ba1f8c0c2.zip |
git2d: Add license headers where missing
Diffstat (limited to 'git2d/rw.c')
-rw-r--r-- | git2d/rw.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +/*- + * SPDX-License-Identifier: AGPL-3.0-only + * SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + */ + #include "x.h" bare_error |