From 707eaa64d3e5504bdeae805002964cc21730bb3c Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 8 Oct 2010 18:40:13 +0000 Subject: [PATCH] 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 --- NOTICE | 2 +- src/include/gssrpc/auth.h | 2 +- src/include/gssrpc/auth_unix.h | 2 +- src/include/gssrpc/clnt.h | 2 +- src/include/gssrpc/netdb.h | 2 +- src/include/gssrpc/pmap_clnt.h | 2 +- src/include/gssrpc/pmap_prot.h | 2 +- src/include/gssrpc/pmap_rmt.h | 2 +- src/include/gssrpc/rpc.h | 2 +- src/include/gssrpc/rpc_msg.h | 2 +- src/include/gssrpc/svc.h | 2 +- src/include/gssrpc/svc_auth.h | 2 +- src/include/gssrpc/xdr.h | 2 +- src/lib/rpc/auth_none.c | 2 +- src/lib/rpc/auth_unix.c | 2 +- src/lib/rpc/authunix_prot.c | 2 +- src/lib/rpc/bindresvport.c | 2 +- src/lib/rpc/clnt_generic.c | 2 +- src/lib/rpc/clnt_perror.c | 2 +- src/lib/rpc/clnt_raw.c | 2 +- src/lib/rpc/clnt_simple.c | 2 +- src/lib/rpc/clnt_tcp.c | 2 +- src/lib/rpc/clnt_udp.c | 2 +- src/lib/rpc/get_myaddress.c | 2 +- src/lib/rpc/getrpcent.c | 2 +- src/lib/rpc/getrpcport.c | 2 +- src/lib/rpc/pmap_clnt.c | 2 +- src/lib/rpc/pmap_getmaps.c | 2 +- src/lib/rpc/pmap_getport.c | 2 +- src/lib/rpc/pmap_prot.c | 2 +- src/lib/rpc/pmap_prot2.c | 2 +- src/lib/rpc/pmap_rmt.c | 2 +- src/lib/rpc/rpc_callmsg.c | 2 +- src/lib/rpc/rpc_commondata.c | 2 +- src/lib/rpc/rpc_dtablesize.c | 2 +- src/lib/rpc/rpc_prot.c | 2 +- src/lib/rpc/svc.c | 2 +- src/lib/rpc/svc_auth.c | 2 +- src/lib/rpc/svc_auth_unix.c | 2 +- src/lib/rpc/svc_raw.c | 2 +- src/lib/rpc/svc_run.c | 2 +- src/lib/rpc/svc_simple.c | 2 +- src/lib/rpc/svc_tcp.c | 2 +- src/lib/rpc/svc_udp.c | 2 +- src/lib/rpc/xdr.c | 2 +- src/lib/rpc/xdr_alloc.c | 2 +- src/lib/rpc/xdr_array.c | 2 +- src/lib/rpc/xdr_float.c | 2 +- src/lib/rpc/xdr_mem.c | 2 +- src/lib/rpc/xdr_rec.c | 2 +- src/lib/rpc/xdr_reference.c | 2 +- src/lib/rpc/xdr_sizeof.c | 2 +- src/lib/rpc/xdr_stdio.c | 2 +- src/plugins/kdb/hdb/hdb.h | 2 +- src/plugins/kdb/hdb/windc_plugin.h | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/NOTICE b/NOTICE index 612413738..701feb28e 100644 --- a/NOTICE +++ b/NOTICE @@ -566,7 +566,7 @@ have the following copyright and permission notice: 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.h b/src/include/gssrpc/auth.h index 1e611ff81..0f653fcc7 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 16b6c571a..6dda1af5c 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 1f06f3d29..40f7c69a4 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 04c5fca3c..d02f8c17b 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 d85f94078..993bce27c 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 9e5de7906..0e35d6b9f 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 2be6d6863..e978a8ee8 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 3689d74c5..565f1c2f3 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 1b4981125..107020283 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 c8a30e6ba..1bb8dd97a 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 f1c074376..ceb13b746 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 a8daa62ca..c66ae6951 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 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. * diff --git a/src/plugins/kdb/hdb/hdb.h b/src/plugins/kdb/hdb/hdb.h index 620080888..f1f70adc5 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 Högskolan + * 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 d2d549703..119e67bd3 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 Högskolan + * Copyright (c) 2006 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * -- 2.26.2