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

2022-06-29 Thread Craig L Russell (Jira)


 [ 
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)


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

2022-06-29 Thread Craig L Russell (Jira)


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

Craig L Russell commented on JDO-815:
-

The way to run RAT against the source directory is to go to any directory and 
run:

mvn apache-rat:check

> 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)