This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git
The following commit(s) were added to refs/heads/master by this push:
new 6d73fe10 Use HTTPS in URL
6d73fe10 is described below
commit 6d73fe10dca20d17d5fcfbc03723cbc1754b41b4
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 1 14:24:30 2025 -0500
Use HTTPS in URL
---
.asf.yaml | 2 +-
.gitattributes | 2 +-
.github/GH-ROBOTS.txt | 2 +-
CODE_OF_CONDUCT.md | 2 +-
CONTRIBUTING.md | 2 +-
LICENSE | 2 +-
MATURITY.md | 2 +-
README.md | 2 +-
RELEASE-PROCESS.md | 2 +-
SECURITY.md | 2 +-
SITE.md | 2 +-
commons-rdf-api/src/main/resources/META-INF/LICENSE | 2 +-
commons-rdf-api/src/test/resources/META-INF/LICENSE | 2 +-
commons-rdf-examples/README.md | 2 +-
commons-rdf-integration-tests/src/test/resources/META-INF/LICENSE | 2 +-
commons-rdf-jena/src/main/resources/META-INF/LICENSE | 2 +-
commons-rdf-jena/src/test/resources/D.ttl | 2 +-
commons-rdf-jena/src/test/resources/META-INF/LICENSE | 2 +-
commons-rdf-jsonld-java/src/main/resources/META-INF/LICENSE | 2 +-
commons-rdf-jsonld-java/src/test/resources/META-INF/LICENSE | 2 +-
commons-rdf-rdf4j/README.md | 2 +-
commons-rdf-rdf4j/src/main/resources/META-INF/LICENSE | 2 +-
commons-rdf-rdf4j/src/test/resources/META-INF/LICENSE | 2 +-
commons-rdf-simple/src/main/resources/META-INF/LICENSE | 2 +-
commons-rdf-simple/src/test/resources/META-INF/LICENSE | 2 +-
src/conf/checkstyle-header.txt | 2 +-
src/site/markdown/contributing.md | 4 ++--
src/site/markdown/download.md | 2 +-
src/site/markdown/implementations.md | 2 +-
src/site/markdown/index.md | 2 +-
src/site/markdown/introduction.md | 2 +-
src/site/markdown/userguide.md | 2 +-
src/site/resources/images/class-diagram.nomnoml | 2 +-
src/site/resources/images/rdf-01.svg | 2 +-
src/site/resources/images/rdf-02.svg | 2 +-
35 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index e2e6c593..f65d5cd3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -5,7 +5,7 @@
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/.gitattributes b/.gitattributes
index bec231c1..f42866e4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,7 +5,7 @@
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/.github/GH-ROBOTS.txt b/.github/GH-ROBOTS.txt
index e3329e55..64a88674 100644
--- a/.github/GH-ROBOTS.txt
+++ b/.github/GH-ROBOTS.txt
@@ -5,7 +5,7 @@
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 3ed50150..b4342f33 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -6,7 +6,7 @@
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3c1d629a..b7ad550f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/LICENSE b/LICENSE
index d6456956..ff9ad453 100644
--- a/LICENSE
+++ b/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/MATURITY.md b/MATURITY.md
index a095b52c..78732e6a 100644
--- a/MATURITY.md
+++ b/MATURITY.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/README.md b/README.md
index 22ba24b3..12d0e057 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
+https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/RELEASE-PROCESS.md b/RELEASE-PROCESS.md
index 5f631753..0297bc6a 100644
--- a/RELEASE-PROCESS.md
+++ b/RELEASE-PROCESS.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/SECURITY.md b/SECURITY.md
index 51943ba7..744d4cdd 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -6,7 +6,7 @@
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/SITE.md b/SITE.md
index ccdcad63..a51a821a 100644
--- a/SITE.md
+++ b/SITE.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-api/src/main/resources/META-INF/LICENSE
b/commons-rdf-api/src/main/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-api/src/main/resources/META-INF/LICENSE
+++ b/commons-rdf-api/src/main/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-api/src/test/resources/META-INF/LICENSE
b/commons-rdf-api/src/test/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-api/src/test/resources/META-INF/LICENSE
+++ b/commons-rdf-api/src/test/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-examples/README.md b/commons-rdf-examples/README.md
index 6d970e4d..a6d7d92b 100644
--- a/commons-rdf-examples/README.md
+++ b/commons-rdf-examples/README.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-integration-tests/src/test/resources/META-INF/LICENSE
b/commons-rdf-integration-tests/src/test/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-integration-tests/src/test/resources/META-INF/LICENSE
+++ b/commons-rdf-integration-tests/src/test/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-jena/src/main/resources/META-INF/LICENSE
b/commons-rdf-jena/src/main/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-jena/src/main/resources/META-INF/LICENSE
+++ b/commons-rdf-jena/src/main/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-jena/src/test/resources/D.ttl
b/commons-rdf-jena/src/test/resources/D.ttl
index b713bf93..a03f8aef 100644
--- a/commons-rdf-jena/src/test/resources/D.ttl
+++ b/commons-rdf-jena/src/test/resources/D.ttl
@@ -6,7 +6,7 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-jena/src/test/resources/META-INF/LICENSE
b/commons-rdf-jena/src/test/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-jena/src/test/resources/META-INF/LICENSE
+++ b/commons-rdf-jena/src/test/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-jsonld-java/src/main/resources/META-INF/LICENSE
b/commons-rdf-jsonld-java/src/main/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-jsonld-java/src/main/resources/META-INF/LICENSE
+++ b/commons-rdf-jsonld-java/src/main/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-jsonld-java/src/test/resources/META-INF/LICENSE
b/commons-rdf-jsonld-java/src/test/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-jsonld-java/src/test/resources/META-INF/LICENSE
+++ b/commons-rdf-jsonld-java/src/test/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-rdf4j/README.md b/commons-rdf-rdf4j/README.md
index bb73c823..24389db9 100644
--- a/commons-rdf-rdf4j/README.md
+++ b/commons-rdf-rdf4j/README.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-rdf4j/src/main/resources/META-INF/LICENSE
b/commons-rdf-rdf4j/src/main/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-rdf4j/src/main/resources/META-INF/LICENSE
+++ b/commons-rdf-rdf4j/src/main/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-rdf4j/src/test/resources/META-INF/LICENSE
b/commons-rdf-rdf4j/src/test/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-rdf4j/src/test/resources/META-INF/LICENSE
+++ b/commons-rdf-rdf4j/src/test/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-simple/src/main/resources/META-INF/LICENSE
b/commons-rdf-simple/src/main/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-simple/src/main/resources/META-INF/LICENSE
+++ b/commons-rdf-simple/src/main/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/commons-rdf-simple/src/test/resources/META-INF/LICENSE
b/commons-rdf-simple/src/test/resources/META-INF/LICENSE
index d6456956..ff9ad453 100644
--- a/commons-rdf-simple/src/test/resources/META-INF/LICENSE
+++ b/commons-rdf-simple/src/test/resources/META-INF/LICENSE
@@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/conf/checkstyle-header.txt b/src/conf/checkstyle-header.txt
index ae6f28c4..e6672d9f 100644
--- a/src/conf/checkstyle-header.txt
+++ b/src/conf/checkstyle-header.txt
@@ -6,7 +6,7 @@
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/site/markdown/contributing.md
b/src/site/markdown/contributing.md
index 5212ae68..73e82896 100644
--- a/src/site/markdown/contributing.md
+++ b/src/site/markdown/contributing.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@@ -55,7 +55,7 @@ Larger changes or any changes to the [api](api/) should be
raised as a
review and discussion.
All contributions are assumed to be under the
-[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
+[Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0),
however we may ask you to also sign a
[software grant](https://www.apache.org/licenses/software-grant.txt) for any
larger contributions.
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 911229ea..e55b36a8 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/site/markdown/implementations.md
b/src/site/markdown/implementations.md
index c5f633ef..e8d3f637 100644
--- a/src/site/markdown/implementations.md
+++ b/src/site/markdown/implementations.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index a8ae9248..11cad514 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/site/markdown/introduction.md
b/src/site/markdown/introduction.md
index abd61430..9199bb3f 100644
--- a/src/site/markdown/introduction.md
+++ b/src/site/markdown/introduction.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md
index 9d7cf129..53fafff7 100644
--- a/src/site/markdown/userguide.md
+++ b/src/site/markdown/userguide.md
@@ -8,7 +8,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/site/resources/images/class-diagram.nomnoml
b/src/site/resources/images/class-diagram.nomnoml
index 2d642839..e906e0d7 100644
--- a/src/site/resources/images/class-diagram.nomnoml
+++ b/src/site/resources/images/class-diagram.nomnoml
@@ -6,7 +6,7 @@
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
-// http://www.apache.org/licenses/LICENSE-2.0
+// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/site/resources/images/rdf-01.svg
b/src/site/resources/images/rdf-01.svg
index 19056b38..9f201564 100644
--- a/src/site/resources/images/rdf-01.svg
+++ b/src/site/resources/images/rdf-01.svg
@@ -9,7 +9,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/site/resources/images/rdf-02.svg
b/src/site/resources/images/rdf-02.svg
index 0d62cbfe..4d846ae1 100644
--- a/src/site/resources/images/rdf-02.svg
+++ b/src/site/resources/images/rdf-02.svg
@@ -9,7 +9,7 @@
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,