From 6066209ef3e72c55ccc1d35ccf30911b60c41a70 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 18 May 2009 14:33:54 +0200 Subject: [PATCH] lmms.rc.in: advanced copyright notice Advanced copyright notice in lmms.rc.in which is used as resource file when building win32 executable. (cherry picked from commit 34e607f5bb98e94e632df9bc19a14b2383172df7) --- lmms.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmms.rc.in b/lmms.rc.in index cff42ec8e..c8065017a 100644 --- a/lmms.rc.in +++ b/lmms.rc.in @@ -17,7 +17,7 @@ BEGIN VALUE "CompanyName", "LMMS Developers\0" VALUE "FileDescription", "Linux MultiMedia Studio\0" VALUE "FileVersion", "@VERSION@\0" - VALUE "LegalCopyright", "Copyright (c) 2004-2008 LMMS Developers\0" + VALUE "LegalCopyright", "Copyright (c) 2004-2009 LMMS Developers\0" VALUE "OriginalFilename", "lmms.exe\0" VALUE "ProductName", "LMMS\0" VALUE "ProductVersion", "@VERSION@\0"