From 484a32ffeb1eceaf856b81e718edf32c3302cdd1 Mon Sep 17 00:00:00 2001 From: Florian Schulze Date: Fri, 21 Mar 2003 14:37:19 +0000 Subject: [PATCH] Removed unnecessary comment from license text which got there by a copy&paste error long ago. --- PB/SDLMain.h | 4 ---- PB/SDLMain.m | 4 ---- config.h | 4 ---- dj.h | 4 ---- dos/gfx.c | 4 ---- dos/input.c | 4 ---- dos/interrpt.c | 4 ---- fireworks.c | 4 ---- menu.c | 4 ---- modify/jnbpack.c | 4 ---- modify/jnbunpack.c | 4 ---- sdl/input.c | 4 ---- sdl/interrpt.c | 4 ---- sdl/sound.c | 4 ---- 14 files changed, 56 deletions(-) diff --git a/PB/SDLMain.h b/PB/SDLMain.h index 9f36dea..3b33d77 100644 --- a/PB/SDLMain.h +++ b/PB/SDLMain.h @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/PB/SDLMain.m b/PB/SDLMain.m index c4592d7..a8952a1 100644 --- a/PB/SDLMain.m +++ b/PB/SDLMain.m @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/config.h b/config.h index b8a8a57..b4914b5 100644 --- a/config.h +++ b/config.h @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/dj.h b/dj.h index f821a5b..c5d6b5a 100644 --- a/dj.h +++ b/dj.h @@ -4,10 +4,6 @@ * * Copyright (C) 2002 Florian Schulze - crow@icculus.org * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/dos/gfx.c b/dos/gfx.c index ff35d08..5b40d0a 100644 --- a/dos/gfx.c +++ b/dos/gfx.c @@ -4,10 +4,6 @@ * * Copyright (C) 2002 Florian Schulze - crow@icculus.org * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/dos/input.c b/dos/input.c index 92d7136..e7dc6e0 100644 --- a/dos/input.c +++ b/dos/input.c @@ -4,10 +4,6 @@ * * Copyright (C) 2002 Florian Schulze - crow@icculus.org * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/dos/interrpt.c b/dos/interrpt.c index aa3f934..819ce7f 100644 --- a/dos/interrpt.c +++ b/dos/interrpt.c @@ -4,10 +4,6 @@ * * Copyright (C) 2002 Florian Schulze - crow@icculus.org * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/fireworks.c b/fireworks.c index 1366f5b..e106b08 100644 --- a/fireworks.c +++ b/fireworks.c @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/menu.c b/menu.c index 9a8fa2a..2f53113 100644 --- a/menu.c +++ b/menu.c @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/modify/jnbpack.c b/modify/jnbpack.c index 6f60e9f..8067372 100644 --- a/modify/jnbpack.c +++ b/modify/jnbpack.c @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/modify/jnbunpack.c b/modify/jnbunpack.c index 6b9efac..de7c851 100644 --- a/modify/jnbunpack.c +++ b/modify/jnbunpack.c @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/sdl/input.c b/sdl/input.c index 62e7f95..3fa3522 100644 --- a/sdl/input.c +++ b/sdl/input.c @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/sdl/interrpt.c b/sdl/interrpt.c index 547437b..5f72277 100644 --- a/sdl/interrpt.c +++ b/sdl/interrpt.c @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify diff --git a/sdl/sound.c b/sdl/sound.c index 778345f..886d4b0 100644 --- a/sdl/sound.c +++ b/sdl/sound.c @@ -6,10 +6,6 @@ * * Copyright (C) 2002 Florian Schulze * - * Portions of this code are from the MPEG software simulation group - * idct implementation. This code will be replaced with a new - * implementation soon. - * * This file is part of Jump'n'Bump. * * Jump'n'Bump is free software; you can redistribute it and/or modify -- 2.39.2