From f9f4d56850926f9f14a6b7a72d91db6281a3b764 Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 23 Feb 2023 15:56:37 +0000 Subject: [PATCH] m_cond.c/h: Copyright notice update Intended to do this in my previous `unlockables-undefeatable` branch but forgot --- src/m_cond.c | 1 + src/m_cond.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/m_cond.c b/src/m_cond.c index abc228d3a..ffcbca21b 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -1,5 +1,6 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- +// Copyright (C) 2022-2023 by Vivian "toaster" Grannell. // Copyright (C) 2012-2016 by Matthew "Kaito Sinclaire" Walsh. // Copyright (C) 2012-2020 by Sonic Team Junior. // diff --git a/src/m_cond.h b/src/m_cond.h index 735894c71..eb8ebe7c5 100644 --- a/src/m_cond.h +++ b/src/m_cond.h @@ -1,5 +1,6 @@ // SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- +// Copyright (C) 2022-2023 by Vivian "toaster" Grannell. // Copyright (C) 2012-2016 by Matthew "Kaito Sinclaire" Walsh. // Copyright (C) 2012-2020 by Sonic Team Junior. //