From c14d534fe143e3cd842b3e58db974c45ae2eb39d Mon Sep 17 00:00:00 2001 From: SirWayne Date: Thu, 24 Mar 2016 18:04:56 +0100 Subject: [PATCH] Add license header Signed-off-by: SirWayne --- .../org/eclipse/hawkbit/ui/HawkbitEventProvider.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/HawkbitEventProvider.java b/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/HawkbitEventProvider.java index 885576fef..f026378b9 100644 --- a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/HawkbitEventProvider.java +++ b/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/HawkbitEventProvider.java @@ -1,11 +1,11 @@ /** * 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 -*/ + * + * 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 + */ package org.eclipse.hawkbit.ui; import java.util.HashSet;