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/hexen | |
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/hexen')
65 files changed, 65 insertions, 585 deletions
diff --git a/src/hexen/a_action.c b/src/hexen/a_action.c index 19b1543b..3100a074 100644 --- a/src/hexen/a_action.c +++ b/src/hexen/a_action.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/am_data.h b/src/hexen/am_data.h index a4cb47f3..26589a25 100644 --- a/src/hexen/am_data.h +++ b/src/hexen/am_data.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __AMDATA_H__ #define __AMDATA_H__ diff --git a/src/hexen/am_map.c b/src/hexen/am_map.c index cbbb3586..2d082415 100644 --- a/src/hexen/am_map.c +++ b/src/hexen/am_map.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/hexen/am_map.h b/src/hexen/am_map.h index 1be272a0..a36bd9c6 100644 --- a/src/hexen/am_map.h +++ b/src/hexen/am_map.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __AMMAP_H__ diff --git a/src/hexen/ct_chat.c b/src/hexen/ct_chat.c index 815c0948..4785f8b2 100644 --- a/src/hexen/ct_chat.c +++ b/src/hexen/ct_chat.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include <string.h> diff --git a/src/hexen/ct_chat.h b/src/hexen/ct_chat.h index e390c28b..c46fdfce 100644 --- a/src/hexen/ct_chat.h +++ b/src/hexen/ct_chat.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // // Chat mode stuff // diff --git a/src/hexen/d_net.c b/src/hexen/d_net.c index 19a43584..5bd0eed0 100644 --- a/src/hexen/d_net.c +++ b/src/hexen/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/hexen/f_finale.c b/src/hexen/f_finale.c index e728ae58..c2f69a87 100644 --- a/src/hexen/f_finale.c +++ b/src/hexen/f_finale.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/g_game.c b/src/hexen/g_game.c index 5333c0f6..6d10dcfd 100644 --- a/src/hexen/g_game.c +++ b/src/hexen/g_game.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include <string.h> diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index 76050802..66dc535e 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h index db9ae1b8..43e7c91b 100644 --- a/src/hexen/h2def.h +++ b/src/hexen/h2def.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __H2DEF__ diff --git a/src/hexen/i_header.h b/src/hexen/i_header.h index 6f930b6a..95a1532f 100644 --- a/src/hexen/i_header.h +++ b/src/hexen/i_header.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __I_HEADER_H__ #define __I_HEADER_H__ diff --git a/src/hexen/i_ibm.c b/src/hexen/i_ibm.c index ff476d37..82247ce8 100644 --- a/src/hexen/i_ibm.c +++ b/src/hexen/i_ibm.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include <dos.h> diff --git a/src/hexen/i_sound.c b/src/hexen/i_sound.c index 9b68be60..e6313bc0 100644 --- a/src/hexen/i_sound.c +++ b/src/hexen/i_sound.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // I_SOUND.C diff --git a/src/hexen/in_lude.c b/src/hexen/in_lude.c index fb1b1020..8c8b9c77 100644 --- a/src/hexen/in_lude.c +++ b/src/hexen/in_lude.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include <ctype.h> diff --git a/src/hexen/info.c b/src/hexen/info.c index e0d768d6..3937a48a 100644 --- a/src/hexen/info.c +++ b/src/hexen/info.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" #include "i_swap.h" // generated by stateco diff --git a/src/hexen/info.h b/src/hexen/info.h index 6ad2975e..35d3836b 100644 --- a/src/hexen/info.h +++ b/src/hexen/info.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // generated by stateco typedef enum diff --git a/src/hexen/m_misc.c b/src/hexen/m_misc.c index dee6bd56..3e0c63a7 100644 --- a/src/hexen/m_misc.c +++ b/src/hexen/m_misc.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/m_random.c b/src/hexen/m_random.c index 1496490f..43ad64ee 100644 --- a/src/hexen/m_random.c +++ b/src/hexen/m_random.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/m_random.h b/src/hexen/m_random.h index 582bcfa7..a0e8db09 100644 --- a/src/hexen/m_random.h +++ b/src/hexen/m_random.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef HEXEN_M_RANDOM_H #define HEXEN_M_RANDOM_H diff --git a/src/hexen/mn_menu.c b/src/hexen/mn_menu.c index c418ce82..6674a529 100644 --- a/src/hexen/mn_menu.c +++ b/src/hexen/mn_menu.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_acs.c b/src/hexen/p_acs.c index 7ae6a985..f76fa167 100644 --- a/src/hexen/p_acs.c +++ b/src/hexen/p_acs.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_anim.c b/src/hexen/p_anim.c index 7655aef2..ecb6ac37 100644 --- a/src/hexen/p_anim.c +++ b/src/hexen/p_anim.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_ceilng.c b/src/hexen/p_ceilng.c index ab13d3ac..ba01d567 100644 --- a/src/hexen/p_ceilng.c +++ b/src/hexen/p_ceilng.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_doors.c b/src/hexen/p_doors.c index 92ccec8a..79bdd37f 100644 --- a/src/hexen/p_doors.c +++ b/src/hexen/p_doors.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_enemy.c b/src/hexen/p_enemy.c index 6c9ca194..9219f339 100644 --- a/src/hexen/p_enemy.c +++ b/src/hexen/p_enemy.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_floor.c b/src/hexen/p_floor.c index 40f9b934..f810d7ea 100644 --- a/src/hexen/p_floor.c +++ b/src/hexen/p_floor.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_inter.c b/src/hexen/p_inter.c index 4352b2c8..15dfa5f8 100644 --- a/src/hexen/p_inter.c +++ b/src/hexen/p_inter.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_lights.c b/src/hexen/p_lights.c index c7e85f9b..dc26f734 100644 --- a/src/hexen/p_lights.c +++ b/src/hexen/p_lights.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_local.h b/src/hexen/p_local.h index 0e61142e..71dd292a 100644 --- a/src/hexen/p_local.h +++ b/src/hexen/p_local.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __P_LOCAL__ diff --git a/src/hexen/p_map.c b/src/hexen/p_map.c index ddf9c0e4..c8172555 100644 --- a/src/hexen/p_map.c +++ b/src/hexen/p_map.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_maputl.c b/src/hexen/p_maputl.c index f7790540..a48ea8fa 100644 --- a/src/hexen/p_maputl.c +++ b/src/hexen/p_maputl.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_mobj.c b/src/hexen/p_mobj.c index f716ad4d..98f81984 100644 --- a/src/hexen/p_mobj.c +++ b/src/hexen/p_mobj.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_plats.c b/src/hexen/p_plats.c index 62f35055..c38d2525 100644 --- a/src/hexen/p_plats.c +++ b/src/hexen/p_plats.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_pspr.c b/src/hexen/p_pspr.c index 7617e3f0..bc8947cd 100644 --- a/src/hexen/p_pspr.c +++ b/src/hexen/p_pspr.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_setup.c b/src/hexen/p_setup.c index 181e19fe..1ff6cef5 100644 --- a/src/hexen/p_setup.c +++ b/src/hexen/p_setup.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_sight.c b/src/hexen/p_sight.c index 273ca3e0..06fd3384 100644 --- a/src/hexen/p_sight.c +++ b/src/hexen/p_sight.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_spec.c b/src/hexen/p_spec.c index 58f3defe..f9d69367 100644 --- a/src/hexen/p_spec.c +++ b/src/hexen/p_spec.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_spec.h b/src/hexen/p_spec.h index f2c4691c..879b21a8 100644 --- a/src/hexen/p_spec.h +++ b/src/hexen/p_spec.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- extern int *TerrainTypes; diff --git a/src/hexen/p_switch.c b/src/hexen/p_switch.c index bed0a252..9d86f92a 100644 --- a/src/hexen/p_switch.c +++ b/src/hexen/p_switch.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/p_telept.c b/src/hexen/p_telept.c index 1e29b469..ba5416b2 100644 --- a/src/hexen/p_telept.c +++ b/src/hexen/p_telept.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_things.c b/src/hexen/p_things.c index 5e137100..12ec8547 100644 --- a/src/hexen/p_things.c +++ b/src/hexen/p_things.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_tick.c b/src/hexen/p_tick.c index ad261981..aac61ff8 100644 --- a/src/hexen/p_tick.c +++ b/src/hexen/p_tick.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/p_user.c b/src/hexen/p_user.c index 17c96a47..d24ec053 100644 --- a/src/hexen/p_user.c +++ b/src/hexen/p_user.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/po_man.c b/src/hexen/po_man.c index 196f20d3..2661a8bb 100644 --- a/src/hexen/po_man.c +++ b/src/hexen/po_man.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/r_bsp.c b/src/hexen/r_bsp.c index 6f65e1a4..ece47a92 100644 --- a/src/hexen/r_bsp.c +++ b/src/hexen/r_bsp.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/r_data.c b/src/hexen/r_data.c index da1244e2..d9f76bcb 100644 --- a/src/hexen/r_data.c +++ b/src/hexen/r_data.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/r_draw.c b/src/hexen/r_draw.c index a4bb2403..e7481934 100644 --- a/src/hexen/r_draw.c +++ b/src/hexen/r_draw.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/r_local.h b/src/hexen/r_local.h index 8e34ea63..a9d6fbf0 100644 --- a/src/hexen/r_local.h +++ b/src/hexen/r_local.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __R_LOCAL__ diff --git a/src/hexen/r_main.c b/src/hexen/r_main.c index 48e21ab2..b551a153 100644 --- a/src/hexen/r_main.c +++ b/src/hexen/r_main.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include <math.h> diff --git a/src/hexen/r_plane.c b/src/hexen/r_plane.c index 5c140ad5..d3f36565 100644 --- a/src/hexen/r_plane.c +++ b/src/hexen/r_plane.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/r_segs.c b/src/hexen/r_segs.c index 5d179bd7..60e9c521 100644 --- a/src/hexen/r_segs.c +++ b/src/hexen/r_segs.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/r_things.c b/src/hexen/r_things.c index 6cc0c6a5..7a05651a 100644 --- a/src/hexen/r_things.c +++ b/src/hexen/r_things.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include <stdio.h> diff --git a/src/hexen/s_sound.c b/src/hexen/s_sound.c index 400357f8..b5af53c7 100644 --- a/src/hexen/s_sound.c +++ b/src/hexen/s_sound.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" #include "m_random.h" diff --git a/src/hexen/s_sound.h b/src/hexen/s_sound.h index f9f2ac5c..7f64cb10 100644 --- a/src/hexen/s_sound.h +++ b/src/hexen/s_sound.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __S_SOUND__ diff --git a/src/hexen/sb_bar.c b/src/hexen/sb_bar.c index 5d2438aa..f79b0009 100644 --- a/src/hexen/sb_bar.c +++ b/src/hexen/sb_bar.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/sc_man.c b/src/hexen/sc_man.c index bf3574c3..970f9436 100644 --- a/src/hexen/sc_man.c +++ b/src/hexen/sc_man.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/sn_sonix.c b/src/hexen/sn_sonix.c index 8ec3a2d7..c54cccd2 100644 --- a/src/hexen/sn_sonix.c +++ b/src/hexen/sn_sonix.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/sounds.c b/src/hexen/sounds.c index 144fdeaa..fe322baa 100644 --- a/src/hexen/sounds.c +++ b/src/hexen/sounds.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- #include "h2def.h" diff --git a/src/hexen/sounds.h b/src/hexen/sounds.h index fd154aaa..90529f63 100644 --- a/src/hexen/sounds.h +++ b/src/hexen/sounds.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __SOUNDSH__ diff --git a/src/hexen/st_start.c b/src/hexen/st_start.c index b8cf389a..5dddf301 100644 --- a/src/hexen/st_start.c +++ b/src/hexen/st_start.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- diff --git a/src/hexen/st_start.h b/src/hexen/st_start.h index be938b74..02890490 100644 --- a/src/hexen/st_start.h +++ b/src/hexen/st_start.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef STSTART_H #define STSTART_H diff --git a/src/hexen/sv_save.c b/src/hexen/sv_save.c index 1aecc5cc..b210ad9d 100644 --- a/src/hexen/sv_save.c +++ b/src/hexen/sv_save.c @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // HEADER FILES ------------------------------------------------------------ diff --git a/src/hexen/textdefs.h b/src/hexen/textdefs.h index 76f15c06..febeb178 100644 --- a/src/hexen/textdefs.h +++ b/src/hexen/textdefs.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,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. -// -//----------------------------------------------------------------------------- // MN_menu.c --------------------------------------------------------------- diff --git a/src/hexen/xddefs.h b/src/hexen/xddefs.h index ff7f2a93..5fe41935 100644 --- a/src/hexen/xddefs.h +++ b/src/hexen/xddefs.h @@ -1,9 +1,7 @@ -// Emacs style mode select -*- C++ -*- -//----------------------------------------------------------------------------- // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 1993-2008 Raven Software -// Copyright(C) 2008 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 @@ -15,12 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// -//----------------------------------------------------------------------------- #ifndef __XDDEFS__ |