From af8f638871b04603fbed83cc6c68ac170bdfc9d0 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 3 May 2012 22:08:55 -0400 Subject: [PATCH] Fix copyright and licensing info --- hopOsxAppDelegate.h | 18 ++++++++++++++---- hopOsxAppDelegate.m | 18 ++++++++++++++---- main.m | 18 ++++++++++++++---- 3 files changed, 42 insertions(+), 12 deletions(-) diff --git a/hopOsxAppDelegate.h b/hopOsxAppDelegate.h index e4664cf..84b84f4 100644 --- a/hopOsxAppDelegate.h +++ b/hopOsxAppDelegate.h @@ -1,9 +1,19 @@ +// Copyright 2012 Tony Garnock-Jones . // -// hopOsxAppDelegate.h -// hopOsx +// This file is part of Hop. // -// Created by Tony Garnock-Jones on 2012-05-01. -// Copyright 2012 n/a. All rights reserved. +// Hop 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 3 of the License, or (at your +// option) any later version. +// +// Hop 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 Hop. If not, see . // #import diff --git a/hopOsxAppDelegate.m b/hopOsxAppDelegate.m index bdc0dac..314c76b 100644 --- a/hopOsxAppDelegate.m +++ b/hopOsxAppDelegate.m @@ -1,9 +1,19 @@ +// Copyright 2012 Tony Garnock-Jones . // -// hopOsxAppDelegate.m -// hopOsx +// This file is part of Hop. // -// Created by Tony Garnock-Jones on 2012-05-01. -// Copyright 2012 n/a. All rights reserved. +// Hop 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 3 of the License, or (at your +// option) any later version. +// +// Hop 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 Hop. If not, see . // #import "hopOsxAppDelegate.h" diff --git a/main.m b/main.m index bdcff02..d8e487f 100644 --- a/main.m +++ b/main.m @@ -1,9 +1,19 @@ +// Copyright 2012 Tony Garnock-Jones . // -// main.m -// hopOsx +// This file is part of Hop. // -// Created by Tony Garnock-Jones on 2012-05-01. -// Copyright 2012 n/a. All rights reserved. +// Hop 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 3 of the License, or (at your +// option) any later version. +// +// Hop 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 Hop. If not, see . // #import