summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-05-31 20:57:53 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-05-31 21:00:06 +0100
commitab53d435d353b3d34f5453ee657e96e9d55f1ff8 (patch)
tree19d38ddcd938e665689ec93ef1df00f2cf3894e8
parentf4021bd84ba008fd1a6b1d21a9782b97fb26120f (diff)
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.
-rw-r--r--src/dll.rc2
1 files changed, 1 insertions, 1 deletions
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