| 1 |
|
| 2 |
XCIN 版權宣告 |
| 3 |
|
| 4 |
|
| 5 |
XCIN 是一個自由軟體,包含主程式與外來程式碼兩部分。主程式部分主要由 XCIN |
| 6 |
小組所撰寫與維護,您可以在 GNU General Public License (請見 COPYING 一文) |
| 7 |
的規範下散佈、修改、使用 XCIN 主程式原始碼。至於外來程式碼部分,其原始作者 |
| 8 |
並非 XCIN 小組,這些程式碼是直接引用自其他的自由軟體套件,經過修改後以適合 |
| 9 |
XCIN 使用。它們各自有自己的版權宣告,且其版權宣告內容亦同意與 XCIN 主程式 |
| 10 |
碼一同散佈與使用。故如果您想要各別散佈、修改、使用這些外來程式碼的話,請您 |
| 11 |
自行下載它們的原始版本,並遵照其原有的版權宣告與規範。這類外來程式碼包括: |
| 12 |
|
| 13 |
1. IMdkit: (ftp://xcin.linux.org.tw/pub/xcin/misc/IMdkit.tar.gz) |
| 14 |
a. src/lib/IMdkit/ 及其底下所有檔案。 |
| 15 |
b. src/xim_IC.c: 直接修改自 IMdkit 的範例程式。 |
| 16 |
c. src/include/IC.h: 直接修改自 IMdkit 的範例程式。 |
| 17 |
|
| 18 |
2. siod: (http://people.delphi.com/gjc/siod.html, |
| 19 |
ftp://xcin.linux.org.tw/pub/xcin/misc/siod.tar.gz) |
| 20 |
src/lib/siod/ 及其底下所有檔案。 |
| 21 |
|
| 22 |
而除了上述的外來程式碼以外者,均屬 XCIN 主程式碼。 |
| 23 |
|
| 24 |
另外, src/include/module.h 與 src/include/xcintool.h 定義了 XCIN 的輸入法 |
| 25 |
模組與相關工具函式的溝通介面與資料結構,它們除了可以在 GNU General Public |
| 26 |
License 的規範下散佈、修改、使用以外,如果您願意為 XCIN 撰寫新的輸入法模組, |
| 27 |
您可以以任何形式自由引用這兩個檔的內容,而不會影響您的程式原有的版權宣告。 |
| 28 |
詳見它們開頭的版權聲明。 |
| 29 |
|
| 30 |
我們希望 XCIN 的散佈,能使它成為有用的程式,但沒有任何保證,如果您不幸因為 |
| 31 |
使用 XCIN 造成任何形式的損失,我們不負任何法律責任。相關的條文細節,請您參 |
| 32 |
考 GNU General Public License, COPYING 一文的內容。 |
| 33 |
|
| 34 |
|
| 35 |
============================================================================ |
| 36 |
|
| 37 |
Copyright (C) 1999 XCIN Team, Taiwan |
| 38 |
|
| 39 |
XCIN is a free software. It contains the "main program" and the "external |
| 40 |
source" parts. The "main program" part is mainly maintained by the XCIN |
| 41 |
Team. You can redistribute, modify, and use the source code of XCIN "main |
| 42 |
program" part under the guideline of GNU General Public License (see the |
| 43 |
document COPYING for details). For the "external source" part, it is not |
| 44 |
originally written by the XCIN Team. These source codes are adopted directly |
| 45 |
from other free (Freedom) software packages and are modified such that they |
| 46 |
are suitable for XCIN usage. They have their own license and copyright, and |
| 47 |
their license announcements also permit to be redistributed and used with |
| 48 |
the XCIN "main program". Hence if you want to redistribute, modify, or use |
| 49 |
these "external source" respectively, please download their original versions |
| 50 |
and follow their original license announcement and guideline. These "external |
| 51 |
source" includes |
| 52 |
|
| 53 |
1. IMdkit: (ftp://xcin.linux.org.tw/pub/xcin/misc/IMdkit.tar.gz) |
| 54 |
a. src/lib/IMdkit/ and all the files and directories below. |
| 55 |
b. src/xim_IC.c: which is modified from the IMdkit example program. |
| 56 |
c. src/include/IC.h: which is modified from the IMdkit example program. |
| 57 |
|
| 58 |
2. siod: (http://people.delphi.com/gjc/siod.html, |
| 59 |
ftp://xcin.linux.org.tw/pub/xcin/misc/siod.tar.gz) |
| 60 |
src/lib/siod/ and all the files and directories below. |
| 61 |
|
| 62 |
Besides the "external source" mentioned above, all the others are belong |
| 63 |
the XCIN "main program". |
| 64 |
|
| 65 |
Besides, the two header files src/include/module.h and src/include/xcintool.h |
| 66 |
define the interface and data structers of IM (Input Method) module of XCIN |
| 67 |
and some other related tool functions. They can be redistributed, modified, |
| 68 |
and used under the terms of GNU General Public License, and in addition if |
| 69 |
you want to write new IM modules for XCIN, you can freely adopt the contents |
| 70 |
of the two files in any form, and the adoption will not affect the original |
| 71 |
license terms of your program. Please see the license notes in the head of |
| 72 |
them for details. |
| 73 |
|
| 74 |
XCIN is distributed in the hope that it will be useful, but WITHOUT ANY |
| 75 |
WARRANTY. If unfortranatly you get any loss by using XCIN, we will not |
| 76 |
take any responsability in law. For detailed guideline, please check the |
| 77 |
GNU General Public License, the document "COPYING". |