-
Notifications
You must be signed in to change notification settings - Fork 109
Credits And License
Overview
https://sourceforge.net/donate/index.php?group_id=266856'>https://images.sourceforge.net/images/project-support.jpg' alt='Support This Project' border='0' width='88' height='32' /> See the list of donors here.
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 : * BridJ (BSD license, Copyright (c) 2009-2010, Olivier Chafik) : A new C/C++ interop library akin to JNA * Anarres JCPP (Apache 2.0 license, Copyright (c) 2007-2008, Shevek) : patched with a few fixes and enhancements (all contributed back) * Java Native Access (JNA) (LGPL license, Copyright (c) 2006-2009 Todd Fast, Timothy Wall, Wayne Meissner & others) : patched with support for bit fields in structs * Rococoa (LGPL license, Copyright Duncan McGregor and others, see below) : slightly modified to make NSObject an abstract class * ANTLR's runtime (BSD license, Copyright (c) 2003-2008, Terence Parr) : unmodified * jEdit 2.2.1 syntax highlighting package (released to the public domain, Copyright 1998-1999 Slava Pestov, Artur Biesiadowski, Clancy Malcolm, Jonathan Revusky, Juha Lindfors and Mike Dillon) * JaLiCo, also written by Olivier Chafik (Apache 2.0 license). * JUnit 4.4 (CPL license), Copyright Kent Beck, Erich Gamma, and David Saff * Eclipse standalone compiler 3.5. It is released under the Eclipse Public License 1.0 and its source is available on Eclipse's website.
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 JCPP
Copyright (c) 2007-2008, Shevek
Anarres JCPP is a Java C PreProcessor licensed under the Apache 2.0 license
JNA
Copyright (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.
Rococoa
Copyright (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 Runtime
ANTLR 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.4
JUnit 4.4 is written by Kent Beck, Erich Gamma, and David Saff and released under the Common Public License.