From b5fb07d04fec092faf966ca488e754558126be47 Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Wed, 11 Apr 2018 12:27:00 +0200 Subject: Add license in missing .http and .properties files Change-Id: I363151c3469442f056068346e6d9f9a14b54765b Issue-ID: EXTAPI-53 Signed-off-by: Matthieu Geerebaert --- src/main/resources/application-docker.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/main/resources/application-docker.properties') diff --git a/src/main/resources/application-docker.properties b/src/main/resources/application-docker.properties index 01070d4..4a2a15e 100644 --- a/src/main/resources/application-docker.properties +++ b/src/main/resources/application-docker.properties @@ -1,3 +1,19 @@ +# +# Copyright (c) 2017 Orange. 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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. +# + # LOGGING logging.level.org.onap.nbi=INFO -- cgit 1.2.3-korg