licensing update to APSL 2.0
authoradam <adam@megacz.com>
Tue, 4 Jan 2005 22:45:13 +0000 (22:45 +0000)
committeradam <adam@megacz.com>
Tue, 4 Jan 2005 22:45:13 +0000 (22:45 +0000)
darcs-hash:20050104224513-5007d-2944dfeee82aa1a42822282c995eed69b203932f.gz

src/org/ibex/tool/Compiler.java
src/org/ibex/tool/Preprocessor.java

index 3e4c649..9878cc9 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the Apache Public Source License 2.0 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.ibex.tool;
 
 import java.io.*;
 package org.ibex.tool;
 
 import java.io.*;
index 0df4c0f..a94bc7f 100644 (file)
@@ -1,7 +1,6 @@
-// You may modify, copy, and redistribute this code under the terms of
-// the GNU Library Public License version 2.1, with the exception of
-// the portion of clause 6a after the semicolon (aka the "obnoxious
-// relink clause").
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the Apache Public Source License 2.0 ("the License").
+// You may not use this file except in compliance with the License.
 
 package org.ibex.tool;
 
 
 package org.ibex.tool;