Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-09-12 04:21:37 +0000
committermkersten2008-09-12 04:21:37 +0000
commit6f51c0e1fadec73f985b4cfe825c3c4811f34f28 (patch)
treea7e911fe1a18cb652b13d59ce4ba434f6bdc4e60 /org.eclipse.mylyn.help.ui/src
parenta79c752ed03fa3e01bf680bbfd72efe9622dd2eb (diff)
downloadorg.eclipse.mylyn.tasks-6f51c0e1fadec73f985b4cfe825c3c4811f34f28.tar.gz
org.eclipse.mylyn.tasks-6f51c0e1fadec73f985b4cfe825c3c4811f34f28.tar.xz
org.eclipse.mylyn.tasks-6f51c0e1fadec73f985b4cfe825c3c4811f34f28.zip
NEW - bug 194157: update copyright notices to 2008
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194157
Diffstat (limited to 'org.eclipse.mylyn.help.ui/src')
-rw-r--r--org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/anttask/MediaWikiImageFetcher.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/anttask/MediaWikiImageFetcher.java b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/anttask/MediaWikiImageFetcher.java
index 14a43b87e..c6e74bddf 100644
--- a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/anttask/MediaWikiImageFetcher.java
+++ b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/anttask/MediaWikiImageFetcher.java
@@ -1,13 +1,15 @@
/*******************************************************************************
- * Copyright (c) 2004, 2007 Mylyn project committers and others.
+ * Copyright (c) 2004, 2008 Tasktop Technologies 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:
+ * David Green - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.help.ui.anttask;
-
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
@@ -23,6 +25,7 @@ import org.apache.tools.ant.Project;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.taskdefs.Get;
+
/**
* Fetch images from a MediaWiki-generated HTML page source
*

Back to the top