From c9d3f3ab9634508e4195a527b7b0294cbacf3c07 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Fri, 4 Mar 2016 16:45:15 +1100 Subject: [PATCH] =?UTF-8?q?Correct=20license=20grant=20to=20match=20?= =?UTF-8?q?=E2=80=9CGPL=20v3=20or=20later=E2=80=9D=20grant=20in=20source.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- one.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/one.cpp b/one.cpp index b6654cb0f..f68e3cec6 100644 --- a/one.cpp +++ b/one.cpp @@ -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 */