summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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
40 files changed, 40 insertions, 40 deletions
diff --git a/src/lib/rpc/auth_none.c b/src/lib/rpc/auth_none.c
index a72fbbf10..de8d6d048 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 88767e367..c09b5248e 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 e57dd4cda..5bc5172ef 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 b69de568d..3de675638 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 7eeb32a42..e2e5b1a83 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 3554178ac..b21ea8abd 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 b7f34d8ef..df86094cc 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 fb148807f..c1dc8fee6 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 09759302e..37f127560 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 b6e303264..074b576e4 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 f405dbb54..1108ea1b7 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 95f90b359..bd71d9ce8 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 84b6a7792..45f64e005 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 bbadd14ef..d4f8ba684 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 b9c6df05e..7790a3af1 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 c0894bf79..2fdb73ceb 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 8c0dc6a52..5cbc1edab 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 94fea14d6..7fd7d3ef0 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 775dca731..66edf572a 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 1105eb44e..6752524e5 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 e9c6946c1..f647100b2 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 2cc166cc0..7a43c1a4c 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 de2b6af43..9b82e12c3 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 0fc882a4b..e923ac0be 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 51857df85..702bdf9be 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 a1b71dea4..406abf7eb 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 2d663ecc1..83e547475 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 f69ed7605..9e4acd819 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 62ac11f3b..315275f5f 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 3619c754c..b64fbb713 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 16e1e8a1b..e605b1a8f 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 19e2ed157..42611080f 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 7fdc88280..6d5e4c833 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 58228266e..c3d16fb53 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 32af95b05..5b6e9cafb 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 7016b30f6..febb8be44 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 61401b38b..cb839b68b 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 411c62981..eca4648ec 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 fef7179bd..a9b16e214 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 0507e2e02..71e1070f5 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.
*