aboutsummaryrefslogtreecommitdiffstats
path: root/logging-api
diff options
context:
space:
mode:
Diffstat (limited to 'logging-api')
-rw-r--r--logging-api/pom.xml3
-rw-r--r--logging-api/src/main/java/org/openecomp/cl/api/LogFields.java3
-rw-r--r--logging-api/src/main/java/org/openecomp/cl/api/LogLine.java3
-rw-r--r--logging-api/src/main/java/org/openecomp/cl/api/Logger.java3
-rw-r--r--logging-api/src/main/java/org/openecomp/cl/api/LoggerFactoryInterface.java3
-rw-r--r--logging-api/src/main/java/org/openecomp/cl/mdc/MdcContext.java3
-rw-r--r--logging-api/src/main/java/org/openecomp/cl/mdc/MdcOverride.java3
7 files changed, 14 insertions, 7 deletions
diff --git a/logging-api/pom.xml b/logging-api/pom.xml
index 6f5cbb8..2a84906 100644
--- a/logging-api/pom.xml
+++ b/logging-api/pom.xml
@@ -2,7 +2,8 @@
============LICENSE_START=======================================================
Common Logging Library
================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017 AT&T Intellectual Property. All rights
+ reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/logging-api/src/main/java/org/openecomp/cl/api/LogFields.java b/logging-api/src/main/java/org/openecomp/cl/api/LogFields.java
index 87b3f3f..c4ec7cb 100644
--- a/logging-api/src/main/java/org/openecomp/cl/api/LogFields.java
+++ b/logging-api/src/main/java/org/openecomp/cl/api/LogFields.java
@@ -2,7 +2,8 @@
* ============LICENSE_START=======================================================
* Common Logging Library
* ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/logging-api/src/main/java/org/openecomp/cl/api/LogLine.java b/logging-api/src/main/java/org/openecomp/cl/api/LogLine.java
index 2b6f30f..6d0435f 100644
--- a/logging-api/src/main/java/org/openecomp/cl/api/LogLine.java
+++ b/logging-api/src/main/java/org/openecomp/cl/api/LogLine.java
@@ -2,7 +2,8 @@
* ============LICENSE_START=======================================================
* Common Logging Library
* ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/logging-api/src/main/java/org/openecomp/cl/api/Logger.java b/logging-api/src/main/java/org/openecomp/cl/api/Logger.java
index 2b428e5..e2c47f0 100644
--- a/logging-api/src/main/java/org/openecomp/cl/api/Logger.java
+++ b/logging-api/src/main/java/org/openecomp/cl/api/Logger.java
@@ -2,7 +2,8 @@
* ============LICENSE_START=======================================================
* Common Logging Library
* ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/logging-api/src/main/java/org/openecomp/cl/api/LoggerFactoryInterface.java b/logging-api/src/main/java/org/openecomp/cl/api/LoggerFactoryInterface.java
index c990881..62b098d 100644
--- a/logging-api/src/main/java/org/openecomp/cl/api/LoggerFactoryInterface.java
+++ b/logging-api/src/main/java/org/openecomp/cl/api/LoggerFactoryInterface.java
@@ -2,7 +2,8 @@
* ============LICENSE_START=======================================================
* Common Logging Library
* ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/logging-api/src/main/java/org/openecomp/cl/mdc/MdcContext.java b/logging-api/src/main/java/org/openecomp/cl/mdc/MdcContext.java
index 6e9e6f4..a36556d 100644
--- a/logging-api/src/main/java/org/openecomp/cl/mdc/MdcContext.java
+++ b/logging-api/src/main/java/org/openecomp/cl/mdc/MdcContext.java
@@ -2,7 +2,8 @@
* ============LICENSE_START=======================================================
* Common Logging Library
* ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/logging-api/src/main/java/org/openecomp/cl/mdc/MdcOverride.java b/logging-api/src/main/java/org/openecomp/cl/mdc/MdcOverride.java
index 413ce36..6031b1c 100644
--- a/logging-api/src/main/java/org/openecomp/cl/mdc/MdcOverride.java
+++ b/logging-api/src/main/java/org/openecomp/cl/mdc/MdcOverride.java
@@ -2,7 +2,8 @@
* ============LICENSE_START=======================================================
* Common Logging Library
* ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.