Skip to content

Commit 7544bfc

Browse files
authored
removed All rights reserved from copyright (#137)
1 parent e28ebd5 commit 7544bfc

File tree

71 files changed

+71
-71
lines changed

Some content is hidden

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

71 files changed

+71
-71
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, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
1+
Copyright (c) 2017, 2020, Oracle Corporation and/or its affiliates.
22

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

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, Oracle Corporation and/or its affiliates. All rights reserved.
1+
<!-- Copyright (c) 2019, 2020, Oracle Corporation 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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
^// Copyright \(c\) (\d\d\d\d, )+Oracle Corporation and\/or its affiliates\. All rights reserved\.$
1+
^// Copyright \(c\) (\d\d\d\d, )+Oracle Corporation and\/or its affiliates\.$
22
^// Licensed under the Universal Permissive License v 1\.0 as shown at https://oss\.oracle\.com/licenses/upl\.$

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, Oracle Corporation and/or its affiliates. All rights reserved.
1+
<!-- Copyright (c) 2019, 2020, Oracle Corporation 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, Oracle and/or its affiliates. All rights reserved.
5+
@rem Copyright (c) 2019, 2020, 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,5 +1,5 @@
11
#
2-
#Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+
#Copyright (c) 2019, 2020, 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/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, Oracle and/or its affiliates. All rights reserved.
2+
#Copyright (c) 2019, 2020, 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. All rights reserved.
1+
// Copyright (c) 2019, 2020, Oracle Corporation 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, Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2019, 2020, Oracle Corporation 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/cachestore/CacheStore.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. All rights reserved.
1+
// Copyright (c) 2019, 2020, Oracle Corporation 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.cachestore;

0 commit comments

Comments
 (0)