From 17649e6b43d17406070a6a7636415edb96a96513 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 8 Jun 2018 12:05:03 -0400 Subject: [PATCH] Remove """ from logback xml files Logback complains if %d{} values contain """, but it works fine without them, thus they have been removed. Update licenses. Change-Id: Id1f21d3d51bb2495a92f54fcf5c3ad978612c375 Issue-ID: POLICY-785 Signed-off-by: Jim Hahn --- BRMSGateway/src/main/resources/logback.xml | 2 +- ONAP-PAP-REST/src/main/resources/logback.xml | 2 +- ONAP-PDP-REST/src/main/resources/logback.xml | 2 +- ONAP-PDP/src/test/resources/logback.xml | 4 ++-- ONAP-XACML/src/test/resources/logback.xml | 4 ++-- POLICY-SDK-APP/src/test/resources/logback.xml | 4 ++-- PolicyEngineAPI/src/main/resources/logback.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/BRMSGateway/src/main/resources/logback.xml b/BRMSGateway/src/main/resources/logback.xml index 2d592c0e2..b9e12a7b3 100644 --- a/BRMSGateway/src/main/resources/logback.xml +++ b/BRMSGateway/src/main/resources/logback.xml @@ -75,7 +75,7 @@ --> - + diff --git a/ONAP-PAP-REST/src/main/resources/logback.xml b/ONAP-PAP-REST/src/main/resources/logback.xml index 24afa5538..d7b118178 100644 --- a/ONAP-PAP-REST/src/main/resources/logback.xml +++ b/ONAP-PAP-REST/src/main/resources/logback.xml @@ -75,7 +75,7 @@ --> - + diff --git a/ONAP-PDP-REST/src/main/resources/logback.xml b/ONAP-PDP-REST/src/main/resources/logback.xml index abcebff3f..23f870d37 100644 --- a/ONAP-PDP-REST/src/main/resources/logback.xml +++ b/ONAP-PDP-REST/src/main/resources/logback.xml @@ -74,7 +74,7 @@ --> - + diff --git a/ONAP-PDP/src/test/resources/logback.xml b/ONAP-PDP/src/test/resources/logback.xml index 03e9c0442..93f0a10b8 100644 --- a/ONAP-PDP/src/test/resources/logback.xml +++ b/ONAP-PDP/src/test/resources/logback.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP-PDP ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 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. @@ -75,7 +75,7 @@ --> - + diff --git a/ONAP-XACML/src/test/resources/logback.xml b/ONAP-XACML/src/test/resources/logback.xml index cd8e69414..cdfdac958 100644 --- a/ONAP-XACML/src/test/resources/logback.xml +++ b/ONAP-XACML/src/test/resources/logback.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP-XACML ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 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. @@ -75,7 +75,7 @@ --> - + diff --git a/POLICY-SDK-APP/src/test/resources/logback.xml b/POLICY-SDK-APP/src/test/resources/logback.xml index 3e5f1b6a6..fc73b6af2 100644 --- a/POLICY-SDK-APP/src/test/resources/logback.xml +++ b/POLICY-SDK-APP/src/test/resources/logback.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP-PAP-REST ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 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. @@ -75,7 +75,7 @@ --> - + diff --git a/PolicyEngineAPI/src/main/resources/logback.xml b/PolicyEngineAPI/src/main/resources/logback.xml index 37261edd7..88e062cd8 100644 --- a/PolicyEngineAPI/src/main/resources/logback.xml +++ b/PolicyEngineAPI/src/main/resources/logback.xml @@ -75,7 +75,7 @@ --> - + -- 2.16.6