Browse Source

copyrights added.

AspectJ5_Development
aclement 19 years ago
parent
commit
4b65a28214

+ 10
- 0
weaver/testsrc/org/aspectj/weaver/test/DynamicHelloWorld.java View File

@@ -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.*;

+ 10
- 0
weaver/testsrc/org/aspectj/weaver/test/FancyHelloWorld.java View File

@@ -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;

+ 10
- 0
weaver/testsrc/org/aspectj/weaver/test/FieldyHelloWorld.java View File

@@ -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 {

+ 10
- 0
weaver/testsrc/org/aspectj/weaver/test/HelloWorld.java View File

@@ -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;

/**

+ 10
- 0
weaver/testsrc/org/aspectj/weaver/test/MultiArgHelloWorld.java View File

@@ -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 {

+ 10
- 0
weaver/testsrc/org/aspectj/weaver/test/Test.java View File

@@ -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 {

+ 10
- 0
weaver/testsrc/org/aspectj/weaver/test/TestSwitchy.java View File

@@ -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;

/**

Loading…
Cancel
Save