Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2t.common.recipe.ui/src/org/eclipse/m2t/common/recipe/ui/action/OpenRecipesAction.java')
-rw-r--r--plugins/org.eclipse.m2t.common.recipe.ui/src/org/eclipse/m2t/common/recipe/ui/action/OpenRecipesAction.java15
1 files changed, 6 insertions, 9 deletions
diff --git a/plugins/org.eclipse.m2t.common.recipe.ui/src/org/eclipse/m2t/common/recipe/ui/action/OpenRecipesAction.java b/plugins/org.eclipse.m2t.common.recipe.ui/src/org/eclipse/m2t/common/recipe/ui/action/OpenRecipesAction.java
index 58406bc2..f73fcfea 100644
--- a/plugins/org.eclipse.m2t.common.recipe.ui/src/org/eclipse/m2t/common/recipe/ui/action/OpenRecipesAction.java
+++ b/plugins/org.eclipse.m2t.common.recipe.ui/src/org/eclipse/m2t/common/recipe/ui/action/OpenRecipesAction.java
@@ -1,17 +1,14 @@
-/*
- * <copyright>
- *
- * Copyright (c) 2005-2006 Markus Voelter and others.
- * All rights reserved. This program and the accompanying materials
+/*******************************************************************************
+ * Copyright (c) 2005, 2007 committers of openArchitectureWare 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:
- * Markus Voelter - Initial API and implementation
- *
- * </copyright>
- */
+ * committers of openArchitectureWare - initial API and implementation
+ *******************************************************************************/
+
package org.eclipse.m2t.common.recipe.ui.action;
import org.eclipse.core.resources.IFile;

Back to the top