aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2006-11-12 19:15:57 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2006-11-12 19:15:57 +0000
commiteda39fe8e68d8ce0ade629647837fdceb82ed157 (patch)
tree63f92b92d97a5a64609d587b96e72fc81167e0ca
parent3a00f9ed8c264b409687073cf9f819ff17aa257c (diff)
downloadjackcess-eda39fe8e68d8ce0ade629647837fdceb82ed157.tar.gz
jackcess-eda39fe8e68d8ce0ade629647837fdceb82ed157.zip
remove invalid character
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@132 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--src/java/com/healthmarketscience/jackcess/scsu/Debug.java4
-rw-r--r--src/java/com/healthmarketscience/jackcess/scsu/EndOfInputException.java2
-rw-r--r--src/java/com/healthmarketscience/jackcess/scsu/Expand.java2
-rw-r--r--src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java2
-rw-r--r--src/java/com/healthmarketscience/jackcess/scsu/SCSU.java4
5 files changed, 7 insertions, 7 deletions
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
+}