licensing update to APSL 2.0
[nestedvm.git] / src / org / ibex / nestedvm / RuntimeCompiler.java
index f5ae49c..443c217 100644 (file)
@@ -1,10 +1,14 @@
+// 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.nestedvm;
 
 import java.io.*;
 
 import org.ibex.nestedvm.util.*;
 
-// FEATURE: This need a lot of work to support binaries spanned across many classes
+// This need a lot of work to support binaries spanned across many classes
 public class RuntimeCompiler {  
     private static SingleClassLoader singleClassLoader;
     private static int nextID;