diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-04-27 20:47:25 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-04-27 20:47:25 -0700 |
commit | 1b68d6dbdc5540e1b26b4ea35d019dde746af79e (patch) | |
tree | 6f39a2f6fb9f12c0b5090052002bad68bc5bee14 /node/Buffer.hpp | |
parent | 62578a21625025a2e2681c8da6126270ead47aa7 (diff) | |
download | infinitytier-1b68d6dbdc5540e1b26b4ea35d019dde746af79e.tar.gz infinitytier-1b68d6dbdc5540e1b26b4ea35d019dde746af79e.zip |
License header update.
Diffstat (limited to 'node/Buffer.hpp')
-rw-r--r-- | node/Buffer.hpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/node/Buffer.hpp b/node/Buffer.hpp index 37f39e7b..ae242c73 100644 --- a/node/Buffer.hpp +++ b/node/Buffer.hpp @@ -1,6 +1,6 @@ /* * ZeroTier One - Network Virtualization Everywhere - * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/ + * Copyright (C) 2011-2017 ZeroTier, Inc. https://www.zerotier.com/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,6 +14,14 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * -- + * + * You can be released from the requirements of the license by purchasing + * a commercial license. Buying such a license is mandatory as soon as you + * develop commercial closed-source software that incorporates or links + * directly against ZeroTier software without disclosing the source code + * of your own application. */ #ifndef ZT_BUFFER_HPP |