aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-08-08 23:15:31 +0000
committerwisberg <wisberg>2003-08-08 23:15:31 +0000
commitda8ac4b212505a0eff695f73de38ebf6d5bd01ab (patch)
tree4f2b101dbed36e94319b25ad0e71d0144d5887bd /ajde
parent28616d99ec720104f855d8b23fca4f3c7c019ca6 (diff)
downloadaspectj-da8ac4b212505a0eff695f73de38ebf6d5bd01ab.tar.gz
aspectj-da8ac4b212505a0eff695f73de38ebf6d5bd01ab.zip
added license header
Diffstat (limited to 'ajde')
-rw-r--r--ajde/testsrc/org/aspectj/ajde/NullIdeEditorAdapter.java21
-rw-r--r--ajde/testsrc/org/aspectj/ajde/ResourceCopyTestCase.java21
2 files changed, 24 insertions, 18 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/NullIdeEditorAdapter.java b/ajde/testsrc/org/aspectj/ajde/NullIdeEditorAdapter.java
index 2dc416748..74261fe8a 100644
--- a/ajde/testsrc/org/aspectj/ajde/NullIdeEditorAdapter.java
+++ b/ajde/testsrc/org/aspectj/ajde/NullIdeEditorAdapter.java
@@ -1,9 +1,15 @@
-/*
- * Created on Jul 25, 2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+/* *******************************************************************
+ * Copyright (c) 2003 Contributors.
+ * All rights reserved.
+ * 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:
+ * Mik Kersten initial implementation
+ * ******************************************************************/
+
package org.aspectj.ajde;
import java.io.IOException;
@@ -13,9 +19,6 @@ import org.aspectj.bridge.ISourceLocation;
/**
* @author beatmik
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class NullIdeEditorAdapter implements EditorAdapter {
diff --git a/ajde/testsrc/org/aspectj/ajde/ResourceCopyTestCase.java b/ajde/testsrc/org/aspectj/ajde/ResourceCopyTestCase.java
index e17175020..8aa11f668 100644
--- a/ajde/testsrc/org/aspectj/ajde/ResourceCopyTestCase.java
+++ b/ajde/testsrc/org/aspectj/ajde/ResourceCopyTestCase.java
@@ -1,9 +1,15 @@
-/*
- * Created on 31-Jul-2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+/* *******************************************************************
+ * Copyright (c) 2003 Contributors.
+ * All rights reserved.
+ * 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:
+ * Mik Kersten initial implementation
+ * ******************************************************************/
+
package org.aspectj.ajde;
import java.io.*;
@@ -14,9 +20,6 @@ import org.aspectj.util.FileUtil;
/**
* @author websterm
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class ResourceCopyTestCase extends AjdeTestCase {