From 08097448ca93da43b5f12df9fd180c2375eb6018 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 11 Feb 2024 12:25:05 +0100 Subject: [PATCH] added missing and fixed wrong file headers --- src/game_bd/Makefile | 2 +- src/game_bd/export_bd.h | 6 +++--- src/game_bd/game_bd.h | 4 ++-- src/game_bd/main_bd.c | 10 +++++----- src/game_bd/main_bd.h | 11 +++++++++++ src/game_em/main_em.h | 11 +++++++++++ src/game_mm/main_mm.h | 11 +++++++++++ src/game_sp/main_sp.h | 11 +++++++++++ 8 files changed, 55 insertions(+), 11 deletions(-) diff --git a/src/game_bd/Makefile b/src/game_bd/Makefile index 74852038..68a6d10e 100644 --- a/src/game_bd/Makefile +++ b/src/game_bd/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- -# (c) 1995-2023 by Artsoft Entertainment +# (c) 1995-2024 by Artsoft Entertainment # Holger Schemel # info@artsoft.org # https://www.artsoft.org/ diff --git a/src/game_bd/export_bd.h b/src/game_bd/export_bd.h index 29569031..12a6c9aa 100644 --- a/src/game_bd/export_bd.h +++ b/src/game_bd/export_bd.h @@ -2,9 +2,9 @@ // Rocks'n'Diamonds - McDuffin Strikes Back! // ---------------------------------------------------------------------------- // (c) 1995-2024 by Artsoft Entertainment -// Holger Schemel -// info@artsoft.org -// https://www.artsoft.org/ +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // export_bd.h // ============================================================================ diff --git a/src/game_bd/game_bd.h b/src/game_bd/game_bd.h index 7528f075..a24222a5 100644 --- a/src/game_bd/game_bd.h +++ b/src/game_bd/game_bd.h @@ -1,7 +1,7 @@ // ============================================================================ -// Mirror Magic -- McDuffin's Revenge +// Rocks'n'Diamonds - McDuffin Strikes Back! // ---------------------------------------------------------------------------- -// (c) 1995-2023 by Artsoft Entertainment +// (c) 1995-2024 by Artsoft Entertainment // Holger Schemel // info@artsoft.org // https://www.artsoft.org/ diff --git a/src/game_bd/main_bd.c b/src/game_bd/main_bd.c index d40b76e4..1bf30fca 100644 --- a/src/game_bd/main_bd.c +++ b/src/game_bd/main_bd.c @@ -1,10 +1,10 @@ // ============================================================================ -// Mirror Magic -- McDuffin's Revenge +// Rocks'n'Diamonds - McDuffin Strikes Back! // ---------------------------------------------------------------------------- -// (c) 1995-2023 by Artsoft Entertainment -// Holger Schemel -// info@artsoft.org -// https://www.artsoft.org/ +// (c) 1995-2024 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // main_bd.c // ============================================================================ diff --git a/src/game_bd/main_bd.h b/src/game_bd/main_bd.h index 2defce72..bf4be3a8 100644 --- a/src/game_bd/main_bd.h +++ b/src/game_bd/main_bd.h @@ -1,3 +1,14 @@ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2024 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// main_bd.h +// ============================================================================ + #ifndef MAIN_BD_H #define MAIN_BD_H diff --git a/src/game_em/main_em.h b/src/game_em/main_em.h index 350bc38b..0870b040 100644 --- a/src/game_em/main_em.h +++ b/src/game_em/main_em.h @@ -1,3 +1,14 @@ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2024 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// main_em.h +// ============================================================================ + #ifndef MAIN_EM_H #define MAIN_EM_H diff --git a/src/game_mm/main_mm.h b/src/game_mm/main_mm.h index 08d4bf6c..c964a86f 100644 --- a/src/game_mm/main_mm.h +++ b/src/game_mm/main_mm.h @@ -1,3 +1,14 @@ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2024 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// main_mm.h +// ============================================================================ + #ifndef MAIN_MM_H #define MAIN_MM_H diff --git a/src/game_sp/main_sp.h b/src/game_sp/main_sp.h index 11d973a4..00aa5129 100644 --- a/src/game_sp/main_sp.h +++ b/src/game_sp/main_sp.h @@ -1,3 +1,14 @@ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2024 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// main_sp.h +// ============================================================================ + #ifndef MAIN_SP_H #define MAIN_SP_H -- 2.34.1