From 80b28805dd67ee67122e7379c4282c4552cb64e5 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 1 Aug 2007 00:23:08 -0700 Subject: [PATCH] Adding the GPL header to the two existing source files --- MacGDBp_Prefix.pch | 18 +++++++++++++++--- main.m | 22 +++++++++++++++------- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/MacGDBp_Prefix.pch b/MacGDBp_Prefix.pch index 266e543..969c777 100644 --- a/MacGDBp_Prefix.pch +++ b/MacGDBp_Prefix.pch @@ -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 + * + * 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 diff --git a/main.m b/main.m index 5c00055..1312d54 100644 --- 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 + * + * 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 -- 2.22.5