From: Lawrence S. <ljs...@us...> - 2021-08-30 01:13:54
|
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 ae3d5ec3ed7bbc0f0ea8fdd9f8d25e68ba7e8673 (commit) from 71a725939a49b1c46b931f5389cf459378086a09 (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 ae3d5ec3ed7bbc0f0ea8fdd9f8d25e68ba7e8673 Author: Lawrence Sebald <ljs...@us...> Date: Sun Aug 29 21:13:26 2021 -0400 Update AUTHORS and banner year (again). ----------------------------------------------------------------------- Summary of changes: AUTHORS | 3 ++- kernel/arch/dreamcast/kernel/banner.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index a8b4606..7d7755d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,7 +22,7 @@ please see the README.KOS file in the doc directory. Contributors list (under the normal KOS license): ------------------------------------------------- Dan Potter: 1997, 2000, 2001, 2002, 2003, 2004 -Lawrence Sebald: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 +Lawrence Sebald: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Sam Steele: 2004 Gil Megidish: 2002 Florian Schulze: 2002 @@ -41,6 +41,7 @@ Brian Paul: 1999, 2000, 2001 Josh Pearson: 2013, 2014, 2015, 2016 Joe Fenton: 2016 Stefan Galowicz: 2016, 2017 +Luke Benstead: 2020, 2021 Files with Specific licenses: ----------------------------- diff --git a/kernel/arch/dreamcast/kernel/banner.c b/kernel/arch/dreamcast/kernel/banner.c index 1bddc05..25d29b0 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-2020 KallistiOS Contributors. All rights reserved.\n" +"Copyright (C) 1997-2021 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. |