From bcadccdf42f6e12872c6caea33cc43d85841534d Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Fri, 10 Feb 2017 14:20:04 -0500 Subject: Update repository information Change-Id: Ieee664e097b64818d5d3b19c8598adbafef3327a Signed-off-by: Steve Smokowski --- logging-api/src/main/java/org/openecomp/cl/api/LogFields.java | 3 ++- logging-api/src/main/java/org/openecomp/cl/api/LogLine.java | 3 ++- logging-api/src/main/java/org/openecomp/cl/api/Logger.java | 3 ++- .../src/main/java/org/openecomp/cl/api/LoggerFactoryInterface.java | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'logging-api/src/main/java/org/openecomp/cl/api') 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. -- cgit 1.2.3-korg