Skip to content

Commit 7026091

Browse files
committed
AVRO-2404: Make all references to apache.org https
1 parent fb2d025 commit 7026091

File tree

1,313 files changed

+2163
-2152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,313 files changed

+2163
-2152
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (the "License"); you may not use this file except in compliance with
66
# the License. You may obtain a copy of the License at
77
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,

.github/autolabeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# (the "License"); you may not use this file except in compliance with
77
# the License. You may obtain a copy of the License at
88
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
9+
# https://www.apache.org/licenses/LICENSE-2.0
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# "License"); you may not use this file except in compliance
88
# with the License. You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing,
1313
# software distributed under the License is distributed on an

LICENSE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Apache License
33
Version 2.0, January 2004
4-
http://www.apache.org/licenses/
4+
https://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77

@@ -193,7 +193,7 @@
193193
you may not use this file except in compliance with the License.
194194
You may obtain a copy of the License at
195195

196-
http://www.apache.org/licenses/LICENSE-2.0
196+
https://www.apache.org/licenses/LICENSE-2.0
197197

198198
Unless required by applicable law or agreed to in writing, software
199199
distributed under the License is distributed on an "AS IS" BASIS,

NOTICE.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Apache Avro
22
Copyright 2010-2019 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org/).
5+
The Apache Software Foundation (https://www.apache.org/).
66

77
NUnit license acknowledgement:
88

@@ -24,7 +24,7 @@ is:
2424
| (the "License"); you may not use this file except in compliance
2525
| with the License. You may obtain a copy of the License at
2626
|
27-
| http://www.apache.org/licenses/LICENSE-2.0
27+
| https://www.apache.org/licenses/LICENSE-2.0
2828
|
2929
| Unless required by applicable law or agreed to in writing, software
3030
| distributed under the License is distributed on an "AS IS" BASIS,
@@ -43,7 +43,7 @@ Apache Ivy includes the following in its NOTICE file:
4343
| Copyright 2007-2010 The Apache Software Foundation
4444
|
4545
| This product includes software developed by
46-
| The Apache Software Foundation (http://www.apache.org/).
46+
| The Apache Software Foundation (https://www.apache.org/).
4747
|
4848
| Portions of Ivy were originally developed by
4949
| Jayasoft SARL (http://www.jayasoft.fr/)
@@ -62,4 +62,4 @@ Apache Log4Net includes the following in its NOTICE file:
6262
| Copyright 2004-2015 The Apache Software Foundation
6363
|
6464
| This product includes software developed at
65-
| The Apache Software Foundation (http://www.apache.org/).
65+
| The Apache Software Foundation (https://www.apache.org/).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Apache Avro™ is a data serialization system.
66

77
Learn more about Avro, please visit our website at:
88

9-
http://avro.apache.org/
9+
https://avro.apache.org/
1010

1111
To contribute to Avro, please read:
1212

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# (the "License"); you may not use this file except in compliance with
88
# the License. You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

doc/LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Apache License
33
Version 2.0, January 2004
4-
http://www.apache.org/licenses/
4+
https://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77

@@ -193,7 +193,7 @@
193193
you may not use this file except in compliance with the License.
194194
You may obtain a copy of the License at
195195

196-
http://www.apache.org/licenses/LICENSE-2.0
196+
https://www.apache.org/licenses/LICENSE-2.0
197197

198198
Unless required by applicable law or agreed to in writing, software
199199
distributed under the License is distributed on an "AS IS" BASIS,
@@ -310,7 +310,7 @@ For a copy of the MIT license text, see above.
310310
License for Apache Forrest (skin), included in the Avro documentation:
311311

312312
Copyright: 2009-2015 The Apache Software Foundation
313-
License: http://www.apache.org/licenses/LICENSE-2.0 (see above)
313+
License: https://www.apache.org/licenses/LICENSE-2.0 (see above)
314314

315315
----------------------------------------------------------------------
316316
License for Doxygen-generated documentation for the C++ and C# implementations:

doc/NOTICE

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Apache Avro
22
Copyright 2010-2015 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org/).
5+
The Apache Software Foundation (https://www.apache.org/).
66

77
Based upon the representations of upstream licensors, it is understood that
88
portions of the mapreduce API included in the Java implementation are licensed
@@ -18,7 +18,7 @@ is:
1818
| (the "License"); you may not use this file except in compliance
1919
| with the License. You may obtain a copy of the License at
2020
|
21-
| http://www.apache.org/licenses/LICENSE-2.0
21+
| https://www.apache.org/licenses/LICENSE-2.0
2222
|
2323
| Unless required by applicable law or agreed to in writing, software
2424
| distributed under the License is distributed on an "AS IS" BASIS,
@@ -38,7 +38,7 @@ Apache Forrest includes the following in its NOTICE file:
3838
| Copyright 2002-2007 The Apache Software Foundation.
3939
|
4040
| This product includes software developed at
41-
| The Apache Software Foundation (http://www.apache.org/).
41+
| The Apache Software Foundation (https://www.apache.org/).
4242
|
4343
| See also the file LICENSE.txt
4444
|
@@ -56,7 +56,7 @@ Apache Forrest includes the following in its NOTICE file:
5656
| http://www.krysalis.org/
5757
|
5858
| This product includes software developed by Andy Clark.
59-
| http://people.apache.org/~andyc/neko/
59+
| https://people.apache.org/~andyc/neko/
6060
|
6161
| This product includes software developed by the ExoLab Project
6262
| http://www.exolab.org/

doc/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- "License"); you may not use this file except in compliance
99
- with the License. You may obtain a copy of the License at
1010
-
11-
- http://www.apache.org/licenses/LICENSE-2.0
11+
- https://www.apache.org/licenses/LICENSE-2.0
1212
-
1313
- Unless required by applicable law or agreed to in writing,
1414
- software distributed under the License is distributed on an

doc/examples/example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# "License"); you may not use this file except in compliance
88
# with the License. You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing,
1313
# software distributed under the License is distributed on an

doc/examples/java-example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- "License"); you may not use this file except in compliance
88
- with the License. You may obtain a copy of the License at
99
-
10-
- http://www.apache.org/licenses/LICENSE-2.0
10+
- https://www.apache.org/licenses/LICENSE-2.0
1111
-
1212
- Unless required by applicable law or agreed to in writing,
1313
- software distributed under the License is distributed on an
@@ -24,7 +24,7 @@
2424
<packaging>jar</packaging>
2525
<version>1.0-SNAPSHOT</version>
2626
<name>java-example</name>
27-
<url>http://maven.apache.org</url>
27+
<url>https://maven.apache.org</url>
2828
<dependencies>
2929
<dependency>
3030
<groupId>junit</groupId>

doc/examples/java-example/src/main/java/example/GenericMain.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* https://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,

doc/examples/java-example/src/main/java/example/SpecificMain.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* https://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,

doc/examples/mr-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- "License"); you may not use this file except in compliance
88
- with the License. You may obtain a copy of the License at
99
-
10-
- http://www.apache.org/licenses/LICENSE-2.0
10+
- https://www.apache.org/licenses/LICENSE-2.0
1111
-
1212
- Unless required by applicable law or agreed to in writing,
1313
- software distributed under the License is distributed on an

doc/examples/mr-example/src/main/java/example/AvroWordCount.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* https://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,

doc/examples/mr-example/src/main/java/example/GenerateData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* https://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,

doc/examples/mr-example/src/main/java/example/MapReduceAvroWordCount.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* https://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,

doc/examples/mr-example/src/main/java/example/MapReduceColorCount.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* https://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,

doc/examples/mr-example/src/main/java/example/MapredColorCount.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* https://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,

doc/forrest.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# "License"); you may not use this file except in compliance
88
# with the License. You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing,
1313
# software distributed under the License is distributed on an

doc/src/cli.xconf

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(the "License"); you may not use this file except in compliance with
88
the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
https://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing, software
1313
distributed under the License is distributed on an "AS IS" BASIS,
@@ -48,8 +48,8 @@
4848
| consistent method for accessing the CLI, it is recommended
4949
| that you use the command line parameters to configure
5050
| the CLI. See documentation at:
51-
| http://cocoon.apache.org/2.1/userdocs/offline/
52-
| http://wiki.apache.org/cocoon/CommandLine
51+
| https://cocoon.apache.org/2.1/userdocs/offline/
52+
| https://wiki.apache.org/cocoon/CommandLine
5353
|
5454
+-->
5555

doc/src/content/htmldocs/canonical-completeness.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(the "License"); you may not use this file except in compliance with
88
the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
https://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing, software
1313
distributed under the License is distributed on an "AS IS" BASIS,

doc/src/content/htmldocs/performance-testing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The ASF licenses this file to You under the Apache License, Version 2.0
77
(the "License"); you may not use this file except in compliance with
88
the License. You may obtain a copy of the License at
9-
http://www.apache.org/licenses/LICENSE-2.0
9+
https://www.apache.org/licenses/LICENSE-2.0
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,
1212
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

doc/src/content/mddocs/refactoring-resolution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(the "License"); you may not use this file except in compliance with
77
the License. You may obtain a copy of the License at
88
9-
http://www.apache.org/licenses/LICENSE-2.0
9+
https://www.apache.org/licenses/LICENSE-2.0
1010
1111
Unless required by applicable law or agreed to in writing, software
1212
distributed under the License is distributed on an "AS IS" BASIS,

doc/src/content/xdocs/gettingstartedjava.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(the "License"); you may not use this file except in compliance with
88
the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
https://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing, software
1313
distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
-->
1818
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
19-
"http://forrest.apache.org/dtd/document-v20.dtd" [
19+
"https://forrest.apache.org/dtd/document-v20.dtd" [
2020
<!ENTITY % avro-entities PUBLIC "-//Apache//ENTITIES Avro//EN"
2121
"../../../../build/avro.ent">
2222
%avro-entities;
@@ -37,7 +37,7 @@
3737
<p>
3838
Avro implementations for C, C++, C#, Java, PHP, Python, and Ruby can be
3939
downloaded from the <a
40-
href="http://avro.apache.org/releases.html">Apache Avro&#153;
40+
href="https://avro.apache.org/releases.html">Apache Avro&#153;
4141
Releases</a> page. This guide uses Avro &AvroVersion;, the latest
4242
version at the time of writing. For the examples in this guide,
4343
download <em>avro-&AvroVersion;.jar</em> and

doc/src/content/xdocs/gettingstartedpython.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(the "License"); you may not use this file except in compliance with
88
the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
https://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing, software
1313
distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
-->
1818
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
19-
"http://forrest.apache.org/dtd/document-v20.dtd" [
19+
"https://forrest.apache.org/dtd/document-v20.dtd" [
2020
<!ENTITY % avro-entities PUBLIC "-//Apache//ENTITIES Avro//EN"
2121
"../../../../build/avro.ent">
2222
%avro-entities;
@@ -38,7 +38,7 @@
3838
<p>
3939
Avro implementations for C, C++, C#, Java, PHP, Python, and Ruby can be
4040
downloaded from the <a
41-
href="http://avro.apache.org/releases.html">Apache Avro&#153;
41+
href="https://avro.apache.org/releases.html">Apache Avro&#153;
4242
Releases</a> page. This guide uses Avro &AvroVersion;, the latest
4343
version at the time of writing. Download and unzip
4444
<em>avro-&AvroVersion;.tar.gz</em>, and install via <code>python

doc/src/content/xdocs/idl.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
(the "License"); you may not use this file except in compliance with
88
the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
https://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing, software
1313
distributed under the License is distributed on an "AS IS" BASIS,
1414
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd" [
18+
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "https://forrest.apache.org/dtd/document-v20.dtd" [
1919
<!ENTITY % avro-entities PUBLIC "-//Apache//ENTITIES Avro//EN"
2020
"../../../../build/avro.ent">
2121
%avro-entities;

0 commit comments

Comments
 (0)