Skip to content

Commit 0534c90

Browse files
adding license information
1 parent 9e67107 commit 0534c90

File tree

11 files changed

+38
-9
lines changed

11 files changed

+38
-9
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ItManagedCoherence.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/ Copyright 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.
4+
15
package oracle.kubernetes.operator;
26

37
import oracle.kubernetes.operator.utils.*;

integration-tests/src/test/resources/apps/coherenceapp/build.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright 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.-->
4+
15
<project name="coherence.app" default="build">
26
<description>
37
coherence-cache-config file is under

integration-tests/src/test/resources/apps/coherenceapp/ear/CoherenceApp.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/*
2-
* To change this license header, choose License Headers in Project Properties.
3-
* To change this template file, choose Tools | Templates
4-
* and open the template in the editor.
5-
*/
1+
# Copyright 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.
4+
65
package com.examples.web;
76

87
import java.io.IOException;

integration-tests/src/test/resources/apps/coherenceapp/ear/META-INF/application.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+
Licensed under the Universal Permissive License v 1.0 as shown at
4+
http://oss.oracle.com/licenses/upl.-->
25
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
36
xmlns="http://java.sun.com/xml/ns/javaee" xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd"
47
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"

integration-tests/src/test/resources/apps/coherenceapp/ear/META-INF/weblogic-application.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0"?>
2+
<!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+
Licensed under the Universal Permissive License v 1.0 as shown at
4+
http://oss.oracle.com/licenses/upl.-->
25
<weblogic-application>
36
<module>
47
<!-- this name must match the name given to any individual gars deployed

integration-tests/src/test/resources/apps/coherenceapp/gar/META-INF/cache-config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0"?>
2+
<!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+
Licensed under the Universal Permissive License v 1.0 as shown at
4+
http://oss.oracle.com/licenses/upl.-->
25

36
<!DOCTYPE cache-config SYSTEM "cache-config.dtd">
47

integration-tests/src/test/resources/apps/coherenceapp/gar/META-INF/coherence-application.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2+
<!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+
Licensed under the Universal Permissive License v 1.0 as shown at
4+
http://oss.oracle.com/licenses/upl.-->
25

36
<coherence-application>
47
<cache-configuration-ref>META-INF/cache-config.xml

integration-tests/src/test/resources/apps/coherenceapp/gar/META-INF/pof-config.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0"?>
2-
2+
<!-- Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3+
Licensed under the Universal Permissive License v 1.0 as shown at
4+
http://oss.oracle.com/licenses/upl.-->
35
<!DOCTYPE pof-config SYSTEM "pof-config.dtd">
46
<pof-config>
57
<user-type-list>

integration-tests/src/test/resources/apps/coherenceapp/gar/build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- Copyright 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.-->
14
<project name="coherencegar.app" default="build-gar">
25
<description>
36
coherence-cache-config file is under

integration-tests/src/test/resources/apps/coherenceapp/gar/pof/Contact.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/**
2-
* *
3-
* */
1+
<!-- Copyright 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.-->
4+
45
package com.examples.pof;
56

67
import com.tangosol.io.pof.PofReader;

0 commit comments

Comments
 (0)