Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2005-06-20 16:04:32 +0000
committersminto2005-06-20 16:04:32 +0000
commit744dea511cd74d89427d515d2b9d0bcf977258c6 (patch)
tree3b535de1d5081252641525b14d165a2a6dfd2540 /org.eclipse.mylyn.help.ui/src
parent52619c9873c7f83d9fe54bf341b60819a412e1d3 (diff)
downloadorg.eclipse.mylyn.tasks-744dea511cd74d89427d515d2b9d0bcf977258c6.tar.gz
org.eclipse.mylyn.tasks-744dea511cd74d89427d515d2b9d0bcf977258c6.tar.xz
org.eclipse.mylyn.tasks-744dea511cd74d89427d515d2b9d0bcf977258c6.zip
Updated copyrights
Diffstat (limited to 'org.eclipse.mylyn.help.ui/src')
-rw-r--r--org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/MylarDocPlugin.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/MylarDocPlugin.java b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/MylarDocPlugin.java
index 20e24e9ee..9b47f20d3 100644
--- a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/MylarDocPlugin.java
+++ b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/MylarDocPlugin.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2004 - 2005 University Of British Columbia 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:
+ * University Of British Columbia - initial API and implementation
+ *******************************************************************************/
package org.eclipse.mylar.doc;
import org.eclipse.ui.plugin.*;

Back to the top