From ab53d435d353b3d34f5453ee657e96e9d55f1ff8 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 31 May 2022 20:57:53 +0100 Subject: Make the DLL copyright fit in the properties box You can widen the text field to read the whole thing, but that's not immediately obvious. Let's just shorten the text and make it nice and concise so people can figure out what to do more easily. --- src/dll.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dll.rc b/src/dll.rc index fa62277..0bdc74a 100644 --- a/src/dll.rc +++ b/src/dll.rc @@ -19,7 +19,7 @@ BEGIN VALUE "FileDescription", LONGNAME VALUE "FileVersion", VERSION VALUE "InternalName", NAME - VALUE "LegalCopyright", "Copyright (C) 2022 multiple authors. Refer to the included LICENCE file." + VALUE "LegalCopyright", "See the LICENCE file for copyright notices." VALUE "ProductName", LONGNAME VALUE "ProductVersion", VERSION END -- cgit v1.2.3