More appropriate LegalCopyright field.
authorIain Patterson <me@iain.cx>
Sat, 4 Jan 2014 10:48:22 +0000 (10:48 +0000)
committerIain Patterson <me@iain.cx>
Sat, 4 Jan 2014 10:48:22 +0000 (10:48 +0000)
It doesn't make a lot of sense to have a Copyright notice on a Public
Domain work.  The intention of including the LegalCopyright version
string was solely to assert authorship.  The new string should make that
clearer.

nssm.rc
version.cmd

diff --git a/nssm.rc b/nssm.rc
index 730cb8d..41bea9a 100644 (file)
Binary files a/nssm.rc and b/nssm.rc differ
index d9ce5d7..1340d5b 100644 (file)
@@ -44,7 +44,7 @@ if "%BUILD_ID%" == "" (set year=) else (
 @echo>>version.h.new #define NSSM_VERSIONINFO %major%,%minor%,%n%,%BUILD_NUMBER%\r
 @echo>>version.h.new #define NSSM_DATE _T("%DATE%")\r
 @echo>>version.h.new #define NSSM_FILEFLAGS %flags%\r
-@echo>>version.h.new #define NSSM_COPYRIGHT _T("(c) 2003-%year% Iain Patterson")\r
+@echo>>version.h.new #define NSSM_COPYRIGHT _T("Public Domain; Author Iain Patterson 2003-%year%")\r
 \r
 fc version.h version.h.new >NUL: 2>NUL:\r
 if %ERRORLEVEL% == 0 (del version.h.new) else (move /y version.h.new version.h)\r