aboutsummaryrefslogtreecommitdiff
path: root/jniwrap
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-06-02 19:37:23 +1200
committerMike Toews <mwtoews@gmail.com>2018-06-02 19:40:46 +1200
commit152f34f98de9264eeb2ba92cd36e6c196b12ff8d (patch)
treeda21658b9282562ac1d4ee0531ff7607c7015f71 /jniwrap
parent524a335e0b80cf4ba8c68bf72321405a2803fca4 (diff)
downloadPROJ-152f34f98de9264eeb2ba92cd36e6c196b12ff8d.tar.gz
PROJ-152f34f98de9264eeb2ba92cd36e6c196b12ff8d.zip
Upgrade http:// to https:// where feasible
Diffstat (limited to 'jniwrap')
-rw-r--r--jniwrap/build.xml2
-rw-r--r--jniwrap/org.osgeo.proj/org/proj4/PJ.java2
-rw-r--r--jniwrap/org.osgeo.proj/org/proj4/package-info.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/jniwrap/build.xml b/jniwrap/build.xml
index be82d411..20c7523c 100644
--- a/jniwrap/build.xml
+++ b/jniwrap/build.xml
@@ -36,7 +36,7 @@
<attribute name="Implementation-Title" value="PROJ bridge to Java"/>
<attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="Proj.4 project"/>
- <attribute name="Implementation-URL" value="http://proj4.org/"/>
+ <attribute name="Implementation-URL" value="https://proj4.org/"/>
</manifest>
</jar>
</target>
diff --git a/jniwrap/org.osgeo.proj/org/proj4/PJ.java b/jniwrap/org.osgeo.proj/org/proj4/PJ.java
index de09f86a..d8facf76 100644
--- a/jniwrap/org.osgeo.proj/org/proj4/PJ.java
+++ b/jniwrap/org.osgeo.proj/org/proj4/PJ.java
@@ -32,7 +32,7 @@ import java.lang.annotation.Native;
/**
- * Wraps the <a href="http://proj4.org/">PROJ</a> {@code PJ} native data structure.
+ * Wraps the <a href="https://proj4.org/">PROJ</a> {@code PJ} native data structure.
* Almost every methods defined in this class are native methods delegating the work to the PROJ library.
* This class is the only place where such native methods are defined.
*
diff --git a/jniwrap/org.osgeo.proj/org/proj4/package-info.java b/jniwrap/org.osgeo.proj/org/proj4/package-info.java
index 814d2483..1dda16a3 100644
--- a/jniwrap/org.osgeo.proj/org/proj4/package-info.java
+++ b/jniwrap/org.osgeo.proj/org/proj4/package-info.java
@@ -27,7 +27,7 @@
*/
/**
- * Wrappers for the <a href="http://proj4.org/">PROJ</a> library.
+ * Wrappers for the <a href="https://proj4.org/">PROJ</a> library.
* The {@link org.proj4.PJ} class contains only native methods delegating their work to the PROJ library.
* For higher-level methods making use of those native methods, see for example the
* <a href="http://www.geoapi.org/geoapi-proj4/index.html">GeoAPI bindings for PROJ</a>.