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/strife | |
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/strife')
104 files changed, 100 insertions, 942 deletions
diff --git a/src/strife/am_map.c b/src/strife/am_map.c index b1336d20..9bdaea69 100644 --- a/src/strife/am_map.c +++ b/src/strife/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/strife/am_map.h b/src/strife/am_map.h index af390d1b..572d2389 100644 --- a/src/strife/am_map.h +++ b/src/strife/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/strife/d_englsh.h b/src/strife/d_englsh.h index 7dbeac85..9d58e7d9 100644 --- a/src/strife/d_englsh.h +++ b/src/strife/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/strife/d_items.c b/src/strife/d_items.c index 66bec442..a57ed61e 100644 --- a/src/strife/d_items.c +++ b/src/strife/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/strife/d_items.h b/src/strife/d_items.h index 91731982..eb4d725f 100644 --- a/src/strife/d_items.h +++ b/src/strife/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/strife/d_main.c b/src/strife/d_main.c index a0ce8eb6..fdb6bbdc 100644 --- a/src/strife/d_main.c +++ b/src/strife/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/strife/d_main.h b/src/strife/d_main.h index 2909cd29..adfe8710 100644 --- a/src/strife/d_main.h +++ b/src/strife/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/strife/d_net.c b/src/strife/d_net.c index b4f125d2..ca18eb64 100644 --- a/src/strife/d_net.c +++ b/src/strife/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/strife/d_player.h b/src/strife/d_player.h index fc4554fa..cc0a54a0 100644 --- a/src/strife/d_player.h +++ b/src/strife/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/strife/d_textur.h b/src/strife/d_textur.h index 084a5b1b..1afe040e 100644 --- a/src/strife/d_textur.h +++ b/src/strife/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/strife/d_think.h b/src/strife/d_think.h index 1405230d..0966ad96 100644 --- a/src/strife/d_think.h +++ b/src/strife/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/strife/deh_ammo.c b/src/strife/deh_ammo.c index 952d8df3..dd8bee54 100644 --- a/src/strife/deh_ammo.c +++ b/src/strife/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/strife/deh_cheat.c b/src/strife/deh_cheat.c index 9d3d453d..305b09f9 100644 --- a/src/strife/deh_cheat.c +++ b/src/strife/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/strife/deh_frame.c b/src/strife/deh_frame.c index dc68fde5..c36f3e34 100644 --- a/src/strife/deh_frame.c +++ b/src/strife/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/strife/deh_misc.c b/src/strife/deh_misc.c index aaebbadd..95c24903 100644 --- a/src/strife/deh_misc.c +++ b/src/strife/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/strife/deh_misc.h b/src/strife/deh_misc.h index a589b104..319a1451 100644 --- a/src/strife/deh_misc.h +++ b/src/strife/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/strife/deh_ptr.c b/src/strife/deh_ptr.c index 0d1764c9..5ca3116f 100644 --- a/src/strife/deh_ptr.c +++ b/src/strife/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/strife/deh_sound.c b/src/strife/deh_sound.c index 251cdccb..f3242839 100644 --- a/src/strife/deh_sound.c +++ b/src/strife/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/strife/deh_strife.c b/src/strife/deh_strife.c index bda411c0..059e01c1 100644 --- a/src/strife/deh_strife.c +++ b/src/strife/deh_strife.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 Strife dehacked (sehacked) // -//----------------------------------------------------------------------------- #include <stdlib.h> #include "deh_defs.h" diff --git a/src/strife/deh_thing.c b/src/strife/deh_thing.c index a1c1f94d..72b92642 100644 --- a/src/strife/deh_thing.c +++ b/src/strife/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/strife/deh_weapon.c b/src/strife/deh_weapon.c index 67cbe5b6..a178c338 100644 --- a/src/strife/deh_weapon.c +++ b/src/strife/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/strife/doomdata.h b/src/strife/doomdata.h index db57a539..3e4271d2 100644 --- a/src/strife/doomdata.h +++ b/src/strife/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/strife/doomdef.c b/src/strife/doomdef.c index 1ad48525..d31f3efa 100644 --- a/src/strife/doomdef.c +++ b/src/strife/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/strife/doomdef.h b/src/strife/doomdef.h index d48b41ee..9fe179c7 100644 --- a/src/strife/doomdef.h +++ b/src/strife/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/strife/doomstat.c b/src/strife/doomstat.c index df1c34ab..e4f80e45 100644 --- a/src/strife/doomstat.c +++ b/src/strife/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/strife/doomstat.h b/src/strife/doomstat.h index cce091d8..427c5bf9 100644 --- a/src/strife/doomstat.h +++ b/src/strife/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/strife/dstrings.c b/src/strife/dstrings.c index 01a438ae..b87f198b 100644 --- a/src/strife/dstrings.c +++ b/src/strife/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/strife/dstrings.h b/src/strife/dstrings.h index d47fc1af..d3240b49 100644 --- a/src/strife/dstrings.h +++ b/src/strife/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/strife/f_finale.c b/src/strife/f_finale.c index fff2aa9f..9c55c102 100644 --- a/src/strife/f_finale.c +++ b/src/strife/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 // Copyright(C) 2010 James Haley, Samuel Villarreal // // This program is free software; you can redistribute it and/or @@ -15,17 +13,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: // Game completion, final screen animation. // // [STRIFE] Module marked finished 2010-09-13 22:56 // -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/strife/f_finale.h b/src/strife/f_finale.h index d803a885..43808398 100644 --- a/src/strife/f_finale.h +++ b/src/strife/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/strife/f_wipe.c b/src/strife/f_wipe.c index 2d2ac3bd..4e5176f5 100644 --- a/src/strife/f_wipe.c +++ b/src/strife/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/strife/f_wipe.h b/src/strife/f_wipe.h index 3f2e73af..6ffd0587 100644 --- a/src/strife/f_wipe.h +++ b/src/strife/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/strife/g_game.c b/src/strife/g_game.c index d1778e11..a2194747 100644 --- a/src/strife/g_game.c +++ b/src/strife/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 // -//----------------------------------------------------------------------------- #include <string.h> #include <stdlib.h> diff --git a/src/strife/g_game.h b/src/strife/g_game.h index 61b2d5de..1f74e72c 100644 --- a/src/strife/g_game.h +++ b/src/strife/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/strife/hu_lib.c b/src/strife/hu_lib.c index 38ab644a..6730baea 100644 --- a/src/strife/hu_lib.c +++ b/src/strife/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/strife/hu_lib.h b/src/strife/hu_lib.h index 2a087800..c0acf398 100644 --- a/src/strife/hu_lib.h +++ b/src/strife/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/strife/hu_stuff.c b/src/strife/hu_stuff.c index 85ccb44f..f3fb0c64 100644 --- a/src/strife/hu_stuff.c +++ b/src/strife/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/strife/hu_stuff.h b/src/strife/hu_stuff.h index 86670e79..fa1efe2b 100644 --- a/src/strife/hu_stuff.h +++ b/src/strife/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/strife/info.c b/src/strife/info.c index 0d829f79..1ed2dfdf 100644 --- a/src/strife/info.c +++ b/src/strife/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/strife/info.h b/src/strife/info.h index dce91e00..940c4556 100644 --- a/src/strife/info.h +++ b/src/strife/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/strife/m_menu.c b/src/strife/m_menu.c index bc365453..3a98e832 100644 --- a/src/strife/m_menu.c +++ b/src/strife/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/strife/m_menu.h b/src/strife/m_menu.h index cc437384..08ca8f9c 100644 --- a/src/strife/m_menu.h +++ b/src/strife/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/strife/m_random.c b/src/strife/m_random.c index b7e6aa05..2098c1a7 100644 --- a/src/strife/m_random.c +++ b/src/strife/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/strife/m_random.h b/src/strife/m_random.h index be778362..aa6291ae 100644 --- a/src/strife/m_random.h +++ b/src/strife/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/strife/m_saves.c b/src/strife/m_saves.c index e4d5919f..e4d64e59 100644 --- a/src/strife/m_saves.c +++ b/src/strife/m_saves.c @@ -1,5 +1,3 @@ -// Emacs style mode select -*- C++ -*-
-//-----------------------------------------------------------------------------
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2010 James Haley, Samuel Villarreal
@@ -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:
//
// [STRIFE] New Module
//
// Strife Hub Saving Code
//
-//-----------------------------------------------------------------------------
// For GNU C and POSIX targets, dirent.h should be available. Otherwise, for
// Visual C++, we need to include the win_opendir module.
diff --git a/src/strife/m_saves.h b/src/strife/m_saves.h index 59941850..0a65b241 100644 --- a/src/strife/m_saves.h +++ b/src/strife/m_saves.h @@ -1,5 +1,3 @@ -// Emacs style mode select -*- C++ -*-
-//-----------------------------------------------------------------------------
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2010 James Haley, Samuel Villareal
@@ -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:
//
// [STRIFE] New Module
//
// Strife Hub Saving Code
//
-//-----------------------------------------------------------------------------
#ifndef M_SAVES_H__
#define M_SAVES_H__
diff --git a/src/strife/p_ceilng.c b/src/strife/p_ceilng.c index fce4dce2..93c0c7f2 100644 --- a/src/strife/p_ceilng.c +++ b/src/strife/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/strife/p_dialog.c b/src/strife/p_dialog.c index 95723a56..3c705dfe 100644 --- a/src/strife/p_dialog.c +++ b/src/strife/p_dialog.c @@ -1,5 +1,3 @@ -// Emacs style mode select -*- C++ -*-
-//-----------------------------------------------------------------------------
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2010 James Haley, Samuel Villarreal
@@ -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:
//
// [STRIFE] New Module
//
// Dialog Engine for Strife
//
-//-----------------------------------------------------------------------------
#include <stdlib.h>
diff --git a/src/strife/p_dialog.h b/src/strife/p_dialog.h index 44b1da6a..0cf4c9b4 100644 --- a/src/strife/p_dialog.h +++ b/src/strife/p_dialog.h @@ -1,5 +1,3 @@ -// Emacs style mode select -*- C++ -*-
-//-----------------------------------------------------------------------------
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1996 Rogue Entertainment / Velocity, Inc.
@@ -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:
//
// [STRIFE] New Module
//
// Dialog Engine for Strife
//
-//-----------------------------------------------------------------------------
#ifndef P_DIALOG_H__
#define P_DIALOG_H__
diff --git a/src/strife/p_doors.c b/src/strife/p_doors.c index e85d9d7d..8f742905 100644 --- a/src/strife/p_doors.c +++ b/src/strife/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/strife/p_enemy.c b/src/strife/p_enemy.c index c3944331..2238ebf9 100644 --- a/src/strife/p_enemy.c +++ b/src/strife/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/strife/p_floor.c b/src/strife/p_floor.c index 31f2a7cf..75f9cbd9 100644 --- a/src/strife/p_floor.c +++ b/src/strife/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/strife/p_inter.c b/src/strife/p_inter.c index 96594211..d691947e 100644 --- a/src/strife/p_inter.c +++ b/src/strife/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). // -//----------------------------------------------------------------------------- // Data. #include "doomdef.h" diff --git a/src/strife/p_inter.h b/src/strife/p_inter.h index 1ddf4498..c43fc015 100644 --- a/src/strife/p_inter.h +++ b/src/strife/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/strife/p_lights.c b/src/strife/p_lights.c index 1b5e1d8c..7fe50993 100644 --- a/src/strife/p_lights.c +++ b/src/strife/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/strife/p_local.h b/src/strife/p_local.h index 096b8b6c..d911dd86 100644 --- a/src/strife/p_local.h +++ b/src/strife/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/strife/p_map.c b/src/strife/p_map.c index 322e479b..13a1bb54 100644 --- a/src/strife/p_map.c +++ b/src/strife/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/strife/p_maputl.c b/src/strife/p_maputl.c index 3c39a1b5..4ecb5566 100644 --- a/src/strife/p_maputl.c +++ b/src/strife/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/strife/p_mobj.c b/src/strife/p_mobj.c index 7517b57f..bf5a3ba0 100644 --- a/src/strife/p_mobj.c +++ b/src/strife/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/strife/p_mobj.h b/src/strife/p_mobj.h index 0e482311..3872f9d0 100644 --- a/src/strife/p_mobj.h +++ b/src/strife/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/strife/p_plats.c b/src/strife/p_plats.c index 51424760..09387c81 100644 --- a/src/strife/p_plats.c +++ b/src/strife/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/strife/p_pspr.c b/src/strife/p_pspr.c index 80c53afd..2d25c07b 100644 --- a/src/strife/p_pspr.c +++ b/src/strife/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/strife/p_pspr.h b/src/strife/p_pspr.h index 64341b15..04b1caf1 100644 --- a/src/strife/p_pspr.h +++ b/src/strife/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/strife/p_saveg.c b/src/strife/p_saveg.c index 2f59c732..9fec0c02 100644 --- a/src/strife/p_saveg.c +++ b/src/strife/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/strife/p_saveg.h b/src/strife/p_saveg.h index c0cfc666..d36f3b0d 100644 --- a/src/strife/p_saveg.h +++ b/src/strife/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/strife/p_setup.c b/src/strife/p_setup.c index 80a49e75..1fd889fa 100644 --- a/src/strife/p_setup.c +++ b/src/strife/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/strife/p_setup.h b/src/strife/p_setup.h index 1befd7ae..393d76d8 100644 --- a/src/strife/p_setup.h +++ b/src/strife/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/strife/p_sight.c b/src/strife/p_sight.c index e0b2ad3c..ed6e09e6 100644 --- a/src/strife/p_sight.c +++ b/src/strife/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/strife/p_spec.c b/src/strife/p_spec.c index cd33ae9d..76e37cca 100644 --- a/src/strife/p_spec.c +++ b/src/strife/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/strife/p_spec.h b/src/strife/p_spec.h index 7215c0b7..50b451ba 100644 --- a/src/strife/p_spec.h +++ b/src/strife/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/strife/p_switch.c b/src/strife/p_switch.c index d9d28192..d476c84a 100644 --- a/src/strife/p_switch.c +++ b/src/strife/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/strife/p_telept.c b/src/strife/p_telept.c index b6928b27..544c2336 100644 --- a/src/strife/p_telept.c +++ b/src/strife/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/strife/p_tick.c b/src/strife/p_tick.c index 4a7ead62..f4ed2711 100644 --- a/src/strife/p_tick.c +++ b/src/strife/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/strife/p_tick.h b/src/strife/p_tick.h index 06934bb8..ddfcd74f 100644 --- a/src/strife/p_tick.h +++ b/src/strife/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/strife/p_user.c b/src/strife/p_user.c index e24e40fe..e544dce8 100644 --- a/src/strife/p_user.c +++ b/src/strife/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. // -//----------------------------------------------------------------------------- #include <stdlib.h> diff --git a/src/strife/r_bsp.c b/src/strife/r_bsp.c index ee05156d..d335d0bb 100644 --- a/src/strife/r_bsp.c +++ b/src/strife/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/strife/r_bsp.h b/src/strife/r_bsp.h index 284f9cf6..1723e686 100644 --- a/src/strife/r_bsp.h +++ b/src/strife/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/strife/r_data.c b/src/strife/r_data.c index 51e8da67..1cc4f478 100644 --- a/src/strife/r_data.c +++ b/src/strife/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/strife/r_data.h b/src/strife/r_data.h index c8d08179..f003821f 100644 --- a/src/strife/r_data.h +++ b/src/strife/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/strife/r_defs.h b/src/strife/r_defs.h index bbd4b211..a64ac842 100644 --- a/src/strife/r_defs.h +++ b/src/strife/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/strife/r_draw.c b/src/strife/r_draw.c index 27c44763..de6d1d0a 100644 --- a/src/strife/r_draw.c +++ b/src/strife/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/strife/r_draw.h b/src/strife/r_draw.h index aaa64711..b5c35a2d 100644 --- a/src/strife/r_draw.h +++ b/src/strife/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/strife/r_local.h b/src/strife/r_local.h index 8b97bdb0..1b924921 100644 --- a/src/strife/r_local.h +++ b/src/strife/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/strife/r_main.c b/src/strife/r_main.c index cf588159..faaf4b07 100644 --- a/src/strife/r_main.c +++ b/src/strife/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/strife/r_main.h b/src/strife/r_main.h index 5cb858bb..c05a9a01 100644 --- a/src/strife/r_main.h +++ b/src/strife/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/strife/r_plane.c b/src/strife/r_plane.c index fce321f0..bc164b77 100644 --- a/src/strife/r_plane.c +++ b/src/strife/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/strife/r_plane.h b/src/strife/r_plane.h index 2783443d..57b50e5b 100644 --- a/src/strife/r_plane.h +++ b/src/strife/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/strife/r_segs.c b/src/strife/r_segs.c index ac7e3743..ddb0ca7e 100644 --- a/src/strife/r_segs.c +++ b/src/strife/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/strife/r_segs.h b/src/strife/r_segs.h index 197859ed..d4a4d899 100644 --- a/src/strife/r_segs.h +++ b/src/strife/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/strife/r_sky.c b/src/strife/r_sky.c index 97a80257..007740a8 100644 --- a/src/strife/r_sky.c +++ b/src/strife/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/strife/r_sky.h b/src/strife/r_sky.h index 8cff1349..fbcfa1ae 100644 --- a/src/strife/r_sky.h +++ b/src/strife/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/strife/r_state.h b/src/strife/r_state.h index 535753c1..2a60e2fe 100644 --- a/src/strife/r_state.h +++ b/src/strife/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/strife/r_things.c b/src/strife/r_things.c index f83375e8..23089985 100644 --- a/src/strife/r_things.c +++ b/src/strife/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/strife/r_things.h b/src/strife/r_things.h index 0e160f01..84a79610 100644 --- a/src/strife/r_things.h +++ b/src/strife/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/strife/s_sound.c b/src/strife/s_sound.c index fb1fc44f..7a919737 100644 --- a/src/strife/s_sound.c +++ b/src/strife/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/strife/s_sound.h b/src/strife/s_sound.h index 5e763014..0521a94e 100644 --- a/src/strife/s_sound.h +++ b/src/strife/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/strife/sounds.c b/src/strife/sounds.c index c87dd6d4..27a4948f 100644 --- a/src/strife/sounds.c +++ b/src/strife/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/strife/sounds.h b/src/strife/sounds.h index 4236a5da..38ed0bfc 100644 --- a/src/strife/sounds.h +++ b/src/strife/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/strife/st_lib.c b/src/strife/st_lib.c index a0fed423..ecdbc95b 100644 --- a/src/strife/st_lib.c +++ b/src/strife/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/strife/st_lib.h b/src/strife/st_lib.h index 2576233d..b2c85a81 100644 --- a/src/strife/st_lib.h +++ b/src/strife/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/strife/st_stuff.c b/src/strife/st_stuff.c index dc6db608..59017690 100644 --- a/src/strife/st_stuff.c +++ b/src/strife/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/strife/st_stuff.h b/src/strife/st_stuff.h index 2bf3bbd4..4bd66904 100644 --- a/src/strife/st_stuff.h +++ b/src/strife/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/strife/wi_stuff.c b/src/strife/wi_stuff.c index 8521db9f..f8193b19 100644 --- a/src/strife/wi_stuff.c +++ b/src/strife/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. // -//----------------------------------------------------------------------------- // haleyjd 08/23/2010: There is no intermission in Strife #if 0 diff --git a/src/strife/wi_stuff.h b/src/strife/wi_stuff.h index 3ddd4950..88ed1c63 100644 --- a/src/strife/wi_stuff.h +++ b/src/strife/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__ |