From a12b745823f0acde0c1684d08d34f6a9d1a4f477 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 25 Dec 2009 01:04:22 +0000 Subject: [PATCH] Fix copyright notices on source files. Subversion-branch: /launcher Subversion-revision: 1752 --- AppController.h | 51 ++++++++++++++++++++++------------------------- AppController.m | 48 ++++++++++++++++++++------------------------ IWADList.h | 26 +++++++++++++++++++++++- LauncherManager.h | 26 +++++++++++++++++++++++- LauncherManager.m | 2 +- main.m | 2 +- 6 files changed, 98 insertions(+), 57 deletions(-) diff --git a/AppController.h b/AppController.h index 3c09bab..80f9a46 100644 --- a/AppController.h +++ b/AppController.h @@ -1,31 +1,27 @@ -/* - Project: chocolate-launcher +/* ... */ +//----------------------------------------------------------------------------- +// +// Copyright(C) 2009 Simon Howard +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +// 02111-1307, USA. +// +//----------------------------------------------------------------------------- - Copyright (C) 2009 Free Software Foundation - - Author: Simon Howard,,, - - Created: 2009-12-24 22:48:58 +0000 by fraggle - - Application Controller - - This application is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This application is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. -*/ - -#ifndef _PCAPPPROJ_APPCONTROLLER_H -#define _PCAPPPROJ_APPCONTROLLER_H +#ifndef LAUNCHER_APPCONTROLLER_H +#define LAUNCHER_APPCONTROLLER_H #include // Uncomment if your application is Renaissance-based @@ -52,3 +48,4 @@ @end #endif + diff --git a/AppController.m b/AppController.m index c1e4055..b547b2f 100644 --- a/AppController.m +++ b/AppController.m @@ -1,28 +1,24 @@ -/* - Project: chocolate-launcher - - Copyright (C) 2009 Free Software Foundation - - Author: Simon Howard,,, - - Created: 2009-12-24 22:48:58 +0000 by fraggle - - Application Controller - - This application is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This application is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. -*/ +/* ... */ +//----------------------------------------------------------------------------- +// +// Copyright(C) 2009 Simon Howard +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public 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" @@ -59,7 +55,7 @@ - (void)awakeFromNib { - [[NSApp mainMenu] setTitle:@"chocolate-launcher"]; + [[NSApp mainMenu] setTitle:@"ChocolateDoomLauncher"]; } - (void)applicationDidFinishLaunching:(NSNotification *)aNotif diff --git a/IWADList.h b/IWADList.h index 3a97294..62a77f5 100644 --- a/IWADList.h +++ b/IWADList.h @@ -1,4 +1,28 @@ -/* All Rights reserved */ +/* ... */ +//----------------------------------------------------------------------------- +// +// Copyright(C) 2009 Simon Howard +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +// 02111-1307, USA. +// +//----------------------------------------------------------------------------- +// +// Controller for managing the list of IWAD files. +// +//----------------------------------------------------------------------------- #include diff --git a/LauncherManager.h b/LauncherManager.h index 96c7478..a45f931 100644 --- a/LauncherManager.h +++ b/LauncherManager.h @@ -1,4 +1,28 @@ -/* All Rights reserved */ +/* ... */ +//----------------------------------------------------------------------------- +// +// Copyright(C) 2009 Simon Howard +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +// 02111-1307, USA. +// +//----------------------------------------------------------------------------- +// +// Controller for the launcher program. +// +//----------------------------------------------------------------------------- #include diff --git a/LauncherManager.m b/LauncherManager.m index 05417f8..c2a1bd6 100644 --- a/LauncherManager.m +++ b/LauncherManager.m @@ -1,4 +1,4 @@ -// Emacs style mode select -*- C++ -*- +/* ... */ //----------------------------------------------------------------------------- // // Copyright(C) 2009 Simon Howard diff --git a/main.m b/main.m index e1244de..3d4707f 100644 --- a/main.m +++ b/main.m @@ -1,4 +1,4 @@ -// Emacs style mode select -*- C++ -*- +/* ... */ //----------------------------------------------------------------------------- // // Copyright(C) 2009 Simon Howard