diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 11:32:41 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 11:32:41 +0800 |
commit | 8e52340ec5a788535ee384970dbad8be3150293b (patch) | |
tree | c7770a828eb8b38f01a5dc58d65f835e591844de | |
parent | git2d: Factor commands out into their own files (diff) | |
download | forge-8e52340ec5a788535ee384970dbad8be3150293b.tar.gz forge-8e52340ec5a788535ee384970dbad8be3150293b.tar.zst forge-8e52340ec5a788535ee384970dbad8be3150293b.zip |
git2d: Add license header
-rw-r--r-- | git2d/cmd1.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git2d/cmd1.c b/git2d/cmd1.c index 44f59db..d84d270 100644 --- a/git2d/cmd1.c +++ b/git2d/cmd1.c @@ -1,3 +1,8 @@ +/*- + * SPDX-License-Identifier: AGPL-3.0-only + * SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + */ + #include "x.h" int |