diff options
author | Simon Howard | 2014-05-05 00:20:54 -0400 |
---|---|---|
committer | Simon Howard | 2014-05-05 00:20:54 -0400 |
commit | 7684ddcfd8c2c5fe069425ed420ed73342f2d9e5 (patch) | |
tree | 13890144c30fae9be7f0a27a991810cfdd4d8dd1 /src/doom | |
parent | 869e52062b84ad65a8481f4a56bd83d2d31471a3 (diff) | |
download | chocolate-doom-7684ddcfd8c2c5fe069425ed420ed73342f2d9e5.tar.gz chocolate-doom-7684ddcfd8c2c5fe069425ed420ed73342f2d9e5.tar.bz2 chocolate-doom-7684ddcfd8c2c5fe069425ed420ed73342f2d9e5.zip |
Clean up file headers.
This change rewrites and simplifies the copyright headers at the top
of all source files:
* Remove "Emacs style mode select" line; this line was included in
the headers for the originally released source files and appears
to be to set the file type for old versions of Emacs. I'm not sure
entirely why it was required but I don't think it is any more.
* Remove "You should have received a copy of..." text from copyright
header. This refers to the old 59 Temple Place address where the
FSF headquarters used to be located and is no longer correct.
Rather than change to the new address, just remove the paragraph
as it is superfluous anyway. This fixes #311.
* Remove ---- separator lines so that the file headers are barer
and more simplified.
Diffstat (limited to 'src/doom')
102 files changed, 104 insertions, 926 deletions
diff --git a/src/doom/am_map.c b/src/doom/am_map.c index d920823f..d3d504e3 100644 --- a/src/doom/am_map.c +++ b/src/doom/am_map.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // // DESCRIPTION: the automap code // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/am_map.h b/src/doom/am_map.h index af390d1b..572d2389 100644 --- a/src/doom/am_map.h +++ b/src/doom/am_map.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // AutoMap module. // -//----------------------------------------------------------------------------- #ifndef __AMMAP_H__ #define __AMMAP_H__ diff --git a/src/doom/d_englsh.h b/src/doom/d_englsh.h index de8ff7f0..cfb05722 100644 --- a/src/doom/d_englsh.h +++ b/src/doom/d_englsh.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Printed strings for translation. // English language support (default). // -//----------------------------------------------------------------------------- #ifndef __D_ENGLSH__ #define __D_ENGLSH__ diff --git a/src/doom/d_items.c b/src/doom/d_items.c index 8f12be9f..33f310c6 100644 --- a/src/doom/d_items.c +++ b/src/doom/d_items.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // -//----------------------------------------------------------------------------- // We are referring to sprite numbers. diff --git a/src/doom/d_items.h b/src/doom/d_items.h index ffc34582..3d22a063 100644 --- a/src/doom/d_items.h +++ b/src/doom/d_items.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Items: key cards, artifacts, weapon, ammunition. // -//----------------------------------------------------------------------------- #ifndef __D_ITEMS__ diff --git a/src/doom/d_main.c b/src/doom/d_main.c index c58306f2..4c1092ac 100644 --- a/src/doom/d_main.c +++ b/src/doom/d_main.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,18 +12,12 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // DOOM main program (D_DoomMain) and game loop (D_DoomLoop), // plus functions to determine game mode (shareware, registered), // parse command line parameters, configure game parameters (turbo), // and call the startup functions. // -//----------------------------------------------------------------------------- #include <ctype.h> diff --git a/src/doom/d_main.h b/src/doom/d_main.h index a1770536..0fe9547b 100644 --- a/src/doom/d_main.h +++ b/src/doom/d_main.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // System specific interface stuff. // -//----------------------------------------------------------------------------- #ifndef __D_MAIN__ diff --git a/src/doom/d_net.c b/src/doom/d_net.c index ad46dc80..20f56b27 100644 --- a/src/doom/d_net.c +++ b/src/doom/d_net.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // DOOM Network game communication and protocol, // all OS independend parts. // -//----------------------------------------------------------------------------- #include <stdlib.h> diff --git a/src/doom/d_player.h b/src/doom/d_player.h index 8bdccf46..a72c2f5f 100644 --- a/src/doom/d_player.h +++ b/src/doom/d_player.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // // -//----------------------------------------------------------------------------- #ifndef __D_PLAYER__ diff --git a/src/doom/d_textur.h b/src/doom/d_textur.h index 084a5b1b..1afe040e 100644 --- a/src/doom/d_textur.h +++ b/src/doom/d_textur.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Typedefs related to to textures etc., // isolated here to make it easier separating modules. // -//----------------------------------------------------------------------------- #ifndef __D_TEXTUR__ diff --git a/src/doom/d_think.h b/src/doom/d_think.h index 1405230d..0966ad96 100644 --- a/src/doom/d_think.h +++ b/src/doom/d_think.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // MapObj data. Map Objects or mobjs are actors, entities, // thinker, take-your-pick... anything that moves, acts, or // suffers state changes of more or less violent nature. // -//----------------------------------------------------------------------------- #ifndef __D_THINK__ diff --git a/src/doom/deh_ammo.c b/src/doom/deh_ammo.c index 952d8df3..dd8bee54 100644 --- a/src/doom/deh_ammo.c +++ b/src/doom/deh_ammo.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses "Ammo" sections in dehacked files // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/deh_cheat.c b/src/doom/deh_cheat.c index 8817c56e..a80c6ffc 100644 --- a/src/doom/deh_cheat.c +++ b/src/doom/deh_cheat.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses "Cheat" sections in dehacked files // -//----------------------------------------------------------------------------- #include <stdlib.h> #include <string.h> diff --git a/src/doom/deh_doom.c b/src/doom/deh_doom.c index 7549e09e..a8a7d28f 100644 --- a/src/doom/deh_doom.c +++ b/src/doom/deh_doom.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Top-level dehacked definitions for Doom dehacked. // -//----------------------------------------------------------------------------- #include <stdlib.h> #include "deh_defs.h" diff --git a/src/doom/deh_frame.c b/src/doom/deh_frame.c index 8fc01803..e1cd59da 100644 --- a/src/doom/deh_frame.c +++ b/src/doom/deh_frame.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses "Frame" sections in dehacked files // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/deh_misc.c b/src/doom/deh_misc.c index eb5acece..9d46f069 100644 --- a/src/doom/deh_misc.c +++ b/src/doom/deh_misc.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses "Misc" sections in dehacked files // -//----------------------------------------------------------------------------- #include <stdlib.h> #include <string.h> diff --git a/src/doom/deh_misc.h b/src/doom/deh_misc.h index a589b104..319a1451 100644 --- a/src/doom/deh_misc.h +++ b/src/doom/deh_misc.h @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses "Misc" sections in dehacked files // -//----------------------------------------------------------------------------- #ifndef DEH_MISC_H #define DEH_MISC_H diff --git a/src/doom/deh_ptr.c b/src/doom/deh_ptr.c index 0d1764c9..5ca3116f 100644 --- a/src/doom/deh_ptr.c +++ b/src/doom/deh_ptr.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses Action Pointer entries in dehacked files // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/deh_sound.c b/src/doom/deh_sound.c index 251cdccb..f3242839 100644 --- a/src/doom/deh_sound.c +++ b/src/doom/deh_sound.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses "Sound" sections in dehacked files // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/deh_thing.c b/src/doom/deh_thing.c index d4e05f01..a6baff1d 100644 --- a/src/doom/deh_thing.c +++ b/src/doom/deh_thing.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses "Thing" sections in dehacked files // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/deh_weapon.c b/src/doom/deh_weapon.c index 5c590fe8..2c180475 100644 --- a/src/doom/deh_weapon.c +++ b/src/doom/deh_weapon.c @@ -1,7 +1,5 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,16 +11,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- // // Parses "Weapon" sections in dehacked files // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/doomdata.h b/src/doom/doomdata.h index 66733aea..46b3e11b 100644 --- a/src/doom/doomdata.h +++ b/src/doom/doomdata.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // all external data is defined here // most of the data is loaded into different structures at run time // some internal structures shared by many modules are here // -//----------------------------------------------------------------------------- #ifndef __DOOMDATA__ #define __DOOMDATA__ diff --git a/src/doom/doomdef.c b/src/doom/doomdef.c index 1ad48525..d31f3efa 100644 --- a/src/doom/doomdef.c +++ b/src/doom/doomdef.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // DoomDef - basic defines for DOOM, e.g. Version, game mode // and skill level, and display parameters. // -//----------------------------------------------------------------------------- diff --git a/src/doom/doomdef.h b/src/doom/doomdef.h index 049ba9e3..62d729dd 100644 --- a/src/doom/doomdef.h +++ b/src/doom/doomdef.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Internally used data structures for virtually everything, // lots of other stuff. // -//----------------------------------------------------------------------------- #ifndef __DOOMDEF__ #define __DOOMDEF__ diff --git a/src/doom/doomstat.c b/src/doom/doomstat.c index 2bbb45e7..ed4c6ccc 100644 --- a/src/doom/doomstat.c +++ b/src/doom/doomstat.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Put all global tate variables here. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/doomstat.h b/src/doom/doomstat.h index 7984a7b3..acd65dcc 100644 --- a/src/doom/doomstat.h +++ b/src/doom/doomstat.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,11 +12,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // All the global variables that store the internal state. // Theoretically speaking, the internal state of the engine @@ -27,7 +20,6 @@ // this header file. // In practice, things are a bit messy. // -//----------------------------------------------------------------------------- #ifndef __D_STATE__ diff --git a/src/doom/dstrings.c b/src/doom/dstrings.c index 01a438ae..b87f198b 100644 --- a/src/doom/dstrings.c +++ b/src/doom/dstrings.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Globally defined strings. // -//----------------------------------------------------------------------------- diff --git a/src/doom/dstrings.h b/src/doom/dstrings.h index d47fc1af..d3240b49 100644 --- a/src/doom/dstrings.h +++ b/src/doom/dstrings.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // // DESCRIPTION: // DOOM strings, by language. // -//----------------------------------------------------------------------------- #ifndef __DSTRINGS__ diff --git a/src/doom/f_finale.c b/src/doom/f_finale.c index 0b3e3813..ca6775ef 100644 --- a/src/doom/f_finale.c +++ b/src/doom/f_finale.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Game completion, final screen animation. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/f_finale.h b/src/doom/f_finale.h index 69e1732f..daa71c32 100644 --- a/src/doom/f_finale.h +++ b/src/doom/f_finale.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // // -//----------------------------------------------------------------------------- #ifndef __F_FINALE__ diff --git a/src/doom/f_wipe.c b/src/doom/f_wipe.c index 10c720ef..05852fd2 100644 --- a/src/doom/f_wipe.c +++ b/src/doom/f_wipe.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Mission begin melt/wipe screen special effect. // -//----------------------------------------------------------------------------- #include <string.h> diff --git a/src/doom/f_wipe.h b/src/doom/f_wipe.h index 9045be3f..f48a9ca6 100644 --- a/src/doom/f_wipe.h +++ b/src/doom/f_wipe.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Mission start screen wipe/melt, special effects. // -//----------------------------------------------------------------------------- #ifndef __F_WIPE_H__ diff --git a/src/doom/g_game.c b/src/doom/g_game.c index 7ff54f46..6aab081d 100644 --- a/src/doom/g_game.c +++ b/src/doom/g_game.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: none // -//----------------------------------------------------------------------------- diff --git a/src/doom/g_game.h b/src/doom/g_game.h index 42cc5f64..da0df39b 100644 --- a/src/doom/g_game.h +++ b/src/doom/g_game.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Duh. // -//----------------------------------------------------------------------------- #ifndef __G_GAME__ diff --git a/src/doom/hu_lib.c b/src/doom/hu_lib.c index 0feff7d7..850d7f95 100644 --- a/src/doom/hu_lib.c +++ b/src/doom/hu_lib.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: heads-up text and input code // -//----------------------------------------------------------------------------- #include <ctype.h> diff --git a/src/doom/hu_lib.h b/src/doom/hu_lib.h index a4649b48..8f0994e6 100644 --- a/src/doom/hu_lib.h +++ b/src/doom/hu_lib.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: none // -//----------------------------------------------------------------------------- #ifndef __HULIB__ #define __HULIB__ diff --git a/src/doom/hu_stuff.c b/src/doom/hu_stuff.c index dd72e63f..b63cac76 100644 --- a/src/doom/hu_stuff.c +++ b/src/doom/hu_stuff.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: Heads-up displays // -//----------------------------------------------------------------------------- #include <ctype.h> diff --git a/src/doom/hu_stuff.h b/src/doom/hu_stuff.h index 2e56f763..a3affc5b 100644 --- a/src/doom/hu_stuff.h +++ b/src/doom/hu_stuff.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: Head up display // -//----------------------------------------------------------------------------- #ifndef __HU_STUFF_H__ #define __HU_STUFF_H__ diff --git a/src/doom/info.c b/src/doom/info.c index 30d9f51d..9389e84f 100644 --- a/src/doom/info.c +++ b/src/doom/info.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Thing frame/state LUT, // generated by multigen utilitiy. // This one is the original DOOM version, preserved. // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/info.h b/src/doom/info.h index f94af13f..648b5188 100644 --- a/src/doom/info.h +++ b/src/doom/info.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Thing frame/state LUT, // generated by multigen utilitiy. // This one is the original DOOM version, preserved. // -//----------------------------------------------------------------------------- #ifndef __INFO__ #define __INFO__ diff --git a/src/doom/m_menu.c b/src/doom/m_menu.c index 271a100a..863d0832 100644 --- a/src/doom/m_menu.c +++ b/src/doom/m_menu.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // DOOM selection menu, options, episode etc. // Sliders and icons. Kinda widget stuff. // -//----------------------------------------------------------------------------- #include <stdlib.h> diff --git a/src/doom/m_menu.h b/src/doom/m_menu.h index c06fe981..ce41db39 100644 --- a/src/doom/m_menu.h +++ b/src/doom/m_menu.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Menu widget stuff, episode selection and such. // -//----------------------------------------------------------------------------- #ifndef __M_MENU__ diff --git a/src/doom/m_random.c b/src/doom/m_random.c index 31cdf1b2..cc31a0bf 100644 --- a/src/doom/m_random.c +++ b/src/doom/m_random.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Random number LUT. // -//----------------------------------------------------------------------------- #include <time.h> diff --git a/src/doom/m_random.h b/src/doom/m_random.h index be778362..aa6291ae 100644 --- a/src/doom/m_random.h +++ b/src/doom/m_random.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // // -//----------------------------------------------------------------------------- #ifndef __M_RANDOM__ diff --git a/src/doom/p_ceilng.c b/src/doom/p_ceilng.c index 58b9eb06..d1e61c89 100644 --- a/src/doom/p_ceilng.c +++ b/src/doom/p_ceilng.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: Ceiling aninmation (lowering, crushing, raising) // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_doors.c b/src/doom/p_doors.c index 6a0bea3a..697065ff 100644 --- a/src/doom/p_doors.c +++ b/src/doom/p_doors.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: Door animation code (opening/closing) // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_enemy.c b/src/doom/p_enemy.c index 66321e2c..ba2b011b 100644 --- a/src/doom/p_enemy.c +++ b/src/doom/p_enemy.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Enemy thinking, AI. // Action Pointer Functions // that are associated with states/frames. // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/p_floor.c b/src/doom/p_floor.c index edeb44a1..1384ee6b 100644 --- a/src/doom/p_floor.c +++ b/src/doom/p_floor.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Floor animation: raising stairs. // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_inter.c b/src/doom/p_inter.c index dda55c37..c9965799 100644 --- a/src/doom/p_inter.c +++ b/src/doom/p_inter.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Handling interactions (i.e., collisions). // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_inter.h b/src/doom/p_inter.h index 066e8573..5764d5da 100644 --- a/src/doom/p_inter.h +++ b/src/doom/p_inter.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // // -//----------------------------------------------------------------------------- #ifndef __P_INTER__ diff --git a/src/doom/p_lights.c b/src/doom/p_lights.c index 5ea03903..863338dc 100644 --- a/src/doom/p_lights.c +++ b/src/doom/p_lights.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Handle Sector base lighting effects. // Muzzle flash? // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_local.h b/src/doom/p_local.h index 5ffefa3a..fea6f1ea 100644 --- a/src/doom/p_local.h +++ b/src/doom/p_local.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Play functions, animation, global header. // -//----------------------------------------------------------------------------- #ifndef __P_LOCAL__ diff --git a/src/doom/p_map.c b/src/doom/p_map.c index 7e92e23a..bf92fcea 100644 --- a/src/doom/p_map.c +++ b/src/doom/p_map.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard, Andrey Budko +// Copyright(C) 2005-2014 Simon Howard, Andrey Budko // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Movement, collision handling. // Shooting and aiming. // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/p_maputl.c b/src/doom/p_maputl.c index 4ab5d1d5..916f2b64 100644 --- a/src/doom/p_maputl.c +++ b/src/doom/p_maputl.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // Copyright(C) 2005, 2006 Andrey Budko // // This program is free software; you can redistribute it and/or @@ -15,18 +13,12 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Movement/collision utility functions, // as used by function in p_map.c. // BLOCKMAP Iterator functions, // and some PIT_* functions to use for iteration. // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_mobj.c b/src/doom/p_mobj.c index a2cc227a..a3b9c432 100644 --- a/src/doom/p_mobj.c +++ b/src/doom/p_mobj.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Moving object handling. Spawn functions. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/p_mobj.h b/src/doom/p_mobj.h index 145b009b..90ed764b 100644 --- a/src/doom/p_mobj.h +++ b/src/doom/p_mobj.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Map Objects, MObj, definition and handling. // -//----------------------------------------------------------------------------- #ifndef __P_MOBJ__ diff --git a/src/doom/p_plats.c b/src/doom/p_plats.c index dbd45161..9e773d55 100644 --- a/src/doom/p_plats.c +++ b/src/doom/p_plats.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Plats (i.e. elevator platforms) code, raising/lowering. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/p_pspr.c b/src/doom/p_pspr.c index fe32c53f..e4774c70 100644 --- a/src/doom/p_pspr.c +++ b/src/doom/p_pspr.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Weapon sprite animation, weapon objects. // Action functions for weapons. // -//----------------------------------------------------------------------------- #include "doomdef.h" diff --git a/src/doom/p_pspr.h b/src/doom/p_pspr.h index 1ae7433b..f98fe353 100644 --- a/src/doom/p_pspr.h +++ b/src/doom/p_pspr.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Sprite animation. // -//----------------------------------------------------------------------------- #ifndef __P_PSPR__ diff --git a/src/doom/p_saveg.c b/src/doom/p_saveg.c index a2f954a3..6a48271d 100644 --- a/src/doom/p_saveg.c +++ b/src/doom/p_saveg.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Archiving: SaveGame I/O. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/p_saveg.h b/src/doom/p_saveg.h index 5488289c..2d7beba3 100644 --- a/src/doom/p_saveg.h +++ b/src/doom/p_saveg.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Savegame I/O, archiving, persistence. // -//----------------------------------------------------------------------------- #ifndef __P_SAVEG__ diff --git a/src/doom/p_setup.c b/src/doom/p_setup.c index 58d5f462..00306e84 100644 --- a/src/doom/p_setup.c +++ b/src/doom/p_setup.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Do all the WAD I/O, get map description, // set up initial state and misc. LUTs. // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_setup.h b/src/doom/p_setup.h index 2241c1c3..9df74162 100644 --- a/src/doom/p_setup.h +++ b/src/doom/p_setup.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Setup a game, startup stuff. // -//----------------------------------------------------------------------------- #ifndef __P_SETUP__ diff --git a/src/doom/p_sight.c b/src/doom/p_sight.c index 79c1bb1d..48ba6838 100644 --- a/src/doom/p_sight.c +++ b/src/doom/p_sight.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // LineOfSight/Visibility checks, uses REJECT Lookup Table. // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_spec.c b/src/doom/p_spec.c index c4d2ffc8..2e22ad03 100644 --- a/src/doom/p_spec.c +++ b/src/doom/p_spec.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,11 +12,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Implements special effects: // Texture animation, height or lighting changes @@ -26,7 +19,6 @@ // utility functions, etc. // Line Tag handling. Line and Sector triggers. // -//----------------------------------------------------------------------------- #include <stdlib.h> diff --git a/src/doom/p_spec.h b/src/doom/p_spec.h index f5b57032..04ab98e9 100644 --- a/src/doom/p_spec.h +++ b/src/doom/p_spec.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,18 +12,12 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: none // Implements special effects: // Texture animation, height or lighting changes // according to adjacent sectors, respective // utility functions, etc. // -//----------------------------------------------------------------------------- #ifndef __P_SPEC__ diff --git a/src/doom/p_switch.c b/src/doom/p_switch.c index 362ecccf..46c08d58 100644 --- a/src/doom/p_switch.c +++ b/src/doom/p_switch.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // // DESCRIPTION: // Switches, buttons. Two-state animation. Exits. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/p_telept.c b/src/doom/p_telept.c index 73c3e9b5..45cdfb01 100644 --- a/src/doom/p_telept.c +++ b/src/doom/p_telept.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Teleportation. // -//----------------------------------------------------------------------------- diff --git a/src/doom/p_tick.c b/src/doom/p_tick.c index 9429cf20..22893500 100644 --- a/src/doom/p_tick.c +++ b/src/doom/p_tick.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Archiving: SaveGame I/O. // Thinker, Ticker. // -//----------------------------------------------------------------------------- #include "z_zone.h" diff --git a/src/doom/p_tick.h b/src/doom/p_tick.h index 06934bb8..ddfcd74f 100644 --- a/src/doom/p_tick.h +++ b/src/doom/p_tick.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // ? // -//----------------------------------------------------------------------------- #ifndef __P_TICK__ diff --git a/src/doom/p_user.c b/src/doom/p_user.c index 2ff7f818..73c0dc94 100644 --- a/src/doom/p_user.c +++ b/src/doom/p_user.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Player related stuff. // Bobbing POV/weapon, movement. // Pending weapon. // -//----------------------------------------------------------------------------- diff --git a/src/doom/r_bsp.c b/src/doom/r_bsp.c index 47194d96..9a788122 100644 --- a/src/doom/r_bsp.c +++ b/src/doom/r_bsp.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // BSP traversal, handling of LineSegs for rendering. // -//----------------------------------------------------------------------------- diff --git a/src/doom/r_bsp.h b/src/doom/r_bsp.h index 284f9cf6..1723e686 100644 --- a/src/doom/r_bsp.h +++ b/src/doom/r_bsp.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Refresh module, BSP traversal and handling. // -//----------------------------------------------------------------------------- #ifndef __R_BSP__ diff --git a/src/doom/r_data.c b/src/doom/r_data.c index 3d59a171..2d4b65bb 100644 --- a/src/doom/r_data.c +++ b/src/doom/r_data.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Preparation of data for rendering, // generation of lookups, caching, retrieval by name. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/r_data.h b/src/doom/r_data.h index c987284c..66425afa 100644 --- a/src/doom/r_data.h +++ b/src/doom/r_data.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Refresh module, data I/O, caching, retrieval of graphics // by name. // -//----------------------------------------------------------------------------- #ifndef __R_DATA__ diff --git a/src/doom/r_defs.h b/src/doom/r_defs.h index bbd4b211..a64ac842 100644 --- a/src/doom/r_defs.h +++ b/src/doom/r_defs.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Refresh/rendering module, shared data struct definitions. // -//----------------------------------------------------------------------------- #ifndef __R_DEFS__ diff --git a/src/doom/r_draw.c b/src/doom/r_draw.c index b1e3ffae..9271bcd5 100644 --- a/src/doom/r_draw.c +++ b/src/doom/r_draw.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // The actual span/column drawing functions. // Here find the main potential for optimization, // e.g. inline assembly, different algorithms. // -//----------------------------------------------------------------------------- diff --git a/src/doom/r_draw.h b/src/doom/r_draw.h index adaacd60..5b0c818b 100644 --- a/src/doom/r_draw.h +++ b/src/doom/r_draw.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // System specific interface stuff. // -//----------------------------------------------------------------------------- #ifndef __R_DRAW__ diff --git a/src/doom/r_local.h b/src/doom/r_local.h index 8b97bdb0..1b924921 100644 --- a/src/doom/r_local.h +++ b/src/doom/r_local.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Refresh (R_*) module, global header. // All the rendering/drawing stuff is here. // -//----------------------------------------------------------------------------- #ifndef __R_LOCAL__ #define __R_LOCAL__ diff --git a/src/doom/r_main.c b/src/doom/r_main.c index 5e020d53..22278fe3 100644 --- a/src/doom/r_main.c +++ b/src/doom/r_main.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Rendering main loop and setup functions, // utility functions (BSP, geometry, trigonometry). // See tables.c, too. // -//----------------------------------------------------------------------------- diff --git a/src/doom/r_main.h b/src/doom/r_main.h index 5cb858bb..c05a9a01 100644 --- a/src/doom/r_main.h +++ b/src/doom/r_main.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // System specific interface stuff. // -//----------------------------------------------------------------------------- #ifndef __R_MAIN__ diff --git a/src/doom/r_plane.c b/src/doom/r_plane.c index 752f5d14..ea1611c2 100644 --- a/src/doom/r_plane.c +++ b/src/doom/r_plane.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Here is a core component: drawing the floors and ceilings, // while maintaining a per column clipping list only. // Moreover, the sky areas have to be determined. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/r_plane.h b/src/doom/r_plane.h index 2783443d..57b50e5b 100644 --- a/src/doom/r_plane.h +++ b/src/doom/r_plane.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Refresh, visplane stuff (floor, ceilings). // -//----------------------------------------------------------------------------- #ifndef __R_PLANE__ diff --git a/src/doom/r_segs.c b/src/doom/r_segs.c index 29ed32a5..9b4e413c 100644 --- a/src/doom/r_segs.c +++ b/src/doom/r_segs.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // All the clipping: columns, horizontal spans, sky columns. // -//----------------------------------------------------------------------------- diff --git a/src/doom/r_segs.h b/src/doom/r_segs.h index 197859ed..d4a4d899 100644 --- a/src/doom/r_segs.h +++ b/src/doom/r_segs.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Refresh module, drawing LineSegs from BSP. // -//----------------------------------------------------------------------------- #ifndef __R_SEGS__ diff --git a/src/doom/r_sky.c b/src/doom/r_sky.c index 689dc113..667c88d3 100644 --- a/src/doom/r_sky.c +++ b/src/doom/r_sky.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,11 +12,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Sky rendering. The DOOM sky is a texture map like any // wall, wrapping around. A 1024 columns equal 360 degrees. @@ -26,7 +19,6 @@ // on a 320 screen? // // -//----------------------------------------------------------------------------- diff --git a/src/doom/r_sky.h b/src/doom/r_sky.h index d436ce66..8ad6680a 100644 --- a/src/doom/r_sky.h +++ b/src/doom/r_sky.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Sky rendering. // -//----------------------------------------------------------------------------- #ifndef __R_SKY__ diff --git a/src/doom/r_state.h b/src/doom/r_state.h index 535753c1..2a60e2fe 100644 --- a/src/doom/r_state.h +++ b/src/doom/r_state.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Refresh/render internal state variables (global). // -//----------------------------------------------------------------------------- #ifndef __R_STATE__ diff --git a/src/doom/r_things.c b/src/doom/r_things.c index 68f4b2fe..764b1d7e 100644 --- a/src/doom/r_things.c +++ b/src/doom/r_things.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Refresh of things, i.e. objects represented by sprites. // -//----------------------------------------------------------------------------- diff --git a/src/doom/r_things.h b/src/doom/r_things.h index d0fce4e4..256a5ebb 100644 --- a/src/doom/r_things.h +++ b/src/doom/r_things.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Rendering of moving objects, sprites. // -//----------------------------------------------------------------------------- #ifndef __R_THINGS__ diff --git a/src/doom/s_sound.c b/src/doom/s_sound.c index a97c34dc..f6d8be13 100644 --- a/src/doom/s_sound.c +++ b/src/doom/s_sound.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,14 +12,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: none // -//----------------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> diff --git a/src/doom/s_sound.h b/src/doom/s_sound.h index 7bb0a605..bbd100a0 100644 --- a/src/doom/s_sound.h +++ b/src/doom/s_sound.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // The not so system specific sound interface. // -//----------------------------------------------------------------------------- #ifndef __S_SOUND__ diff --git a/src/doom/sounds.c b/src/doom/sounds.c index adfb2189..e976bc84 100644 --- a/src/doom/sounds.c +++ b/src/doom/sounds.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Created by a sound utility. // Kept as a sample, DOOM2 sounds. // -//----------------------------------------------------------------------------- #include <stdlib.h> diff --git a/src/doom/sounds.h b/src/doom/sounds.h index 3d190910..1e8afc40 100644 --- a/src/doom/sounds.h +++ b/src/doom/sounds.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,16 +12,10 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Created by the sound utility written by Dave Taylor. // Kept as a sample, DOOM2 sounds. Frozen. // -//----------------------------------------------------------------------------- #ifndef __SOUNDS__ #define __SOUNDS__ diff --git a/src/doom/st_lib.c b/src/doom/st_lib.c index c90540cb..64533658 100644 --- a/src/doom/st_lib.c +++ b/src/doom/st_lib.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // The status bar widget code. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/st_lib.h b/src/doom/st_lib.h index 344fd952..3a8f5212 100644 --- a/src/doom/st_lib.h +++ b/src/doom/st_lib.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // The status bar widget code. // -//----------------------------------------------------------------------------- #ifndef __STLIB__ #define __STLIB__ diff --git a/src/doom/st_stuff.c b/src/doom/st_stuff.c index 08546dd7..9a25865c 100644 --- a/src/doom/st_stuff.c +++ b/src/doom/st_stuff.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Status bar code. // Does the face/direction indicator animatin. // Does palette indicators as well (red pain/berserk, bright pickup) // -//----------------------------------------------------------------------------- diff --git a/src/doom/st_stuff.h b/src/doom/st_stuff.h index 2ee91cce..8ed53e41 100644 --- a/src/doom/st_stuff.h +++ b/src/doom/st_stuff.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,17 +12,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Status bar code. // Does the face/direction indicator animatin. // Does palette indicators as well (red pain/berserk, bright pickup) // -//----------------------------------------------------------------------------- #ifndef __STSTUFF_H__ #define __STSTUFF_H__ diff --git a/src/doom/statdump.c b/src/doom/statdump.c index a8c9ad30..99886910 100644 --- a/src/doom/statdump.c +++ b/src/doom/statdump.c @@ -1,7 +1,6 @@ + /*
- /*
-
- Copyright(C) 2007,2011 Simon Howard
+ Copyright(C) 2005-2014 Simon Howard
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -13,11 +12,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
-
--
Functions for presenting the information captured from the statistics
diff --git a/src/doom/statdump.h b/src/doom/statdump.h index 511d945b..bddf9a2b 100644 --- a/src/doom/statdump.h +++ b/src/doom/statdump.h @@ -1,7 +1,6 @@ + /*
- /*
-
- Copyright(C) 2007 Simon Howard
+ Copyright(C) 2005-2014 Simon Howard
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -13,11 +12,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
-
*/
#ifndef DOOM_STATDUMP_H
diff --git a/src/doom/wi_stuff.c b/src/doom/wi_stuff.c index 016226fe..ddb9a66c 100644 --- a/src/doom/wi_stuff.c +++ b/src/doom/wi_stuff.c @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Intermission screens. // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/doom/wi_stuff.h b/src/doom/wi_stuff.h index 7d3a84b9..296571f7 100644 --- a/src/doom/wi_stuff.h +++ b/src/doom/wi_stuff.h @@ -1,8 +1,6 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. -// Copyright(C) 2005 Simon Howard +// Copyright(C) 2005-2014 Simon Howard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,15 +12,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Intermission. // -//----------------------------------------------------------------------------- #ifndef __WI_STUFF__ #define __WI_STUFF__ |