OpenJDK / jdk / jdk
changeset 51271:b6e0bfe4a6ec
8208541: non-ASCII characters in hsdis UPL text
Summary: replace Unicode left/right double quote pair with normal ASCII double quotes
Reviewed-by: jrose
author | dbuck |
---|---|
date | Wed, 01 Aug 2018 01:40:44 -0400 |
parents | 15486bed8a5f |
children | 9d92ff04a29c |
files | src/utils/hsdis/Makefile src/utils/hsdis/README src/utils/hsdis/hsdis-demo.c src/utils/hsdis/hsdis.c src/utils/hsdis/hsdis.h |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/utils/hsdis/Makefile Tue Jul 31 17:07:43 2018 -0400 +++ b/src/utils/hsdis/Makefile Wed Aug 01 01:40:44 2018 -0400 @@ -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,
--- a/src/utils/hsdis/README Tue Jul 31 17:07:43 2018 -0400 +++ b/src/utils/hsdis/README Wed Aug 01 01:40:44 2018 -0400 @@ -14,7 +14,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,
--- a/src/utils/hsdis/hsdis-demo.c Tue Jul 31 17:07:43 2018 -0400 +++ b/src/utils/hsdis/hsdis-demo.c Wed Aug 01 01:40:44 2018 -0400 @@ -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,
--- a/src/utils/hsdis/hsdis.c Tue Jul 31 17:07:43 2018 -0400 +++ b/src/utils/hsdis/hsdis.c Wed Aug 01 01:40:44 2018 -0400 @@ -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,
--- a/src/utils/hsdis/hsdis.h Tue Jul 31 17:07:43 2018 -0400 +++ b/src/utils/hsdis/hsdis.h Wed Aug 01 01:40:44 2018 -0400 @@ -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,