Skip to content

Commit cf93272

Browse files
authored
Unify copyright statement formats and text (#133)
* unified copyright statement formats and text * removed all rights reserved * Removed the word corporation from the copyright statement * fixed license URL for 22 files to HTTPS instead of HTTP
1 parent ed9cfef commit cf93272

File tree

139 files changed

+209
-218
lines changed

Some content is hidden

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

139 files changed

+209
-218
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Copyright (c) 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
1+
Copyright (c) 2017, 2020, Oracle and/or its affiliates.
22

3-
Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44

55
Subject to the condition set forth below, permission is hereby granted to any person obtaining
66
a copy of this software, associated documentation and/or data (collectively the "Software"),

build-helper-mojo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2019, Oracle Corporation and/or its affiliates. All rights reserved.
4-
Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3+
Copyright (c) 2019, Oracle and/or its affiliates.
4+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
-->
66
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
77
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

build-helper-mojo/src/main/java/com/oracle/wls/buildhelper/BuildHelperMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, Oracle Corporation and/or its affiliates.
1+
// Copyright (c) 2020, 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.wls.buildhelper;

build-helper-mojo/src/main/java/com/oracle/wls/buildhelper/CopyExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, Oracle Corporation and/or its affiliates.
1+
// Copyright (c) 2020, 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.wls.buildhelper;

build-helper-mojo/src/main/java/com/oracle/wls/buildhelper/CopyExecutorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, Oracle Corporation and/or its affiliates.
1+
// Copyright (c) 2020, 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.wls.buildhelper;

build-helper-mojo/src/test/java/com/oracle/wls/buildhelper/BuildHelperMojoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, Oracle Corporation and/or its affiliates.
1+
// Copyright (c) 2020, 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.wls.buildhelper;

build-helper-mojo/src/test/java/com/oracle/wls/buildhelper/MojoTestSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, Oracle Corporation and/or its affiliates.
1+
// Copyright (c) 2020, 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.wls.buildhelper;

config_coordinator/COPYRIGHT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2017, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2-
Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
1+
Copyright (c) 2017, 2020, Oracle and/or its affiliates.
2+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of this software and associated documentation files (the

config_coordinator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,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 http://oss.oracle.com/licenses/upl.
1+
# Copyright 2019, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
# Start from a Debian image with the desired version of Go installed
55
# and a workspace (GOPATH) configured at /go.

0 commit comments

Comments
 (0)