From d83cbafafdb6e25d5f44ebfd5c95667bc8a45007 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:35:51 +0000 Subject: [PATCH 1/1] 2003/09/19 05:01:38 darcs-hash:20040130073551-2ba56-641a2edcdcce68b47b96c55e2c6108082ea0cd46.gz --- src/org/xwt/plat/GCJ.java | 2 +- src/org/xwt/plat/Java2.java | 2 +- src/org/xwt/plat/Linux.java | 2 +- src/org/xwt/plat/POSIX.java | 2 +- src/org/xwt/plat/PalmOS.java | 2 +- src/org/xwt/plat/Win32.java | 2 +- src/org/xwt/plat/X11.java | 2 +- src/org/xwt/util/Cache.java | 2 +- src/org/xwt/util/DirtyList.java | 2 +- src/org/xwt/util/Hash.java | 2 +- src/org/xwt/util/Log.java | 2 +- src/org/xwt/util/Queue.java | 2 +- src/org/xwt/util/Semaphore.java | 2 +- src/org/xwt/util/Vec.java | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/org/xwt/plat/GCJ.java b/src/org/xwt/plat/GCJ.java index f923516..9484439 100644 --- a/src/org/xwt/plat/GCJ.java +++ b/src/org/xwt/plat/GCJ.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.plat; import org.xwt.*; diff --git a/src/org/xwt/plat/Java2.java b/src/org/xwt/plat/Java2.java index f855961..40ae9c3 100644 --- a/src/org/xwt/plat/Java2.java +++ b/src/org/xwt/plat/Java2.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.plat; import java.awt.*; diff --git a/src/org/xwt/plat/Linux.java b/src/org/xwt/plat/Linux.java index d56960d..b9b1183 100644 --- a/src/org/xwt/plat/Linux.java +++ b/src/org/xwt/plat/Linux.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.plat; import org.xwt.*; diff --git a/src/org/xwt/plat/POSIX.java b/src/org/xwt/plat/POSIX.java index fd1ebef..908d309 100644 --- a/src/org/xwt/plat/POSIX.java +++ b/src/org/xwt/plat/POSIX.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [LGPL] package org.xwt.plat; import gnu.gcj.RawData; diff --git a/src/org/xwt/plat/PalmOS.java b/src/org/xwt/plat/PalmOS.java index a717d2e..208c2b8 100644 --- a/src/org/xwt/plat/PalmOS.java +++ b/src/org/xwt/plat/PalmOS.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.plat; import org.xwt.*; diff --git a/src/org/xwt/plat/Win32.java b/src/org/xwt/plat/Win32.java index 0260252..ddd6116 100644 --- a/src/org/xwt/plat/Win32.java +++ b/src/org/xwt/plat/Win32.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [LGPL] package org.xwt.plat; import org.xwt.*; diff --git a/src/org/xwt/plat/X11.java b/src/org/xwt/plat/X11.java index 97b989c..fec155c 100644 --- a/src/org/xwt/plat/X11.java +++ b/src/org/xwt/plat/X11.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [LGPL] package org.xwt.plat; import gnu.gcj.RawData; diff --git a/src/org/xwt/util/Cache.java b/src/org/xwt/util/Cache.java index 27647d6..2822555 100644 --- a/src/org/xwt/util/Cache.java +++ b/src/org/xwt/util/Cache.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.util; import java.util.*; diff --git a/src/org/xwt/util/DirtyList.java b/src/org/xwt/util/DirtyList.java index 0368ef8..a3856af 100644 --- a/src/org/xwt/util/DirtyList.java +++ b/src/org/xwt/util/DirtyList.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.util; import java.util.*; diff --git a/src/org/xwt/util/Hash.java b/src/org/xwt/util/Hash.java index 2d73b10..b9626d1 100644 --- a/src/org/xwt/util/Hash.java +++ b/src/org/xwt/util/Hash.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.util; import java.util.*; diff --git a/src/org/xwt/util/Log.java b/src/org/xwt/util/Log.java index 2e6d09e..4782b9f 100644 --- a/src/org/xwt/util/Log.java +++ b/src/org/xwt/util/Log.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [LGPL] package org.xwt.util; import org.xwt.js.*; import java.io.*; diff --git a/src/org/xwt/util/Queue.java b/src/org/xwt/util/Queue.java index f923db3..7ed4850 100644 --- a/src/org/xwt/util/Queue.java +++ b/src/org/xwt/util/Queue.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] 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 278e0e6..65e2aa4 100644 --- a/src/org/xwt/util/Semaphore.java +++ b/src/org/xwt/util/Semaphore.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] 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 a602089..70be7d9 100644 --- a/src/org/xwt/util/Vec.java +++ b/src/org/xwt/util/Vec.java @@ -1,4 +1,4 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.util; import java.util.*; -- 1.7.10.4