Changeset: dc2abe7bbbd4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/dc2abe7bbbd4
Modified Files:
tools/mserver/monet_version.c.in
Branch: Aug2024
Log Message:
Fixed copyright notice for mserver5 --version.
diffs (15 lines):
diff --git a/tools/mserver/monet_version.c.in b/tools/mserver/monet_version.c.in
--- a/tools/mserver/monet_version.c.in
+++ b/tools/mserver/monet_version.c.in
@@ -64,8 +64,9 @@ monet_version(void)
#ifndef MONETDB_RELEASE
printf("This is an unreleased version\n");
#endif
- printf("Copyright (c) 1993 - July 2008 CWI\n"
- "Copyright (c) August 2008 - 2023 MonetDB B.V., all rights
reserved\n");
+ printf("Copyright 2024 MonetDB Foundation;\n"
+ "Copyright August 2008 - 2023 MonetDB B.V.;\n"
+ "Copyright 1997 - July 2008 CWI.\n");
printf("Visit https://www.monetdb.org/ for further information\n");
printf("Found %.1fGiB available memory, %d available cpu core%s\n",
sz_mem_gb, cores, cores != 1 ? "s" : "");
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]