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.tasks.tests
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.tasks.tests')
-rw-r--r--org.eclipse.mylyn.tasks.tests/build.properties10
-rw-r--r--org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/bugzilla/tests/MylarBugzillaTestsPlugin.java10
-rw-r--r--org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/tests/MylarTasksTestsPlugin.java10
3 files changed, 30 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/build.properties b/org.eclipse.mylyn.tasks.tests/build.properties
index 8f7e2afe1..7ca24197e 100644
--- a/org.eclipse.mylyn.tasks.tests/build.properties
+++ b/org.eclipse.mylyn.tasks.tests/build.properties
@@ -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
+###############################################################################
bin.includes = META-INF/,\
mylar-tasklist-tests.jar
jars.compile.order = mylar-tasklist-tests.jar
diff --git a/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/bugzilla/tests/MylarBugzillaTestsPlugin.java b/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/bugzilla/tests/MylarBugzillaTestsPlugin.java
index e8a41427d..87a99779a 100644
--- a/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/bugzilla/tests/MylarBugzillaTestsPlugin.java
+++ b/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/bugzilla/tests/MylarBugzillaTestsPlugin.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.tasks.bugzilla.tests;
import org.eclipse.core.runtime.Plugin;
diff --git a/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/tests/MylarTasksTestsPlugin.java b/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/tests/MylarTasksTestsPlugin.java
index e528cbcec..7d420e1fd 100644
--- a/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/tests/MylarTasksTestsPlugin.java
+++ b/org.eclipse.mylyn.tasks.tests/src/org/eclipse/mylyn/tasks/tests/MylarTasksTestsPlugin.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.tasks.tests;
import org.eclipse.core.runtime.Plugin;

Back to the top