You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by bl...@apache.org on 2019/08/10 19:43:54 UTC

[avro] branch master updated: AVRO-2404: Fix insecure urls. (#603)

This is an automated email from the ASF dual-hosted git repository.

blachniet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 122e3bb  AVRO-2404: Fix insecure urls. (#603)
122e3bb is described below

commit 122e3bb06e8a022ac9e755cb3ccc1b1924ac567f
Author: zeshuai007 <51...@qq.com>
AuthorDate: Sun Aug 11 03:43:48 2019 +0800

    AVRO-2404: Fix insecure urls. (#603)
---
 lang/csharp/src/apache/test/Interop/InteropDataConstants.cs | 2 +-
 lang/csharp/src/apache/test/Interop/InteropDataGenerator.cs | 2 +-
 lang/csharp/src/apache/test/Interop/InteropDataTests.cs     | 2 +-
 lang/py/setup.cfg                                           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/csharp/src/apache/test/Interop/InteropDataConstants.cs b/lang/csharp/src/apache/test/Interop/InteropDataConstants.cs
index 219dbf0..94bfb40 100644
--- a/lang/csharp/src/apache/test/Interop/InteropDataConstants.cs
+++ b/lang/csharp/src/apache/test/Interop/InteropDataConstants.cs
@@ -7,7 +7,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/lang/csharp/src/apache/test/Interop/InteropDataGenerator.cs b/lang/csharp/src/apache/test/Interop/InteropDataGenerator.cs
index 5562512..10c06f7 100644
--- a/lang/csharp/src/apache/test/Interop/InteropDataGenerator.cs
+++ b/lang/csharp/src/apache/test/Interop/InteropDataGenerator.cs
@@ -7,7 +7,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/lang/csharp/src/apache/test/Interop/InteropDataTests.cs b/lang/csharp/src/apache/test/Interop/InteropDataTests.cs
index 4d8823a..8f87ba5 100644
--- a/lang/csharp/src/apache/test/Interop/InteropDataTests.cs
+++ b/lang/csharp/src/apache/test/Interop/InteropDataTests.cs
@@ -7,7 +7,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/lang/py/setup.cfg b/lang/py/setup.cfg
index dc07a1d..219ca6b 100644
--- a/lang/py/setup.cfg
+++ b/lang/py/setup.cfg
@@ -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,