summaryrefslogtreecommitdiff
path: root/base/gp_wgetv.c
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-08-17 07:46:59 +0100
committerChris Liddell <chris.liddell@artifex.com>2016-08-17 08:22:49 +0100
commit7dee0903b551b43e40bfa12aabce1061c0dae171 (patch)
tree8760a051d2dce82b275b2139e87b11749fcd49e3 /base/gp_wgetv.c
parent7eda41b6392a09256447cccbe8b770717f5122f2 (diff)
downloadghostpdl-7dee0903b551b43e40bfa12aabce1061c0dae171.tar.gz
Change "GPL Ghostscript" to "Ghostscript"
and various other instances of GPL to APGL. Note that this means changing the product string (Postscript visible), and all the Windows registry keys we use.
Diffstat (limited to 'base/gp_wgetv.c')
-rw-r--r--base/gp_wgetv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gp_wgetv.c b/base/gp_wgetv.c
index 6cf6e6df7..f2d03df92 100644
--- a/base/gp_wgetv.c
+++ b/base/gp_wgetv.c
@@ -203,10 +203,10 @@ gp_getenv(const char *name, char *ptr, int *plen)
{
/* If using Win32, look in the registry for a value with
* the given name. The registry value will be under the key
- * HKEY_CURRENT_USER\Software\GPL Ghostscript\N.NN
+ * HKEY_CURRENT_USER\Software\Ghostscript\N.NN
* or if that fails under the key
- * HKEY_LOCAL_MACHINE\Software\GPL Ghostscript\N.NN
- * where "GPL Ghostscript" is actually gs_productfamily
+ * HKEY_LOCAL_MACHINE\Software\Ghostscript\N.NN
+ * where "Ghostscript" is actually gs_productfamily
* and N.NN is obtained from gs_revision.
*/
DWORD version = GetVersion();