From: James Ahlborn Date: Sun, 12 Nov 2006 19:15:57 +0000 (+0000) Subject: remove invalid character X-Git-Tag: rel_1_1_8~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eda39fe8e68d8ce0ade629647837fdceb82ed157;p=jackcess.git remove invalid character git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@132 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/java/com/healthmarketscience/jackcess/scsu/Debug.java b/src/java/com/healthmarketscience/jackcess/scsu/Debug.java index 16a9a42..65e2dbc 100644 --- a/src/java/com/healthmarketscience/jackcess/scsu/Debug.java +++ b/src/java/com/healthmarketscience/jackcess/scsu/Debug.java @@ -7,7 +7,7 @@ import org.apache.commons.logging.LogFactory; * This sample software accompanies Unicode Technical Report #6 and * distributed as is by Unicode, Inc., subject to the following: * - * Copyright © 1996-1997 Unicode, Inc.. All Rights Reserved. + * Copyright 1996-1997 Unicode, Inc.. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software * without fee is hereby granted provided that this copyright notice @@ -148,4 +148,4 @@ public class Debug LOG.debug(msg+"("+iStart+"): "); out(data, iStart); } -} \ No newline at end of file +} diff --git a/src/java/com/healthmarketscience/jackcess/scsu/EndOfInputException.java b/src/java/com/healthmarketscience/jackcess/scsu/EndOfInputException.java index 125dbb1..6d2a16e 100644 --- a/src/java/com/healthmarketscience/jackcess/scsu/EndOfInputException.java +++ b/src/java/com/healthmarketscience/jackcess/scsu/EndOfInputException.java @@ -4,7 +4,7 @@ package com.healthmarketscience.jackcess.scsu; * This sample software accompanies Unicode Technical Report #6 and * distributed as is by Unicode, Inc., subject to the following: * - * Copyright © 1996-1997 Unicode, Inc.. All Rights Reserved. + * Copyright 1996-1997 Unicode, Inc.. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software * without fee is hereby granted provided that this copyright notice diff --git a/src/java/com/healthmarketscience/jackcess/scsu/Expand.java b/src/java/com/healthmarketscience/jackcess/scsu/Expand.java index b190ed0..a91eef7 100644 --- a/src/java/com/healthmarketscience/jackcess/scsu/Expand.java +++ b/src/java/com/healthmarketscience/jackcess/scsu/Expand.java @@ -4,7 +4,7 @@ package com.healthmarketscience.jackcess.scsu; * This sample software accompanies Unicode Technical Report #6 and * distributed as is by Unicode, Inc., subject to the following: * - * Copyright © 1996-1998 Unicode, Inc.. All Rights Reserved. + * Copyright 1996-1998 Unicode, Inc.. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software * without fee is hereby granted provided that this copyright notice diff --git a/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java b/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java index f99187a..e17ef98 100644 --- a/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java +++ b/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java @@ -4,7 +4,7 @@ package com.healthmarketscience.jackcess.scsu; * This sample software accompanies Unicode Technical Report #6 and * distributed as is by Unicode, Inc., subject to the following: * - * Copyright © 1996-1997 Unicode, Inc.. All Rights Reserved. + * Copyright 1996-1997 Unicode, Inc.. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software * without fee is hereby granted provided that this copyright notice diff --git a/src/java/com/healthmarketscience/jackcess/scsu/SCSU.java b/src/java/com/healthmarketscience/jackcess/scsu/SCSU.java index da3af58..887062b 100644 --- a/src/java/com/healthmarketscience/jackcess/scsu/SCSU.java +++ b/src/java/com/healthmarketscience/jackcess/scsu/SCSU.java @@ -4,7 +4,7 @@ package com.healthmarketscience.jackcess.scsu; * This sample software accompanies Unicode Technical Report #6 and * distributed as is by Unicode, Inc., subject to the following: * - * Copyright © 1996-1998 Unicode, Inc.. All Rights Reserved. + * Copyright 1996-1998 Unicode, Inc.. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software * without fee is hereby granted provided that this copyright notice @@ -249,4 +249,4 @@ public abstract class SCSU } this.iWindow = 0; } -} \ No newline at end of file +}