commit 47e0690f4a738a67a92e5b9a3a10620e93d28ea8
parent 54db089b71fc154b340191c1261792611b93eaee
Author: vx-clutch <[email protected]>
Date: Wed, 31 Dec 2025 13:09:29 -0500
new year bump
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/COPYING b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2025 fSD version 1
+Copyright (c) 2025-2026 fSD version 1
This document is intended "as is", without modifications.
diff --git a/README b/README
@@ -8,7 +8,7 @@
Copyright Notices:
- yait 1.0 (c) Copyright 2025 fSD.
+ yait 1.0 (c) Copyright 2025-2026 fSD.
Reference the COPYING file for detailed information
diff --git a/full.c b/full.c
@@ -33,7 +33,7 @@ int full_project_init_and_cd(char *src)
\n\
Copyright Notices:\n\
\n\
- %s 1.0 (c) Copyright 2025 Author. \n\
+ %s 1.0 (c) Copyright 2026 Author. \n\
Reference the COPYING file for detailed information\n\
\n\
\n\
diff --git a/shell.c b/shell.c
@@ -67,7 +67,7 @@ while [ $# -gt 0 ]; do\n\
esac\n\
shift\n\
done",
- license, description, 2025, "fSD", description);
+ license, description, 2026, "fSD", description);
struct stat st;
if (stat(src, &st) == 0)