1.4.6 version bump

This commit is contained in:
Adam Ierymenko 2019-08-30 15:30:37 -07:00
parent 075321fd0d
commit 6897f602bf
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
7 changed files with 15 additions and 14 deletions

View file

@ -83,12 +83,8 @@ using namespace ZeroTier;
static OneService *volatile zt1Service = (OneService *)0;
#define PROGRAM_NAME "ZeroTier One"
#define COPYRIGHT_NOTICE "Copyright (c) 2011-2018 ZeroTier, Inc."
#define LICENSE_GRANT \
"This is free software: you may copy, modify, and/or distribute this" ZT_EOL_S \
"work under the terms of the GNU General Public License, version 3 or" ZT_EOL_S \
"later as published by the Free Software Foundation." ZT_EOL_S \
"No warranty expressed or implied." ZT_EOL_S
#define COPYRIGHT_NOTICE "Copyright (c) 2019 ZeroTier, Inc."
#define LICENSE_GRANT "Licensed under the ZeroTier BSL 1.1 (see LICENSE.txt)"
/****************************************************************************/
/* zerotier-cli personality */