From e35017cfe7ff3022e93eb3d30522c052f2503109 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Wed, 3 Feb 2016 09:59:13 +0100 Subject: [PATCH] fix license header in application-cloud.properties file Signed-off-by: Michael Hirsch --- .../src/main/resources/application-cloud.properties | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/examples/hawkbit-device-simulator/src/main/resources/application-cloud.properties b/examples/hawkbit-device-simulator/src/main/resources/application-cloud.properties index f4f41821c..3e3edc90c 100644 --- a/examples/hawkbit-device-simulator/src/main/resources/application-cloud.properties +++ b/examples/hawkbit-device-simulator/src/main/resources/application-cloud.properties @@ -1,3 +1,12 @@ +# +# Copyright (c) 2015 Bosch Software Innovations GmbH and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# + # SECURITY (SecurityProperties) security.basic.enabled=true security.user.name=${BASIC_USERNAME:admin}