From add79b82e8d9dd8589578e676b45a29abcd69333 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 14 Jun 2007 19:44:21 +0000 Subject: [PATCH] Fix up copyrights. --- .../build.properties | 10 ++++++++++ .../feature.properties | 4 ++-- .../build.properties | 10 ++++++++++ .../plugin.properties | 10 ++++++++++ .../org/eclipse/cdt/debug/gdbjtag/core/Activator.java | 10 ++++++++++ .../core/GDBJtagLaunchConfigurationDelegate.java | 10 +++++----- .../cdt/debug/gdbjtag/core/IGDBJtagConstants.java | 10 +++++----- jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties | 10 ++++++++++ .../org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties | 10 ++++++++++ .../org/eclipse/cdt/debug/gdbjtag/ui/Activator.java | 10 ++++++++++ .../cdt/debug/gdbjtag/ui/GDBJtagDebuggerTab.java | 10 +++++----- .../eclipse/cdt/debug/gdbjtag/ui/GDBJtagImages.java | 10 +++++----- .../gdbjtag/ui/GDBJtagLaunchConfigurationTabGroup.java | 10 +++++----- .../cdt/debug/gdbjtag/ui/GDBJtagStartupTab.java | 10 +++++----- jtag/org.eclipse.cdt.debug.gdbjtag/build.properties | 10 ++++++++++ jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties | 4 ++-- 16 files changed, 114 insertions(+), 34 deletions(-) diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/build.properties b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/build.properties index cb50260a959..5e9c7d4b102 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/build.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2007 QNX Software Systems 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 +# +# Contributors: +# QNX Software Systems - initial API and implementation +############################################################################### bin.includes = feature.xml,\ license.html,\ feature.properties,\ diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.properties b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.properties index 0ff629e0643..9474bfb701c 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.properties @@ -1,12 +1,12 @@ ############################################################################### -# Copyright (c) 2005 IBM Corporation and others. +# Copyright (c) 2007 QNX Software Systems 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 # # Contributors: -# IBM Corporation - initial API and implementation +# QNX Software Systems - initial API and implementation ############################################################################### # features.properties # contains externalized strings for feature.xml diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/build.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.core/build.properties index 0dc34f7833b..0e2ad0e705e 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/build.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2007 QNX Software Systems 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 +# +# Contributors: +# QNX Software Systems - initial API and implementation +############################################################################### source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties index 562aaf708eb..a6727884de1 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties @@ -1 +1,11 @@ +############################################################################### +# Copyright (c) 2007 QNX Software Systems 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 +# +# Contributors: +# QNX Software Systems - initial API and implementation +############################################################################### launchConfig.name=GDB Hardware Debugging diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/Activator.java b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/Activator.java index 2369b21f7ae..2db3a79967d 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/Activator.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007 QNX Software Systems 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 + * + * Contributors: + * QNX Software Systems - initial API and implementation + *******************************************************************************/ package org.eclipse.cdt.debug.gdbjtag.core; import org.eclipse.core.runtime.Plugin; diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagLaunchConfigurationDelegate.java b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagLaunchConfigurationDelegate.java index b79bcdd4c0e..dd59117d858 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagLaunchConfigurationDelegate.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagLaunchConfigurationDelegate.java @@ -1,13 +1,13 @@ -/********************************************************************** - * Copyright (c) 2006 QNX Software Systems and others. +/******************************************************************************* + * Copyright (c) 2007 QNX Software Systems 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 - * - * Contributors: + * + * Contributors: * QNX Software Systems - Initial API and implementation - **********************************************************************/ + *******************************************************************************/ package org.eclipse.cdt.debug.gdbjtag.core; import java.io.File; diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/IGDBJtagConstants.java b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/IGDBJtagConstants.java index 7d1de9c2159..1be899720d0 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/IGDBJtagConstants.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/IGDBJtagConstants.java @@ -1,13 +1,13 @@ -/********************************************************************** - * Copyright (c) 2006 QNX Software Systems and others. +/******************************************************************************* + * Copyright (c) 2007 QNX Software Systems 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 - * - * Contributors: + * + * Contributors: * QNX Software Systems - Initial API and implementation - **********************************************************************/ + *******************************************************************************/ package org.eclipse.cdt.debug.gdbjtag.core; diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties index 6b4afb7a5a7..770b0cc0b22 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2007 QNX Software Systems 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 +# +# Contributors: +# QNX Software Systems - initial API and implementation +############################################################################### source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties index e69de29bb2d..b14cacd2154 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties @@ -0,0 +1,10 @@ +############################################################################### +# Copyright (c) 2007 QNX Software Systems 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 +# +# Contributors: +# QNX Software Systems - initial API and implementation +############################################################################### diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/Activator.java b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/Activator.java index 3decf5ce5ff..a3c0a477b1a 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/Activator.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007 QNX Software Systems 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 + * + * Contributors: + * QNX Software Systems - initial API and implementation + *******************************************************************************/ package org.eclipse.cdt.debug.gdbjtag.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagDebuggerTab.java b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagDebuggerTab.java index d28a315f743..1fadcbaad11 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagDebuggerTab.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagDebuggerTab.java @@ -1,13 +1,13 @@ -/********************************************************************** - * Copyright (c) 2006 QNX Software Systems and others. +/******************************************************************************* + * Copyright (c) 2007 QNX Software Systems 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 - * - * Contributors: + * + * Contributors: * QNX Software Systems - Initial API and implementation - **********************************************************************/ + *******************************************************************************/ package org.eclipse.cdt.debug.gdbjtag.ui; diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagImages.java b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagImages.java index c216e5dcfc0..78c143203d5 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagImages.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagImages.java @@ -1,13 +1,13 @@ -/********************************************************************** - * Copyright (c) 2006 QNX Software Systems and others. +/******************************************************************************* + * Copyright (c) 2007 QNX Software Systems 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 - * - * Contributors: + * + * Contributors: * QNX Software Systems - Initial API and implementation - **********************************************************************/ + *******************************************************************************/ package org.eclipse.cdt.debug.gdbjtag.ui; diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagLaunchConfigurationTabGroup.java b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagLaunchConfigurationTabGroup.java index d8dff8f6dd7..f7204a4a07c 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagLaunchConfigurationTabGroup.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagLaunchConfigurationTabGroup.java @@ -1,13 +1,13 @@ -/********************************************************************** - * Copyright (c) 2006 QNX Software Systems and others. +/******************************************************************************* + * Copyright (c) 2007 QNX Software Systems 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 - * - * Contributors: + * + * Contributors: * QNX Software Systems - Initial API and implementation - **********************************************************************/ + *******************************************************************************/ package org.eclipse.cdt.debug.gdbjtag.ui; diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagStartupTab.java b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagStartupTab.java index 9908c66f62d..398f9865357 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagStartupTab.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/GDBJtagStartupTab.java @@ -1,13 +1,13 @@ -/********************************************************************** - * Copyright (c) 2006 QNX Software Systems and others. +/******************************************************************************* + * Copyright (c) 2007 QNX Software Systems 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 - * - * Contributors: + * + * Contributors: * QNX Software Systems - Initial API and implementation - **********************************************************************/ + *******************************************************************************/ package org.eclipse.cdt.debug.gdbjtag.ui; diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag/build.properties b/jtag/org.eclipse.cdt.debug.gdbjtag/build.properties index 9ac08a9d338..4c32df7439a 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag/build.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2007 QNX Software Systems 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 +# +# Contributors: +# QNX Software Systems - initial API and implementation +############################################################################### bin.includes = META-INF/,\ about.html,\ about.ini,\ diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties index 22f6af02601..9ceba58143b 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties @@ -1,12 +1,12 @@ ############################################################################### -# Copyright (c) 2003, 2006 IBM Corporation and others. +# Copyright (c) 2007 QNX Software Systems 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 # # Contributors: -# IBM Corporation - initial API and implementation +# QNX Software Systems - initial API and implementation ############################################################################### pluginName=GDB Hardware Debugging Plug-in providerName=Eclipse.org