Hello,

On 2022/08/14 20:02, Vincent Lefevre wrote:
> Hi,
> 
> Following the thread "http URLs should be updated to https",
> I've attached a patch that changes the http URLs to https for
> the following hostnames:
> 
>   subversion.apache.org
>   www.apache.org
>   svnbook.red-bean.com
> 
> This has been done with
> 
>   perl -pi -e \
>     's[http://((subversion|www)\.apache\.org|svnbook\.red-bean\.com)]
>       [https://\1]' **/*(.)
> 
> from the working copy (trunk), thus including the po files.

I think the first part of LICENSE file shoud be equal to
https://www.apache.org/licenses/LICENSE-2.0.txt, so we should not
change the URLs in it.

(I didn't check wheter other changes are safe or not.)

Cheers,
-- 
Yasuhito FUTATSUKI <futat...@yf.bsclub.org>

Reply via email to