From 72bb1f5d2849131d094f38b9a0ce2d17ecacefe1 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 16 Sep 2014 23:44:16 +0200 Subject: [PATCH] updated Makefile headers --- Makefile | 6 +++--- build-scripts/create_element_defs.pl | 6 +++--- src/Android.mk | 6 +++--- src/Makefile | 6 +++--- src/game_em/Makefile | 10 ++++++++-- src/game_sp/Makefile | 16 +++++++++++----- src/libgame/Makefile | 6 +++--- 7 files changed, 34 insertions(+), 22 deletions(-) diff --git a/Makefile b/Makefile index 7fcfdeba..cbce7ef0 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- # (c) 1995-2014 by Artsoft Entertainment -# Holger Schemel -# info@artsoft.org -# http://www.artsoft.org/ +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- # Makefile # ============================================================================= diff --git a/build-scripts/create_element_defs.pl b/build-scripts/create_element_defs.pl index 413dde56..af4b2bdf 100755 --- a/build-scripts/create_element_defs.pl +++ b/build-scripts/create_element_defs.pl @@ -4,9 +4,9 @@ # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- # (c) 1995-2014 by Artsoft Entertainment -# Holger Schemel -# info@artsoft.org -# http://www.artsoft.org/ +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- # create_element_defs.pl # ============================================================================= diff --git a/src/Android.mk b/src/Android.mk index 46b42df6..9922a17a 100644 --- a/src/Android.mk +++ b/src/Android.mk @@ -2,9 +2,9 @@ # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- # (c) 1995-2014 by Artsoft Entertainment -# Holger Schemel -# info@artsoft.org -# http://www.artsoft.org/ +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- # src/Android.mk # ============================================================================= diff --git a/src/Makefile b/src/Makefile index 2fec8a09..3da27424 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,9 +2,9 @@ # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- # (c) 1995-2014 by Artsoft Entertainment -# Holger Schemel -# info@artsoft.org -# http://www.artsoft.org/ +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- # src/Makefile # ============================================================================= diff --git a/src/game_em/Makefile b/src/game_em/Makefile index 4fc21cd0..97ec305c 100644 --- a/src/game_em/Makefile +++ b/src/game_em/Makefile @@ -1,9 +1,15 @@ # ============================================================================= -# Rocks'n'Diamonds Makefile (game_em) +# Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- -# (c) 1995-2006 Holger Schemel +# (c) 1995-2014 by Artsoft Entertainment +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- +# The native Emerald Mine game engine is based on: # Emerald Mine for X11 © 2000,2001 David Tritscher +# ----------------------------------------------------------------------------- +# src/game_em/Makefile # ============================================================================= # ----------------------------------------------------------------------------- diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index d1d9ffc3..ae7c37fa 100644 --- a/src/game_sp/Makefile +++ b/src/game_sp/Makefile @@ -1,11 +1,17 @@ # ============================================================================= -# Makefile for native Supaplex engine for Rocks'n'Diamonds (game_sp) +# Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- -# (c) 1995-2009 Holger Schemel +# (c) 1995-2014 by Artsoft Entertainment +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- -# based on MegaPlex version 0.5 beta release xmas 2001 by Frank Schindler, -# based on the Speed Fix 6.3+ by Herman Perk, -# based on original Supaplex by Michael Stopp & Philip Jespersen +# The native Supaplex game engine is based on: +# - MegaPlex version 0.5 beta release xmas 2001 by Frank Schindler +# - Speed Fix 6.3+ by Herman Perk +# - Supaplex by Michael Stopp & Philip Jespersen +# ----------------------------------------------------------------------------- +# src/game_sp/Makefile # ============================================================================= # ----------------------------------------------------------------------------- diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 32407be1..c27d8216 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -2,9 +2,9 @@ # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- # (c) 1995-2014 by Artsoft Entertainment -# Holger Schemel -# info@artsoft.org -# http://www.artsoft.org/ +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- # src/libgame/Makefile # ============================================================================= -- 2.34.1