From 5a42fe8ca9bdfc070dbf860d10d3f288e87e9a41 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:42:39 +0000 Subject: [PATCH] 2003/12/07 09:57:15 darcs-hash:20040130074239-2ba56-7603b9e4e30a9b56026f5b84c7356c9b73eccced.gz --- src/org/xwt/util/BalancedTree.java | 8 +++++++- src/org/xwt/util/CAB.java | 8 +++++++- src/org/xwt/util/Cache.java | 8 +++++++- src/org/xwt/util/CachedInputStream.java | 7 +++++++ src/org/xwt/util/Callback.java | 8 +++++++- src/org/xwt/util/DirtyList.java | 8 +++++++- src/org/xwt/util/Hash.java | 8 +++++++- src/org/xwt/util/InputStreamToByteArray.java | 7 +++++++ src/org/xwt/util/KnownLength.java | 8 +++++++- src/org/xwt/util/Log.java | 8 +++++++- src/org/xwt/util/PackBytesIntoString.java | 7 +++++++ src/org/xwt/util/Preprocessor.java | 8 +++++++- src/org/xwt/util/Queue.java | 8 +++++++- src/org/xwt/util/Semaphore.java | 8 +++++++- src/org/xwt/util/Vec.java | 8 +++++++- src/org/xwt/util/XML.java | 7 +++++++ 16 files changed, 112 insertions(+), 12 deletions(-) diff --git a/src/org/xwt/util/BalancedTree.java b/src/org/xwt/util/BalancedTree.java index 52ac71b..e442db3 100644 --- a/src/org/xwt/util/BalancedTree.java +++ b/src/org/xwt/util/BalancedTree.java @@ -1,4 +1,10 @@ -// 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; // FEATURE: private void intersection() { } diff --git a/src/org/xwt/util/CAB.java b/src/org/xwt/util/CAB.java index a1c795e..a74b47f 100644 --- a/src/org/xwt/util/CAB.java +++ b/src/org/xwt/util/CAB.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; import java.io.*; diff --git a/src/org/xwt/util/Cache.java b/src/org/xwt/util/Cache.java index 1f94414..3099a5d 100644 --- a/src/org/xwt/util/Cache.java +++ b/src/org/xwt/util/Cache.java @@ -1,4 +1,10 @@ -// 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.*; diff --git a/src/org/xwt/util/CachedInputStream.java b/src/org/xwt/util/CachedInputStream.java index a599459..cd85563 100644 --- a/src/org/xwt/util/CachedInputStream.java +++ b/src/org/xwt/util/CachedInputStream.java @@ -1,3 +1,10 @@ +// 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.io.*; diff --git a/src/org/xwt/util/Callback.java b/src/org/xwt/util/Callback.java index 16cba39..1ff5400 100644 --- a/src/org/xwt/util/Callback.java +++ b/src/org/xwt/util/Callback.java @@ -1,4 +1,10 @@ -// 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; /** a simple interface for callbacks*/ diff --git a/src/org/xwt/util/DirtyList.java b/src/org/xwt/util/DirtyList.java index a3856af..8c8820b 100644 --- a/src/org/xwt/util/DirtyList.java +++ b/src/org/xwt/util/DirtyList.java @@ -1,4 +1,10 @@ -// 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.*; diff --git a/src/org/xwt/util/Hash.java b/src/org/xwt/util/Hash.java index cdd37c6..09ed008 100644 --- a/src/org/xwt/util/Hash.java +++ b/src/org/xwt/util/Hash.java @@ -1,4 +1,10 @@ -// 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.*; diff --git a/src/org/xwt/util/InputStreamToByteArray.java b/src/org/xwt/util/InputStreamToByteArray.java index d2e41c8..7737e0f 100644 --- a/src/org/xwt/util/InputStreamToByteArray.java +++ b/src/org/xwt/util/InputStreamToByteArray.java @@ -1,3 +1,10 @@ +// 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.io.*; diff --git a/src/org/xwt/util/KnownLength.java b/src/org/xwt/util/KnownLength.java index 181607e..836dbab 100644 --- a/src/org/xwt/util/KnownLength.java +++ b/src/org/xwt/util/KnownLength.java @@ -1,4 +1,10 @@ -// 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.io.*; diff --git a/src/org/xwt/util/Log.java b/src/org/xwt/util/Log.java index e75d8d8..beb59b0 100644 --- a/src/org/xwt/util/Log.java +++ b/src/org/xwt/util/Log.java @@ -1,4 +1,10 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [LGPL] +// 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 org.xwt.js.*; import java.io.*; diff --git a/src/org/xwt/util/PackBytesIntoString.java b/src/org/xwt/util/PackBytesIntoString.java index 6579f7e..6c9b1ad 100644 --- a/src/org/xwt/util/PackBytesIntoString.java +++ b/src/org/xwt/util/PackBytesIntoString.java @@ -1,3 +1,10 @@ +// 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.io.*; import java.util.*; diff --git a/src/org/xwt/util/Preprocessor.java b/src/org/xwt/util/Preprocessor.java index e791a27..00ae93e 100644 --- a/src/org/xwt/util/Preprocessor.java +++ b/src/org/xwt/util/Preprocessor.java @@ -1,4 +1,10 @@ -// 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.*; diff --git a/src/org/xwt/util/Queue.java b/src/org/xwt/util/Queue.java index a6f0a92..e2559e1 100644 --- a/src/org/xwt/util/Queue.java +++ b/src/org/xwt/util/Queue.java @@ -1,4 +1,10 @@ -// 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; /** A simple synchronized queue, implemented as an array */ diff --git a/src/org/xwt/util/Semaphore.java b/src/org/xwt/util/Semaphore.java index 65e2aa4..15d6ffc 100644 --- a/src/org/xwt/util/Semaphore.java +++ b/src/org/xwt/util/Semaphore.java @@ -1,4 +1,10 @@ -// 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; /** Simple implementation of a blocking, counting semaphore. */ diff --git a/src/org/xwt/util/Vec.java b/src/org/xwt/util/Vec.java index 723314e..e04be25 100644 --- a/src/org/xwt/util/Vec.java +++ b/src/org/xwt/util/Vec.java @@ -1,4 +1,10 @@ -// 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.*; diff --git a/src/org/xwt/util/XML.java b/src/org/xwt/util/XML.java index e652f38..18b86ca 100644 --- a/src/org/xwt/util/XML.java +++ b/src/org/xwt/util/XML.java @@ -1,3 +1,10 @@ +// 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.io.Reader; -- 1.7.10.4