mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-23 03:17:37 +02:00
changed synergy+ references back to synergy (trunk)
This commit is contained in:
parent
f4d937532e
commit
516c07c956
415 changed files with 816 additions and 1206 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue