You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2021/12/10 13:57:01 UTC

[cayenne] 02/02: Allow "https:" link in the license header

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

ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit e1cc7a7a0800c231b2bc7b28af93f7a9b8a44d16
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Fri Dec 10 16:56:50 2021 +0300

    Allow "https:" link in the license header
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1dde5e2..53bb99e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -923,6 +923,14 @@
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>
 				<configuration>
+					<licenses>
+						<license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20">
+							<notes>Also allow the license url to be https.</notes>
+							<patterns>
+								<pattern>https://www.apache.org/licenses/LICENSE-2.0</pattern>
+							</patterns>
+						</license>
+					</licenses>
 					<excludes>
 						<exclude>build/**/*</exclude>
                         <exclude>**/.*</exclude>