wiki:CodeProvenance

Version 110 (modified by Alex Dumitru, 8 years ago) ( diff )

Intellectual Property Rights (IPR) and Code Provenance

This page documents code provenance of rasdaman, obtained from evaluating the makefiles generating all rasdaman code.

Paleo rasdaman

The rasdaman code originally has been developed through research projects led by Peter Baumann, culminating in the establishment of rasdaman GmbH as a research spin-off dedicated to the commercialization of rasdaman. By way of legal contract, Peter Baumann / rasdaman GmbH is rightful owner of the code.

Starting 2008, rasdaman GmbH - in collaboration with the Large-Scale Scientific Information Systems research group at Jacobs University - has derived an open-source version of rasdaman, now known as rasdaman community which is hosted at this site, www.rasdaman.org. In the process of establishing a clear code provenance policy, rasdaman GmbH has signed the same submitter agreement that every committer today has to agree with (see below).

Original Contributions

Every submitter, enforced by the Patch Manager logic, has to accept the Rasdaman License Agreement, so it is ensured that such contributions are conforming to the overall license statement. Submissions are kept in a local database and can be retrieved at any time.

List of Foreign Packages Used

The following external packages are being used within rasdaman.

rasdaman server / C++

own licensing scheme: client libraries LGPL, server (rasmgr, rasserver) GPL

package license
libidn11 Files under lib/* are LGPL licenced
libkeyutils1 LGPL for library
libltdl7 GPL with a special exception for programs using Autoconf - which is how rasdaman is using it through autoconf tools
liblzma5 Libary files are LGPL licenced
libsqlite3-0 The author disclaims all copyright
librtmp0 Library is LGPL
libgssapi-krb5-2 MIT-Like
libk5crypto3 MIT-like
libkrb5-3 BSD-like
libkrb5support0 BSD-like
libarmadillo3 Mozilla Public License 2.0 MPL
libc6 LGPL
libcurl3-gnutls MIT/X
libdap11 3 available licenses as per source: MIT Style, LGPL, Another MIT Style
libdapclient3 LGPL
libdapserver7 LGPL
libecpg6 MIT Like
libepsilon0 LGPL3+
libexpat1 MIT Like
libffi5 MIT Like
libfontconfig1 MIT like
libfreetype6 FTL, which is BSD-style
libfreexl1 LGPL-2.1+ or MPL-1.1
libgcrypt11 LGPL
libgdal1 MIT-style
libgeos-3.3.3 LGPL
libgeos-c1 LGPL
libgif4 MIT
libgnutls26 LGPL
libgpg-error0 LGPL
libhdf5-7 BSD-style
libhdf5-mpich2-7 BSD-style
libhdf5-openmpi-7 BSD-style
libjasper1 MIT-style
libjpeg8 BSD-style
libkml0 BSD
liblcms1 MIT
libldap-2.4-2 BSD-style
libnetcdfc7 BSD-style
libodbc1 LGPL
libogdi3.2 OGDI-LAS (MIT-like)
libp11-kit0 BSD
libpgtypes3 MIT-style
libpng12-0 BSD-style
libpq5 BSD
libproj0 MIT-style
libquadmath0 LGPL
libsasl2-2 BSD-style
libspatialite3 MPL
libssl1.0.0 BSD-style
libtasn1-3 LGPL
libtiff4 LGPL
liburiparser1 BSD
libxerces-c28 Apache 2.0
libxml2 MIT-style
odbcinst1debian2 LGPL
libnetcdfc7 BSD-style
GRPC C++ Google Licence
libprotobuf Creative Commons Attribution 3.0 License
libboost Boost Software License

Java (rasj)

own licensing scheme: LGPL

junit-4.12.jar Eclipse Public License 1.0
mockito-all-1.10.19.jar MIT
http://netty.io/ Apache V2
https://github.com/easymock/objenesis Apache Licence V2
http://square.github.io/okhttp/ Apache Licence V2
https://commons.apache.org/proper/commons-codec/ Apache Licence V2
https://commons.apache.org/proper/commons-logging/ Apache Licence V2
https://developers.google.com/api-client-library/java/google-oauth-java-client/oauth2?hl=en Apache Licence V2
https://github.com/google/google-http-java-client Apache Licence V2
https://github.com/grpc/grpc-java Google Licence
https://code.google.com/p/guava-libraries/ Apache Licence V2
https://github.com/hamcrest/JavaHamcrest BSD
https://hc.apache.org/downloads.cgi Apache Licence V2
http://wiki.fasterxml.com/JacksonHome Apache Licence V2
https://github.com/square/okio Apache Licence V2
https://developers.google.com/protocol-buffers/docs/javatutorial?hl=en Apache Licence V2
https://github.com/twitter/hpack Apache Licence V2
https://code.google.com/p/jsr-305/ BSD

raswct

own licensing scheme: LGPL

package license
Gritter MIT license
jqPlot MIT license
jQuery UI MIT license
JS.Class MIT license
OpenLayers FreeBSD license

WCS client

own licensing scheme: LGPL

package license
Bootstrap MIT License
jQuery MIT License
jQuery Collapse MIT License
jQuery UI MIT License
Jasmine MIT License
KnockoutJS MIT License
Google Code Prettify Apache License, Version 2.0
RequireJS MIT License
xmlToJSON Apache License Version 2.0

rasgeo

own licensing scheme: LGPL

package license
GDAL X/MIT

petascope

own licensing scheme: LGPL

package license
ANTLRWorks BSD license
com.oreilly.servlet license
Commons IO Apache License
Commons Math Apache License
FileUpload Apache License
Joda Time Apache License
JAXB-api CDDL
XOM LGPL license

SECORE

own licensing scheme: LGPL

package license
BaseX BSD license
NanoXML zlib/libpng license
XMLUnit BSD license
EPSG dataset (OGP) license

Copyright Header

All files in rasdaman have the following header (formatting varies between C/C++/Java/Makefile/shell scripts/etc.). While the server parts are GPL, the client APIs are LGPL; as the latter are the only parts linked into some application code, this allows any kind of code (including proprietary code) to make use of rasdaman.

Should an "own license" statement above be inconsistent with a file header, then the file header prevails.

rasdaman server: GPL

/*
* This file is part of rasdaman community.
*
* Rasdaman community is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Rasdaman community is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with rasdaman community.  If not, see <http://www.gnu.org/licenses/>.
*
* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
/

remaining parts (such as client C++ and Java API libraries, SECORE, etc.): LGPL

/*
* This file is part of rasdaman community.
*
* Rasdaman community is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Rasdaman community is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with rasdaman community.  If not, see <http://www.gnu.org/licenses/>.
*
* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
/
Note: See TracWiki for help on using the wiki.