updated copyright dates.

This commit is contained in:
Nick Bolton 2014-02-28 07:59:33 +00:00
parent 8e74710dad
commit 96d97ed467
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@
#include "Version.h"
const char* kApplication = "Synergy";
const char* kCopyright = "Copyright (C) 2012 Bolton Software Ltd.\n"
"Copyright (C) 2008-2012 Nick Bolton\n"
"Copyright (C) 2002-2012 Chris Schoeneman";
const char* kContact = "Synergy Mailing List, synergy-plus@googlegroups.com";
const char* kCopyright = "Copyright (C) 2012-2014 Bolton Software Ltd.\n"
"Copyright (C) 2008-2014 Nick Bolton\n"
"Copyright (C) 2002-2014 Chris Schoeneman";
const char* kContact = "Email: nick@synergy-foss.org";
const char* kWebsite = "http://synergy-foss.org/";
const char* kVersion = VERSION;
const char* kAppVersion = "Synergy " VERSION;