Rebrand 'X.Org X Server' to 'XLibre X Server'

Signed-off-by: cat <cat@plan9.rocks>
This commit is contained in:
cat 2025-06-13 01:57:46 +00:00 committed by Enrico Weigelt
parent 2f66431927
commit a0f4a5585d
3 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ static Bool formatsDone = FALSE;
static void
xf86PrintBanner(void)
{
xf86ErrorFVerb(0, "\nX.Org X Server %d.%d.%d",
xf86ErrorFVerb(0, "\nXLibre X Server %d.%d.%d",
XORG_VERSION_MAJOR, XORG_VERSION_MINOR, XORG_VERSION_PATCH);
#if XORG_VERSION_SNAP > 0
xf86ErrorFVerb(0, ".%d", XORG_VERSION_SNAP);

View File

@ -173,7 +173,7 @@ void
DarwinPrintBanner(void)
{
ErrorF("Xquartz starting:\n");
ErrorF("X.Org X Server %s\n", XSERVER_VERSION);
ErrorF("XLibre X Server %s\n", XSERVER_VERSION);
}
/*

View File

@ -92,7 +92,7 @@ static const char *__crashreporter_info__ __attribute__((__used__)) =
asm (".desc ___crashreporter_info__, 0x10");
static const char *__crashreporter_info__base =
"X.Org X Server " XSERVER_VERSION;
"XLibre X Server " XSERVER_VERSION;
char *bundle_id_prefix = NULL;
static char *server_bootstrap_name = NULL;