summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-10-08 18:40:13 +0000
committerTom Yu <tlyu@mit.edu>2010-10-08 18:40:13 +0000
commit707eaa64d3e5504bdeae805002964cc21730bb3c (patch)
tree0121cdcfbf14ec47ded54c8acf7f68f673c60d5b /src
parent1fee1ba8eebb07fedeea0fd31927da721129fd31 (diff)
downloadkrb5-707eaa64d3e5504bdeae805002964cc21730bb3c.tar.gz
krb5-707eaa64d3e5504bdeae805002964cc21730bb3c.tar.xz
krb5-707eaa64d3e5504bdeae805002964cc21730bb3c.zip
Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1
files to UTF-8. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24446 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/gssrpc/auth.h2
-rw-r--r--src/include/gssrpc/auth_unix.h2
-rw-r--r--src/include/gssrpc/clnt.h2
-rw-r--r--src/include/gssrpc/netdb.h2
-rw-r--r--src/include/gssrpc/pmap_clnt.h2
-rw-r--r--src/include/gssrpc/pmap_prot.h2
-rw-r--r--src/include/gssrpc/pmap_rmt.h2
-rw-r--r--src/include/gssrpc/rpc.h2
-rw-r--r--src/include/gssrpc/rpc_msg.h2
-rw-r--r--src/include/gssrpc/svc.h2
-rw-r--r--src/include/gssrpc/svc_auth.h2
-rw-r--r--src/include/gssrpc/xdr.h2
-rw-r--r--src/lib/rpc/auth_none.c2
-rw-r--r--src/lib/rpc/auth_unix.c2
-rw-r--r--src/lib/rpc/authunix_prot.c2
-rw-r--r--src/lib/rpc/bindresvport.c2
-rw-r--r--src/lib/rpc/clnt_generic.c2
-rw-r--r--src/lib/rpc/clnt_perror.c2
-rw-r--r--src/lib/rpc/clnt_raw.c2
-rw-r--r--src/lib/rpc/clnt_simple.c2
-rw-r--r--src/lib/rpc/clnt_tcp.c2
-rw-r--r--src/lib/rpc/clnt_udp.c2
-rw-r--r--src/lib/rpc/get_myaddress.c2
-rw-r--r--src/lib/rpc/getrpcent.c2
-rw-r--r--src/lib/rpc/getrpcport.c2
-rw-r--r--src/lib/rpc/pmap_clnt.c2
-rw-r--r--src/lib/rpc/pmap_getmaps.c2
-rw-r--r--src/lib/rpc/pmap_getport.c2
-rw-r--r--src/lib/rpc/pmap_prot.c2
-rw-r--r--src/lib/rpc/pmap_prot2.c2
-rw-r--r--src/lib/rpc/pmap_rmt.c2
-rw-r--r--src/lib/rpc/rpc_callmsg.c2
-rw-r--r--src/lib/rpc/rpc_commondata.c2
-rw-r--r--src/lib/rpc/rpc_dtablesize.c2
-rw-r--r--src/lib/rpc/rpc_prot.c2
-rw-r--r--src/lib/rpc/svc.c2
-rw-r--r--src/lib/rpc/svc_auth.c2
-rw-r--r--src/lib/rpc/svc_auth_unix.c2
-rw-r--r--src/lib/rpc/svc_raw.c2
-rw-r--r--src/lib/rpc/svc_run.c2
-rw-r--r--src/lib/rpc/svc_simple.c2
-rw-r--r--src/lib/rpc/svc_tcp.c2
-rw-r--r--src/lib/rpc/svc_udp.c2
-rw-r--r--src/lib/rpc/xdr.c2
-rw-r--r--src/lib/rpc/xdr_alloc.c2
-rw-r--r--src/lib/rpc/xdr_array.c2
-rw-r--r--src/lib/rpc/xdr_float.c2
-rw-r--r--src/lib/rpc/xdr_mem.c2
-rw-r--r--src/lib/rpc/xdr_rec.c2
-rw-r--r--src/lib/rpc/xdr_reference.c2
-rw-r--r--src/lib/rpc/xdr_sizeof.c2
-rw-r--r--src/lib/rpc/xdr_stdio.c2
-rw-r--r--src/plugins/kdb/hdb/hdb.h2
-rw-r--r--src/plugins/kdb/hdb/windc_plugin.h2
54 files changed, 54 insertions, 54 deletions
diff --git a/src/include/gssrpc/auth.h b/src/include/gssrpc/auth.h
index 1e611ff81b..0f653fcc76 100644
--- a/src/include/gssrpc/auth.h
+++ b/src/include/gssrpc/auth.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/auth_unix.h b/src/include/gssrpc/auth_unix.h
index 16b6c571a9..6dda1af5cc 100644
--- a/src/include/gssrpc/auth_unix.h
+++ b/src/include/gssrpc/auth_unix.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/clnt.h b/src/include/gssrpc/clnt.h
index 1f06f3d29b..40f7c69a46 100644
--- a/src/include/gssrpc/clnt.h
+++ b/src/include/gssrpc/clnt.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/netdb.h b/src/include/gssrpc/netdb.h
index 04c5fca3c7..d02f8c17b3 100644
--- a/src/include/gssrpc/netdb.h
+++ b/src/include/gssrpc/netdb.h
@@ -18,7 +18,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/pmap_clnt.h b/src/include/gssrpc/pmap_clnt.h
index d85f940782..993bce27cd 100644
--- a/src/include/gssrpc/pmap_clnt.h
+++ b/src/include/gssrpc/pmap_clnt.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/pmap_prot.h b/src/include/gssrpc/pmap_prot.h
index 9e5de79062..0e35d6b9fb 100644
--- a/src/include/gssrpc/pmap_prot.h
+++ b/src/include/gssrpc/pmap_prot.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/pmap_rmt.h b/src/include/gssrpc/pmap_rmt.h
index 2be6d68630..e978a8ee8c 100644
--- a/src/include/gssrpc/pmap_rmt.h
+++ b/src/include/gssrpc/pmap_rmt.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/rpc.h b/src/include/gssrpc/rpc.h
index 3689d74c5a..565f1c2f3d 100644
--- a/src/include/gssrpc/rpc.h
+++ b/src/include/gssrpc/rpc.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/rpc_msg.h b/src/include/gssrpc/rpc_msg.h
index 1b49811254..107020283e 100644
--- a/src/include/gssrpc/rpc_msg.h
+++ b/src/include/gssrpc/rpc_msg.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/svc.h b/src/include/gssrpc/svc.h
index c8a30e6ba1..1bb8dd97a1 100644
--- a/src/include/gssrpc/svc.h
+++ b/src/include/gssrpc/svc.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/svc_auth.h b/src/include/gssrpc/svc_auth.h
index f1c0743760..ceb13b746f 100644
--- a/src/include/gssrpc/svc_auth.h
+++ b/src/include/gssrpc/svc_auth.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/include/gssrpc/xdr.h b/src/include/gssrpc/xdr.h
index a8daa62ca3..c66ae69514 100644
--- a/src/include/gssrpc/xdr.h
+++ b/src/include/gssrpc/xdr.h
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/auth_none.c b/src/lib/rpc/auth_none.c
index a72fbbf10f..de8d6d0486 100644
--- a/src/lib/rpc/auth_none.c
+++ b/src/lib/rpc/auth_none.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/auth_unix.c b/src/lib/rpc/auth_unix.c
index 88767e3677..c09b5248ee 100644
--- a/src/lib/rpc/auth_unix.c
+++ b/src/lib/rpc/auth_unix.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/authunix_prot.c b/src/lib/rpc/authunix_prot.c
index e57dd4cda5..5bc5172efb 100644
--- a/src/lib/rpc/authunix_prot.c
+++ b/src/lib/rpc/authunix_prot.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/bindresvport.c b/src/lib/rpc/bindresvport.c
index b69de568dd..3de6756387 100644
--- a/src/lib/rpc/bindresvport.c
+++ b/src/lib/rpc/bindresvport.c
@@ -17,7 +17,7 @@ static char sccsid[] = "@(#)bindresvport.c 2.2 88/07/29 4.0 RPCSRC 1.8 88/02/08
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/clnt_generic.c b/src/lib/rpc/clnt_generic.c
index 7eeb32a421..e2e5b1a831 100644
--- a/src/lib/rpc/clnt_generic.c
+++ b/src/lib/rpc/clnt_generic.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/clnt_perror.c b/src/lib/rpc/clnt_perror.c
index 3554178ac9..b21ea8abdf 100644
--- a/src/lib/rpc/clnt_perror.c
+++ b/src/lib/rpc/clnt_perror.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/clnt_raw.c b/src/lib/rpc/clnt_raw.c
index b7f34d8ef7..df86094cc7 100644
--- a/src/lib/rpc/clnt_raw.c
+++ b/src/lib/rpc/clnt_raw.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/clnt_simple.c b/src/lib/rpc/clnt_simple.c
index fb148807fb..c1dc8fee64 100644
--- a/src/lib/rpc/clnt_simple.c
+++ b/src/lib/rpc/clnt_simple.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/clnt_tcp.c b/src/lib/rpc/clnt_tcp.c
index 09759302ef..37f1275605 100644
--- a/src/lib/rpc/clnt_tcp.c
+++ b/src/lib/rpc/clnt_tcp.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/clnt_udp.c b/src/lib/rpc/clnt_udp.c
index b6e3032649..074b576e4c 100644
--- a/src/lib/rpc/clnt_udp.c
+++ b/src/lib/rpc/clnt_udp.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/get_myaddress.c b/src/lib/rpc/get_myaddress.c
index f405dbb543..1108ea1b79 100644
--- a/src/lib/rpc/get_myaddress.c
+++ b/src/lib/rpc/get_myaddress.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/getrpcent.c b/src/lib/rpc/getrpcent.c
index 95f90b3591..bd71d9ce81 100644
--- a/src/lib/rpc/getrpcent.c
+++ b/src/lib/rpc/getrpcent.c
@@ -19,7 +19,7 @@ static char sccsid[] = "@(#)getrpcent.c 1.9 87/08/11 Copyr 1984 Sun Micro";
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/getrpcport.c b/src/lib/rpc/getrpcport.c
index 84b6a77921..45f64e0055 100644
--- a/src/lib/rpc/getrpcport.c
+++ b/src/lib/rpc/getrpcport.c
@@ -18,7 +18,7 @@ static char sccsid[] = "@(#)getrpcport.c 1.3 87/08/11 SMI";
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/pmap_clnt.c b/src/lib/rpc/pmap_clnt.c
index bbadd14ef7..d4f8ba684d 100644
--- a/src/lib/rpc/pmap_clnt.c
+++ b/src/lib/rpc/pmap_clnt.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/pmap_getmaps.c b/src/lib/rpc/pmap_getmaps.c
index b9c6df05ed..7790a3af19 100644
--- a/src/lib/rpc/pmap_getmaps.c
+++ b/src/lib/rpc/pmap_getmaps.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/pmap_getport.c b/src/lib/rpc/pmap_getport.c
index c0894bf797..2fdb73cebc 100644
--- a/src/lib/rpc/pmap_getport.c
+++ b/src/lib/rpc/pmap_getport.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/pmap_prot.c b/src/lib/rpc/pmap_prot.c
index 8c0dc6a526..5cbc1edabd 100644
--- a/src/lib/rpc/pmap_prot.c
+++ b/src/lib/rpc/pmap_prot.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/pmap_prot2.c b/src/lib/rpc/pmap_prot2.c
index 94fea14d6a..7fd7d3ef00 100644
--- a/src/lib/rpc/pmap_prot2.c
+++ b/src/lib/rpc/pmap_prot2.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/pmap_rmt.c b/src/lib/rpc/pmap_rmt.c
index 775dca7318..66edf572a1 100644
--- a/src/lib/rpc/pmap_rmt.c
+++ b/src/lib/rpc/pmap_rmt.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/rpc_callmsg.c b/src/lib/rpc/rpc_callmsg.c
index 1105eb44e7..6752524e5b 100644
--- a/src/lib/rpc/rpc_callmsg.c
+++ b/src/lib/rpc/rpc_callmsg.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/rpc_commondata.c b/src/lib/rpc/rpc_commondata.c
index e9c6946c11..f647100b2b 100644
--- a/src/lib/rpc/rpc_commondata.c
+++ b/src/lib/rpc/rpc_commondata.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/rpc_dtablesize.c b/src/lib/rpc/rpc_dtablesize.c
index 2cc166cc08..7a43c1a4cf 100644
--- a/src/lib/rpc/rpc_dtablesize.c
+++ b/src/lib/rpc/rpc_dtablesize.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/rpc_prot.c b/src/lib/rpc/rpc_prot.c
index de2b6af431..9b82e12c34 100644
--- a/src/lib/rpc/rpc_prot.c
+++ b/src/lib/rpc/rpc_prot.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/svc.c b/src/lib/rpc/svc.c
index 0fc882a4bb..e923ac0beb 100644
--- a/src/lib/rpc/svc.c
+++ b/src/lib/rpc/svc.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/svc_auth.c b/src/lib/rpc/svc_auth.c
index 51857df85c..702bdf9be3 100644
--- a/src/lib/rpc/svc_auth.c
+++ b/src/lib/rpc/svc_auth.c
@@ -17,7 +17,7 @@ static char sccsid[] = "@(#)svc_auth.c 2.1 88/08/07 4.0 RPCSRC; from 1.19 87/08/
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/svc_auth_unix.c b/src/lib/rpc/svc_auth_unix.c
index a1b71dea47..406abf7eb8 100644
--- a/src/lib/rpc/svc_auth_unix.c
+++ b/src/lib/rpc/svc_auth_unix.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/svc_raw.c b/src/lib/rpc/svc_raw.c
index 2d663ecc16..83e547475e 100644
--- a/src/lib/rpc/svc_raw.c
+++ b/src/lib/rpc/svc_raw.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/svc_run.c b/src/lib/rpc/svc_run.c
index f69ed76059..9e4acd819a 100644
--- a/src/lib/rpc/svc_run.c
+++ b/src/lib/rpc/svc_run.c
@@ -19,7 +19,7 @@ static char sccsid[] = "@(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro";
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/svc_simple.c b/src/lib/rpc/svc_simple.c
index 62ac11f3b2..315275f5fd 100644
--- a/src/lib/rpc/svc_simple.c
+++ b/src/lib/rpc/svc_simple.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/svc_tcp.c b/src/lib/rpc/svc_tcp.c
index 3619c754c2..b64fbb713b 100644
--- a/src/lib/rpc/svc_tcp.c
+++ b/src/lib/rpc/svc_tcp.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/svc_udp.c b/src/lib/rpc/svc_udp.c
index 16e1e8a1b8..e605b1a8f1 100644
--- a/src/lib/rpc/svc_udp.c
+++ b/src/lib/rpc/svc_udp.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr.c b/src/lib/rpc/xdr.c
index 19e2ed157f..42611080fb 100644
--- a/src/lib/rpc/xdr.c
+++ b/src/lib/rpc/xdr.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr_alloc.c b/src/lib/rpc/xdr_alloc.c
index 7fdc882808..6d5e4c8332 100644
--- a/src/lib/rpc/xdr_alloc.c
+++ b/src/lib/rpc/xdr_alloc.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr_array.c b/src/lib/rpc/xdr_array.c
index 58228266eb..c3d16fb533 100644
--- a/src/lib/rpc/xdr_array.c
+++ b/src/lib/rpc/xdr_array.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr_float.c b/src/lib/rpc/xdr_float.c
index 32af95b05d..5b6e9cafb0 100644
--- a/src/lib/rpc/xdr_float.c
+++ b/src/lib/rpc/xdr_float.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr_mem.c b/src/lib/rpc/xdr_mem.c
index 7016b30f6b..febb8be443 100644
--- a/src/lib/rpc/xdr_mem.c
+++ b/src/lib/rpc/xdr_mem.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr_rec.c b/src/lib/rpc/xdr_rec.c
index 61401b38bc..cb839b68be 100644
--- a/src/lib/rpc/xdr_rec.c
+++ b/src/lib/rpc/xdr_rec.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr_reference.c b/src/lib/rpc/xdr_reference.c
index 411c62981b..eca4648ecb 100644
--- a/src/lib/rpc/xdr_reference.c
+++ b/src/lib/rpc/xdr_reference.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr_sizeof.c b/src/lib/rpc/xdr_sizeof.c
index fef7179bd2..a9b16e2144 100644
--- a/src/lib/rpc/xdr_sizeof.c
+++ b/src/lib/rpc/xdr_sizeof.c
@@ -14,7 +14,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/lib/rpc/xdr_stdio.c b/src/lib/rpc/xdr_stdio.c
index 0507e2e021..71e1070f51 100644
--- a/src/lib/rpc/xdr_stdio.c
+++ b/src/lib/rpc/xdr_stdio.c
@@ -15,7 +15,7 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * * Neither the name of the “Oracle America, Inc.” nor the names of
+ * * Neither the name of the "Oracle America, Inc." nor the names of
* its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
diff --git a/src/plugins/kdb/hdb/hdb.h b/src/plugins/kdb/hdb/hdb.h
index 6200808880..f1f70adc50 100644
--- a/src/plugins/kdb/hdb/hdb.h
+++ b/src/plugins/kdb/hdb/hdb.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 - 2007 Kungliga Tekniska Hgskolan
+ * Copyright (c) 1997 - 2007 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
diff --git a/src/plugins/kdb/hdb/windc_plugin.h b/src/plugins/kdb/hdb/windc_plugin.h
index d2d5497032..119e67bd3c 100644
--- a/src/plugins/kdb/hdb/windc_plugin.h
+++ b/src/plugins/kdb/hdb/windc_plugin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Kungliga Tekniska Hgskolan
+ * Copyright (c) 2006 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*