The following commit has been merged in the master branch:
commit a75960e03e5c4c88dd3e4d746379988b11e49404
Author: prissi <[EMAIL PROTECTED]>
Date:   Tue Jul 1 18:46:13 2008 +0000

    Changing two forgotten copyright headers to standard ones
    
    git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/[EMAIL PROTECTED] 
8aca7d54-2c30-db11-9de9-000461428c89

diff --git a/simsys.h b/simsys.h
index 3a929f9..8ec2be4 100644
--- a/simsys.h
+++ b/simsys.h
@@ -1,8 +1,7 @@
 /*
- * Copyright (c) 2001 Hansj�rg Malthaner
+ * definitions for the system dependent part of simutrans
  *
- * Usage for Iso-Angband is granted. Usage in other projects is not
- * permitted without the agreement of the author.
+ * This file is part of the Simutrans project under the artistic licence.
  */
 
 #ifndef simsys_h
diff --git a/simsys_d.c b/simsys_d.c
index 10f909a..13655cb 100644
--- a/simsys_d.c
+++ b/simsys_d.c
@@ -1,3 +1,9 @@
+/*
+ * Bit depth independent backend using allgro (mainly for BeOS)
+ *
+ * This file is part of the Simutrans project under the artistic licence.
+ */
+
 #include "allegro.h"
 #include <stddef.h>
 #include <string.h>
diff --git a/sound/no_sound.cc b/sound/no_sound.cc
index 352c55c..929769a 100644
--- a/sound/no_sound.cc
+++ b/sound/no_sound.cc
@@ -1,10 +1,10 @@
 /*
- * Copyright (c) 2001 Hansj�rg Malthaner
+ * stub for no sound
  *
- * Usage for Iso-Angband is granted. Usage in other projects is not
- * permitted without the agreement of the author.
+ * This file is part of the Simutrans project under the artistic licence.
  */
 
+
 #include "sound.h"
 
 
diff --git a/sound/sdl_mixer_sound.cc b/sound/sdl_mixer_sound.cc
index 0f4c9b1..07d7278 100644
--- a/sound/sdl_mixer_sound.cc
+++ b/sound/sdl_mixer_sound.cc
@@ -1,3 +1,8 @@
+/*
+ * sound with SDL_mixer.dll (not chaning the volume of other programs)
+ *
+ * This file is part of the Simutrans project under the artistic licence.
+ */
 
 #include <SDL/SDL.h>
 #include <SDL/SDL_mixer.h>
diff --git a/sound/sdl_sound.cc b/sound/sdl_sound.cc
index 94dfdf5..6e9eb63 100644
--- a/sound/sdl_sound.cc
+++ b/sound/sdl_sound.cc
@@ -1,5 +1,9 @@
+/*
+ * sdl-sound without SDL_mixer.dll
+ *
+ * This file is part of the Simutrans project under the artistic licence.
+ */
 
- // sdl-sound without SDL_mixer.dll
 
 #include <SDL/SDL.h>
 #include <string.h>

-- 
transportation simulator

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to