summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorSimon Howard2014-05-05 00:20:54 -0400
committerSimon Howard2014-05-05 00:20:54 -0400
commit7684ddcfd8c2c5fe069425ed420ed73342f2d9e5 (patch)
tree13890144c30fae9be7f0a27a991810cfdd4d8dd1 /pkg
parent869e52062b84ad65a8481f4a56bd83d2d31471a3 (diff)
downloadchocolate-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 'pkg')
-rw-r--r--pkg/osx/AppController.h10
-rw-r--r--pkg/osx/AppController.m10
-rw-r--r--pkg/osx/Execute.h10
-rw-r--r--pkg/osx/Execute.m10
-rw-r--r--pkg/osx/IWADController.h10
-rw-r--r--pkg/osx/IWADController.m10
-rw-r--r--pkg/osx/IWADLocation.h10
-rw-r--r--pkg/osx/IWADLocation.m10
-rw-r--r--pkg/osx/LauncherManager.h10
-rw-r--r--pkg/osx/LauncherManager.m10
-rwxr-xr-xpkg/osx/dmgfix7
-rw-r--r--pkg/osx/main.m10
12 files changed, 12 insertions, 105 deletions
diff --git a/pkg/osx/AppController.h b/pkg/osx/AppController.h
index 88b59043..37340ca2 100644
--- a/pkg/osx/AppController.h
+++ b/pkg/osx/AppController.h
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 LAUNCHER_APPCONTROLLER_H
#define LAUNCHER_APPCONTROLLER_H
diff --git a/pkg/osx/AppController.m b/pkg/osx/AppController.m
index 23e5ad57..b3c03240 100644
--- a/pkg/osx/AppController.m
+++ b/pkg/osx/AppController.m
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 "AppController.h"
diff --git a/pkg/osx/Execute.h b/pkg/osx/Execute.h
index 79591f64..fbb19c6f 100644
--- a/pkg/osx/Execute.h
+++ b/pkg/osx/Execute.h
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 LAUNCHER_EXECUTE_H
#define LAUNCHER_EXECUTE_H
diff --git a/pkg/osx/Execute.m b/pkg/osx/Execute.m
index 0dd6c9a3..bc5d8c56 100644
--- a/pkg/osx/Execute.m
+++ b/pkg/osx/Execute.m
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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>
#include <stdlib.h>
diff --git a/pkg/osx/IWADController.h b/pkg/osx/IWADController.h
index 68e1f1d5..6d74dc8e 100644
--- a/pkg/osx/IWADController.h
+++ b/pkg/osx/IWADController.h
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 LAUNCHER_IWADCONTROLLER_H
#define LAUNCHER_IWADCONTROLLER_H
diff --git a/pkg/osx/IWADController.m b/pkg/osx/IWADController.m
index c2e6bf45..35ceef82 100644
--- a/pkg/osx/IWADController.m
+++ b/pkg/osx/IWADController.m
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 <stdlib.h>
#include <string.h>
diff --git a/pkg/osx/IWADLocation.h b/pkg/osx/IWADLocation.h
index 4ddfebc2..520d7276 100644
--- a/pkg/osx/IWADLocation.h
+++ b/pkg/osx/IWADLocation.h
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 LAUNCHER_IWADLOCATION_H
#define LAUNCHER_IWADLOCATION_H
diff --git a/pkg/osx/IWADLocation.m b/pkg/osx/IWADLocation.m
index 3f2ac188..56680f5b 100644
--- a/pkg/osx/IWADLocation.m
+++ b/pkg/osx/IWADLocation.m
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 <AppKit/AppKit.h>
#include "IWADLocation.h"
diff --git a/pkg/osx/LauncherManager.h b/pkg/osx/LauncherManager.h
index 72964f3d..fb8a5cf5 100644
--- a/pkg/osx/LauncherManager.h
+++ b/pkg/osx/LauncherManager.h
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 LAUNCHER_LAUNCHERMANAGER_H
#define LAUNCHER_LAUNCHERMANAGER_H
diff --git a/pkg/osx/LauncherManager.m b/pkg/osx/LauncherManager.m
index 704003c6..9d616d69 100644
--- a/pkg/osx/LauncherManager.m
+++ b/pkg/osx/LauncherManager.m
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 <AppKit/AppKit.h>
#include "Execute.h"
diff --git a/pkg/osx/dmgfix b/pkg/osx/dmgfix
index 560b17ed..acc3004b 100755
--- a/pkg/osx/dmgfix
+++ b/pkg/osx/dmgfix
@@ -1,6 +1,6 @@
#!/usr/bin/osascript
--
--- Copyright(C) 2009 Simon Howard
+-- Copyright(C) 2009-2014 Simon Howard
--
-- This program is free software; you can redistribute it and/or
-- modify it under the terms of the GNU General Public License
@@ -12,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.
---
--
-- AppleScript script to automatically set the view properties in a
-- .dmg file - ie. the background image, other Finder view options
diff --git a/pkg/osx/main.m b/pkg/osx/main.m
index e3c70dc1..d9e08032 100644
--- a/pkg/osx/main.m
+++ b/pkg/osx/main.m
@@ -1,7 +1,5 @@
-/* ... */
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2009 Simon Howard
+// Copyright(C) 2005-2014 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,12 +11,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 <AppKit/AppKit.h>
#include "Execute.h"