X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Futil%2FCache.java;h=18223635cfcc24c21f87c7ad67de638bccac3af5;hb=66088da8711e9855d6328732bbcce8788301a8bc;hp=1f94414d55ff24d89844cd39787e4588cd63c7ae;hpb=2b0231dd1c60cb677b7ed69fcad4b6a53af560a7;p=org.ibex.core.git diff --git a/src/org/xwt/util/Cache.java b/src/org/xwt/util/Cache.java index 1f94414..1822363 100644 --- a/src/org/xwt/util/Cache.java +++ b/src/org/xwt/util/Cache.java @@ -1,8 +1,16 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright (C) 2003 Adam Megacz 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.