diff --git a/LICENSE.txt b/LICENSE.txt index 2b817fa0c5..9bbb496ab9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,5 @@ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The Universal Permissive License (UPL), Version 1.0 diff --git a/core/pom.xml b/core/pom.xml index a41eb8ff89..d26d91d1a4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,6 +1,6 @@ diff --git a/core/src/main/antlr4/oracle/weblogic/deploy/json/JSON.g4 b/core/src/main/antlr4/oracle/weblogic/deploy/json/JSON.g4 index 879a73dbfe..d9ca70152b 100644 --- a/core/src/main/antlr4/oracle/weblogic/deploy/json/JSON.g4 +++ b/core/src/main/antlr4/oracle/weblogic/deploy/json/JSON.g4 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. * The Universal Permissive License (UPL), Version 1.0 * * Credits: @@ -63,4 +63,4 @@ fragment EXP // \- since - means "range" inside [...] WS : [ \t\n\r] + -> skip - ; \ No newline at end of file + ; diff --git a/core/src/main/antlr4/oracle/weblogic/deploy/yaml/Yaml.g4 b/core/src/main/antlr4/oracle/weblogic/deploy/yaml/Yaml.g4 index 2ca498cdac..ff7bc4deca 100644 --- a/core/src/main/antlr4/oracle/weblogic/deploy/yaml/Yaml.g4 +++ b/core/src/main/antlr4/oracle/weblogic/deploy/yaml/Yaml.g4 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. * The Universal Permissive License (UPL), Version 1.0 */ grammar Yaml; diff --git a/core/src/main/java/oracle/weblogic/deploy/aliases/AliasException.java b/core/src/main/java/oracle/weblogic/deploy/aliases/AliasException.java index 6c231c02f3..a0308c6c33 100644 --- a/core/src/main/java/oracle/weblogic/deploy/aliases/AliasException.java +++ b/core/src/main/java/oracle/weblogic/deploy/aliases/AliasException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.aliases; diff --git a/core/src/main/java/oracle/weblogic/deploy/aliases/TypeUtils.java b/core/src/main/java/oracle/weblogic/deploy/aliases/TypeUtils.java index 7b4a81a956..29f346599c 100644 --- a/core/src/main/java/oracle/weblogic/deploy/aliases/TypeUtils.java +++ b/core/src/main/java/oracle/weblogic/deploy/aliases/TypeUtils.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.aliases; diff --git a/core/src/main/java/oracle/weblogic/deploy/aliases/VersionException.java b/core/src/main/java/oracle/weblogic/deploy/aliases/VersionException.java index c9b87b4a2b..7611ebc28d 100644 --- a/core/src/main/java/oracle/weblogic/deploy/aliases/VersionException.java +++ b/core/src/main/java/oracle/weblogic/deploy/aliases/VersionException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.aliases; diff --git a/core/src/main/java/oracle/weblogic/deploy/aliases/VersionUtils.java b/core/src/main/java/oracle/weblogic/deploy/aliases/VersionUtils.java index abc76dc2e6..85ebad2e98 100644 --- a/core/src/main/java/oracle/weblogic/deploy/aliases/VersionUtils.java +++ b/core/src/main/java/oracle/weblogic/deploy/aliases/VersionUtils.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.aliases; diff --git a/core/src/main/java/oracle/weblogic/deploy/aliases/package-info.java b/core/src/main/java/oracle/weblogic/deploy/aliases/package-info.java index cad7ef1fc2..4f814ddd1e 100644 --- a/core/src/main/java/oracle/weblogic/deploy/aliases/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/aliases/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * Alias system-related classes. diff --git a/core/src/main/java/oracle/weblogic/deploy/create/CreateException.java b/core/src/main/java/oracle/weblogic/deploy/create/CreateException.java index f94aec7ed7..feb01bc4aa 100644 --- a/core/src/main/java/oracle/weblogic/deploy/create/CreateException.java +++ b/core/src/main/java/oracle/weblogic/deploy/create/CreateException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.create; diff --git a/core/src/main/java/oracle/weblogic/deploy/create/RCURunner.java b/core/src/main/java/oracle/weblogic/deploy/create/RCURunner.java index 34c8755447..ad50781ab6 100644 --- a/core/src/main/java/oracle/weblogic/deploy/create/RCURunner.java +++ b/core/src/main/java/oracle/weblogic/deploy/create/RCURunner.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.create; diff --git a/core/src/main/java/oracle/weblogic/deploy/create/package-info.java b/core/src/main/java/oracle/weblogic/deploy/create/package-info.java index fe9862b570..daf598f7e7 100644 --- a/core/src/main/java/oracle/weblogic/deploy/create/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/create/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * Domain creation-related classes. diff --git a/core/src/main/java/oracle/weblogic/deploy/deploy/DeployException.java b/core/src/main/java/oracle/weblogic/deploy/deploy/DeployException.java index 0c68547bdb..07077e6864 100644 --- a/core/src/main/java/oracle/weblogic/deploy/deploy/DeployException.java +++ b/core/src/main/java/oracle/weblogic/deploy/deploy/DeployException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.deploy; diff --git a/core/src/main/java/oracle/weblogic/deploy/deploy/package-info.java b/core/src/main/java/oracle/weblogic/deploy/deploy/package-info.java index ae5cd78764..934f60a83b 100644 --- a/core/src/main/java/oracle/weblogic/deploy/deploy/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/deploy/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * Application and resource deployment-related classes. diff --git a/core/src/main/java/oracle/weblogic/deploy/discover/DiscoverException.java b/core/src/main/java/oracle/weblogic/deploy/discover/DiscoverException.java index a13e82ad4a..52899eceaa 100644 --- a/core/src/main/java/oracle/weblogic/deploy/discover/DiscoverException.java +++ b/core/src/main/java/oracle/weblogic/deploy/discover/DiscoverException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.discover; diff --git a/core/src/main/java/oracle/weblogic/deploy/discover/package-info.java b/core/src/main/java/oracle/weblogic/deploy/discover/package-info.java index c7418f55d3..333fe28f2b 100644 --- a/core/src/main/java/oracle/weblogic/deploy/discover/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/discover/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * Domain discovery-related classes. diff --git a/core/src/main/java/oracle/weblogic/deploy/encrypt/EncryptionException.java b/core/src/main/java/oracle/weblogic/deploy/encrypt/EncryptionException.java index 99b5432b23..88b13bd647 100644 --- a/core/src/main/java/oracle/weblogic/deploy/encrypt/EncryptionException.java +++ b/core/src/main/java/oracle/weblogic/deploy/encrypt/EncryptionException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.encrypt; diff --git a/core/src/main/java/oracle/weblogic/deploy/encrypt/EncryptionUtils.java b/core/src/main/java/oracle/weblogic/deploy/encrypt/EncryptionUtils.java index 87e19c4899..c33d0175b9 100644 --- a/core/src/main/java/oracle/weblogic/deploy/encrypt/EncryptionUtils.java +++ b/core/src/main/java/oracle/weblogic/deploy/encrypt/EncryptionUtils.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.encrypt; diff --git a/core/src/main/java/oracle/weblogic/deploy/encrypt/package-info.java b/core/src/main/java/oracle/weblogic/deploy/encrypt/package-info.java index 16f672c5d1..618a5cc5a0 100644 --- a/core/src/main/java/oracle/weblogic/deploy/encrypt/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/encrypt/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * Encryption-related classes and exceptions. diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/BundleAwareException.java b/core/src/main/java/oracle/weblogic/deploy/exception/BundleAwareException.java index d45d229a7b..4b8b5341ee 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/BundleAwareException.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/BundleAwareException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.exception; diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/ExceptionHelper.java b/core/src/main/java/oracle/weblogic/deploy/exception/ExceptionHelper.java index 6fc778ecc1..611ff34402 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/ExceptionHelper.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/ExceptionHelper.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.exception; diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/PyAttributeErrorException.java b/core/src/main/java/oracle/weblogic/deploy/exception/PyAttributeErrorException.java index ba5dd2c56e..fda472aaec 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/PyAttributeErrorException.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/PyAttributeErrorException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.exception; diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/PyBaseException.java b/core/src/main/java/oracle/weblogic/deploy/exception/PyBaseException.java index 051c8fdaef..68372d85dd 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/PyBaseException.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/PyBaseException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.exception; diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/PyIOErrorException.java b/core/src/main/java/oracle/weblogic/deploy/exception/PyIOErrorException.java index 9450c46013..330d87da0e 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/PyIOErrorException.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/PyIOErrorException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.exception; diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/PyKeyErrorException.java b/core/src/main/java/oracle/weblogic/deploy/exception/PyKeyErrorException.java index 605b3bef53..f1c1e08146 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/PyKeyErrorException.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/PyKeyErrorException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.exception; diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/PyTypeErrorException.java b/core/src/main/java/oracle/weblogic/deploy/exception/PyTypeErrorException.java index b3177bcc88..64cd2148ee 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/PyTypeErrorException.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/PyTypeErrorException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.exception; diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/PyValueErrorException.java b/core/src/main/java/oracle/weblogic/deploy/exception/PyValueErrorException.java index 82cd79697b..c51f86bba4 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/PyValueErrorException.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/PyValueErrorException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.exception; diff --git a/core/src/main/java/oracle/weblogic/deploy/exception/package-info.java b/core/src/main/java/oracle/weblogic/deploy/exception/package-info.java index b6d2999fa4..bf1a7b1fa6 100644 --- a/core/src/main/java/oracle/weblogic/deploy/exception/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/exception/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * Exception-related classes and exceptions. diff --git a/core/src/main/java/oracle/weblogic/deploy/json/AbstractJsonTranslator.java b/core/src/main/java/oracle/weblogic/deploy/json/AbstractJsonTranslator.java index 9da7ee2ef1..1ccf3f4571 100644 --- a/core/src/main/java/oracle/weblogic/deploy/json/AbstractJsonTranslator.java +++ b/core/src/main/java/oracle/weblogic/deploy/json/AbstractJsonTranslator.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.json; diff --git a/core/src/main/java/oracle/weblogic/deploy/json/JsonErrorListener.java b/core/src/main/java/oracle/weblogic/deploy/json/JsonErrorListener.java index dd64ea764b..70ccfea90c 100644 --- a/core/src/main/java/oracle/weblogic/deploy/json/JsonErrorListener.java +++ b/core/src/main/java/oracle/weblogic/deploy/json/JsonErrorListener.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.json; diff --git a/core/src/main/java/oracle/weblogic/deploy/json/JsonException.java b/core/src/main/java/oracle/weblogic/deploy/json/JsonException.java index f582717ef3..aefffb834d 100644 --- a/core/src/main/java/oracle/weblogic/deploy/json/JsonException.java +++ b/core/src/main/java/oracle/weblogic/deploy/json/JsonException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.json; diff --git a/core/src/main/java/oracle/weblogic/deploy/json/JsonStreamTranslator.java b/core/src/main/java/oracle/weblogic/deploy/json/JsonStreamTranslator.java index 7c97d52750..be876664da 100644 --- a/core/src/main/java/oracle/weblogic/deploy/json/JsonStreamTranslator.java +++ b/core/src/main/java/oracle/weblogic/deploy/json/JsonStreamTranslator.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.json; diff --git a/core/src/main/java/oracle/weblogic/deploy/json/JsonTranslator.java b/core/src/main/java/oracle/weblogic/deploy/json/JsonTranslator.java index a6a3c6acb9..4758d2f3d4 100644 --- a/core/src/main/java/oracle/weblogic/deploy/json/JsonTranslator.java +++ b/core/src/main/java/oracle/weblogic/deploy/json/JsonTranslator.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.json; diff --git a/core/src/main/java/oracle/weblogic/deploy/json/package-info.java b/core/src/main/java/oracle/weblogic/deploy/json/package-info.java index ee4d1a7bca..b4dacc9bd5 100644 --- a/core/src/main/java/oracle/weblogic/deploy/json/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/json/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * JSON Parser-related classes. diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/PlatformLogger.java b/core/src/main/java/oracle/weblogic/deploy/logging/PlatformLogger.java index 8e56d08b8d..89424bbfd0 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/PlatformLogger.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/PlatformLogger.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logging; diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/SummaryHandler.java b/core/src/main/java/oracle/weblogic/deploy/logging/SummaryHandler.java index d6cb102a45..ae4c0d0f35 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/SummaryHandler.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/SummaryHandler.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logging; diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployCustomizeLoggingConfig.java b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployCustomizeLoggingConfig.java index b17756916e..a0e15f7a81 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployCustomizeLoggingConfig.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployCustomizeLoggingConfig.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logging; diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogEndHandler.java b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogEndHandler.java index dcb029f7f4..3e310fabbd 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogEndHandler.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogEndHandler.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logging; diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogFactory.java b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogFactory.java index 28874b3552..01e258e1ec 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogFactory.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogFactory.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logging; diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogFormatter.java b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogFormatter.java index 12fee81b9b..2232c14035 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogFormatter.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLogFormatter.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logging; diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLoggingConfig.java b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLoggingConfig.java index a813463e4e..b8c32ffb01 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLoggingConfig.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLoggingConfig.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logging; diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLoggingConsoleHandler.java b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLoggingConsoleHandler.java index a967a5c551..3c2d2782f0 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLoggingConsoleHandler.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployLoggingConsoleHandler.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logging; diff --git a/core/src/main/java/oracle/weblogic/deploy/logging/package-info.java b/core/src/main/java/oracle/weblogic/deploy/logging/package-info.java index 33ffea1bb8..1c21c86ace 100644 --- a/core/src/main/java/oracle/weblogic/deploy/logging/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/logging/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * The logging subsystem classes. diff --git a/core/src/main/java/oracle/weblogic/deploy/util/CLAException.java b/core/src/main/java/oracle/weblogic/deploy/util/CLAException.java index 54e2d52bde..8cbac1bf32 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/CLAException.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/CLAException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/CLAUtils.java b/core/src/main/java/oracle/weblogic/deploy/util/CLAUtils.java index 9efd37351a..91c7e6e902 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/CLAUtils.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/CLAUtils.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/CustomBeanUtils.java b/core/src/main/java/oracle/weblogic/deploy/util/CustomBeanUtils.java index bd827b663b..8c005b848b 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/CustomBeanUtils.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/CustomBeanUtils.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/FileUtils.java b/core/src/main/java/oracle/weblogic/deploy/util/FileUtils.java index ce63e19edf..518289cedf 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/FileUtils.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/FileUtils.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/ParsingErrorListener.java b/core/src/main/java/oracle/weblogic/deploy/util/ParsingErrorListener.java index 68ba764daa..c906b68db1 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/ParsingErrorListener.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/ParsingErrorListener.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/ProcessHandler.java b/core/src/main/java/oracle/weblogic/deploy/util/ProcessHandler.java index f2e00ec0ea..cdbd4be563 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/ProcessHandler.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/ProcessHandler.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/PyOrderedDict.java b/core/src/main/java/oracle/weblogic/deploy/util/PyOrderedDict.java index 9c62fa9080..75079ab8ae 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/PyOrderedDict.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/PyOrderedDict.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/PyWLSTException.java b/core/src/main/java/oracle/weblogic/deploy/util/PyWLSTException.java index 17fdddcd33..1b353f0152 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/PyWLSTException.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/PyWLSTException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/ScriptRunner.java b/core/src/main/java/oracle/weblogic/deploy/util/ScriptRunner.java index 67165b49af..c22e5b1fc7 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/ScriptRunner.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/ScriptRunner.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/ScriptRunnerException.java b/core/src/main/java/oracle/weblogic/deploy/util/ScriptRunnerException.java index 7272b372c1..54c6d10387 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/ScriptRunnerException.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/ScriptRunnerException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/StringUtils.java b/core/src/main/java/oracle/weblogic/deploy/util/StringUtils.java index 66c80fd869..a8b1de288c 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/StringUtils.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/StringUtils.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/TranslateException.java b/core/src/main/java/oracle/weblogic/deploy/util/TranslateException.java index a145554a2d..1f8143bbb4 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/TranslateException.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/TranslateException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/VariableException.java b/core/src/main/java/oracle/weblogic/deploy/util/VariableException.java index d31bc360b1..dafd9ef316 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/VariableException.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/VariableException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java index 350ae8d037..f28181d8cb 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchiveIOException.java b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchiveIOException.java index af85e98836..bd99e1c531 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchiveIOException.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchiveIOException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployContext.java b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployContext.java index 7f6a6558ed..f48a968867 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployContext.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployContext.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployExit.java b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployExit.java index 0ff3aea277..eb6ff3d057 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployExit.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployExit.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployZipFile.java b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployZipFile.java index 2fc33411b5..1b1162d85c 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployZipFile.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/WLSDeployZipFile.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/java/oracle/weblogic/deploy/util/package-info.java b/core/src/main/java/oracle/weblogic/deploy/util/package-info.java index 155b2042dd..7b01fc65b1 100644 --- a/core/src/main/java/oracle/weblogic/deploy/util/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/util/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * Utility classes used by the core tools. diff --git a/core/src/main/java/oracle/weblogic/deploy/validate/ValidateException.java b/core/src/main/java/oracle/weblogic/deploy/validate/ValidateException.java index 8aa3da38f2..36a0eb6eaa 100644 --- a/core/src/main/java/oracle/weblogic/deploy/validate/ValidateException.java +++ b/core/src/main/java/oracle/weblogic/deploy/validate/ValidateException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.validate; diff --git a/core/src/main/java/oracle/weblogic/deploy/validate/package-info.java b/core/src/main/java/oracle/weblogic/deploy/validate/package-info.java index ce296d7a10..f0f15d1681 100644 --- a/core/src/main/java/oracle/weblogic/deploy/validate/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/validate/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * Validation system-related classes. diff --git a/core/src/main/java/oracle/weblogic/deploy/yaml/AbstractYamlTranslator.java b/core/src/main/java/oracle/weblogic/deploy/yaml/AbstractYamlTranslator.java index e41b2f91e1..f7a29dfd26 100644 --- a/core/src/main/java/oracle/weblogic/deploy/yaml/AbstractYamlTranslator.java +++ b/core/src/main/java/oracle/weblogic/deploy/yaml/AbstractYamlTranslator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.yaml; diff --git a/core/src/main/java/oracle/weblogic/deploy/yaml/YamlErrorListener.java b/core/src/main/java/oracle/weblogic/deploy/yaml/YamlErrorListener.java index 3ac785b2c7..7203ca86ed 100644 --- a/core/src/main/java/oracle/weblogic/deploy/yaml/YamlErrorListener.java +++ b/core/src/main/java/oracle/weblogic/deploy/yaml/YamlErrorListener.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.yaml; diff --git a/core/src/main/java/oracle/weblogic/deploy/yaml/YamlException.java b/core/src/main/java/oracle/weblogic/deploy/yaml/YamlException.java index 0af20b8713..10512084a7 100644 --- a/core/src/main/java/oracle/weblogic/deploy/yaml/YamlException.java +++ b/core/src/main/java/oracle/weblogic/deploy/yaml/YamlException.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.yaml; diff --git a/core/src/main/java/oracle/weblogic/deploy/yaml/YamlStreamTranslator.java b/core/src/main/java/oracle/weblogic/deploy/yaml/YamlStreamTranslator.java index 3af7190973..1a380c5160 100644 --- a/core/src/main/java/oracle/weblogic/deploy/yaml/YamlStreamTranslator.java +++ b/core/src/main/java/oracle/weblogic/deploy/yaml/YamlStreamTranslator.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.yaml; diff --git a/core/src/main/java/oracle/weblogic/deploy/yaml/YamlTranslator.java b/core/src/main/java/oracle/weblogic/deploy/yaml/YamlTranslator.java index 528bc0df15..878004ef71 100644 --- a/core/src/main/java/oracle/weblogic/deploy/yaml/YamlTranslator.java +++ b/core/src/main/java/oracle/weblogic/deploy/yaml/YamlTranslator.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.yaml; diff --git a/core/src/main/java/oracle/weblogic/deploy/yaml/package-info.java b/core/src/main/java/oracle/weblogic/deploy/yaml/package-info.java index f79d07c282..1896da9132 100644 --- a/core/src/main/java/oracle/weblogic/deploy/yaml/package-info.java +++ b/core/src/main/java/oracle/weblogic/deploy/yaml/package-info.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ /** * The YAML parser and translation classes. diff --git a/core/src/main/python/__init__.py b/core/src/main/python/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/__init__.py +++ b/core/src/main/python/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/create.py b/core/src/main/python/create.py index 749682b3cc..8ed04920e7 100644 --- a/core/src/main/python/create.py +++ b/core/src/main/python/create.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The main module for the WLSDeploy tool to create empty domains. """ diff --git a/core/src/main/python/deploy.py b/core/src/main/python/deploy.py index becd47a455..b28b97e1e5 100644 --- a/core/src/main/python/deploy.py +++ b/core/src/main/python/deploy.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The entry point for the deployApps tool. """ diff --git a/core/src/main/python/discover.py b/core/src/main/python/discover.py index 29a6ea4cdf..9f44390b6b 100644 --- a/core/src/main/python/discover.py +++ b/core/src/main/python/discover.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The entry point for the discoverDomain tool. """ diff --git a/core/src/main/python/encrypt.py b/core/src/main/python/encrypt.py index 8f71599768..dab91aa76f 100644 --- a/core/src/main/python/encrypt.py +++ b/core/src/main/python/encrypt.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The main module for the WLSDeploy tool to encrypt passwords. """ diff --git a/core/src/main/python/update.py b/core/src/main/python/update.py index cf8fe8749f..655a01c48c 100644 --- a/core/src/main/python/update.py +++ b/core/src/main/python/update.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The entry point for the updateDomain tool. """ diff --git a/core/src/main/python/validate.py b/core/src/main/python/validate.py index 220b74bf8b..826f34e26b 100644 --- a/core/src/main/python/validate.py +++ b/core/src/main/python/validate.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The WLS Deploy tooling entry point for the validateModel tool. """ diff --git a/core/src/main/python/variable_inject.py b/core/src/main/python/variable_inject.py index 4edeaab9ac..eb0c79f796 100644 --- a/core/src/main/python/variable_inject.py +++ b/core/src/main/python/variable_inject.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The entry point for the discoverDomain tool. """ diff --git a/core/src/main/python/wlsdeploy/__init__.py b/core/src/main/python/wlsdeploy/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/__init__.py +++ b/core/src/main/python/wlsdeploy/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/aliases/__init__.py b/core/src/main/python/wlsdeploy/aliases/__init__.py index 5aeb63790f..89a5c946ab 100644 --- a/core/src/main/python/wlsdeploy/aliases/__init__.py +++ b/core/src/main/python/wlsdeploy/aliases/__init__.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. This package provides the WLST knowledge base used by the rest of the code to understand how to perform their work across WebLogic versions and WLST modes. diff --git a/core/src/main/python/wlsdeploy/aliases/alias_constants.py b/core/src/main/python/wlsdeploy/aliases/alias_constants.py index 0dcdcf6073..3cd89c483a 100644 --- a/core/src/main/python/wlsdeploy/aliases/alias_constants.py +++ b/core/src/main/python/wlsdeploy/aliases/alias_constants.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. These constants are internal to the aliases module and should not be used, as they are not part of the public API. """ diff --git a/core/src/main/python/wlsdeploy/aliases/alias_entries.py b/core/src/main/python/wlsdeploy/aliases/alias_entries.py index 988e7d6956..c214619280 100644 --- a/core/src/main/python/wlsdeploy/aliases/alias_entries.py +++ b/core/src/main/python/wlsdeploy/aliases/alias_entries.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import copy diff --git a/core/src/main/python/wlsdeploy/aliases/alias_jvmargs.py b/core/src/main/python/wlsdeploy/aliases/alias_jvmargs.py index 35f22f375b..c5bb792378 100644 --- a/core/src/main/python/wlsdeploy/aliases/alias_jvmargs.py +++ b/core/src/main/python/wlsdeploy/aliases/alias_jvmargs.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import copy import re diff --git a/core/src/main/python/wlsdeploy/aliases/alias_utils.py b/core/src/main/python/wlsdeploy/aliases/alias_utils.py index 344921ec82..d0c12aacaa 100644 --- a/core/src/main/python/wlsdeploy/aliases/alias_utils.py +++ b/core/src/main/python/wlsdeploy/aliases/alias_utils.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import copy from org.python.modules import jarray diff --git a/core/src/main/python/wlsdeploy/aliases/aliases.py b/core/src/main/python/wlsdeploy/aliases/aliases.py index 353a6d7359..fbccece2e6 100644 --- a/core/src/main/python/wlsdeploy/aliases/aliases.py +++ b/core/src/main/python/wlsdeploy/aliases/aliases.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.lang import String diff --git a/core/src/main/python/wlsdeploy/aliases/location_context.py b/core/src/main/python/wlsdeploy/aliases/location_context.py index 35251fc0ba..491589c805 100644 --- a/core/src/main/python/wlsdeploy/aliases/location_context.py +++ b/core/src/main/python/wlsdeploy/aliases/location_context.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/aliases/model_constants.py b/core/src/main/python/wlsdeploy/aliases/model_constants.py index f0245ce9f6..b0b287be2a 100644 --- a/core/src/main/python/wlsdeploy/aliases/model_constants.py +++ b/core/src/main/python/wlsdeploy/aliases/model_constants.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ # lists may be represented in the model as comma-separated strings diff --git a/core/src/main/python/wlsdeploy/aliases/password_utils.py b/core/src/main/python/wlsdeploy/aliases/password_utils.py index 7af1a66d2f..3c3e4c1c1e 100644 --- a/core/src/main/python/wlsdeploy/aliases/password_utils.py +++ b/core/src/main/python/wlsdeploy/aliases/password_utils.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. Contains methods for special processing of dual-password attributes. Dual-password attributes follow a common pattern in WLST, with the following rules. diff --git a/core/src/main/python/wlsdeploy/aliases/validation_codes.py b/core/src/main/python/wlsdeploy/aliases/validation_codes.py index 0b92b8fd31..0071522c16 100644 --- a/core/src/main/python/wlsdeploy/aliases/validation_codes.py +++ b/core/src/main/python/wlsdeploy/aliases/validation_codes.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The ValidationCodes enum module """ diff --git a/core/src/main/python/wlsdeploy/aliases/wlst_modes.py b/core/src/main/python/wlsdeploy/aliases/wlst_modes.py index 658368bac3..0d36db4dd2 100644 --- a/core/src/main/python/wlsdeploy/aliases/wlst_modes.py +++ b/core/src/main/python/wlsdeploy/aliases/wlst_modes.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. The WlstModes enum module. """ diff --git a/core/src/main/python/wlsdeploy/exception/__init__.py b/core/src/main/python/wlsdeploy/exception/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/exception/__init__.py +++ b/core/src/main/python/wlsdeploy/exception/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/exception/exception_helper.py b/core/src/main/python/wlsdeploy/exception/exception_helper.py index da21a46406..990c55bc89 100644 --- a/core/src/main/python/wlsdeploy/exception/exception_helper.py +++ b/core/src/main/python/wlsdeploy/exception/exception_helper.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import sys import traceback diff --git a/core/src/main/python/wlsdeploy/exception/expection_types.py b/core/src/main/python/wlsdeploy/exception/expection_types.py index d9baed0791..521b79c355 100644 --- a/core/src/main/python/wlsdeploy/exception/expection_types.py +++ b/core/src/main/python/wlsdeploy/exception/expection_types.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.util.enum import Enum diff --git a/core/src/main/python/wlsdeploy/json/__init__.py b/core/src/main/python/wlsdeploy/json/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/json/__init__.py +++ b/core/src/main/python/wlsdeploy/json/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/json/json_translator.py b/core/src/main/python/wlsdeploy/json/json_translator.py index d41831c7fa..f74ee44236 100644 --- a/core/src/main/python/wlsdeploy/json/json_translator.py +++ b/core/src/main/python/wlsdeploy/json/json_translator.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. This model provider translation classes that convert between JSON and Python Dictionaries. """ diff --git a/core/src/main/python/wlsdeploy/logging/__init__.py b/core/src/main/python/wlsdeploy/logging/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/logging/__init__.py +++ b/core/src/main/python/wlsdeploy/logging/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/logging/platform_logger.py b/core/src/main/python/wlsdeploy/logging/platform_logger.py index 0ae38310fb..c270c89b65 100644 --- a/core/src/main/python/wlsdeploy/logging/platform_logger.py +++ b/core/src/main/python/wlsdeploy/logging/platform_logger.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import java.lang.System as JSystem import java.lang.Thread as JThread diff --git a/core/src/main/python/wlsdeploy/tool/__init__.py b/core/src/main/python/wlsdeploy/tool/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/tool/__init__.py +++ b/core/src/main/python/wlsdeploy/tool/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/tool/create/__init__.py b/core/src/main/python/wlsdeploy/tool/create/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/tool/create/__init__.py +++ b/core/src/main/python/wlsdeploy/tool/create/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/tool/create/atp_helper.py b/core/src/main/python/wlsdeploy/tool/create/atp_helper.py index 487c52187c..e3c001e414 100644 --- a/core/src/main/python/wlsdeploy/tool/create/atp_helper.py +++ b/core/src/main/python/wlsdeploy/tool/create/atp_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/tool/create/creator.py b/core/src/main/python/wlsdeploy/tool/create/creator.py index 3c710046bf..f2c9412819 100644 --- a/core/src/main/python/wlsdeploy/tool/create/creator.py +++ b/core/src/main/python/wlsdeploy/tool/create/creator.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import WLSDeployArchive diff --git a/core/src/main/python/wlsdeploy/tool/create/domain_creator.py b/core/src/main/python/wlsdeploy/tool/create/domain_creator.py index 43e22d119e..1d9a763b73 100644 --- a/core/src/main/python/wlsdeploy/tool/create/domain_creator.py +++ b/core/src/main/python/wlsdeploy/tool/create/domain_creator.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import javaos as os import weblogic.security.internal.SerializedSystemIni as SerializedSystemIni diff --git a/core/src/main/python/wlsdeploy/tool/create/domain_typedef.py b/core/src/main/python/wlsdeploy/tool/create/domain_typedef.py index 19294998c7..65ce5cdc87 100644 --- a/core/src/main/python/wlsdeploy/tool/create/domain_typedef.py +++ b/core/src/main/python/wlsdeploy/tool/create/domain_typedef.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import javaos as os import re diff --git a/core/src/main/python/wlsdeploy/tool/create/rcudbinfo_helper.py b/core/src/main/python/wlsdeploy/tool/create/rcudbinfo_helper.py index 29fd9a7f66..721bb5d4da 100644 --- a/core/src/main/python/wlsdeploy/tool/create/rcudbinfo_helper.py +++ b/core/src/main/python/wlsdeploy/tool/create/rcudbinfo_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.aliases import alias_utils from wlsdeploy.aliases.model_constants import ATP_ADMIN_USER diff --git a/core/src/main/python/wlsdeploy/tool/create/security_provider_creator.py b/core/src/main/python/wlsdeploy/tool/create/security_provider_creator.py index 8ddcb9547c..c06ad098e7 100644 --- a/core/src/main/python/wlsdeploy/tool/create/security_provider_creator.py +++ b/core/src/main/python/wlsdeploy/tool/create/security_provider_creator.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.exception import BundleAwareException diff --git a/core/src/main/python/wlsdeploy/tool/deploy/__init__.py b/core/src/main/python/wlsdeploy/tool/deploy/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/__init__.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/tool/deploy/applications_deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/applications_deployer.py index 1ecf05510b..43a239897e 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/applications_deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/applications_deployer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import copy import javaos as os diff --git a/core/src/main/python/wlsdeploy/tool/deploy/common_resources_deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/common_resources_deployer.py index f6c622c22c..91d69119ac 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/common_resources_deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/common_resources_deployer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.aliases.model_constants import COHERENCE_CLUSTER_SYSTEM_RESOURCE diff --git a/core/src/main/python/wlsdeploy/tool/deploy/datasource_deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/datasource_deployer.py index 788893125b..2f1f26f335 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/datasource_deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/datasource_deployer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.aliases.location_context import LocationContext from wlsdeploy.aliases.wlst_modes import WlstModes diff --git a/core/src/main/python/wlsdeploy/tool/deploy/deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/deployer.py index 81982c240b..4ba9eb9936 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/deployer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import javaos as os diff --git a/core/src/main/python/wlsdeploy/tool/deploy/deployer_utils.py b/core/src/main/python/wlsdeploy/tool/deploy/deployer_utils.py index 15ed11068f..bf63c934c1 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/deployer_utils.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/deployer_utils.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from sets import Set diff --git a/core/src/main/python/wlsdeploy/tool/deploy/jms_resources_deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/jms_resources_deployer.py index 36e447e1a8..e3e60c1427 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/jms_resources_deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/jms_resources_deployer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import oracle.weblogic.deploy.util.PyOrderedDict as OrderedDict diff --git a/core/src/main/python/wlsdeploy/tool/deploy/log_helper.py b/core/src/main/python/wlsdeploy/tool/deploy/log_helper.py index bc1f36dec3..7a33b00827 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/log_helper.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/log_helper.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.logging.platform_logger import PlatformLogger diff --git a/core/src/main/python/wlsdeploy/tool/deploy/model_deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/model_deployer.py index 26ccbdeb5e..c8abe20b67 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/model_deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/model_deployer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import PyWLSTException diff --git a/core/src/main/python/wlsdeploy/tool/deploy/multi_tenant_resources_deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/multi_tenant_resources_deployer.py index 03d5b78689..fe70c80483 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/multi_tenant_resources_deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/multi_tenant_resources_deployer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import wlsdeploy.util.dictionary_utils as dictionary_utils from wlsdeploy.aliases.wlst_modes import WlstModes diff --git a/core/src/main/python/wlsdeploy/tool/deploy/resources_deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/resources_deployer.py index 166c69a093..bb0190987a 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/resources_deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/resources_deployer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import wlsdeploy.util.dictionary_utils as dictionary_utils from wlsdeploy.aliases.model_constants import SHUTDOWN_CLASS diff --git a/core/src/main/python/wlsdeploy/tool/deploy/topology_updater.py b/core/src/main/python/wlsdeploy/tool/deploy/topology_updater.py index 078f5c665b..78cbff9935 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/topology_updater.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/topology_updater.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.aliases.location_context import LocationContext from wlsdeploy.aliases.model_constants import ADMIN_CONSOLE diff --git a/core/src/main/python/wlsdeploy/tool/deploy/wldf_resources_deployer.py b/core/src/main/python/wlsdeploy/tool/deploy/wldf_resources_deployer.py index b7a8524220..6cc6ddfdd0 100644 --- a/core/src/main/python/wlsdeploy/tool/deploy/wldf_resources_deployer.py +++ b/core/src/main/python/wlsdeploy/tool/deploy/wldf_resources_deployer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import wlsdeploy.util.dictionary_utils as dictionary_utils diff --git a/core/src/main/python/wlsdeploy/tool/discover/__init__.py b/core/src/main/python/wlsdeploy/tool/discover/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/__init__.py +++ b/core/src/main/python/wlsdeploy/tool/discover/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/tool/discover/coherence_resources_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/coherence_resources_discoverer.py index b3a3e21cc5..0591e446b3 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/coherence_resources_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/coherence_resources_discoverer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.io import File from java.io import IOException diff --git a/core/src/main/python/wlsdeploy/tool/discover/common_resources_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/common_resources_discoverer.py index f3956da31e..a8004263e9 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/common_resources_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/common_resources_discoverer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.io import File from java.lang import IllegalArgumentException diff --git a/core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py index 58310f0aeb..920e404022 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.io import File from java.lang import IllegalArgumentException diff --git a/core/src/main/python/wlsdeploy/tool/discover/discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/discoverer.py index 0a64a6632a..29808d5b55 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/discoverer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import javaos as os diff --git a/core/src/main/python/wlsdeploy/tool/discover/domain_info_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/domain_info_discoverer.py index 3b8db0247a..661fbcb67d 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/domain_info_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/domain_info_discoverer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import javaos as os diff --git a/core/src/main/python/wlsdeploy/tool/discover/global_resources_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/global_resources_discoverer.py index 5b36fd2e37..962b96e9fe 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/global_resources_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/global_resources_discoverer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import os from java.io import File diff --git a/core/src/main/python/wlsdeploy/tool/discover/jms_resources_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/jms_resources_discoverer.py index 99f02c00d4..bbc702e3ec 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/jms_resources_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/jms_resources_discoverer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import PyOrderedDict as OrderedDict diff --git a/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_discoverer.py index fc0a445eff..3630d2c46b 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_discoverer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import PyOrderedDict as OrderedDict diff --git a/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_resources_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_resources_discoverer.py index 35e5bfa6ac..ecef431be0 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_resources_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_resources_discoverer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import PyOrderedDict as OrderedDict diff --git a/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_topology_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_topology_discoverer.py index ab722ae292..34514a7515 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_topology_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/multi_tenant_topology_discoverer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import PyOrderedDict as OrderedDict diff --git a/core/src/main/python/wlsdeploy/tool/discover/resources_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/resources_discoverer.py index 2d47c9bd27..f38c1e5b38 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/resources_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/resources_discoverer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.aliases.wlst_modes import WlstModes from wlsdeploy.logging import platform_logger diff --git a/core/src/main/python/wlsdeploy/tool/discover/topology_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/topology_discoverer.py index 93b18042ac..56c6377603 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/topology_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/topology_discoverer.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.io import File from java.lang import IllegalArgumentException diff --git a/core/src/main/python/wlsdeploy/tool/encrypt/__init__.py b/core/src/main/python/wlsdeploy/tool/encrypt/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/tool/encrypt/__init__.py +++ b/core/src/main/python/wlsdeploy/tool/encrypt/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/tool/encrypt/encryption_utils.py b/core/src/main/python/wlsdeploy/tool/encrypt/encryption_utils.py index ac15b768d6..8961926877 100644 --- a/core/src/main/python/wlsdeploy/tool/encrypt/encryption_utils.py +++ b/core/src/main/python/wlsdeploy/tool/encrypt/encryption_utils.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.lang import String from oracle.weblogic.deploy.encrypt import EncryptionUtils diff --git a/core/src/main/python/wlsdeploy/tool/util/__init__.py b/core/src/main/python/wlsdeploy/tool/util/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/tool/util/__init__.py +++ b/core/src/main/python/wlsdeploy/tool/util/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/tool/util/alias_helper.py b/core/src/main/python/wlsdeploy/tool/util/alias_helper.py index 888cc40a1c..7a160258d1 100644 --- a/core/src/main/python/wlsdeploy/tool/util/alias_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/alias_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.aliases import AliasException diff --git a/core/src/main/python/wlsdeploy/tool/util/archive_helper.py b/core/src/main/python/wlsdeploy/tool/util/archive_helper.py index 0d297e2396..8790e47d82 100644 --- a/core/src/main/python/wlsdeploy/tool/util/archive_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/archive_helper.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.io import File from java.lang import IllegalArgumentException diff --git a/core/src/main/python/wlsdeploy/tool/util/attribute_setter.py b/core/src/main/python/wlsdeploy/tool/util/attribute_setter.py index e3016a8849..b024d68552 100644 --- a/core/src/main/python/wlsdeploy/tool/util/attribute_setter.py +++ b/core/src/main/python/wlsdeploy/tool/util/attribute_setter.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from sets import Set diff --git a/core/src/main/python/wlsdeploy/tool/util/custom_folder_helper.py b/core/src/main/python/wlsdeploy/tool/util/custom_folder_helper.py index b67fd36d88..2cac42d7d5 100644 --- a/core/src/main/python/wlsdeploy/tool/util/custom_folder_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/custom_folder_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.lang import IllegalArgumentException from java.lang import IllegalAccessException diff --git a/core/src/main/python/wlsdeploy/tool/util/filter_helper.py b/core/src/main/python/wlsdeploy/tool/util/filter_helper.py index b10f81e439..dd71747aa8 100644 --- a/core/src/main/python/wlsdeploy/tool/util/filter_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/filter_helper.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import imp import javaos as os diff --git a/core/src/main/python/wlsdeploy/tool/util/library_helper.py b/core/src/main/python/wlsdeploy/tool/util/library_helper.py index 4d074dbbc3..e6847d901e 100644 --- a/core/src/main/python/wlsdeploy/tool/util/library_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/library_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from java.io import File from oracle.weblogic.deploy.util import WLSDeployArchive diff --git a/core/src/main/python/wlsdeploy/tool/util/mbean_utils.py b/core/src/main/python/wlsdeploy/tool/util/mbean_utils.py index 79495bc952..2403ed4020 100644 --- a/core/src/main/python/wlsdeploy/tool/util/mbean_utils.py +++ b/core/src/main/python/wlsdeploy/tool/util/mbean_utils.py @@ -1,6 +1,6 @@ """ Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import re diff --git a/core/src/main/python/wlsdeploy/tool/util/target_helper.py b/core/src/main/python/wlsdeploy/tool/util/target_helper.py index 5fc6edf6b8..b47d8b10d7 100644 --- a/core/src/main/python/wlsdeploy/tool/util/target_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/target_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import copy diff --git a/core/src/main/python/wlsdeploy/tool/util/targeting_types.py b/core/src/main/python/wlsdeploy/tool/util/targeting_types.py index 306a5c9124..b4b5a12280 100644 --- a/core/src/main/python/wlsdeploy/tool/util/targeting_types.py +++ b/core/src/main/python/wlsdeploy/tool/util/targeting_types.py @@ -1,6 +1,6 @@ """ Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.util.enum import Enum diff --git a/core/src/main/python/wlsdeploy/tool/util/topology_helper.py b/core/src/main/python/wlsdeploy/tool/util/topology_helper.py index fb77af6055..0cce397869 100644 --- a/core/src/main/python/wlsdeploy/tool/util/topology_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/topology_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import oracle.weblogic.deploy.util.StringUtils as StringUtils diff --git a/core/src/main/python/wlsdeploy/tool/util/variable_injector.py b/core/src/main/python/wlsdeploy/tool/util/variable_injector.py index 1031b1ce07..e583bfb886 100644 --- a/core/src/main/python/wlsdeploy/tool/util/variable_injector.py +++ b/core/src/main/python/wlsdeploy/tool/util/variable_injector.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import copy import os diff --git a/core/src/main/python/wlsdeploy/tool/util/variable_injector_functions.py b/core/src/main/python/wlsdeploy/tool/util/variable_injector_functions.py index 3ceb150e6d..4f018cbcd9 100644 --- a/core/src/main/python/wlsdeploy/tool/util/variable_injector_functions.py +++ b/core/src/main/python/wlsdeploy/tool/util/variable_injector_functions.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from wlsdeploy.logging.platform_logger import PlatformLogger diff --git a/core/src/main/python/wlsdeploy/tool/util/wlst_helper.py b/core/src/main/python/wlsdeploy/tool/util/wlst_helper.py index 85ab5f777d..6987ccdf96 100644 --- a/core/src/main/python/wlsdeploy/tool/util/wlst_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/wlst_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import PyWLSTException diff --git a/core/src/main/python/wlsdeploy/tool/validate/__init__.py b/core/src/main/python/wlsdeploy/tool/validate/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/tool/validate/__init__.py +++ b/core/src/main/python/wlsdeploy/tool/validate/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/tool/validate/usage_printer.py b/core/src/main/python/wlsdeploy/tool/validate/usage_printer.py index 5d53e24db3..5ab0945d7d 100644 --- a/core/src/main/python/wlsdeploy/tool/validate/usage_printer.py +++ b/core/src/main/python/wlsdeploy/tool/validate/usage_printer.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import re diff --git a/core/src/main/python/wlsdeploy/tool/validate/validation_results.py b/core/src/main/python/wlsdeploy/tool/validate/validation_results.py index b44d234918..bc5a9719af 100644 --- a/core/src/main/python/wlsdeploy/tool/validate/validation_results.py +++ b/core/src/main/python/wlsdeploy/tool/validate/validation_results.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import java.lang.System as JSystem diff --git a/core/src/main/python/wlsdeploy/tool/validate/validation_utils.py b/core/src/main/python/wlsdeploy/tool/validate/validation_utils.py index 8f9d2ed4c3..7e7bbb98a1 100644 --- a/core/src/main/python/wlsdeploy/tool/validate/validation_utils.py +++ b/core/src/main/python/wlsdeploy/tool/validate/validation_utils.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import re import types diff --git a/core/src/main/python/wlsdeploy/tool/validate/validator.py b/core/src/main/python/wlsdeploy/tool/validate/validator.py index 6785dd94f1..695b08e4c1 100644 --- a/core/src/main/python/wlsdeploy/tool/validate/validator.py +++ b/core/src/main/python/wlsdeploy/tool/validate/validator.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import os import copy diff --git a/core/src/main/python/wlsdeploy/util/__init__.py b/core/src/main/python/wlsdeploy/util/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/main/python/wlsdeploy/util/__init__.py +++ b/core/src/main/python/wlsdeploy/util/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/main/python/wlsdeploy/util/cla_helper.py b/core/src/main/python/wlsdeploy/util/cla_helper.py index d7f367bd4a..9c77023b65 100644 --- a/core/src/main/python/wlsdeploy/util/cla_helper.py +++ b/core/src/main/python/wlsdeploy/util/cla_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. Utility CLS methods shared by multiple tools. """ diff --git a/core/src/main/python/wlsdeploy/util/cla_utils.py b/core/src/main/python/wlsdeploy/util/cla_utils.py index 5db6904426..2903286584 100644 --- a/core/src/main/python/wlsdeploy/util/cla_utils.py +++ b/core/src/main/python/wlsdeploy/util/cla_utils.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. Module that handles command-line argument parsing and common validation. """ diff --git a/core/src/main/python/wlsdeploy/util/dictionary_utils.py b/core/src/main/python/wlsdeploy/util/dictionary_utils.py index 4f789fcaa7..f591483219 100644 --- a/core/src/main/python/wlsdeploy/util/dictionary_utils.py +++ b/core/src/main/python/wlsdeploy/util/dictionary_utils.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import java.util.Properties as JProperties diff --git a/core/src/main/python/wlsdeploy/util/enum.py b/core/src/main/python/wlsdeploy/util/enum.py index 33c92f4db0..69d3671935 100644 --- a/core/src/main/python/wlsdeploy/util/enum.py +++ b/core/src/main/python/wlsdeploy/util/enum.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.exception import ExceptionHelper diff --git a/core/src/main/python/wlsdeploy/util/getcreds.py b/core/src/main/python/wlsdeploy/util/getcreds.py index 979efcd7fc..d1b6a0612e 100644 --- a/core/src/main/python/wlsdeploy/util/getcreds.py +++ b/core/src/main/python/wlsdeploy/util/getcreds.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import CLAUtils diff --git a/core/src/main/python/wlsdeploy/util/model.py b/core/src/main/python/wlsdeploy/util/model.py index 6fb19035c2..7f552bc1ec 100644 --- a/core/src/main/python/wlsdeploy/util/model.py +++ b/core/src/main/python/wlsdeploy/util/model.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. This module serves as a wrapper for the model dictionary. It has convenience methods for accessing top-level fields in the model. diff --git a/core/src/main/python/wlsdeploy/util/model_context.py b/core/src/main/python/wlsdeploy/util/model_context.py index 72ca7cd6cb..43a418906a 100644 --- a/core/src/main/python/wlsdeploy/util/model_context.py +++ b/core/src/main/python/wlsdeploy/util/model_context.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import javaos as os import tempfile diff --git a/core/src/main/python/wlsdeploy/util/model_translator.py b/core/src/main/python/wlsdeploy/util/model_translator.py index 61fb4f8a3d..27e2042730 100644 --- a/core/src/main/python/wlsdeploy/util/model_translator.py +++ b/core/src/main/python/wlsdeploy/util/model_translator.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import java.io.File as JFile diff --git a/core/src/main/python/wlsdeploy/util/path_utils.py b/core/src/main/python/wlsdeploy/util/path_utils.py index 119fcfdfb5..40db9e0671 100644 --- a/core/src/main/python/wlsdeploy/util/path_utils.py +++ b/core/src/main/python/wlsdeploy/util/path_utils.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import javaos as os import re diff --git a/core/src/main/python/wlsdeploy/util/string_utils.py b/core/src/main/python/wlsdeploy/util/string_utils.py index 5b8035314e..39a99e8bda 100644 --- a/core/src/main/python/wlsdeploy/util/string_utils.py +++ b/core/src/main/python/wlsdeploy/util/string_utils.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. This module provides string manipulation helper methods that are not found in the WLST version of Jython """ diff --git a/core/src/main/python/wlsdeploy/util/tool_exit.py b/core/src/main/python/wlsdeploy/util/tool_exit.py index 7798ab6c37..ba5d17fbf7 100644 --- a/core/src/main/python/wlsdeploy/util/tool_exit.py +++ b/core/src/main/python/wlsdeploy/util/tool_exit.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from oracle.weblogic.deploy.util import WLSDeployExit diff --git a/core/src/main/python/wlsdeploy/util/variables.py b/core/src/main/python/wlsdeploy/util/variables.py index 406ffef406..5a6a41c955 100644 --- a/core/src/main/python/wlsdeploy/util/variables.py +++ b/core/src/main/python/wlsdeploy/util/variables.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import os import re diff --git a/core/src/main/python/wlsdeploy/util/weblogic_helper.py b/core/src/main/python/wlsdeploy/util/weblogic_helper.py index ca19bf8d97..b034487e04 100644 --- a/core/src/main/python/wlsdeploy/util/weblogic_helper.py +++ b/core/src/main/python/wlsdeploy/util/weblogic_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import java.lang.Exception as JException import java.lang.String as JString diff --git a/core/src/main/python/wlsdeploy/util/wlst_extended.py b/core/src/main/python/wlsdeploy/util/wlst_extended.py index ea43071820..384957ad83 100644 --- a/core/src/main/python/wlsdeploy/util/wlst_extended.py +++ b/core/src/main/python/wlsdeploy/util/wlst_extended.py @@ -1,6 +1,6 @@ """ Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import com.oracle.cie.domain.script.jython.WLSTException as WLSTException import oracle.weblogic.deploy.util.StringUtils as StringUtils diff --git a/core/src/main/python/wlsdeploy/util/wlst_helper.py b/core/src/main/python/wlsdeploy/util/wlst_helper.py index 102203a06a..6afc4d08ce 100644 --- a/core/src/main/python/wlsdeploy/util/wlst_helper.py +++ b/core/src/main/python/wlsdeploy/util/wlst_helper.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import com.oracle.cie.domain.script.jython.WLSTException as offlineWLSTException import oracle.weblogic.deploy.util.StringUtils as StringUtils diff --git a/core/src/main/python/wlsdeploy/yaml/__init__.py b/core/src/main/python/wlsdeploy/yaml/__init__.py index 9433b353f0..0d679fc969 100644 --- a/core/src/main/python/wlsdeploy/yaml/__init__.py +++ b/core/src/main/python/wlsdeploy/yaml/__init__.py @@ -1,3 +1,6 @@ """ +Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. + Package to handle translating between Yaml files and Python dictionaries. """ diff --git a/core/src/main/python/wlsdeploy/yaml/yaml_translator.py b/core/src/main/python/wlsdeploy/yaml/yaml_translator.py index 72bb29b9f4..250f74f81d 100644 --- a/core/src/main/python/wlsdeploy/yaml/yaml_translator.py +++ b/core/src/main/python/wlsdeploy/yaml/yaml_translator.py @@ -1,4 +1,7 @@ """ +Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. + Module to handle translating between Yaml files and Python dictionaries. """ import re diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/AppDeployment.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/AppDeployment.json index a912b77802..8a0a21bb32 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/AppDeployment.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/AppDeployment.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "AppDeployment${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/CoherenceClusterSystemResource.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/CoherenceClusterSystemResource.json index 8590c8246f..a3f7f52bfe 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/CoherenceClusterSystemResource.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/CoherenceClusterSystemResource.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "CoherenceClusterSystemResource${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/FileStore.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/FileStore.json index c0963f739b..83e6225b7a 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/FileStore.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/FileStore.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "FileStore${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ForeignJNDIProvider.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ForeignJNDIProvider.json index 7a8c5db64a..b72b0430bb 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ForeignJNDIProvider.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ForeignJNDIProvider.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "ForeignJNDIProvider${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JDBCStore.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JDBCStore.json index 150db399fc..f96cb695f7 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JDBCStore.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JDBCStore.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "JDBCStore${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JDBCSystemResource.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JDBCSystemResource.json index 2cf8436df3..58f40bd829 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JDBCSystemResource.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JDBCSystemResource.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "JDBCSystemResource${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSBridgeDestination.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSBridgeDestination.json index 739e78af41..323a362b60 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSBridgeDestination.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSBridgeDestination.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "JMSBridgeDestination${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSServer.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSServer.json index 42f6aab72b..fbf8c48d1a 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSServer.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMSServer.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "JMSServer${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMX.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMX.json index 88a2bd190c..b6689fb30b 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMX.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/JMX.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "JMX", "child_folders_type": "single_unpredictable", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Library.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Library.json index 7c16e5d193..518841479a 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Library.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Library.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "Librar${y:ies}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/LogFilter.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/LogFilter.json index d41d5200a9..7f4cb8b691 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/LogFilter.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/LogFilter.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "LogFilter${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Machine.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Machine.json index b47b122703..bfad1d1281 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Machine.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Machine.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "Machine${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/MessagingBridge.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/MessagingBridge.json index fa9c683fc1..1d915bc478 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/MessagingBridge.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/MessagingBridge.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "MessagingBridge${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/NMProperties.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/NMProperties.json index c41512b2f0..c3a260546b 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/NMProperties.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/NMProperties.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "NMProperties", "wlst_mode": "offline", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/PartitionWorkManager.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/PartitionWorkManager.json index e813d4e2fe..b3c1581b71 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/PartitionWorkManager.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/PartitionWorkManager.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "PartitionWorkManager${:s}", "version": "[12.2.1,)", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/PathService.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/PathService.json index 1bfafef24e..95bdda5e46 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/PathService.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/PathService.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "PathService${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceGroup.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceGroup.json index 36f7dff0a5..965a375a0a 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceGroup.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceGroup.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "ResourceGroup${:s}", "version": "[12.2.1,)", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceGroupTemplate.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceGroupTemplate.json index 80e0da2283..1d21c60361 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceGroupTemplate.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceGroupTemplate.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "ResourceGroupTemplate${:s}", "version": "[12.2.1,)", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceManagement.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceManagement.json index b87b34fa37..35aea7c170 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceManagement.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceManagement.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "ResourceManagement", "version": "[12.2.1,)", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceManager.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceManager.json index 4be2eb4293..5ef690ca45 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceManager.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ResourceManager.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "ResourceManager${:s}", "version": "[12.2.1,)", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/RestfulManagementServices.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/RestfulManagementServices.json index 3ec60fc84c..1e1dedde30 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/RestfulManagementServices.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/RestfulManagementServices.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "RestfulManagementServices", "version": "[12.1.2,)", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Security.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Security.json index 7d202d238b..970af3a5ed 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Security.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Security.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "Security", "folders": { diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SelfTuning.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SelfTuning.json index 52c9076e66..baf2747c5f 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SelfTuning.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SelfTuning.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "SelfTuning", "child_folders_type": "single_unpredictable", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ShutdownClass.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ShutdownClass.json index 59151de889..f888992d6b 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ShutdownClass.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ShutdownClass.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "ShutdownClass${:es}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/StartupClass.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/StartupClass.json index 3254843dc4..65c969bd65 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/StartupClass.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/StartupClass.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "StartupClass${:es}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/UnixMachine.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/UnixMachine.json index 27cfcce8e9..32c8dec7f3 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/UnixMachine.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/UnixMachine.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "UnixMachine${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/VirtualHost.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/VirtualHost.json index 096c243f6d..622b92e12f 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/VirtualHost.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/VirtualHost.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "VirtualHost${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/VirtualTarget.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/VirtualTarget.json index 63919721bf..eb1cfd604d 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/VirtualTarget.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/VirtualTarget.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "VirtualTarget${:s}", "version": "[12.2.1,)", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/WSReliableDeliveryPolicy.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/WSReliableDeliveryPolicy.json index b598bfe872..fb28e7cb12 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/WSReliableDeliveryPolicy.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/WSReliableDeliveryPolicy.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "WSReliableDeliveryPolic${y:ies}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/XMLEntityCache.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/XMLEntityCache.json index f60f82d2e0..0b4996fd74 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/XMLEntityCache.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/XMLEntityCache.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "XMLEntityCache${:s}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/XMLRegistry.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/XMLRegistry.json index 7683c8bd7f..4ad7299fc4 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/XMLRegistry.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/XMLRegistry.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "wlst_type": "XMLRegistr${y:ies}", "child_folders_type": "multiple", diff --git a/core/src/main/resources/templates/WebLogicDeployToolingVersion.java b/core/src/main/resources/templates/WebLogicDeployToolingVersion.java index 8c7941f8d9..6229e96044 100644 --- a/core/src/main/resources/templates/WebLogicDeployToolingVersion.java +++ b/core/src/main/resources/templates/WebLogicDeployToolingVersion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/main/typedefs/RestrictedJRF.json b/core/src/main/typedefs/RestrictedJRF.json index 2160c7514b..f8e1e3514f 100644 --- a/core/src/main/typedefs/RestrictedJRF.json +++ b/core/src/main/typedefs/RestrictedJRF.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "name": "RestrictedJRF", "description": "Restricted JRF type domain definitions", diff --git a/core/src/main/typedefs/WLS.json b/core/src/main/typedefs/WLS.json index bcfe4060d8..488fc5b803 100644 --- a/core/src/main/typedefs/WLS.json +++ b/core/src/main/typedefs/WLS.json @@ -1,5 +1,5 @@ { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "name": "WLS", "description": "WLS type domain definitions", diff --git a/core/src/test/java/oracle/weblogic/deploy/aliases/TypeUtilsTest.java b/core/src/test/java/oracle/weblogic/deploy/aliases/TypeUtilsTest.java index cd84870e5d..485348df37 100644 --- a/core/src/test/java/oracle/weblogic/deploy/aliases/TypeUtilsTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/aliases/TypeUtilsTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.aliases; @@ -134,4 +134,4 @@ public void convertToProperties() throws Exception { assertEquals("Properties from Map failed", expected, TypeUtils.convertToType(Properties.class, map, ";")); } -} \ No newline at end of file +} diff --git a/core/src/test/java/oracle/weblogic/deploy/aliases/VersionUtilsTest.java b/core/src/test/java/oracle/weblogic/deploy/aliases/VersionUtilsTest.java index f2c35e123d..e3405cb038 100644 --- a/core/src/test/java/oracle/weblogic/deploy/aliases/VersionUtilsTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/aliases/VersionUtilsTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.aliases; diff --git a/core/src/test/java/oracle/weblogic/deploy/encrypt/EncryptionUtilsTest.java b/core/src/test/java/oracle/weblogic/deploy/encrypt/EncryptionUtilsTest.java index ea856a8735..ef3b08e62f 100644 --- a/core/src/test/java/oracle/weblogic/deploy/encrypt/EncryptionUtilsTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/encrypt/EncryptionUtilsTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.encrypt; diff --git a/core/src/test/java/oracle/weblogic/deploy/logger/WLSDeployExitTest.java b/core/src/test/java/oracle/weblogic/deploy/logger/WLSDeployExitTest.java index ad6d776bb4..a35c1b8249 100644 --- a/core/src/test/java/oracle/weblogic/deploy/logger/WLSDeployExitTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/logger/WLSDeployExitTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.logger; @@ -214,4 +214,4 @@ int getState() { } -} \ No newline at end of file +} diff --git a/core/src/test/java/oracle/weblogic/deploy/util/CustomBeanUtilsTest.java b/core/src/test/java/oracle/weblogic/deploy/util/CustomBeanUtilsTest.java index 283c6edf2c..bb53e05242 100644 --- a/core/src/test/java/oracle/weblogic/deploy/util/CustomBeanUtilsTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/util/CustomBeanUtilsTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/test/java/oracle/weblogic/deploy/util/FileUtilsTest.java b/core/src/test/java/oracle/weblogic/deploy/util/FileUtilsTest.java index e9af205a72..2922783ab3 100644 --- a/core/src/test/java/oracle/weblogic/deploy/util/FileUtilsTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/util/FileUtilsTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/test/java/oracle/weblogic/deploy/util/PyOrderedDictTest.java b/core/src/test/java/oracle/weblogic/deploy/util/PyOrderedDictTest.java index 90a7ff7469..cd6104cfdb 100644 --- a/core/src/test/java/oracle/weblogic/deploy/util/PyOrderedDictTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/util/PyOrderedDictTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/test/java/oracle/weblogic/deploy/util/SwapFilesTest.java b/core/src/test/java/oracle/weblogic/deploy/util/SwapFilesTest.java index d5a6568453..56615853de 100644 --- a/core/src/test/java/oracle/weblogic/deploy/util/SwapFilesTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/util/SwapFilesTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/test/java/oracle/weblogic/deploy/util/WLSDeployArchiveTest.java b/core/src/test/java/oracle/weblogic/deploy/util/WLSDeployArchiveTest.java index 3ba4ddfca2..bd54e79809 100644 --- a/core/src/test/java/oracle/weblogic/deploy/util/WLSDeployArchiveTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/util/WLSDeployArchiveTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/test/java/oracle/weblogic/deploy/util/WLSDeployZipFileTest.java b/core/src/test/java/oracle/weblogic/deploy/util/WLSDeployZipFileTest.java index 6eaa9bdb62..1d50b1e05e 100644 --- a/core/src/test/java/oracle/weblogic/deploy/util/WLSDeployZipFileTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/util/WLSDeployZipFileTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.util; diff --git a/core/src/test/java/oracle/weblogic/deploy/yaml/YamlParserTest.java b/core/src/test/java/oracle/weblogic/deploy/yaml/YamlParserTest.java index 4e7fd2f3ba..54c4669422 100644 --- a/core/src/test/java/oracle/weblogic/deploy/yaml/YamlParserTest.java +++ b/core/src/test/java/oracle/weblogic/deploy/yaml/YamlParserTest.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. - * The Universal Permissive License (UPL), Version 1.0 + * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. */ package oracle.weblogic.deploy.yaml; diff --git a/core/src/test/python/__init__.py b/core/src/test/python/__init__.py index 0fd76b4aba..d66a171669 100644 --- a/core/src/test/python/__init__.py +++ b/core/src/test/python/__init__.py @@ -1,4 +1,4 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ diff --git a/core/src/test/python/alias_json_file_test.py b/core/src/test/python/alias_json_file_test.py index 67e54a5999..1035eba7fa 100644 --- a/core/src/test/python/alias_json_file_test.py +++ b/core/src/test/python/alias_json_file_test.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import copy import os diff --git a/core/src/test/python/alias_jvmargs_test.py b/core/src/test/python/alias_jvmargs_test.py index e4df6d1081..e81d52cbf6 100644 --- a/core/src/test/python/alias_jvmargs_test.py +++ b/core/src/test/python/alias_jvmargs_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/python/alias_password_test.py b/core/src/test/python/alias_password_test.py index c239cfe207..33bc546b6e 100644 --- a/core/src/test/python/alias_password_test.py +++ b/core/src/test/python/alias_password_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import jarray import unittest diff --git a/core/src/test/python/alias_utils_test.py b/core/src/test/python/alias_utils_test.py index 85b0cb6ffa..fc51125a52 100644 --- a/core/src/test/python/alias_utils_test.py +++ b/core/src/test/python/alias_utils_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/python/aliases_test.py b/core/src/test/python/aliases_test.py index af2dc3f327..e8bf965eed 100644 --- a/core/src/test/python/aliases_test.py +++ b/core/src/test/python/aliases_test.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ from org.python.modules import jarray import unittest diff --git a/core/src/test/python/attributes_test.py b/core/src/test/python/attributes_test.py index 0f9f0ff3b1..05bb7e32ad 100644 --- a/core/src/test/python/attributes_test.py +++ b/core/src/test/python/attributes_test.py @@ -1,6 +1,6 @@ """ Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/python/attributes_type_test.py b/core/src/test/python/attributes_type_test.py index 1e80934385..90ad974cda 100644 --- a/core/src/test/python/attributes_type_test.py +++ b/core/src/test/python/attributes_type_test.py @@ -1,6 +1,6 @@ """ Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/python/collections_test.py b/core/src/test/python/collections_test.py index a894d77fe5..9a81e496d2 100644 --- a/core/src/test/python/collections_test.py +++ b/core/src/test/python/collections_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import copy import unittest diff --git a/core/src/test/python/encryption_test.py b/core/src/test/python/encryption_test.py index 83930b13d0..52384efd01 100644 --- a/core/src/test/python/encryption_test.py +++ b/core/src/test/python/encryption_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import os from shutil import copy2 diff --git a/core/src/test/python/exception_test.py b/core/src/test/python/exception_test.py index 166a241fbd..bd8a9a14b2 100644 --- a/core/src/test/python/exception_test.py +++ b/core/src/test/python/exception_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/python/logger_test.py b/core/src/test/python/logger_test.py index 62e445e799..83a4224587 100644 --- a/core/src/test/python/logger_test.py +++ b/core/src/test/python/logger_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/python/translator_test.py b/core/src/test/python/translator_test.py index fd755ad0a0..ed98b3ca07 100644 --- a/core/src/test/python/translator_test.py +++ b/core/src/test/python/translator_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import javaos as os import unittest diff --git a/core/src/test/python/validation_test.py b/core/src/test/python/validation_test.py index e3e171188b..623a593e45 100644 --- a/core/src/test/python/validation_test.py +++ b/core/src/test/python/validation_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest import os diff --git a/core/src/test/python/variable_injector_test.py b/core/src/test/python/variable_injector_test.py index 2051ba3dfa..8b76d1f215 100644 --- a/core/src/test/python/variable_injector_test.py +++ b/core/src/test/python/variable_injector_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/python/variables_test.py b/core/src/test/python/variables_test.py index 43f467d58f..b3e088ca62 100644 --- a/core/src/test/python/variables_test.py +++ b/core/src/test/python/variables_test.py @@ -1,6 +1,6 @@ """ -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/python/wlsdeploy/json/json_translator_test.py b/core/src/test/python/wlsdeploy/json/json_translator_test.py index 240ba995f9..f0ca6dac2d 100644 --- a/core/src/test/python/wlsdeploy/json/json_translator_test.py +++ b/core/src/test/python/wlsdeploy/json/json_translator_test.py @@ -1,6 +1,6 @@ """ Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. -The Universal Permissive License (UPL), Version 1.0 +Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. """ import unittest diff --git a/core/src/test/resources/simple-model.yaml b/core/src/test/resources/simple-model.yaml index bf7879be66..d12670f1a5 100644 --- a/core/src/test/resources/simple-model.yaml +++ b/core/src/test/resources/simple-model.yaml @@ -91,5 +91,3 @@ appDeployments: ModuleType: ear StagingMode: nostage PlanStagingMode : nostage - - diff --git a/core/src/test/resources/unit-test.yaml b/core/src/test/resources/unit-test.yaml index ca89b8c513..a4c87aeaaa 100644 --- a/core/src/test/resources/unit-test.yaml +++ b/core/src/test/resources/unit-test.yaml @@ -91,5 +91,3 @@ appDeployments: ModuleType: ear StagingMode: nostage PlanStagingMode : nostage - - diff --git a/core/src/test/resources/variables-test.yaml b/core/src/test/resources/variables-test.yaml index 7becc231b5..de3597c982 100644 --- a/core/src/test/resources/variables-test.yaml +++ b/core/src/test/resources/variables-test.yaml @@ -17,4 +17,4 @@ topology: Cluster: '@@PROP:my.cluster@@' '@@PROP:server3.id@@': ListenAddress: 127.0.0.2 - ListenPort: 8102 \ No newline at end of file + ListenPort: 8102 diff --git a/installer/pom.xml b/installer/pom.xml index 11caf0399f..e1094f8e0a 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -1,6 +1,6 @@ diff --git a/installer/src/assembly/zip.xml b/installer/src/assembly/zip.xml index acda1db1f8..6d7d3c6d50 100644 --- a/installer/src/assembly/zip.xml +++ b/installer/src/assembly/zip.xml @@ -1,5 +1,5 @@ 4.0.0 @@ -267,4 +267,3 @@ - diff --git a/pylint.rc b/pylint.rc index 6a17a2b45e..df0735f45b 100644 --- a/pylint.rc +++ b/pylint.rc @@ -1,5 +1,5 @@ -# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -# The Universal Permissive License (UPL), Version 1.0 +# Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # [MESSAGES CONTROL] @@ -17,4 +17,4 @@ # Disable the message(s) with the given id(s). #disable pylint message IDs that are unknown to Sonar -#disable=C0103, C0111, C0112, C0122, C0123, C0200, C0301, C0302, C0303, C0304, C0305, C0411, C0412, C0413, C1801, E0401, R0201, R0912, R0913, R1702, R1703, R1705, W0107, W0122, W0403, W1401 \ No newline at end of file +#disable=C0103, C0111, C0112, C0122, C0123, C0200, C0301, C0302, C0303, C0304, C0305, C0411, C0412, C0413, C1801, E0401, R0201, R0912, R0913, R1702, R1703, R1705, W0107, W0122, W0403, W1401 diff --git a/samples/docker-domain/Dockerfile b/samples/docker-domain/Dockerfile index fe8e94e0a9..8a0c673b0d 100644 --- a/samples/docker-domain/Dockerfile +++ b/samples/docker-domain/Dockerfile @@ -1,6 +1,5 @@ -#Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. -# -#Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. +# Copyright 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved. +# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # # ORACLE DOCKERFILES PROJECT # -------------------------- @@ -29,10 +28,10 @@ # --force-rm=true \ # -t 12213-domain-wdt . # -# If the ADMIN_HOST, ADMIN_PORT, MS_PORT, DOMAIN_NAME are not provided, the variables -# are set to default values. (The values shown in the build statement). +# If the ADMIN_HOST, ADMIN_PORT, MS_PORT, DOMAIN_NAME are not provided, the variables +# are set to default values. (The values shown in the build statement). # -# You must insure that the build arguments align with the values in the model. +# You must insure that the build arguments align with the values in the model. # The sample model replaces the attributes with tokens that are resolved from values in the # corresponding property file domain.properties. The container-scripts/setEnv.sh script # demonstrates parsing the variable file to build a string of --build-args that can @@ -61,7 +60,7 @@ ARG CUSTOM_DEBUG_PORT=8453 # Create a placeholder for the manager server name. This will be provided when run the container # Weblogic and Domain locations # Set the start derby in admin server flag to true. Override this in the runtime properties -# The boot.properties will be created under the DOMAIN_HOME when the admin server container is run +# The boot.properties will be created under the DOMAIN_HOME when the admin server container is run # WDT installation # --------------------------- ENV ADMIN_NAME=${CUSTOM_ADMIN_NAME} \ @@ -73,7 +72,7 @@ ENV ADMIN_NAME=${CUSTOM_ADMIN_NAME} \ DERBY_FLAG="true" \ ORACLE_HOME=/u01/oracle \ DOMAIN_NAME=${CUSTOM_DOMAIN_NAME} \ - DOMAIN_PARENT=${ORACLE_HOME}/user_projects/domains + DOMAIN_PARENT=${ORACLE_HOME}/user_projects/domains ENV DOMAIN_HOME=${DOMAIN_PARENT}/${DOMAIN_NAME} \ PROPERTIES_FILE_DIR=$ORACLE_HOME/properties \ @@ -84,10 +83,10 @@ ENV DOMAIN_HOME=${DOMAIN_PARENT}/${DOMAIN_NAME} \ COPY weblogic-deploy.zip ${WDT_HOME} COPY container-scripts/* ${SCRIPT_HOME}/ -# Create the properties file directory and the domain home parent with the correct permissions / owner. +# Create the properties file directory and the domain home parent with the correct permissions / owner. # Unzip and install the WDT image and change the permissions / owner. USER root -RUN chmod +xw $SCRIPT_HOME/*.sh && \ +RUN chmod +xw $SCRIPT_HOME/*.sh && \ chown -R oracle:oracle ${SCRIPT_HOME} && \ mkdir -p +xwr $PROPERTIES_FILE_DIR && \ chown -R oracle:oracle $PROPERTIES_FILE_DIR && \ @@ -99,10 +98,10 @@ RUN chmod +xw $SCRIPT_HOME/*.sh && \ rm weblogic-deploy.zip && \ chmod +xw weblogic-deploy/bin/*.sh && \ chmod -R +xw weblogic-deploy/lib/python && \ - chown -R oracle:oracle weblogic-deploy + chown -R oracle:oracle weblogic-deploy # Persist the WDT tool home location -ENV WDT_HOME=$WDT_HOME/weblogic-deploy +ENV WDT_HOME=$WDT_HOME/weblogic-deploy # Copy the WDT model, archive file, variable file and credential secrets to the property file directory. # These files will be removed after the image is built. @@ -111,11 +110,11 @@ ENV WDT_HOME=$WDT_HOME/weblogic-deploy COPY ${WDT_MODEL} ${WDT_ARCHIVE} ${WDT_VARIABLE} properties/docker-build/*.properties ${PROPERTIES_FILE_DIR}/ # --chown for COPY is available in docker version 18 'COPY --chown oracle:oracle' RUN chown -R oracle:oracle ${PROPERTIES_FILE_DIR} - + # Create the domain home in the docker image. # # The create domain tool creates a domain at the DOMAIN_HOME location -# The domain name is set using the value in the model / variable files +# The domain name is set using the value in the model / variable files # The domain name can be different from the DOMAIN_HOME domain folder name. # # Set WORKDIR for @@PWD@@ global token in model file @@ -123,7 +122,7 @@ WORKDIR $ORACLE_HOME USER oracle RUN if [ -n "$WDT_MODEL" ]; then MODEL_OPT="-model_file $PROPERTIES_FILE_DIR/${WDT_MODEL##*/}"; fi && \ if [ -n "$WDT_ARCHIVE" ]; then ARCHIVE_OPT="-archive_file $PROPERTIES_FILE_DIR/${WDT_ARCHIVE##*/}"; fi && \ - if [ -n "$WDT_VARIABLE" ]; then VARIABLE_OPT="-variable_file $PROPERTIES_FILE_DIR/${WDT_VARIABLE##*/}"; fi && \ + if [ -n "$WDT_VARIABLE" ]; then VARIABLE_OPT="-variable_file $PROPERTIES_FILE_DIR/${WDT_VARIABLE##*/}"; fi && \ ${WDT_HOME}/bin/createDomain.sh \ -oracle_home $ORACLE_HOME \ -java_home $JAVA_HOME \ @@ -133,7 +132,7 @@ RUN if [ -n "$WDT_MODEL" ]; then MODEL_OPT="-model_file $PROPERTIES_FILE_DIR/${W $MODEL_OPT \ $ARCHIVE_OPT && \ chmod -R a+x $DOMAIN_HOME/bin/*.sh && \ - rm -rf $PROPERTIES_FILE_DIR + rm -rf $PROPERTIES_FILE_DIR # Mount the domain home and the WDT home for easy access. VOLUME $DOMAIN_HOME diff --git a/samples/docker-domain/build-archive.sh b/samples/docker-domain/build-archive.sh index 88983151bf..39ee9be054 100755 --- a/samples/docker-domain/build-archive.sh +++ b/samples/docker-domain/build-archive.sh @@ -1,6 +1,6 @@ #!/bin/sh # -#Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. +#Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. # #Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # diff --git a/samples/docker-domain/build.sh b/samples/docker-domain/build.sh index 2dd6a87c92..c6db34f0c0 100755 --- a/samples/docker-domain/build.sh +++ b/samples/docker-domain/build.sh @@ -1,6 +1,6 @@ #!/bin/sh # -#Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. +#Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. # #Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # @@ -17,4 +17,3 @@ docker build \ --build-arg WDT_ARCHIVE=archive.zip \ --force-rm=true \ -t 12213-domain-wdt . - diff --git a/samples/docker-domain/container-scripts/setEnv.sh b/samples/docker-domain/container-scripts/setEnv.sh index 7c7696be57..a1334bc4e0 100644 --- a/samples/docker-domain/container-scripts/setEnv.sh +++ b/samples/docker-domain/container-scripts/setEnv.sh @@ -1,9 +1,9 @@ #!/bin/bash ex -# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -# The Universal Permissive License (UPL), Version 1.0 +# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. +# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # -# This example creates the BUILD_ARG environment variable as a string of --build-arg for +# This example creates the BUILD_ARG environment variable as a string of --build-arg for # the arguments passed on the docker build command. The variable file that is used for the WDT # create domain step is the input to this script. This insures that the values persisted # as environment variables in the docker image match the configured domain home. @@ -20,7 +20,7 @@ fi echo Export environment variables from the ${PROPERTIES_FILE} properties file DOMAIN_DIR=`awk '{print 1ドル}' $PROPERTIES_FILE | grep ^DOMAIN_NAME= | cut -d "=" -f2` -if [ ! -n "$DOMAIN_DIR" ]; then +if [ ! -n "$DOMAIN_DIR" ]; then if [ -n "$DOMAIN_NAME" ]; then DOMAIN_DIR=$DOMAIN_NAME fi @@ -55,7 +55,7 @@ fi MANAGED_SERVER_PORT=`awk '{print 1ドル}' $PROPERTIES_FILE | grep ^MANAGED_SERVER_PORT= | cut -d "=" -f2` if [ -n "$MANAGED_SERVER_PORT" ]; then - export MANAGED_SERVER_PORT + export MANAGED_SERVER_PORT echo MANAGED_SERVER_PORT=$MANAGED_SERVER_PORT BUILD_ARG="$BUILD_ARG --build-arg CUSTOM_MANAGED_SERVER_PORT=$MANAGED_SERVER_PORT" fi diff --git a/samples/docker-domain/container-scripts/startAdminServer.sh b/samples/docker-domain/container-scripts/startAdminServer.sh index 0167a30e57..1d965ed049 100644 --- a/samples/docker-domain/container-scripts/startAdminServer.sh +++ b/samples/docker-domain/container-scripts/startAdminServer.sh @@ -1,6 +1,6 @@ #!/bin/bash # -#Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +#Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. # #Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # @@ -26,7 +26,7 @@ CUSTOM_DERBY_FLAG=`awk '{print 1ドル}' $PROPERTIES_FILE | grep ^DERBY_FLAG= | cut - if [ -n "${CUSTOM_DERBY_FLAG}" ]; then DERBY_FLAG="${CUSTOM_DERBY_FLAG}" fi - + export ${DERBY_FLAG} echo "Start Derby: ${DERBY_FLAG}" diff --git a/samples/docker-domain/container-scripts/startManagedServer.sh b/samples/docker-domain/container-scripts/startManagedServer.sh index 41b79c5c55..686275b368 100644 --- a/samples/docker-domain/container-scripts/startManagedServer.sh +++ b/samples/docker-domain/container-scripts/startManagedServer.sh @@ -1,6 +1,6 @@ #!/bin/bash # -#Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +#Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. # #Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # @@ -36,7 +36,7 @@ echo "Managed Server Logs: ${MS_LOGS}" USER=`awk '{print 1ドル}' $PROPERTIES_FILE | grep ^username= | cut -d "=" -f2` if [ -z "$USER" ]; then echo "The admin username is blank. The admin username must be set in the properties file." - exit + exit fi PASS=`awk '{print 1ドル}' $PROPERTIES_FILE | grep ^password= | cut -d "=" -f2` @@ -49,7 +49,7 @@ mkdir -p ${MS_SECURITY} echo username=$USER> ${MS_SECURITY}/boot.properties echo password=$PASS>> ${MS_SECURITY}/boot.properties -# Start Managed Server +# Start Managed Server ${DOMAIN_HOME}/bin/setDomainEnv.sh echo 'Start Managed Server: ${MANAGED_SERVER_NAME}' ${DOMAIN_HOME}/bin/startManagedWebLogic.sh ${MANAGED_SERVER_NAME} http://${ADMIN_HOST}:${ADMIN_PORT} diff --git a/samples/docker-domain/container-scripts/waitForAdminServer.sh b/samples/docker-domain/container-scripts/waitForAdminServer.sh index 7f73c6c138..e5ebc2d56c 100644 --- a/samples/docker-domain/container-scripts/waitForAdminServer.sh +++ b/samples/docker-domain/container-scripts/waitForAdminServer.sh @@ -1,6 +1,6 @@ #!/bin/bash # -#Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +#Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. # #Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. # diff --git a/site/type_def.md b/site/type_def.md index b4a1b9e4b7..b06e2e4518 100644 --- a/site/type_def.md +++ b/site/type_def.md @@ -4,7 +4,7 @@ WebLogic Server Deploy Tooling has an extensible domain type system. The three ```json { - "copyright": "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", + "copyright": "Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.", "license": "The Universal Permissive License (UPL), Version 1.0", "name": "JRF", "description": "JRF type domain definitions", @@ -221,7 +221,7 @@ If there are any server groups in the custom template that should be targeted to Templates in WebLogic Server versions prior to 12.2.1 may require the use of the `applyJRF` WLST command to correctly target resources to the correct clusters and servers. The default behavior for WebLogic Deploy Tooling is to invoke `applyJRF` only when the `extensionTemplates` list includes JRF templates. A custom type definition file can require `applyJRF` to be invoked after the templates are added. This is done by setting the `targeting` attribute to `APPLY_JRF`, as in this example: - + ```json { "name": "MyCustom", @@ -243,4 +243,4 @@ A custom type definition file can require `applyJRF` to be invoked after the tem } ``` -The `targeting` attribute is not valid for WebLogic Server versions 12.2.1 and up. +The `targeting` attribute is not valid for WebLogic Server versions 12.2.1 and up. diff --git a/wercker.yml b/wercker.yml index 74b4308f23..76e19a4988 100644 --- a/wercker.yml +++ b/wercker.yml @@ -1,3 +1,6 @@ +# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved. +# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. + box: id: quay.io/markxnelson/weblogic tag: 12.2.1.2 @@ -12,7 +15,7 @@ build: yum makecache fast yum -y install tar gzip procps - wercker/maven: - maven_opts: -Dunit-test-wlst-dir=/u01/oracle/oracle_common/common/bin -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST} + maven_opts: -Dunit-test-wlst-dir=/u01/oracle/oracle_common/common/bin -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST} goals: clean install cache_repo: true version: 3.5.2

AltStyle によって変換されたページ (->オリジナル) /