diff options
-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 |