mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-27 14:43:06 +00:00
Fix copyright notices on source files.
Subversion-branch: /launcher Subversion-revision: 1752
This commit is contained in:
parent
1030e29175
commit
a12b745823
6 changed files with 98 additions and 57 deletions
|
@ -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
|
#ifndef LAUNCHER_APPCONTROLLER_H
|
||||||
|
#define LAUNCHER_APPCONTROLLER_H
|
||||||
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
|
|
||||||
|
|
||||||
#include <AppKit/AppKit.h>
|
#include <AppKit/AppKit.h>
|
||||||
// Uncomment if your application is Renaissance-based
|
// Uncomment if your application is Renaissance-based
|
||||||
|
@ -52,3 +48,4 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1,28 +1,24 @@
|
||||||
/*
|
/* ... */
|
||||||
Project: chocolate-launcher
|
//-----------------------------------------------------------------------------
|
||||||
|
//
|
||||||
Copyright (C) 2009 Free Software Foundation
|
// Copyright(C) 2009 Simon Howard
|
||||||
|
//
|
||||||
Author: Simon Howard,,,
|
// This program is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU General Public License
|
||||||
Created: 2009-12-24 22:48:58 +0000 by fraggle
|
// as published by the Free Software Foundation; either version 2
|
||||||
|
// of the License, or (at your option) any later version.
|
||||||
Application Controller
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
This application is free software; you can redistribute it and/or
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
modify it under the terms of the GNU General Public
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
License as published by the Free Software Foundation; either
|
// GNU General Public License for more details.
|
||||||
version 2 of the License, or (at your option) any later version.
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License
|
||||||
This application is distributed in the hope that it will be useful,
|
// along with this program; if not, write to the Free Software
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// 02111-1307, USA.
|
||||||
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.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "AppController.h"
|
#include "AppController.h"
|
||||||
|
|
||||||
|
@ -59,7 +55,7 @@
|
||||||
|
|
||||||
- (void)awakeFromNib
|
- (void)awakeFromNib
|
||||||
{
|
{
|
||||||
[[NSApp mainMenu] setTitle:@"chocolate-launcher"];
|
[[NSApp mainMenu] setTitle:@"ChocolateDoomLauncher"];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)applicationDidFinishLaunching:(NSNotification *)aNotif
|
- (void)applicationDidFinishLaunching:(NSNotification *)aNotif
|
||||||
|
|
26
IWADList.h
26
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 <AppKit/AppKit.h>
|
#include <AppKit/AppKit.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 <AppKit/AppKit.h>
|
#include <AppKit/AppKit.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Emacs style mode select -*- C++ -*-
|
/* ... */
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// Copyright(C) 2009 Simon Howard
|
// Copyright(C) 2009 Simon Howard
|
||||||
|
|
2
main.m
2
main.m
|
@ -1,4 +1,4 @@
|
||||||
// Emacs style mode select -*- C++ -*-
|
/* ... */
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// Copyright(C) 2009 Simon Howard
|
// Copyright(C) 2009 Simon Howard
|
||||||
|
|
Loading…
Reference in a new issue