Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2003-03-10 21:59:55 +0000
committerDean Roberts2003-03-10 21:59:55 +0000
commit74bc5b1863e80ff987900f75d68a6cc598d021f5 (patch)
treed21b7c82ce7764c33c3313ea65dc678129ab5330 /examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/Policy.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 'examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/Policy.java')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/Policy.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/Policy.java b/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/Policy.java
index 5e3151f0e..00220dcdd 100644
--- a/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/Policy.java
+++ b/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/Policy.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.examples.filesystem;
import java.text.MessageFormat;
@@ -90,4 +90,4 @@ public class Policy {
return new NullProgressMonitor();
return monitor;
}
-} \ No newline at end of file
+}

Back to the top