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.
@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