Author: desruisseaux
Date: Tue Jan 27 10:15:33 2015
New Revision: 1654996

URL: http://svn.apache.org/r1654996
Log:
Updated copyright year in NOTICE and README files, and enabled inclusion of 
"since" information in javadoc.

Modified:
    sis/branches/JDK8/NOTICE
    sis/branches/JDK8/README
    sis/branches/JDK8/application/sis-console/src/main/artifact/README
    
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java
    sis/branches/JDK8/pom.xml

Modified: sis/branches/JDK8/NOTICE
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/NOTICE?rev=1654996&r1=1654995&r2=1654996&view=diff
==============================================================================
--- sis/branches/JDK8/NOTICE (original)
+++ sis/branches/JDK8/NOTICE Tue Jan 27 10:15:33 2015
@@ -1,5 +1,5 @@
 Apache Spatial Information System (SIS)
-Copyright 2010-2014 The Apache Software Foundation
+Copyright 2010-2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: sis/branches/JDK8/README
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/README?rev=1654996&r1=1654995&r2=1654996&view=diff
==============================================================================
--- sis/branches/JDK8/README (original)
+++ sis/branches/JDK8/README Tue Jan 27 10:15:33 2015
@@ -38,7 +38,7 @@ Information for running the application
 License (see also LICENSE)
 ==========================
 
-Collective work: Copyright 2010-2014 The Apache Software Foundation.
+Collective work: Copyright 2010-2015 The Apache Software Foundation.
 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: sis/branches/JDK8/application/sis-console/src/main/artifact/README
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-console/src/main/artifact/README?rev=1654996&r1=1654995&r2=1654996&view=diff
==============================================================================
--- sis/branches/JDK8/application/sis-console/src/main/artifact/README [UTF-8] 
(original)
+++ sis/branches/JDK8/application/sis-console/src/main/artifact/README [UTF-8] 
Tue Jan 27 10:15:33 2015
@@ -51,7 +51,7 @@ wider range of file formats like NcML fi
 License (see also LICENSE)
 ==========================
 
-Collective work: Copyright 2010-2013 The Apache Software Foundation.
+Collective work: Copyright 2010-2015 The Apache Software Foundation.
 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java?rev=1654996&r1=1654995&r2=1654996&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java
 [UTF-8] Tue Jan 27 10:15:33 2015
@@ -266,7 +266,7 @@ public abstract strictfp class MathTrans
          * In addition to the GeoAPI "verifyTransform" check, check also for 
consistency of various variant
          * of MathTransform.transform(…) methods.  In GeoAPI, 
'verifyTransform' and 'verifyConsistency' are
          * two independent steps because not all developers may want to 
perform both verifications together.
-         * But in Apache SIS, we want to verify consistency for all math 
transform. A previous Geotk version
+         * But in Apache SIS, we want to verify consistency for all math 
transforms. A previous Geotk version
          * had a bug with the Google projection which was unnoticed because of 
lack of this consistency check.
          */
         final float[] asFloats = Numerics.copyAsFloats(coordinates);

Modified: sis/branches/JDK8/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1654996&r1=1654995&r2=1654996&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Tue Jan 27 10:15:33 2015
@@ -565,7 +565,6 @@ Apache SIS is a free software, Java lang
           <locale>${website.locale}</locale>                    <!-- Locale 
for navigation bar, help file contents, etc. -->
           <author>false</author>                                <!-- Excludes 
the authors text in the generated docs. -->
           <version>false</version>                              <!-- Excludes 
the version text in the generated docs. -->
-          <nosince>true</nosince>                               <!-- Omits the 
"Since" sections associated with the since tags. -->
           <noqualifier>all</noqualifier>                        <!-- Omit 
qualifying package name before class names in output. -->
           <quiet>true</quiet>                                   <!-- Shuts off 
non-error and non-warning messages. -->
           <keywords>true</keywords>                             <!-- Adds HTML 
meta keyword tags to the generated files. -->


Reply via email to