diff options
Diffstat (limited to 'logging-api/src/main/java/org')
6 files changed, 12 insertions, 6 deletions
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. |