diff --git a/COPYING b/COPYING index c14e149..7aefcab 100644 --- 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 index aa7c610..580abd2 100644 --- 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 index 5529ab7..d75c631 100644 --- 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 index d92a1d9..a503e7f 100644 --- 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)