diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-05-09 21:36:04 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-05-09 21:36:04 -0400 |
commit | 883d4739ae206d3ec78062e7d25e84cb80cf078c (patch) | |
tree | d25defd31e29bb828661af5ffce689eddee78faf | |
parent | 281095fdf7dbd403326bfe1a6e42e31ac39d5a7f (diff) | |
download | vcxsrv-883d4739ae206d3ec78062e7d25e84cb80cf078c.tar.gz vcxsrv-883d4739ae206d3ec78062e7d25e84cb80cf078c.tar.bz2 vcxsrv-883d4739ae206d3ec78062e7d25e84cb80cf078c.zip |
XWin.rc & dix-config.h: Update for X2Go/Arctica
-rwxr-xr-x | include/dix-config.h | 4 | ||||
-rw-r--r-- | xorg-server/hw/xwin/XWin.rc | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index 6d20e1c02..166e764c9 100755 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -14,7 +14,7 @@ #define BIGREQS 1 /* Builder address */ -#define BUILDERADDR "marha@users.sourceforge.net" +#define BUILDERADDR "https://github.com/ArcticaProject/vcxsrv" /* Operating System Name */ #define OSNAME "Win32" @@ -402,7 +402,7 @@ #define DBE 1 /* Vendor name */ -#define XVENDORNAME "The VcXsrv Project" +#define XVENDORNAME "The X2Go and Arctica Projects" /* Endian order */ #ifndef X_BYTE_ORDER diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index fa376aa86..14d178d03 100644 --- a/xorg-server/hw/xwin/XWin.rc +++ b/xorg-server/hw/xwin/XWin.rc @@ -48,12 +48,12 @@ BEGIN BEGIN BLOCK "040904E4" BEGIN - VALUE "FileDescription", "VcXsrv windows xserver\0" + VALUE "FileDescription", "VcXsrv windows xserver (X2Go/Arctica Builds)\0" VALUE "FileVersion", VER_FILEVERSION_STR"\0" VALUE "InternalName", "VcXsrv\0" - VALUE "LegalCopyright", "marha@users.sourceforge.net\0" + VALUE "LegalCopyright", "marha@users.sourceforge.net & Mike DePaulo\0" VALUE "OriginalFilename", "vcxsrv.exe\0" - VALUE "ProductName", "VcXsrv\0" + VALUE "ProductName", "VcXsrv (X2Go/Arctica Builds)\0" VALUE "ProductVersion", VER_PRODUCTVERSION_STR"\0" END END |