Skip to content

Commit 245779f

Browse files
authored
removed Corporation from copyright statement per Oracle Legal (#234)
1 parent 0304911 commit 245779f

File tree

124 files changed

+126
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+126
-129
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, 2020, Oracle Corporation and/or its affiliates.
1+
Copyright (c) 2017, 2021, Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

README.md

Lines changed: 1 addition & 1 deletion

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) 2019, 2020, Oracle Corporation and/or its affiliates.
1+
<!-- Copyright (c) 2019, 2021, Oracle and/or its affiliates.
22
Licensed under the Universal Permissive License v 1.0 as shown at
33
https://oss.oracle.com/licenses/upl. -->
44
<project>

build-tools/src/main/resources/weblogic-image-tool/checkstyle/customized_google_checks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</module>
4242

4343
<module name="RegexpHeader">
44-
<property name="header" value="^// Copyright \(c\) (\d\d\d\d, )+Oracle Corporation and\/or its affiliates\.$\n^// Licensed under the Universal Permissive License v 1\.0 as shown at https://oss\.oracle\.com/licenses/upl\.$"/>
44+
<property name="header" value="^// Copyright \(c\) (\d\d\d\d, )+Oracle and\/or its affiliates\.$\n^// Licensed under the Universal Permissive License v 1\.0 as shown at https://oss\.oracle\.com/licenses/upl\.$"/>
4545
<property name="fileExtensions" value="java"/>
4646
</module>
4747

imagetool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) 2019, 2020, Oracle Corporation and/or its affiliates.
1+
<!-- Copyright (c) 2019, 2021, Oracle and/or its affiliates.
22
Licensed under the Universal Permissive License v 1.0 as shown at
33
https://oss.oracle.com/licenses/upl. -->
44
<project xmlns="http://maven.apache.org/POM/4.0.0"

imagetool/src/main/bin/imagetool.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@rem **************************************************************************
33
@rem imagetool.cmd
44
@rem
5-
@rem Copyright (c) 2019, 2020, Oracle and/or its affiliates.
5+
@rem Copyright (c) 2019, 2021, Oracle and/or its affiliates.
66
@rem Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
77

88
IF "%JAVA_HOME%" == "" (

imagetool/src/main/bin/imagetool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
#Copyright (c) 2019, 2020, Oracle and/or its affiliates.
3+
#Copyright (c) 2019, 2021, Oracle and/or its affiliates.
44
#
55
#Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
66
#

imagetool/src/main/bin/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
#Copyright (c) 2019, 2020, Oracle and/or its affiliates.
2+
#Copyright (c) 2019, 2021, Oracle and/or its affiliates.
33
#
44
#Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
#

imagetool/src/main/java/com/oracle/weblogic/imagetool/api/model/CachedFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019, 2020, Oracle Corporation and/or its affiliates.
1+
// Copyright (c) 2019, 2021, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package com.oracle.weblogic.imagetool.api.model;

imagetool/src/main/java/com/oracle/weblogic/imagetool/api/model/CommandResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019, 2020, Oracle Corporation and/or its affiliates.
1+
// Copyright (c) 2019, 2021, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package com.oracle.weblogic.imagetool.api.model;

0 commit comments

Comments
 (0)