S.Abe
xdd****@users*****
2005年 11月 3日 (木) 15:01:54 JST
Index: AquaSKK/AboutBoxController.h diff -u AquaSKK/AboutBoxController.h:1.1 AquaSKK/AboutBoxController.h:1.2 --- AquaSKK/AboutBoxController.h:1.1 Thu Nov 3 14:46:51 2005 +++ AquaSKK/AboutBoxController.h Thu Nov 3 15:01:54 2005 @@ -1,5 +1,22 @@ -/* AboutBoxController */ +/* $Id: AboutBoxController.h,v 1.2 2005/11/03 06:01:54 xdd Exp $ + + MacOS X implementation of the SKK input method. + Copyright (C) 2002-2004 phonohawk + 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 + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ #import <Cocoa/Cocoa.h> @interface AboutBoxController : NSWindowController Index: AquaSKK/AboutBoxController.mm diff -u AquaSKK/AboutBoxController.mm:1.1 AquaSKK/AboutBoxController.mm:1.2 --- AquaSKK/AboutBoxController.mm:1.1 Thu Nov 3 14:46:51 2005 +++ AquaSKK/AboutBoxController.mm Thu Nov 3 15:01:54 2005 @@ -1,11 +1,22 @@ -// -// AboutBoxController.mm -// AquaSKK -// -// Created by é¿é¨ æ ä¸ on 05/11/02. -// Copyright 2005 __MyCompanyName__. All rights reserved. -// +/* $Id: AboutBoxController.mm,v 1.2 2005/11/03 06:01:54 xdd Exp $ + + MacOS X implementation of the SKK input method. + Copyright (C) 2002-2004 phonohawk + 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 + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ #import "AboutBoxController.h"