1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
This package was debianized by Hidetaka Iwai <tyuyu@debian.or.jp> on
Sun, 6 Apr 2003 20:50:12 +0900.
The current maintainer is Yavor Doganov <yavor@gnu.org>.
Andres Salomon <dilinger@debian.org> also co-maintained this package.
It was downloaded from http://sourceforge.jp/projects/kazehakase
Upstream Authors: Hiroyuki Ikezoe <poincare@ikezoe.net>
Takuro Ashie <ashie@homa.ne.jp>
Copyright (C) 2001-2007 Takuro Ashie
Copyright (C) 2002-2009 Hiroyuki Ikezoe
Copyright (C) 2005 Ryo SHIMIZU
Copyright (C) 2006-2008 Kouhei Sutou
Copyright (C) 2006 Eriko Sato
Copyright (C) 2004 Hidetaka Iwai
Copyright (C) 2003 Junichiro Kita
Copyright (C) 2002-2003 Kazuki IWAMOTO
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
(at your option) 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., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
The files under /test carry the following copyright notice:
This library is free software: you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library. If not, see <http://www.gnu.org/licenses/>.
Note that because the package incorporates code under LGPLv3+, it is
distributed under GPLv3+.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'. The
text of the GNU Lesser General Public License can be found in
`/usr/share/common-licenses/LGPL'.
Note that the following exception clause also applies to this software:
The present copyright holders of this program have given permission, as a
special exception, to link this program with the Mozilla XPCOM library,
libxpcom and to include header files for xpcom components when those header
files are covered by the MPL or NPL licenses, as long as the GNU GPL is
followed for this program in all other ways. If at a future time xpcom
and/or used header files are dual-licensed, where one of the licenses is
the GNU GPL, this exception clause ceases to apply for the dual-licensed
code, and such code must be used under the GNU GPL.
Bits of code have also been pulled from GNet, with the following
copyright (also covered by the GPLv2 or later):
Copyright (C) 2000-2003 David Helder, David Bolcsfoldi, Eric Williams
Copyright (C) 2000 Andrew Lanoix
The libegg portions of this code have the following copyright (and are
also under GPLv2 or later):
Copyright (c) 2004 James M. Cape <jcape@ignore-your.tv>
Copyright (c) 2002 Red Hat, Inc.
|