X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2FClassFileCompiler.java;h=6e67c80cd64b0739a49405410b11f4fd39fd7037;hb=b5282b0a1a8ca5212c75623610be6d0483fd35bd;hp=47f7bedd075e36688e2c5e620f17e5ec9cf0433b;hpb=0b3efa1620ad89fe3de2a83c6734cbea4e9d441b;p=nestedvm.git diff --git a/src/org/ibex/nestedvm/ClassFileCompiler.java b/src/org/ibex/nestedvm/ClassFileCompiler.java index 47f7bed..6e67c80 100644 --- a/src/org/ibex/nestedvm/ClassFileCompiler.java +++ b/src/org/ibex/nestedvm/ClassFileCompiler.java @@ -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.nestedvm; import java.io.*;