diff options
Diffstat (limited to 'cps-service/src/main/resources/logback-spring.xml')
-rw-r--r-- | cps-service/src/main/resources/logback-spring.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cps-service/src/main/resources/logback-spring.xml b/cps-service/src/main/resources/logback-spring.xml index 8b566384bb..3bba9f1bb7 100644 --- a/cps-service/src/main/resources/logback-spring.xml +++ b/cps-service/src/main/resources/logback-spring.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Modification Copyright (C) 2021 Nordix Foundation + Copyright (C) 2021 Nordix Foundation ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -77,4 +79,4 @@ <!-- <appender-ref ref="asyncDebug" />--> <!-- </root>--> -</configuration>
\ No newline at end of file +</configuration> |