|
From: <cn...@us...> - 2019-10-31 01:59:36
|
Revision: 982
http://sourceforge.net/p/seq/svn/982
Author: cn187
Date: 2019-10-31 01:59:34 +0000 (Thu, 31 Oct 2019)
Log Message:
-----------
Update copyright year for program startup message
Modified Paths:
--------------
showeq/branches/pre_6_0_beta/src/main.cpp
Modified: showeq/branches/pre_6_0_beta/src/main.cpp
===================================================================
--- showeq/branches/pre_6_0_beta/src/main.cpp 2019-10-27 04:12:13 UTC (rev 981)
+++ showeq/branches/pre_6_0_beta/src/main.cpp 2019-10-31 01:59:34 UTC (rev 982)
@@ -762,7 +762,7 @@
{
printf ("ShowEQ %s, released under the GPL.\n", VERSION);
printf (" SINS 0.5, released under the GPL.\n");
- printf ("All ShowEQ source code is Copyright (C) 2000-2010 by the respective ShowEQ Developers\n");
+ printf ("All ShowEQ source code is Copyright (C) 2000-2019 by the respective ShowEQ Developers\n");
printf ("ShowEQ comes with NO WARRANTY.\n\n");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|