From 8982e04e56e093f8b5e698c8ec273af5a64f5279 Mon Sep 17 00:00:00 2001 From: dbuck Date: Wed, 1 Aug 2018 04:15:43 -0400 Subject: [PATCH] 8208541: non-ASCII characters in hsdis UPL text Summary: replace Unicode left/right double quote pair with normal ASCII double quotes Reviewed-by: jrose --- src/share/tools/hsdis/Makefile | 2 +- src/share/tools/hsdis/README | 2 +- src/share/tools/hsdis/hsdis-demo.c | 2 +- src/share/tools/hsdis/hsdis.c | 2 +- src/share/tools/hsdis/hsdis.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/share/tools/hsdis/Makefile b/src/share/tools/hsdis/Makefile index e3d058da7..35e96d8a3 100644 --- a/src/share/tools/hsdis/Makefile +++ b/src/share/tools/hsdis/Makefile @@ -15,7 +15,7 @@ # (a) the Software, and # # (b) any piece of software and/or hardware listed in the lrgrwrks.txt file -# if one is included with the Software (each a “Larger Work” to which the +# if one is included with the Software (each a "Larger Work" to which the # Software is contributed by such licensors), # # without restriction, including without limitation the rights to copy, diff --git a/src/share/tools/hsdis/README b/src/share/tools/hsdis/README index 6404d0459..0bc8c75b7 100644 --- a/src/share/tools/hsdis/README +++ b/src/share/tools/hsdis/README @@ -14,7 +14,7 @@ or (ii) the Larger Works (as defined below), to deal in both (a) the Software, and (b) any piece of software and/or hardware listed in the lrgrwrks.txt file -if one is included with the Software (each a “Larger Work” to which the +if one is included with the Software (each a "Larger Work" to which the Software is contributed by such licensors), without restriction, including without limitation the rights to copy, diff --git a/src/share/tools/hsdis/hsdis-demo.c b/src/share/tools/hsdis/hsdis-demo.c index 275ac22c9..3037a4b7b 100644 --- a/src/share/tools/hsdis/hsdis-demo.c +++ b/src/share/tools/hsdis/hsdis-demo.c @@ -15,7 +15,7 @@ * (a) the Software, and * * (b) any piece of software and/or hardware listed in the lrgrwrks.txt file - * if one is included with the Software (each a “Larger Work” to which the + * if one is included with the Software (each a "Larger Work" to which the * Software is contributed by such licensors), * * without restriction, including without limitation the rights to copy, diff --git a/src/share/tools/hsdis/hsdis.c b/src/share/tools/hsdis/hsdis.c index 8bac15bbf..00e43be4b 100644 --- a/src/share/tools/hsdis/hsdis.c +++ b/src/share/tools/hsdis/hsdis.c @@ -15,7 +15,7 @@ * (a) the Software, and * * (b) any piece of software and/or hardware listed in the lrgrwrks.txt file - * if one is included with the Software (each a “Larger Work” to which the + * if one is included with the Software (each a "Larger Work" to which the * Software is contributed by such licensors), * * without restriction, including without limitation the rights to copy, diff --git a/src/share/tools/hsdis/hsdis.h b/src/share/tools/hsdis/hsdis.h index dd7d0037e..a6b45a57b 100644 --- a/src/share/tools/hsdis/hsdis.h +++ b/src/share/tools/hsdis/hsdis.h @@ -15,7 +15,7 @@ * (a) the Software, and * * (b) any piece of software and/or hardware listed in the lrgrwrks.txt file - * if one is included with the Software (each a “Larger Work” to which the + * if one is included with the Software (each a "Larger Work" to which the * Software is contributed by such licensors), * * without restriction, including without limitation the rights to copy, -- GitLab