Adding the GPL header to the two existing source files
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 07:23:08 +0000 (00:23 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 07:23:08 +0000 (00:23 -0700)
MacGDBp_Prefix.pch
main.m

index 266e54347f1c8d2b902dc1d555df9e3a25115e86..969c7771148b0860675a1b9a3f18b584b7419683 100644 (file)
@@ -1,6 +1,18 @@
-//
-// Prefix header for all source files of the 'MacGDBp' target in the 'MacGDBp' project
-//
+/*
+ * MacGDBp
+ * Copyright (c) 2002 - 2007, Blue Static <http://www.bluestatic.org>
+ * 
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ */
 
 #ifdef __OBJC__
     #import <Cocoa/Cocoa.h>
diff --git a/main.m b/main.m
index 5c0005528f8097eddf112be34633010a4de94341..1312d544761c5f4ca9e877ed080dc58d998e342c 100644 (file)
--- a/main.m
+++ b/main.m
@@ -1,10 +1,18 @@
-//
-//  main.m
-//  MacGDBp
-//
-//  Created by Robert Sesek on 7/31/07.
-//  Copyright __MyCompanyName__ 2007. All rights reserved.
-//
+/*
+ * MacGDBp
+ * Copyright (c) 2002 - 2007, Blue Static <http://www.bluestatic.org>
+ * 
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ */
 
 #import <Cocoa/Cocoa.h>