From 7e9239a7088d4cd772a31a76e1a53e1c681638bc Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:44:16 +0000 Subject: [PATCH] 2004/01/13 03:59:35 darcs-hash:20040130074416-2ba56-f05a68850e5137261416e44d6e7157c80a550865.gz --- src/org/xwt/Font.java | 2 +- src/org/xwt/HTTP.java | 2 +- src/org/xwt/LocalStorage.java | 2 +- src/org/xwt/Main.java | 2 +- src/org/xwt/Picture.java | 2 +- src/org/xwt/PixelBuffer.java | 2 +- src/org/xwt/Platform.java | 2 +- src/org/xwt/SOAP.java | 2 +- src/org/xwt/Scheduler.java | 2 +- src/org/xwt/Stream.java | 2 +- src/org/xwt/Surface.java | 2 +- src/org/xwt/Template.java | 2 +- src/org/xwt/XMLRPC.java | 2 +- src/org/xwt/XWT.java | 2 +- src/org/xwt/js/ByteCodes.java | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/org/xwt/Font.java b/src/org/xwt/Font.java index dc4f41e..bd11c4f 100644 --- a/src/org/xwt/Font.java +++ b/src/org/xwt/Font.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import org.xwt.translators.*; import org.xwt.util.*; diff --git a/src/org/xwt/HTTP.java b/src/org/xwt/HTTP.java index 778b99d..9190f8f 100644 --- a/src/org/xwt/HTTP.java +++ b/src/org/xwt/HTTP.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.net.*; diff --git a/src/org/xwt/LocalStorage.java b/src/org/xwt/LocalStorage.java index 50451dd..1cca63a 100644 --- a/src/org/xwt/LocalStorage.java +++ b/src/org/xwt/LocalStorage.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.io.*; diff --git a/src/org/xwt/Main.java b/src/org/xwt/Main.java index 23d48ce..b9967e8 100644 --- a/src/org/xwt/Main.java +++ b/src/org/xwt/Main.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.net.*; diff --git a/src/org/xwt/Picture.java b/src/org/xwt/Picture.java index 82df487..4cbd299 100644 --- a/src/org/xwt/Picture.java +++ b/src/org/xwt/Picture.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.io.*; import org.xwt.js.*; diff --git a/src/org/xwt/PixelBuffer.java b/src/org/xwt/PixelBuffer.java index aa69b11..2076112 100644 --- a/src/org/xwt/PixelBuffer.java +++ b/src/org/xwt/PixelBuffer.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; /** diff --git a/src/org/xwt/Platform.java b/src/org/xwt/Platform.java index e400c5e..2e086da 100644 --- a/src/org/xwt/Platform.java +++ b/src/org/xwt/Platform.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.lang.reflect.*; diff --git a/src/org/xwt/SOAP.java b/src/org/xwt/SOAP.java index 480b589..f3ce759 100644 --- a/src/org/xwt/SOAP.java +++ b/src/org/xwt/SOAP.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.io.*; diff --git a/src/org/xwt/Scheduler.java b/src/org/xwt/Scheduler.java index 9ee8da2..4dc85bf 100644 --- a/src/org/xwt/Scheduler.java +++ b/src/org/xwt/Scheduler.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.util.*; diff --git a/src/org/xwt/Stream.java b/src/org/xwt/Stream.java index 8300478..a26a28c 100644 --- a/src/org/xwt/Stream.java +++ b/src/org/xwt/Stream.java @@ -1,5 +1,5 @@ // FIXEME -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.io.*; diff --git a/src/org/xwt/Surface.java b/src/org/xwt/Surface.java index 861d797..5e517c8 100644 --- a/src/org/xwt/Surface.java +++ b/src/org/xwt/Surface.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import org.bouncycastle.util.encoders.Base64; diff --git a/src/org/xwt/Template.java b/src/org/xwt/Template.java index f85f3a7..69af74a 100644 --- a/src/org/xwt/Template.java +++ b/src/org/xwt/Template.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.io.*; diff --git a/src/org/xwt/XMLRPC.java b/src/org/xwt/XMLRPC.java index b5aced7..13669ca 100644 --- a/src/org/xwt/XMLRPC.java +++ b/src/org/xwt/XMLRPC.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.io.*; diff --git a/src/org/xwt/XWT.java b/src/org/xwt/XWT.java index 469ba70..2e4999a 100644 --- a/src/org/xwt/XWT.java +++ b/src/org/xwt/XWT.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt; import java.io.*; diff --git a/src/org/xwt/js/ByteCodes.java b/src/org/xwt/js/ByteCodes.java index 4a603a7..7ba54b4 100644 --- a/src/org/xwt/js/ByteCodes.java +++ b/src/org/xwt/js/ByteCodes.java @@ -1,4 +1,4 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.xwt.js; /** -- 1.7.10.4