From 9f456bba5d169231805fb5e218ff81ca567986a0 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Thu, 23 Oct 2014 10:05:02 +0200 Subject: Target Explorer: Fix license header --- .../tcf/ui/delegates/NodePropertiesTableUIDelegate.java | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/delegates/NodePropertiesTableUIDelegate.java b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/delegates/NodePropertiesTableUIDelegate.java index b1956c997..fec820311 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/delegates/NodePropertiesTableUIDelegate.java +++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/delegates/NodePropertiesTableUIDelegate.java @@ -1,13 +1,12 @@ -/** - * NodePropertiesTableUIDelegate.java - * Created on Oct 22, 2013 - * - * Copyright (c) 2013 Wind River Systems, Inc. +/******************************************************************************* + * Copyright (c) 2014 Wind River Systems, Inc. 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 * - * The right to copy, distribute, modify, or otherwise make use - * of this software may be licensed only pursuant to the terms - * of an applicable Wind River license agreement. - */ + * Contributors: + * Wind River Systems - initial API and implementation + *******************************************************************************/ package org.eclipse.tcf.te.tcf.ui.delegates; import java.util.List; -- cgit v1.2.3