yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bf92af1fcaf120ca6ef461e2c71468e9aa16d75a
parent 037b039a049817e4f11953eab8f80c2e3c9284c5
Author: vx-clutch <[email protected]>
Date:   Mon, 15 Sep 2025 16:12:32 -0400

Update copyright information

Diffstat:
MINSTALL | 2+-
Mconfig.h | 2+-
Minclude/yait.h | 2+-
Msrc/create_project.c | 2+-
Msrc/file.c | 2+-
Msrc/standard.c | 2+-
Msrc/util.c | 2+-
Msrc/util.h | 2+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 2025 VX. +Copyright (C) 2025 GCK. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/config.h b/config.h @@ -5,7 +5,7 @@ #define PROGRAM "yait" #define LICENSE_LINE \ "License BSD-3-Clause: BSD-3-Clause <https://opensource.org/license/bsd-3-clause>" -#define AUTHORS "vx_clutch" +#define AUTHORS "GCK" #define VERSION "beta" #define YEAR 2025 diff --git a/include/yait.h b/include/yait.h @@ -1,4 +1,4 @@ -/* Copyright (C) vx_clutch +/* Copyright (C) GCK * * This file is part of yait * diff --git a/src/create_project.c b/src/create_project.c @@ -1,4 +1,4 @@ -/* Copyright (C) vx_clutch +/* Copyright (C) GCK * * This file is part of yait * diff --git a/src/file.c b/src/file.c @@ -1,4 +1,4 @@ -/* Copyright (C) vx_clutch +/* Copyright (C) GCK * * This file is part of yait * diff --git a/src/standard.c b/src/standard.c @@ -1,4 +1,4 @@ -/* Copyright (C) vx_clutch +/* Copyright (C) GCK * * This file is part of yait * diff --git a/src/util.c b/src/util.c @@ -1,4 +1,4 @@ -/* Copyright (C) vx_clutch +/* Copyright (C) GCK * * This file is part of yait * diff --git a/src/util.h b/src/util.h @@ -1,4 +1,4 @@ -/* Copyright (C) vx_clutch +/* Copyright (C) GCK * * This file is part of yait *