From 692f4214f20b6d141d0cc16dd2aaed42bd886d21 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 4 Jan 2014 10:48:22 +0000 Subject: [PATCH] More appropriate LegalCopyright field. 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 | Bin 32194 -> 32182 bytes version.cmd | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nssm.rc b/nssm.rc index 730cb8d14e2122b2ee4a51970b41dec22b72bac4..41bea9add515178e48c8da51338f71a4cbc4abdc 100644 GIT binary patch delta 50 zcmX@~n{nH3#tm%j(tZrVK6$q>Zg$>7f5!4NWeA&2PX2drY7BiOUb E0An2ua{vGU delta 54 zcmdn?oAJPie649N_d3>version.h.new #define NSSM_VERSIONINFO %major%,%minor%,%n%,%BUILD_NUMBER% @echo>>version.h.new #define NSSM_DATE _T("%DATE%") @echo>>version.h.new #define NSSM_FILEFLAGS %flags% -@echo>>version.h.new #define NSSM_COPYRIGHT _T("(c) 2003-%year% Iain Patterson") +@echo>>version.h.new #define NSSM_COPYRIGHT _T("Public Domain; Author Iain Patterson 2003-%year%") fc version.h version.h.new >NUL: 2>NUL: if %ERRORLEVEL% == 0 (del version.h.new) else (move /y version.h.new version.h) -- 2.7.4