Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.worldcupforecast.edit/src-gen/org/eclipse/worldcupforecast/provider/MatchItemProvider.java')
-rw-r--r--tests/org.eclipse.worldcupforecast.edit/src-gen/org/eclipse/worldcupforecast/provider/MatchItemProvider.java12
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/org.eclipse.worldcupforecast.edit/src-gen/org/eclipse/worldcupforecast/provider/MatchItemProvider.java b/tests/org.eclipse.worldcupforecast.edit/src-gen/org/eclipse/worldcupforecast/provider/MatchItemProvider.java
index 112103e76..353227910 100644
--- a/tests/org.eclipse.worldcupforecast.edit/src-gen/org/eclipse/worldcupforecast/provider/MatchItemProvider.java
+++ b/tests/org.eclipse.worldcupforecast.edit/src-gen/org/eclipse/worldcupforecast/provider/MatchItemProvider.java
@@ -1,15 +1,13 @@
-/**
- * Copyright (c) 2010 Obeo.
+/*******************************************************************************
+ * Copyright (c) 2008, 2010 Obeo.
* 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:
- * Obeo - initial API and implementation
*
- * $Id: MatchItemProvider.java,v 1.1 2010/06/18 12:13:17 glefur Exp $
- */
+ * Contributors:
+ * Obeo - initial API and implementation
+ *******************************************************************************/
package org.eclipse.worldcupforecast.provider;

Back to the top