From bf92af1fcaf120ca6ef461e2c71468e9aa16d75a Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Mon, 15 Sep 2025 16:12:32 -0400 Subject: [PATCH] Update copyright information --- INSTALL | 2 +- config.h | 2 +- include/yait.h | 2 +- src/create_project.c | 2 +- src/file.c | 2 +- src/standard.c | 2 +- src/util.c | 2 +- src/util.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 9c72a91..1c447a3 100644 --- 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 index f624256..55305e8 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ #define PROGRAM "yait" #define LICENSE_LINE \ "License BSD-3-Clause: 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 index c195301..2074218 100644 --- 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 index eb799f1..00d7886 100644 --- 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 index bc96864..25e7f08 100644 --- 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 index d48e1c4..697017f 100644 --- 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 index e93c19f..61d3ba7 100644 --- 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 index 74ecfeb..3990c85 100644 --- 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 *