This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via dc96eb1d8de0dc77818ab6817ea473e3433239c4 (commit)
via b9bec623cde2670b8c376175fbf1833d0794dd5d (commit)
from f7a14e260dc6dfa55eec1f417b2c661101732773 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dc96eb1d8de0dc77818ab6817ea473e3433239c4
Merge: f7a14e26 b9bec623
Author: darcagn <da...@pr...>
Date: Sun Apr 21 06:55:20 2024 -0500
Merge pull request #521 from KallistiOS/banner_copyright_update
Updated Copyright Date for KOS's License
commit b9bec623cde2670b8c376175fbf1833d0794dd5d
Author: Falco Girgis <gyr...@gm...>
Date: Sun Apr 21 06:06:45 2024 -0500
Updated copyright date for KOS's license.
- located in banner.c: kos_get_license().
-----------------------------------------------------------------------
Summary of changes:
kernel/arch/dreamcast/kernel/banner.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/arch/dreamcast/kernel/banner.c b/kernel/arch/dreamcast/kernel/banner.c
index 3567c470..91bfbe6a 100644
--- a/kernel/arch/dreamcast/kernel/banner.c
+++ b/kernel/arch/dreamcast/kernel/banner.c
@@ -8,7 +8,7 @@
#include "authors.h"
static const char license[] =
-"Copyright (C) 1997-2023 KallistiOS Contributors. All rights reserved.\n"
+"Copyright (C) 1997-2024 KallistiOS Contributors. All rights reserved.\n"
"\n"
"Redistribution and use in source and binary forms, with or without\n"
"modification, are permitted provided that the following conditions\n"
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|