Tomotaka SUWA
t-suw****@users*****
2005年 7月 17日 (日) 19:17:47 JST
Index: sandbox/AquaSKK/CandidatesFrame.h diff -u sandbox/AquaSKK/CandidatesFrame.h:1.1.1.1 sandbox/AquaSKK/CandidatesFrame.h:1.2 --- sandbox/AquaSKK/CandidatesFrame.h:1.1.1.1 Sun Jul 17 18:20:17 2005 +++ sandbox/AquaSKK/CandidatesFrame.h Sun Jul 17 19:17:47 2005 @@ -1,4 +1,22 @@ -// -*- mode: ObjC; -*- +/* $Id: CandidatesFrame.h,v 1.2 2005/07/17 10:17:47 t-suwa 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 <AppKit/AppKit.h> Index: sandbox/AquaSKK/CandidatesFrame.m diff -u sandbox/AquaSKK/CandidatesFrame.m:1.1.1.1 sandbox/AquaSKK/CandidatesFrame.m:1.2 --- sandbox/AquaSKK/CandidatesFrame.m:1.1.1.1 Sun Jul 17 18:20:17 2005 +++ sandbox/AquaSKK/CandidatesFrame.m Sun Jul 17 19:17:47 2005 @@ -1,4 +1,22 @@ -// -*- mode: ObjC; -*- +/* $Id: CandidatesFrame.m,v 1.2 2005/07/17 10:17:47 t-suwa 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 "CandidatesFrame.h"