diff options
author | Ben Finney <ben@benfinney.id.au> | 2016-02-29 17:25:39 +1100 |
---|---|---|
committer | Ben Finney <ben@benfinney.id.au> | 2016-02-29 17:44:47 +1100 |
commit | d37e44225f47683a5a8e56a6b6eb8c9f4330ce52 (patch) | |
tree | b67a1b55abe97bfa584db59a5bbaed72d1277cf0 | |
parent | 5c172d1a1539a6b901efa758e8d8c83f2b4d78ac (diff) | |
download | infinitytier-d37e44225f47683a5a8e56a6b6eb8c9f4330ce52.tar.gz infinitytier-d37e44225f47683a5a8e56a6b6eb8c9f4330ce52.zip |
Add explicit copyright statement in same file as license grant.
-rw-r--r-- | COPYING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,6 @@ +ZeroTier One, an endpoint server for the ZeroTier virtual network layer. +Copyright © 2011–2016 ZeroTier, Inc. + ZeroTier One is licensed under the terms of the GNU General Public License version 3, which are available here: @@ -11,3 +14,10 @@ ZeroTier One may not be embedded into any closed-source application (e.g. via linking), nor may closed-source derivatives be created, without a separately negotiated license from ZeroTier Networks LLC. See the terms of the GPLv3 for details. + +.. + Local variables: + coding: utf-8 + mode: text + End: + vim: fileencoding=utf-8 filetype=text : |