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

turbaszek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/master by this push:
     new ddb2bb0  Update LICENSE links to use htttps(#70)
ddb2bb0 is described below

commit ddb2bb093b76e1bea0364c0806f64f951a214491
Author: Aditya Kapadiya <[email protected]>
AuthorDate: Fri Dec 31 21:56:59 2021 +0530

    Update LICENSE links to use htttps(#70)
    
    Changed HTTP to HTTPS for secure connection. The link redirected me to the 
HTTP as HTTP is unsecure it can lead to a privacy issues or the user can become 
a victim of MITM attack and can be vulnerable to many other security risks.
---
 LICENSE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE
index d645695..62589ed 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 
                                  Apache License
                            Version 2.0, January 2004
-                        http://www.apache.org/licenses/
+                        https://www.apache.org/licenses/
 
    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 
@@ -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,

Reply via email to