new year bump

This commit is contained in:
2025-12-31 13:09:29 -05:00
parent 54db089b71
commit 47e0690f4a
4 changed files with 4 additions and 4 deletions

View File

@@ -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. This document is intended "as is", without modifications.

2
README
View File

@@ -8,7 +8,7 @@
Copyright Notices: Copyright Notices:
yait 1.0 (c) Copyright 2025 fSD. yait 1.0 (c) Copyright 2025-2026 fSD.
Reference the COPYING file for detailed information Reference the COPYING file for detailed information

2
full.c
View File

@@ -33,7 +33,7 @@ int full_project_init_and_cd(char *src)
\n\ \n\
Copyright Notices:\n\ Copyright Notices:\n\
\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\ Reference the COPYING file for detailed information\n\
\n\ \n\
\n\ \n\

View File

@@ -67,7 +67,7 @@ while [ $# -gt 0 ]; do\n\
esac\n\ esac\n\
shift\n\ shift\n\
done", done",
license, description, 2025, "fSD", description); license, description, 2026, "fSD", description);
struct stat st; struct stat st;
if (stat(src, &st) == 0) if (stat(src, &st) == 0)