Skip to content

Commit 1b78932

Browse files
pom headers (#49)
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent cf04149 commit 1b78932

File tree

32 files changed

+541
-172
lines changed

32 files changed

+541
-172
lines changed

docs/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
2020
<artifactId>spring-cloud-oci-docs</artifactId>
2121
<version>1.1.0-SNAPSHOT</version>
2222
<packaging>pom</packaging>
23+
24+
<organization>
25+
<name>Oracle America, Inc.</name>
26+
<url>https://www.oracle.com</url>
27+
</organization>
28+
29+
<developers>
30+
<developer>
31+
<name>Oracle</name>
32+
<email>obaas_ww at oracle.com</email>
33+
<organization>Oracle America, Inc.</organization>
34+
<organizationUrl>https://www.oracle.com</organizationUrl>
35+
</developer>
36+
</developers>
37+
2338
<licenses>
2439
<license>
2540
<name>The Universal Permissive License (UPL), Version 1.0</name>

pom.xml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,29 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
2323
<description>Spring Cloud OCI</description>
2424
<url>https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url>
2525

26-
<licenses>
27-
<license>
28-
<name>The Universal Permissive License (UPL), Version 1.0</name>
29-
<url>https://oss.oracle.com/licenses/upl/</url>
30-
<distribution>repo</distribution>
31-
</license>
32-
</licenses>
26+
<organization>
27+
<name>Oracle America, Inc.</name>
28+
<url>https://www.oracle.com</url>
29+
</organization>
3330

3431
<developers>
3532
<developer>
36-
<id>oracle</id>
3733
<name>Oracle</name>
34+
<email>obaas_ww at oracle.com</email>
35+
<organization>Oracle America, Inc.</organization>
3836
<organizationUrl>https://www.oracle.com</organizationUrl>
3937
</developer>
4038
</developers>
4139

40+
<licenses>
41+
<license>
42+
<name>Oracle Free Use Terms and Conditions (FUTC)</name>
43+
<comments>
44+
https://www.oracle.com/downloads/licenses/oracle-free-license.html
45+
</comments>
46+
</license>
47+
</licenses>
48+
4249
<scm>
4350
<url>https://github.com/oracle/spring-cloud-oci</url>
4451
<connection>scm:git:https://github.com/oracle/spring-cloud-oci.git</connection>

spring-cloud-oci-autoconfigure/pom.xml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,29 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1919
<description>Spring Cloud OCI Autoconfigure Module</description>
2020
<url>https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url>
2121

22-
<licenses>
23-
<license>
24-
<name>The Universal Permissive License (UPL), Version 1.0</name>
25-
<url>https://oss.oracle.com/licenses/upl/</url>
26-
<distribution>repo</distribution>
27-
</license>
28-
</licenses>
22+
<organization>
23+
<name>Oracle America, Inc.</name>
24+
<url>https://www.oracle.com</url>
25+
</organization>
2926

3027
<developers>
3128
<developer>
32-
<id>oracle</id>
3329
<name>Oracle</name>
30+
<email>obaas_ww at oracle.com</email>
31+
<organization>Oracle America, Inc.</organization>
3432
<organizationUrl>https://www.oracle.com</organizationUrl>
3533
</developer>
3634
</developers>
3735

36+
<licenses>
37+
<license>
38+
<name>Oracle Free Use Terms and Conditions (FUTC)</name>
39+
<comments>
40+
https://www.oracle.com/downloads/licenses/oracle-free-license.html
41+
</comments>
42+
</license>
43+
</licenses>
44+
3845
<scm>
3946
<url>https://github.com/oracle/spring-cloud-oci</url>
4047
<connection>scm:git:https://github.com/oracle/spring-cloud-oci.git</connection>

spring-cloud-oci-core/pom.xml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,29 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1818
<description>Spring Cloud OCI Core Module</description>
1919
<url>https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url>
2020

21-
<licenses>
22-
<license>
23-
<name>The Universal Permissive License (UPL), Version 1.0</name>
24-
<url>https://oss.oracle.com/licenses/upl/</url>
25-
<distribution>repo</distribution>
26-
</license>
27-
</licenses>
21+
<organization>
22+
<name>Oracle America, Inc.</name>
23+
<url>https://www.oracle.com</url>
24+
</organization>
2825

2926
<developers>
3027
<developer>
31-
<id>oracle</id>
3228
<name>Oracle</name>
29+
<email>obaas_ww at oracle.com</email>
30+
<organization>Oracle America, Inc.</organization>
3331
<organizationUrl>https://www.oracle.com</organizationUrl>
3432
</developer>
3533
</developers>
3634

35+
<licenses>
36+
<license>
37+
<name>Oracle Free Use Terms and Conditions (FUTC)</name>
38+
<comments>
39+
https://www.oracle.com/downloads/licenses/oracle-free-license.html
40+
</comments>
41+
</license>
42+
</licenses>
43+
3744
<scm>
3845
<url>https://github.com/oracle/spring-cloud-oci</url>
3946
<connection>scm:git:https://github.com/oracle/spring-cloud-oci.git</connection>

spring-cloud-oci-function/pom.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,28 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1818
<description>Spring Cloud OCI Function Module</description>
1919
<url>https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url>
2020

21-
<licenses>
22-
<license>
23-
<name>The Universal Permissive License (UPL), Version 1.0</name>
24-
<url>https://oss.oracle.com/licenses/upl/</url>
25-
<distribution>repo</distribution>
26-
</license>
27-
</licenses>
21+
<organization>
22+
<name>Oracle America, Inc.</name>
23+
<url>https://www.oracle.com</url>
24+
</organization>
2825

2926
<developers>
3027
<developer>
31-
<id>oracle</id>
3228
<name>Oracle</name>
29+
<email>obaas_ww at oracle.com</email>
30+
<organization>Oracle America, Inc.</organization>
3331
<organizationUrl>https://www.oracle.com</organizationUrl>
3432
</developer>
3533
</developers>
3634

35+
<licenses>
36+
<license>
37+
<name>The Universal Permissive License (UPL), Version 1.0</name>
38+
<url>https://oss.oracle.com/licenses/upl/</url>
39+
<distribution>repo</distribution>
40+
</license>
41+
</licenses>
42+
3743
<scm>
3844
<url>https://github.com/oracle/spring-cloud-oci</url>
3945
<connection>scm:git:https://github.com/oracle/spring-cloud-oci.git</connection>

spring-cloud-oci-gen-ai/pom.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,28 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1818
<description>Spring Cloud OCI Gen AI Module</description>
1919
<url>https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url>
2020

21-
<licenses>
22-
<license>
23-
<name>The Universal Permissive License (UPL), Version 1.0</name>
24-
<url>https://oss.oracle.com/licenses/upl/</url>
25-
<distribution>repo</distribution>
26-
</license>
27-
</licenses>
21+
<organization>
22+
<name>Oracle America, Inc.</name>
23+
<url>https://www.oracle.com</url>
24+
</organization>
2825

2926
<developers>
3027
<developer>
31-
<id>oracle</id>
3228
<name>Oracle</name>
29+
<email>obaas_ww at oracle.com</email>
30+
<organization>Oracle America, Inc.</organization>
3331
<organizationUrl>https://www.oracle.com</organizationUrl>
3432
</developer>
3533
</developers>
3634

35+
<licenses>
36+
<license>
37+
<name>The Universal Permissive License (UPL), Version 1.0</name>
38+
<url>https://oss.oracle.com/licenses/upl/</url>
39+
<distribution>repo</distribution>
40+
</license>
41+
</licenses>
42+
3743
<scm>
3844
<url>https://github.com/oracle/spring-cloud-oci</url>
3945
<connection>scm:git:https://github.com/oracle/spring-cloud-oci.git</connection>

spring-cloud-oci-logging/pom.xml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,27 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1818
<description>Spring Cloud OCI Logging Module</description>
1919
<url>https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url>
2020

21-
<licenses>
22-
<license>
23-
<name>The Universal Permissive License (UPL), Version 1.0</name>
24-
<url>https://oss.oracle.com/licenses/upl/</url>
25-
<distribution>repo</distribution>
26-
</license>
27-
</licenses>
21+
<organization>
22+
<name>Oracle America, Inc.</name>
23+
<url>https://www.oracle.com</url>
24+
</organization>
2825

2926
<developers>
3027
<developer>
31-
<id>oracle</id>
3228
<name>Oracle</name>
29+
<email>obaas_ww at oracle.com</email>
30+
<organization>Oracle America, Inc.</organization>
3331
<organizationUrl>https://www.oracle.com</organizationUrl>
3432
</developer>
3533
</developers>
3634

35+
<licenses>
36+
<license>
37+
<name>The Universal Permissive License (UPL), Version 1.0</name>
38+
<url>https://oss.oracle.com/licenses/upl/</url>
39+
<distribution>repo</distribution>
40+
</license>
41+
</licenses>
3742
<scm>
3843
<url>https://github.com/oracle/spring-cloud-oci</url>
3944
<connection>scm:git:https://github.com/oracle/spring-cloud-oci.git</connection>

spring-cloud-oci-notification/pom.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,28 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1818
<description>Spring Cloud OCI Notification Module</description>
1919
<url>https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url>
2020

21-
<licenses>
22-
<license>
23-
<name>The Universal Permissive License (UPL), Version 1.0</name>
24-
<url>https://oss.oracle.com/licenses/upl/</url>
25-
<distribution>repo</distribution>
26-
</license>
27-
</licenses>
21+
<organization>
22+
<name>Oracle America, Inc.</name>
23+
<url>https://www.oracle.com</url>
24+
</organization>
2825

2926
<developers>
3027
<developer>
31-
<id>oracle</id>
3228
<name>Oracle</name>
29+
<email>obaas_ww at oracle.com</email>
30+
<organization>Oracle America, Inc.</organization>
3331
<organizationUrl>https://www.oracle.com</organizationUrl>
3432
</developer>
3533
</developers>
3634

35+
<licenses>
36+
<license>
37+
<name>The Universal Permissive License (UPL), Version 1.0</name>
38+
<url>https://oss.oracle.com/licenses/upl/</url>
39+
<distribution>repo</distribution>
40+
</license>
41+
</licenses>
42+
3743
<scm>
3844
<url>https://github.com/oracle/spring-cloud-oci</url>
3945
<connection>scm:git:https://github.com/oracle/spring-cloud-oci.git</connection>

spring-cloud-oci-queue/pom.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,28 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1818
<description>Spring Cloud OCI Queue Module</description>
1919
<url>https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url>
2020

21-
<licenses>
22-
<license>
23-
<name>The Universal Permissive License (UPL), Version 1.0</name>
24-
<url>https://oss.oracle.com/licenses/upl/</url>
25-
<distribution>repo</distribution>
26-
</license>
27-
</licenses>
21+
<organization>
22+
<name>Oracle America, Inc.</name>
23+
<url>https://www.oracle.com</url>
24+
</organization>
2825

2926
<developers>
3027
<developer>
31-
<id>oracle</id>
3228
<name>Oracle</name>
29+
<email>obaas_ww at oracle.com</email>
30+
<organization>Oracle America, Inc.</organization>
3331
<organizationUrl>https://www.oracle.com</organizationUrl>
3432
</developer>
3533
</developers>
3634

35+
<licenses>
36+
<license>
37+
<name>The Universal Permissive License (UPL), Version 1.0</name>
38+
<url>https://oss.oracle.com/licenses/upl/</url>
39+
<distribution>repo</distribution>
40+
</license>
41+
</licenses>
42+
3743
<scm>
3844
<url>https://github.com/oracle/spring-cloud-oci</url>
3945
<connection>scm:git:https://github.com/oracle/spring-cloud-oci.git</connection>

spring-cloud-oci-samples/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1212
<groupId>com.oracle.cloud.spring</groupId>
1313
<version>1.1.0-SNAPSHOT</version>
1414
</parent>
15+
16+
<organization>
17+
<name>Oracle America, Inc.</name>
18+
<url>https://www.oracle.com</url>
19+
</organization>
20+
21+
<developers>
22+
<developer>
23+
<name>Oracle</name>
24+
<email>obaas_ww at oracle.com</email>
25+
<organization>Oracle America, Inc.</organization>
26+
<organizationUrl>https://www.oracle.com</organizationUrl>
27+
</developer>
28+
</developers>
29+
30+
<licenses>
31+
<license>
32+
<name>Oracle Free Use Terms and Conditions (FUTC)</name>
33+
<comments>
34+
https://www.oracle.com/downloads/licenses/oracle-free-license.html
35+
</comments>
36+
</license>
37+
</licenses>
38+
1539
<modelVersion>4.0.0</modelVersion>
1640
<packaging>pom</packaging>
1741
<modules>

0 commit comments

Comments
 (0)