X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Futil%2FQueue.java;h=e2559e150cc5d1e309a9ad4676e19cdc3491daa6;hb=5a42fe8ca9bdfc070dbf860d10d3f288e87e9a41;hp=f923db3fa4ee74a4ed100579f1179c6107059b2a;hpb=78f74e193fcc871be406d5cde191818224b8e249;p=org.ibex.core.git diff --git a/src/org/xwt/util/Queue.java b/src/org/xwt/util/Queue.java index f923db3..e2559e1 100644 --- a/src/org/xwt/util/Queue.java +++ b/src/org/xwt/util/Queue.java @@ -1,4 +1,10 @@ -// Copyright 2002 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; /** A simple synchronized queue, implemented as an array */ @@ -38,7 +44,17 @@ public class Queue { for(int i=0; i= vec.length) vec[first + size - vec.length] = o;