-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE.TXT
31 lines (24 loc) · 1.05 KB
/
LICENSE.TXT
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
JSAP - Java Simple Argument Parser
Copyright (c) 2002-2004, Martian Software, Inc.
LICENSE
-------
JSAP is licensed under the Lesser GNU Public License.
A copy of this license is available at
http://www.fsf.org/licenses/licenses.html#LGPL
Alternate licensing terms may be obtained by contacting
the author: http://www.martiansoftware.com/contact.html
JAVA LGPL CLARIFICATION
-----------------------
JSAP is Free Software. The LGPL license is sufficiently
flexible to allow the use of JSAP in both open source
and commercial projects. Using JSAP (by importing JSAP's
public interfaces in your Java code), and extending JSAP
(by subclassing) are considered by the authors of JSAP
to be dynamic linking. Hence our interpretation of the
LGPL is that the use of the unmodified JSAP source or
binary, or the rebundling of unmodified JSAP classes into
your program's .jar file, does not affect the license of
your application code.
If you modify JSAP and redistribute your modifications,
the LGPL applies.
(based upon similar clarification at http://www.hibernate.org/ )