Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2003-03-10 21:59:55 +0000
committerDean Roberts2003-03-10 21:59:55 +0000
commit74bc5b1863e80ff987900f75d68a6cc598d021f5 (patch)
treed21b7c82ce7764c33c3313ea65dc678129ab5330 /bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamImages.java
parentbaece580e980c3e861300ea5cbf40fb1eb8a060e (diff)
downloadeclipse.platform.team-74bc5b1863e80ff987900f75d68a6cc598d021f5.tar.gz
eclipse.platform.team-74bc5b1863e80ff987900f75d68a6cc598d021f5.tar.xz
eclipse.platform.team-74bc5b1863e80ff987900f75d68a6cc598d021f5.zip
Copyright fix - automated changes
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamImages.java')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamImages.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamImages.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamImages.java
index b8d4c50e1..75afb107d 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamImages.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/TeamImages.java
@@ -1,13 +1,13 @@
/*******************************************************************************
- * Copyright (c) 2002 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v0.5
+ * 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
- * IBM - Initial API and implementation
- ******************************************************************************/
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.team.ui;
import java.net.MalformedURLException;

Back to the top