Skip to content

Commit 810beb6

Browse files
committed
Correct pom file header
1 parent ad8044c commit 810beb6

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

kubernetes/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<!-- Copyright 2017, Oracle Corporation. All Rights Reserved. -->
2-
<!-- This is unreleased proprietary source code of Oracle Corporation -->
1+
<!-- Copyright 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
Licensed under the Universal Permissive License v 1.0 as shown at
3+
http://oss.oracle.com/licenses/upl. -->
34
<project xmlns="http://maven.apache.org/POM/4.0.0"
45
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
56
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

model/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<!-- Copyright 2017, Oracle Corporation. All Rights Reserved. -->
2-
<!-- This is unreleased proprietary source code of Oracle Corporation -->
1+
<!-- Copyright 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
Licensed under the Universal Permissive License v 1.0 as shown at
3+
http://oss.oracle.com/licenses/upl. -->
34
<project xmlns="http://maven.apache.org/POM/4.0.0"
45
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
56
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

operator/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<!-- Copyright 2017, Oracle Corporation. All Rights Reserved. -->
2-
<!-- This is unreleased proprietary source code of Oracle Corporation -->
1+
<!-- Copyright 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
Licensed under the Universal Permissive License v 1.0 as shown at
3+
http://oss.oracle.com/licenses/upl. -->
34
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
45
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
56
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<!-- Copyright 2017, 2018, Oracle Corporation. All Rights Reserved. -->
2-
<!-- This is unreleased proprietary source code of Oracle Corporation -->
1+
<!-- Copyright 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
Licensed under the Universal Permissive License v 1.0 as shown at
3+
http://oss.oracle.com/licenses/upl. -->
34
<project xmlns="http://maven.apache.org/POM/4.0.0"
45
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
56
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

swagger/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<!-- Copyright 2017, Oracle Corporation. All Rights Reserved. -->
2-
<!-- This is unreleased proprietary source code of Oracle Corporation -->
1+
<!-- Copyright 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
Licensed under the Universal Permissive License v 1.0 as shown at
3+
http://oss.oracle.com/licenses/upl. -->
34
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
45
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
56
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)