Skip to content

CampagneLaboratory/JSAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/ )

About

A fork of the JSAP project (http://www.martiansoftware.com/jsap/) modified by our lab to work with Java 1.7+.

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages