|
CreditsAndLicense
Credits, included libraries and licenses
Featured Overview
JNAerator's parser and transformation code is Copyright Olivier Chafik (c) 2008-2010 (everything that lies in the com.ochafik.*, com.bridj.* and com.nativelibs4java.* packages]). JNAerator ships with the following libraries :
Please read the following sections for licensing details related to the aforementioned libraries. Note that in accordance with the LGPL library, you should be able to use another version of JNA (possibly modified or upgraded) instead of that shipping with JNAerator. Simply make sure its JAR appears first in the classpath, or replace the com.sun.jna.* packages inside JNAerator.jar by the new ones. You might also be interested in seeing who uses JNAerator. Anarres JCPPCopyright (c) 2007-2008, Shevek Anarres JCPP is a Java C PreProcessor licensed under the Apache 2.0 license JNACopyright (c) 2006-2009 Todd Fast, Timothy Wall, Wayne Meissner & others The Java Native Access (JNA) library is distributed under the terms of the LGPL license. Its sources are available here. RococoaCopyright (c) Duncan McGregor, Harald Kuhr, David Kocher and others The Rococoa library is distributed under the terms of the LGPL license. Its sources are available here, and the modified sources used in JNAerator are available here. ANTLR RuntimeANTLR 3 and its runtime library are released under the following license : [The BSD License] Copyright (c) 2003-2008, Terence Parr All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. JUnit 4.4JUnit 4.4 is written by Kent Beck, Erich Gamma, and David Saff and released under the Common Public License. | |