| 1 |
The whole distribution is under following license agreements. You must |
| 2 |
agree with both of them to use or distribute Canna. |
| 3 |
|
| 4 |
/* Copyright (c) 2002-2004 Canna Project. All rights reserved. |
| 5 |
* |
| 6 |
* Permission to use, copy, modify, distribute and sell this software |
| 7 |
* and its documentation for any purpose is hereby granted without |
| 8 |
* fee, provided that the above copyright notice appear in all copies |
| 9 |
* and that both that copyright notice and this permission notice |
| 10 |
* appear in supporting documentation, and that the name of the |
| 11 |
* author and contributors not be used in advertising or publicity |
| 12 |
* pertaining to distribution of the software without specific, written |
| 13 |
* prior permission. The author and contributors no representations |
| 14 |
* about the suitability of this software for any purpose. It is |
| 15 |
* provided "as is" without express or implied warranty. |
| 16 |
* |
| 17 |
* THE AUTHOR AND CONTRIBUTORS DISCLAIMS ALL WARRANTIES WITH REGARD TO |
| 18 |
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 19 |
* FITNESS, IN NO EVENT SHALL THE AUTHOR AND CONTRIBUTORS BE LIABLE FOR |
| 20 |
* ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER |
| 21 |
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF |
| 22 |
* CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN |
| 23 |
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 24 |
*/ |
| 25 |
|
| 26 |
/* Copyright 1990-1997 NEC Corporation, Tokyo, Japan. |
| 27 |
* |
| 28 |
* Permission to use, copy, modify, distribute and sell this software |
| 29 |
* and its documentation for any purpose is hereby granted without |
| 30 |
* fee, provided that the above copyright notice appear in all copies |
| 31 |
* and that both that copyright notice and this permission notice |
| 32 |
* appear in supporting documentation, and that the name of NEC |
| 33 |
* Corporation not be used in advertising or publicity pertaining to |
| 34 |
* distribution of the software without specific, written prior |
| 35 |
* permission. NEC Corporation makes no representations about the |
| 36 |
* suitability of this software for any purpose. It is provided "as |
| 37 |
* is" without express or implied warranty. |
| 38 |
* |
| 39 |
* NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 40 |
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN |
| 41 |
* NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR |
| 42 |
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF |
| 43 |
* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 44 |
* OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 45 |
* PERFORMANCE OF THIS SOFTWARE. |
| 46 |
*/ |
| 47 |
|
| 48 |
Canuum is distributed under GNU GPL. See canuum/README.copyright and |
| 49 |
canuum/COPYRIGHT. |
| 50 |
|
| 51 |
Pubdic+ is distributed under so-called MIT license. See |
| 52 |
dic/ideo/pubdic/COPYRIGHT (in both Japanese and English). |
| 53 |
|
| 54 |
The zipcode dictionaries dic/ideo/words/zipcode.t and |
| 55 |
dic/ideo/words/jigyosyo.t are generated from data available from JAPANPOST. |
| 56 |
Neither JAPANPOST nor Canna Project claim any copyright about the two files. |
| 57 |
|
| 58 |
The tools in misc/zipcode directory is distributed under GNU GPL. |
| 59 |
See misc/zipcode/README.jp and misc/zipcode/COPYING. |
| 60 |
|
| 61 |
($Id: COPYRIGHT,v 1.2 2004/05/04 22:41:14 aida_s Exp $) |