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
// 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 <http://www.gnu.org/licenses/>.
//
#import <Cocoa/Cocoa.h>

View File

@ -1,9 +1,19 @@
// Copyright 2012 Tony Garnock-Jones <tonygarnockjones@gmail.com>.
//
// 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 <http://www.gnu.org/licenses/>.
//
#import "hopOsxAppDelegate.h"

18
main.m
View File

@ -1,9 +1,19 @@
// Copyright 2012 Tony Garnock-Jones <tonygarnockjones@gmail.com>.
//
// 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 <http://www.gnu.org/licenses/>.
//
#import <Cocoa/Cocoa.h>