From 7fda3b9da87ebab383c5aca19ca207a3a5b3c3dc Mon Sep 17 00:00:00 2001 From: asharani-murugesh Date: Mon, 7 Mar 2016 16:24:13 +0100 Subject: [PATCH] Added missing header Signed-off-by: asharani-murugesh --- .../org/eclipse/hawkbit/ui/rollout/StatusFontIcon.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/StatusFontIcon.java b/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/StatusFontIcon.java index 6d80585f4..9ab22a6b1 100644 --- a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/StatusFontIcon.java +++ b/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/StatusFontIcon.java @@ -1,3 +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 + */ package org.eclipse.hawkbit.ui.rollout; import org.eclipse.hawkbit.repository.model.Rollout;