diff options
Diffstat (limited to 'xorg-server/include')
-rw-r--r-- | xorg-server/include/site.h | 2 | ||||
-rw-r--r-- | xorg-server/include/version-config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/include/site.h b/xorg-server/include/site.h index 7dcbd7e6f..b9ad5b3d0 100644 --- a/xorg-server/include/site.h +++ b/xorg-server/include/site.h @@ -52,7 +52,7 @@ SOFTWARE. * server executable. */ #ifndef VENDOR_STRING -#define VENDOR_STRING "HMCA" +#define VENDOR_STRING "HC-Consult" #endif /* diff --git a/xorg-server/include/version-config.h b/xorg-server/include/version-config.h index 8bae75eaa..b8d482ce8 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 "HMCA" +#define VENDOR_NAME "HC-Consult" /* Vendor release */ #define VENDOR_RELEASE XORG_VERSION_CURRENT |