diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-06-27 19:26:02 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-06-27 19:26:02 -0400 |
commit | c03d0d81f0054f017b6a27516dfb41e34ea9ff63 (patch) | |
tree | fff1dda3896e8ade6b5fe7352aee060de029e32b | |
parent | 701edad03592c4f827fb57ced38a87b9ddacc83b (diff) | |
download | vcxsrv-c03d0d81f0054f017b6a27516dfb41e34ea9ff63.tar.gz vcxsrv-c03d0d81f0054f017b6a27516dfb41e34ea9ff63.tar.bz2 vcxsrv-c03d0d81f0054f017b6a27516dfb41e34ea9ff63.zip |
Replace various "VENDOR" strings for X2Go/Arctica
-rw-r--r-- | xorg-server/include/site.h | 2 | ||||
-rw-r--r-- | xorg-server/include/version-config.h | 2 | ||||
-rw-r--r-- | xorg-server/include/xwin-config.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xorg-server/include/site.h b/xorg-server/include/site.h index d3d0f1f44..cd014ef26 100644 --- a/xorg-server/include/site.h +++ b/xorg-server/include/site.h @@ -51,7 +51,7 @@ SOFTWARE. * server executable. */ #ifndef VENDOR_STRING -#define VENDOR_STRING "HC-Consult" +#define VENDOR_STRING "The X2Go and Arctica Projects" #endif /* diff --git a/xorg-server/include/version-config.h b/xorg-server/include/version-config.h index b8d482ce8..db181284c 100644 --- a/xorg-server/include/version-config.h +++ b/xorg-server/include/version-config.h @@ -7,7 +7,7 @@ #undef VENDOR_MAN_VERSION /* Vendor name */ -#define VENDOR_NAME "HC-Consult" +#define VENDOR_NAME "The X2Go and Arctica Projects" /* Vendor release */ #define VENDOR_RELEASE XORG_VERSION_CURRENT diff --git a/xorg-server/include/xwin-config.h b/xorg-server/include/xwin-config.h index e6c4488a3..9617b8104 100644 --- a/xorg-server/include/xwin-config.h +++ b/xorg-server/include/xwin-config.h @@ -21,10 +21,10 @@ /* #undef _XSERVER64 */ /* Short vendor name */ -#define XVENDORNAMESHORT "VcXsrv" +#define XVENDORNAMESHORT "VcXsrv-X2Go/Arctica" /* Vendor web address for support */ -#define __VENDORDWEBSUPPORT__ "http://www.hc-consult.be/" +#define __VENDORDWEBSUPPORT__ "https://github.com/ArcticaProject/vcxsrv/issues" /* Location of system.XWinrc */ #define SYSCONFDIR "." |