diff options
author | wisberg <wisberg> | 2003-04-03 01:17:39 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-04-03 01:17:39 +0000 |
commit | c86f3046da25a70c3bf3d068db8a155d13dc74cb (patch) | |
tree | 449bde8553a98a2baafbdda6f98ee3367ecee54f | |
parent | b8ccafa3158101aee6baa74a376c1cccaab28b90 (diff) | |
download | aspectj-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.java | 18 |
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; |