aboutsummaryrefslogtreecommitdiffstats
path: root/logging-api
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-10 14:20:04 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-10 14:20:41 -0500
commitbcadccdf42f6e12872c6caea33cc43d85841534d (patch)
tree5319b2bb9ac4e262b11b127d33974a4258738999 /logging-api
parent1ae24d9265c263e20bff092d9c0d7219c28f2b33 (diff)
Update repository information
Change-Id: Ieee664e097b64818d5d3b19c8598adbafef3327a Signed-off-by: Steve Smokowski <ss835w@att.com>
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.