Skip to content

Commit 92faf55

Browse files
updated license informations in POM files back to original value (#1830)
1 parent 0e7376a commit 92faf55

File tree

20 files changed

+40
-60
lines changed

20 files changed

+40
-60
lines changed

env/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727

2828
<licenses>
2929
<license>
30-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
31-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
32-
<distribution>repo</distribution>
30+
<name>The Apache Software License, Version 2.0</name>
31+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3332
</license>
3433
</licenses>
3534

java-api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727

2828
<licenses>
2929
<license>
30-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
31-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
32-
<distribution>repo</distribution>
30+
<name>The Apache Software License, Version 2.0</name>
31+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3332
</license>
3433
</licenses>
3534

java-security-it/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626

2727
<licenses>
2828
<license>
29-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
30-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
31-
<distribution>repo</distribution>
29+
<name>The Apache Software License, Version 2.0</name>
30+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3231
</license>
3332
</licenses>
3433

java-security-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727

2828
<licenses>
2929
<license>
30-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
31-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
32-
<distribution>repo</distribution>
30+
<name>The Apache Software License, Version 2.0</name>
31+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3332
</license>
3433
</licenses>
3534

java-security/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727

2828
<licenses>
2929
<license>
30-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
31-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
32-
<distribution>repo</distribution>
30+
<name>The Apache Software License, Version 2.0</name>
31+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3332
</license>
3433
</licenses>
3534

samples/java-security-usage-ias/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919

2020
<licenses>
2121
<license>
22-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
23-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
24-
<distribution>repo</distribution>
22+
<name>The Apache Software License, Version 2.0</name>
23+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
2524
</license>
2625
</licenses>
2726

samples/java-security-usage/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434

3535
<licenses>
3636
<license>
37-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
38-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
39-
<distribution>repo</distribution>
37+
<name>The Apache Software License, Version 2.0</name>
38+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
4039
</license>
4140
</licenses>
4241

samples/java-tokenclient-usage/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919

2020
<licenses>
2121
<license>
22-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
23-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
24-
<distribution>repo</distribution>
22+
<name>The Apache Software License, Version 2.0</name>
23+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
2524
</license>
2625
</licenses>
2726

samples/sap-java-buildpack-api-usage/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919

2020
<licenses>
2121
<license>
22-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
23-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
24-
<distribution>repo</distribution>
22+
<name>The Apache Software License, Version 2.0</name>
23+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
2524
</license>
2625
</licenses>
2726

samples/spring-security-basic-auth/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626

2727
<licenses>
2828
<license>
29-
<name>SAP DEVELOPER LICENSE AGREEMENT</name>
30-
<url>https://tools.hana.ondemand.com/developer-license-3_2.txt</url>
31-
<distribution>repo</distribution>
29+
<name>The Apache Software License, Version 2.0</name>
30+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3231
</license>
3332
</licenses>
3433

0 commit comments

Comments
 (0)