Fix copyright and licensing info

This commit is contained in:
Tony Garnock-Jones 2012-05-03 22:08:55 -04:00
parent 7c311b8970
commit af8f638871
3 changed files with 42 additions and 12 deletions

View File

@ -1,9 +1,19 @@
// Copyright 2012 Tony Garnock-Jones <tonygarnockjones@gmail.com>.
// //
// hopOsxAppDelegate.h // This file is part of Hop.
// hopOsx
// //
// Created by Tony Garnock-Jones on 2012-05-01. // Hop is free software: you can redistribute it and/or modify it
// Copyright 2012 n/a. All rights reserved. // 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 <http://www.gnu.org/licenses/>.
// //
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>

View File

@ -1,9 +1,19 @@
// Copyright 2012 Tony Garnock-Jones <tonygarnockjones@gmail.com>.
// //
// hopOsxAppDelegate.m // This file is part of Hop.
// hopOsx
// //
// Created by Tony Garnock-Jones on 2012-05-01. // Hop is free software: you can redistribute it and/or modify it
// Copyright 2012 n/a. All rights reserved. // 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 <http://www.gnu.org/licenses/>.
// //
#import "hopOsxAppDelegate.h" #import "hopOsxAppDelegate.h"

18
main.m
View File

@ -1,9 +1,19 @@
// Copyright 2012 Tony Garnock-Jones <tonygarnockjones@gmail.com>.
// //
// main.m // This file is part of Hop.
// hopOsx
// //
// Created by Tony Garnock-Jones on 2012-05-01. // Hop is free software: you can redistribute it and/or modify it
// Copyright 2012 n/a. All rights reserved. // 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 <http://www.gnu.org/licenses/>.
// //
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>