You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Craig L Russell (Jira)" <ji...@apache.org> on 2022/06/30 03:02:00 UTC

[jira] [Resolved] (JDO-815) Change headers on source files to use https:// instead of http://

     [ https://issues.apache.org/jira/browse/JDO-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig L Russell resolved JDO-815.
---------------------------------
    Resolution: Fixed

For the record, I manually edited the pom.xml files, NOTICE, LICENSE, and README.

For the rest of the files, I used this command:

find . \( ! -regex '.*/\..*' \) -type f | xargs sed -i '' 's/http:\/\/www\.apache/https:\/\/www\.apache/g'

 

> Change headers on source files to use https:// instead of http://
> -----------------------------------------------------------------
>
>                 Key: JDO-815
>                 URL: https://issues.apache.org/jira/browse/JDO-815
>             Project: JDO
>          Issue Type: Task
>          Components: api, tck
>    Affects Versions: JDO 3.2.1
>            Reporter: Craig L Russell
>            Assignee: Craig L Russell
>            Priority: Minor
>             Fix For: JDO 3.2.2
>
>
> The license headers in all source files use
> [http://www.apache.org/licenses/LICENSE-2.0]
> The headers should instead use
> [https://www.apache.org/licenses/LICENSE-2.0]
> This change should also be made in pom.xml
> We will need to wait until RAT 0.14 is released in order to pass the RAT test for license headers.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)