From 9bb069ab81166dad71af08d571ad9998feb94a03 Mon Sep 17 00:00:00 2001 From: Rosemary Marano Date: Mon, 24 Jun 2019 09:45:35 -0400 Subject: [PATCH] added copyright statements --- src/test/resources/bad.yaml | 5 ++++- src/test/resources/config1.yaml | 5 ++++- src/test/resources/config2.yaml | 5 ++++- src/test/resources/config3.yaml | 5 ++++- src/test/resources/emptyConfig.yaml | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/test/resources/bad.yaml b/src/test/resources/bad.yaml index 1bddce6..d5988b2 100644 --- a/src/test/resources/bad.yaml +++ b/src/test/resources/bad.yaml @@ -1,5 +1,8 @@ +# 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. + # I am not well formated publishHost: host1 something else that should - not be here - at all \ No newline at end of file + at all diff --git a/src/test/resources/config1.yaml b/src/test/resources/config1.yaml index c42c057..9adc7fa 100644 --- a/src/test/resources/config1.yaml +++ b/src/test/resources/config1.yaml @@ -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. + # Test config file publishHost: host1 @@ -8,4 +11,4 @@ weblogicLoggingExporterEnabled: false weblogicLoggingExporterSeverity: Warning weblogicLoggingExporterBulkSize: 2 weblogicLoggingIndexName: index1 -domainUID: domain1 \ No newline at end of file +domainUID: domain1 diff --git a/src/test/resources/config2.yaml b/src/test/resources/config2.yaml index b80b95c..a073a49 100644 --- a/src/test/resources/config2.yaml +++ b/src/test/resources/config2.yaml @@ -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. + # Test config file # This one has an upper case index name, which should be converted to lower case @@ -9,4 +12,4 @@ weblogicLoggingExporterEnabled: false weblogicLoggingExporterSeverity: Warning weblogicLoggingExporterBulkSize: 2 weblogicLoggingIndexName: INDEX2 -domainUID: domain1 \ No newline at end of file +domainUID: domain1 diff --git a/src/test/resources/config3.yaml b/src/test/resources/config3.yaml index d97caba..595508f 100644 --- a/src/test/resources/config3.yaml +++ b/src/test/resources/config3.yaml @@ -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. + # Test config file # This one has an upper case index name, which should be converted to lower case @@ -12,4 +15,4 @@ weblogicLoggingExporterEnabled: false weblogicLoggingExporterSeverity: Warning weblogicLoggingExporterBulkSize: 2 weblogicLoggingIndexName: INDEX2 -domainUID: domain1 \ No newline at end of file +domainUID: domain1 diff --git a/src/test/resources/emptyConfig.yaml b/src/test/resources/emptyConfig.yaml index 3e88ec2..ea65140 100644 --- a/src/test/resources/emptyConfig.yaml +++ b/src/test/resources/emptyConfig.yaml @@ -1 +1,4 @@ -# I am empty \ No newline at end of file +# 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. + +# I am empty