diff --git a/debug/org.eclipse.cdt.gdb.ui/src/org/eclipse/cdt/gdb/ui/internal/Activator.java b/debug/org.eclipse.cdt.gdb.ui/src/org/eclipse/cdt/gdb/ui/internal/Activator.java index cd7b2bb210e..9c70d6c2e56 100644 --- a/debug/org.eclipse.cdt.gdb.ui/src/org/eclipse/cdt/gdb/ui/internal/Activator.java +++ b/debug/org.eclipse.cdt.gdb.ui/src/org/eclipse/cdt/gdb/ui/internal/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2010 Freescale Semiconductor 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: + * Freescale Semiconductor - Initial API and implementation + *******************************************************************************/ package org.eclipse.cdt.gdb.ui.internal; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/Activator.java b/debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/Activator.java index 53eec4c07c6..120083cbc46 100644 --- a/debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/Activator.java +++ b/debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2010 Freescale Semiconductor 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: + * Freescale Semiconductor - Initial API and implementation + *******************************************************************************/ package org.eclipse.cdt.gdb.internal; import org.eclipse.core.runtime.Plugin;