diff options
author | Ben Finney <ben@benfinney.id.au> | 2016-03-04 16:45:15 +1100 |
---|---|---|
committer | Ben Finney <ben@benfinney.id.au> | 2016-03-04 16:45:15 +1100 |
commit | c9d3f3ab9634508e4195a527b7b0294cbacf3c07 (patch) | |
tree | aae543a390556943cffb0ee3139737de1197b2f8 | |
parent | 72797c25d5e80c5a4c2b2d80ebd5cbc9b1164767 (diff) | |
download | infinitytier-c9d3f3ab9634508e4195a527b7b0294cbacf3c07.tar.gz infinitytier-c9d3f3ab9634508e4195a527b7b0294cbacf3c07.zip |
Correct license grant to match “GPL v3 or later” grant in source.
-rw-r--r-- | one.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -73,7 +73,10 @@ static OneService *volatile zt1Service = (OneService *)0; #define PROGRAM_NAME "ZeroTier One" #define COPYRIGHT_NOTICE "Copyright © 2011–2016 ZeroTier, Inc." #define LICENSE_GRANT \ - "Licensed under the GNU General Public License v3" ZT_EOL_S + "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 /****************************************************************************/ /* zerotier-cli personality */ |