Skip to content

Commit

Permalink
The Apache Software License is moved permanently to https://www.apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte committed Apr 12, 2021
1 parent 2d81a97 commit 2e187d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -114,7 +114,7 @@ public void testReportLinksOnly()
final WebLink[] links = response.getLinks();
assertEquals( 2, links.length );
assertEquals( "http://maven.apache.org/", links[0].getURLString() );
assertEquals( "http://www.apache.org/licenses/LICENSE-2.0.txt", links[1].getURLString() );
assertEquals( "http://www.apache.org/licenses/LICENSE-2.0.txt", links[1].getText() );
assertEquals( "https://www.apache.org/licenses/LICENSE-2.0.txt", links[1].getURLString() );
assertEquals( "https://www.apache.org/licenses/LICENSE-2.0.txt", links[1].getText() );
}
}
Expand Up @@ -27,7 +27,7 @@ under the License.
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
Expand Up @@ -27,7 +27,7 @@ under the License.
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down

0 comments on commit 2e187d0

Please sign in to comment.