X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2Futil%2FInodeCache.java;h=02913def80142342ac055670b0364178d5a57ddb;hb=937f88333dca3f622bd9e2669e17e7473a447dd9;hp=a169d5fe2f738a12aac8d81c0a363f11b45c8300;hpb=103c9465744d35d6ade7c0520a5faa2c6375e7b2;p=nestedvm.git diff --git a/src/org/ibex/nestedvm/util/InodeCache.java b/src/org/ibex/nestedvm/util/InodeCache.java index a169d5f..02913de 100644 --- a/src/org/ibex/nestedvm/util/InodeCache.java +++ b/src/org/ibex/nestedvm/util/InodeCache.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.util; // Based on the various org.xwt.util.* classes by Adam Megacz