aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-04-03 01:17:39 +0000
committerwisberg <wisberg>2003-04-03 01:17:39 +0000
commitc86f3046da25a70c3bf3d068db8a155d13dc74cb (patch)
tree449bde8553a98a2baafbdda6f98ee3367ecee54f
parentb8ccafa3158101aee6baa74a376c1cccaab28b90 (diff)
downloadaspectj-c86f3046da25a70c3bf3d068db8a155d13dc74cb.tar.gz
aspectj-c86f3046da25a70c3bf3d068db8a155d13dc74cb.zip
Corrected license. To check licenses, run build unit tests (CheckLics in particular)
-rw-r--r--ajde/testsrc/org/aspectj/ajde/CompilerMessagesTest.java18
1 files changed, 12 insertions, 6 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/CompilerMessagesTest.java b/ajde/testsrc/org/aspectj/ajde/CompilerMessagesTest.java
index cd518f5dd..ce3361cca 100644
--- a/ajde/testsrc/org/aspectj/ajde/CompilerMessagesTest.java
+++ b/ajde/testsrc/org/aspectj/ajde/CompilerMessagesTest.java
@@ -1,9 +1,15 @@
-/*
- * Created on 27-Mar-2003
- *
- * To change this generated comment 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:
+ * AMC 2003 initial version
+ * ******************************************************************/
+
package org.aspectj.ajde;
import java.io.IOException;