This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to annotated tag 0.8 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 58846aea454c2a117770f42ae08a04a4aa8b59f5 Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Nov 10 14:12:22 2017 +0000 Update README and NOTICE files. git-svn-id: https://svn.apache.org/repos/asf/sis/branches/0.8@1814851 13f79535-47bb-0310-9956-ffa450edef68 --- NOTICE | 29 +++++++++++++++++++++++------ README | 34 ++++++++++++++++------------------ 2 files changed, 39 insertions(+), 24 deletions(-) diff --git a/NOTICE b/NOTICE index 0f40284..41cd08c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Spatial Information System (SIS) -Copyright 2010-2015 The Apache Software Foundation +Copyright 2010-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). @@ -8,11 +8,28 @@ The Javadoc contains documentation from the Open Geospatial Consortium (OGC®) specifications (http://www.opengeospatial.org/standards/), also known as OpenGIS. -The matrix package contains code adapted from JAMA Java Matrix Package -(http://math.nist.gov/javanumerics/jama/) +Apache SIS depends on GeoAPI published by OGC under BSD-style license. +http://www.opengeospatial.org/ogc/software -Some modules use the Esri Geometry API developed by ESRI -(http://github.com/Esri/geometry-api-java/) +Apache SIS depends on JSR-363 (API only) published under BSD license. +https://www.jcp.org/aboutJava/communityprocess/final/jsr363/index.html + +The 'org.apache.sis.referencing.operation.matrix' package contains code +adapted from JAMA Java Matrix Package in public domain. +http://math.nist.gov/javanumerics/jama/ + +The 'sis-feature' module can optionally use the Esri Geometry API +developed by ESRI under Apache license 2. +http://github.com/Esri/geometry-api-java/ + +The 'sis-netcdf' module can optionally use the UCAR netCDF library +developed by Unidata under MIT-style license. +http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/ The test suite uses software developed by the JUnit community -(http://github.com/junit-team/junit.contrib/) +under Eclipse public license version 2. +http://junit.org/junit4/ + +The 'non-free' group of modules contain geodetic data collected +by the International Association of Oil and Gas Producers. +http://www.epsg.org/TermsOfUse diff --git a/README b/README index 08f9f0d..1bf0879 100644 --- a/README +++ b/README @@ -2,20 +2,17 @@ Welcome to Apache SIS <http://sis.apache.org> ============================================= -SIS is a free software, Java language library for developing geospatial -applications. The library can be used for desktop or server applications. -SIS is an implementation of GeoAPI 3.0 interfaces. SIS provides data structures -for geographic data and associated metadata along with methods to manipulate -those data structures. The SIS metadata module forms the base of the library -and enables the creation of metadata objects which comply with the ISO 19115 -metadata model and which can be read from or written to ISO 19139 compliant -XML documents. The SIS referencing module will enable the construction of -geodetic data structures for geospatial referencing based on the ISO 19111 -model such as axis, projection and coordinate reference system definitions, -along with the associated operations which enable the mathematical conversion -of coordinates between different systems of reference. The SIS storage modules -will provide a common approach to the reading and writing of grid coverages -applicable to simple imagery as to many dimensional data structures. +SIS provides data structures for geographic data and associated metadata +along with methods to manipulate those data structures. The SIS metadata +module forms the base of the library and enables the creation of metadata +objects which comply with the model of ISO 19115 series of standards. +The SIS referencing module enable the construction of geodetic data structures +for geospatial referencing such as axis, projection and coordinate reference +system definitions, along with the associated operations which enable the +mathematical conversion of coordinates between different systems of reference. +The SIS storage modules will provide a common approach to the reading and +writing of grid coverages applicable to simple imagery as to many dimensional +data structures. SIS is a project of the Apache Software Foundation <http://www.apache.org/>. @@ -29,7 +26,7 @@ Getting Started SIS requires Java 7 and uses the Maven 3 <http://maven.apache.org/> build system. To build SIS, use the following command in this directory: - mvn clean install + mvn install Information for running a command-line tool can be found on the web site: (<http://sis.apache.org/command-line.html>) @@ -55,9 +52,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -Apache SIS includes a number of subcomponents with separate copyright -notices and license terms. Your use of these subcomponents is subject to -the terms and conditions of the licenses listed in the LICENSE file. +Some Apache SIS subcomponents have dependencies subject to different +license terms. All those dependencies except GeoAPI and JSR-363 are +optional. Your use of those dependencies is subject to the terms and +conditions of the licenses listed in the NOTICE file. Mailing Lists
