diff options
author | John Cortell | 2010-04-12 18:57:05 +0000 |
---|---|---|
committer | John Cortell | 2010-04-12 18:57:05 +0000 |
commit | 9be4928cfbe5bdb945e025a03b5241420ed2b554 (patch) | |
tree | 72585e4db70c5cf81dc65e9db849e2ba15fd5cd1 /debug/org.eclipse.cdt.gdb | |
parent | fd94bb434bd1662b1731856ebd8c079571d57ccc (diff) | |
download | org.eclipse.cdt-9be4928cfbe5bdb945e025a03b5241420ed2b554.tar.gz org.eclipse.cdt-9be4928cfbe5bdb945e025a03b5241420ed2b554.tar.xz org.eclipse.cdt-9be4928cfbe5bdb945e025a03b5241420ed2b554.zip |
Added boilerplate
Diffstat (limited to 'debug/org.eclipse.cdt.gdb')
-rw-r--r-- | debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/Activator.java | 10 |
1 files changed, 10 insertions, 0 deletions
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; |