aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc
diff options
context:
space:
mode:
authoraclement <aclement>2005-04-14 08:32:28 +0000
committeraclement <aclement>2005-04-14 08:32:28 +0000
commitbcef03bef88e3e43347ecfc57f0d6cb6694d7b1c (patch)
tree17f24c4a4329dbe95ecb48497440c3b4f8326d61 /weaver/testsrc
parentbd786b079b05d0dccd7bbe4ee871b06ddd84fb48 (diff)
downloadaspectj-bcef03bef88e3e43347ecfc57f0d6cb6694d7b1c.tar.gz
aspectj-bcef03bef88e3e43347ecfc57f0d6cb6694d7b1c.zip
copyright added
Diffstat (limited to 'weaver/testsrc')
-rw-r--r--weaver/testsrc/org/aspectj/weaver/LocaleTest.java10
-rw-r--r--weaver/testsrc/org/aspectj/weaver/test/DynamicHelloWorld.java10
-rw-r--r--weaver/testsrc/org/aspectj/weaver/test/FancyHelloWorld.java10
-rw-r--r--weaver/testsrc/org/aspectj/weaver/test/FieldyHelloWorld.java10
-rw-r--r--weaver/testsrc/org/aspectj/weaver/test/HelloWorld.java10
-rw-r--r--weaver/testsrc/org/aspectj/weaver/test/MultiArgHelloWorld.java10
-rw-r--r--weaver/testsrc/org/aspectj/weaver/test/Test.java10
-rw-r--r--weaver/testsrc/org/aspectj/weaver/test/TestSwitchy.java10
8 files changed, 80 insertions, 0 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/LocaleTest.java b/weaver/testsrc/org/aspectj/weaver/LocaleTest.java
index fc6518237..058b71b62 100644
--- a/weaver/testsrc/org/aspectj/weaver/LocaleTest.java
+++ b/weaver/testsrc/org/aspectj/weaver/LocaleTest.java
@@ -1,3 +1,13 @@
+/* Copyright (c) 2002 Contributors.
+ *
+ * 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-v10.html
+ *
+ * Contributors:
+ * PARC initial implementation
+ */
package org.aspectj.weaver;
import java.io.IOException;
diff --git a/weaver/testsrc/org/aspectj/weaver/test/DynamicHelloWorld.java b/weaver/testsrc/org/aspectj/weaver/test/DynamicHelloWorld.java
index 0e10e644a..bb162e306 100644
--- a/weaver/testsrc/org/aspectj/weaver/test/DynamicHelloWorld.java
+++ b/weaver/testsrc/org/aspectj/weaver/test/DynamicHelloWorld.java
@@ -1,3 +1,13 @@
+/* Copyright (c) 2002 Contributors.
+ *
+ * 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-v10.html
+ *
+ * Contributors:
+ * PARC initial implementation
+ */
package org.aspectj.weaver.test;
import java.io.*;
diff --git a/weaver/testsrc/org/aspectj/weaver/test/FancyHelloWorld.java b/weaver/testsrc/org/aspectj/weaver/test/FancyHelloWorld.java
index 5fb2577a0..525cb2f7c 100644
--- a/weaver/testsrc/org/aspectj/weaver/test/FancyHelloWorld.java
+++ b/weaver/testsrc/org/aspectj/weaver/test/FancyHelloWorld.java
@@ -1,3 +1,13 @@
+/* Copyright (c) 2002 Contributors.
+ *
+ * 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-v10.html
+ *
+ * Contributors:
+ * PARC initial implementation
+ */
package org.aspectj.weaver.test;
import java.io.PrintStream;
diff --git a/weaver/testsrc/org/aspectj/weaver/test/FieldyHelloWorld.java b/weaver/testsrc/org/aspectj/weaver/test/FieldyHelloWorld.java
index 0ddd5e3bd..ee3c372bb 100644
--- a/weaver/testsrc/org/aspectj/weaver/test/FieldyHelloWorld.java
+++ b/weaver/testsrc/org/aspectj/weaver/test/FieldyHelloWorld.java
@@ -1,3 +1,13 @@
+/* Copyright (c) 2002 Contributors.
+ *
+ * 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-v10.html
+ *
+ * Contributors:
+ * PARC initial implementation
+ */
package org.aspectj.weaver.test;
public class FieldyHelloWorld {
diff --git a/weaver/testsrc/org/aspectj/weaver/test/HelloWorld.java b/weaver/testsrc/org/aspectj/weaver/test/HelloWorld.java
index f8da9b040..10e28aada 100644
--- a/weaver/testsrc/org/aspectj/weaver/test/HelloWorld.java
+++ b/weaver/testsrc/org/aspectj/weaver/test/HelloWorld.java
@@ -1,3 +1,13 @@
+/* Copyright (c) 2002 Contributors.
+ *
+ * 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-v10.html
+ *
+ * Contributors:
+ * PARC initial implementation
+ */
package org.aspectj.weaver.test;
/**
diff --git a/weaver/testsrc/org/aspectj/weaver/test/MultiArgHelloWorld.java b/weaver/testsrc/org/aspectj/weaver/test/MultiArgHelloWorld.java
index d47fd4b93..522d0ccd6 100644
--- a/weaver/testsrc/org/aspectj/weaver/test/MultiArgHelloWorld.java
+++ b/weaver/testsrc/org/aspectj/weaver/test/MultiArgHelloWorld.java
@@ -1,3 +1,13 @@
+/* Copyright (c) 2002 Contributors.
+ *
+ * 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-v10.html
+ *
+ * Contributors:
+ * PARC initial implementation
+ */
package org.aspectj.weaver.test;
public class MultiArgHelloWorld {
diff --git a/weaver/testsrc/org/aspectj/weaver/test/Test.java b/weaver/testsrc/org/aspectj/weaver/test/Test.java
index 74ad97eb9..9fb078ca7 100644
--- a/weaver/testsrc/org/aspectj/weaver/test/Test.java
+++ b/weaver/testsrc/org/aspectj/weaver/test/Test.java
@@ -1,3 +1,13 @@
+/* Copyright (c) 2002 Contributors.
+ *
+ * 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-v10.html
+ *
+ * Contributors:
+ * PARC initial implementation
+ */
package org.aspectj.weaver.test;
public class Test {
diff --git a/weaver/testsrc/org/aspectj/weaver/test/TestSwitchy.java b/weaver/testsrc/org/aspectj/weaver/test/TestSwitchy.java
index 9339b772b..86748d0fa 100644
--- a/weaver/testsrc/org/aspectj/weaver/test/TestSwitchy.java
+++ b/weaver/testsrc/org/aspectj/weaver/test/TestSwitchy.java
@@ -1,3 +1,13 @@
+/* Copyright (c) 2002 Contributors.
+ *
+ * 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-v10.html
+ *
+ * Contributors:
+ * PARC initial implementation
+ */
package org.aspectj.weaver.test;
/**