changed synergy+ references back to synergy (trunk)

This commit is contained in:
Nick Bolton 2011-01-15 04:01:31 +00:00
parent f4d937532e
commit 516c07c956
415 changed files with 816 additions and 1206 deletions

View file

@ -1,7 +1,6 @@
/*
* synergy-plus -- mouse and keyboard sharing utility
* Copyright (C) 2010 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
* synergy -- mouse and keyboard sharing utility
* Copyright (C) 2004 Chris Schoeneman, Nick Bolton, Sorin Sbarnea
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -18,9 +17,9 @@
#include "Version.h"
const char* kApplication = "Synergy+";
const char* kCopyright = "Copyright (C) 2010 The Synergy+ Project";
const char* kContact = "Synergy+ Developers, synergy-plus@googlegroups.com";
const char* kWebsite = "http://code.google.com/p/synergy-plus/";
const char* kApplication = "Synergy";
const char* kCopyright = "Copyright (C) 2010 The Synergy Project";
const char* kContact = "Synergy Developers, synergy@googlegroups.com";
const char* kWebsite = "http://synergy-foss.org/";
const char* kVersion = VERSION;
const char* kAppVersion = "Synergy+ " VERSION;
const char* kAppVersion = "Synergy " VERSION;