浏览代码

Add explicit copyright statement in same file as license grant.

Ben Finney 9 年之前
父节点
当前提交
d37e44225f
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      COPYING

+ 10 - 0
COPYING

@@ -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
 ZeroTier One is licensed under the terms of the GNU General Public License
 version 3, which are available here:
 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
 linking), nor may closed-source derivatives be created, without a separately
 negotiated license from ZeroTier Networks LLC. See the terms of the GPLv3 for
 negotiated license from ZeroTier Networks LLC. See the terms of the GPLv3 for
 details.
 details.
+
+..
+    Local variables:
+    coding: utf-8
+    mode: text
+    End:
+    vim: fileencoding=utf-8 filetype=text :