From: Lawrence S. <ljs...@us...> - 2021-08-29 03:29:06
|
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 71a725939a49b1c46b931f5389cf459378086a09 (commit) from c3e7be36c342cf9c457cd5e7c6edad610f10a6b1 (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 71a725939a49b1c46b931f5389cf459378086a09 Author: Lawrence Sebald <ljs...@us...> Date: Sat Aug 28 23:28:47 2021 -0400 Update license banner copyright year. ----------------------------------------------------------------------- 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 b1e1850..1bddc05 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-2018 KallistiOS Contributors. All rights reserved.\n" +"Copyright (C) 1997-2020 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. |