From d956ee34eb28603196409316848a972b4b34fe9f Mon Sep 17 00:00:00 2001 From: Dani Megert Date: Sat, 20 Mar 2004 19:32:56 +0000 Subject: Fixed build warning and added copyright notice --- .../ui/examples/templateeditor/editors/TemplateEditor.java | 10 ++++++++++ .../preferences/TemplatesPreferencePage.java | 14 +++++++++++--- .../templateeditor/template/AntVariableResolver.java | 10 ++++++++++ 3 files changed, 31 insertions(+), 3 deletions(-) (limited to 'org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse') diff --git a/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java b/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java index 91b6ae6372a..019ae2fba4b 100644 --- a/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.java +++ b/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditor.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.editors; import org.eclipse.jface.action.IAction; diff --git a/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/preferences/TemplatesPreferencePage.java b/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/preferences/TemplatesPreferencePage.java index 7c30caa718d..c4e332996a2 100644 --- a/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/preferences/TemplatesPreferencePage.java +++ b/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/preferences/TemplatesPreferencePage.java @@ -1,13 +1,21 @@ +/******************************************************************************* + * 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.preferences; -import org.eclipse.jface.preference.PreferencePage; - import org.eclipse.ui.IWorkbenchPreferencePage; import org.eclipse.ui.examples.templateeditor.editors.TemplateEditorUI; import org.eclipse.ui.texteditor.templates.TemplatePreferencePage; /** - * @see PreferencePage + * @see org.eclipse.jface.preference.PreferencePage */ public class TemplatesPreferencePage extends TemplatePreferencePage implements IWorkbenchPreferencePage { 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 a244aa3ac59..6f73dbc9745 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; -- cgit v1.2.3