2003/12/16 23:01:41
[org.ibex.core.git] / src / org / xwt / util / Cache.java
index 1f94414..1822363 100644 (file)
@@ -1,8 +1,16 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright (C) 2003 Adam Megacz <adam@xwt.org> all rights reserved.
+//
+// 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")
+
 package org.xwt.util;
 
 import java.util.*;
 
+// FIXME needs to be a weak hash
+
 /**
  *  A Hash table with a fixed size; drops extraneous elements.  Uses
  *  LRU strategy.