This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (32 loc) · 2.11 KB
/
index.html
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
<h1>dictzip</h1>
<p>DictZip, GZip random access compression format(.dz), access librares and utilities</p>
<h2>dictzip-java</h2>
<p>DictZip library and utility for Java.
<a href="https://github.com/dictzip/dictzip-java">dictzip-java project</a></p>
<h3>Copyrights and License</h3>
<p>DictZip library for Java and command line utility.</p>
<p>Copyright (C) 2001-2004 Ho Ngoc Duc</p>
<p>Copyright (C) 2016 Hiroshi Miura</p>
<p>Some part of this program are come from a part of jdictd 1.5 on java.</p>
<p>DictZip command line utility is distributed under the terms of GNU General
Public License Version 3 or (at your option) any later version.</p>
<p>DictZip library is distributed under the terms of the GNU General Public License
Version 2 or (at your option) any later version with the following clarification
and special exception as same as GNU classpath.</p>
<p>Linking this library statically or dynamically with other modules is making
a combined work based on this library. Thus, the terms and conditions of
the GNU General Public License cover the whole combination.</p>
<p>As a special exception, the copyright holders of this library give you permission
to link this library with independent modules to produce an executable, regardless
of the license terms of these independent modules, and to copy and distribute
the resulting executable under terms of your choice, provided that you also meet,
for each linked independent module, the terms and conditions of the license of
that module. An independent module is a module which is not derived from or based on
this library. If you modify this library, you may extend this exception to
your version of the library, but you are not obligated to do so. If you do not wish
to do so, delete this exception statement from your version.</p>
<p>As such, it can be used to run, create and distribute a large class of applications
and applets. When this library is used unmodified as the core class library
for a virtual machine, compiler for the java languge, or for a program written
in the java programming language it does not affect the licensing for distributing
those programs directly.</p>