diff options
author | Dani Megert | 2004-03-20 19:32:56 +0000 |
---|---|---|
committer | Dani Megert | 2004-03-20 19:32:56 +0000 |
commit | d956ee34eb28603196409316848a972b4b34fe9f (patch) | |
tree | d134eaf96859fb6933e6b9d5ba633179a758d0d5 /org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template | |
parent | 498e410500f996bde7f21ea8aecbc7844b3b610a (diff) | |
download | eclipse.platform.text-d956ee34eb28603196409316848a972b4b34fe9f.tar.gz eclipse.platform.text-d956ee34eb28603196409316848a972b4b34fe9f.tar.xz eclipse.platform.text-d956ee34eb28603196409316848a972b4b34fe9f.zip |
Fixed build warning and added copyright notice
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template')
-rw-r--r-- | org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/AntVariableResolver.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/AntVariableResolver.java b/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/AntVariableResolver.java index a244aa3ac..6f73dbc97 100644 --- a/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/AntVariableResolver.java +++ b/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/AntVariableResolver.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2000, 2003 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package org.eclipse.ui.examples.templateeditor.template; import java.util.Arrays; |