summaryrefslogtreecommitdiff
path: root/node/Hashtable.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-27 20:47:25 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-27 20:47:25 -0700
commit1b68d6dbdc5540e1b26b4ea35d019dde746af79e (patch)
tree6f39a2f6fb9f12c0b5090052002bad68bc5bee14 /node/Hashtable.hpp
parent62578a21625025a2e2681c8da6126270ead47aa7 (diff)
downloadinfinitytier-1b68d6dbdc5540e1b26b4ea35d019dde746af79e.tar.gz
infinitytier-1b68d6dbdc5540e1b26b4ea35d019dde746af79e.zip
License header update.
Diffstat (limited to 'node/Hashtable.hpp')
-rw-r--r--node/Hashtable.hpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/node/Hashtable.hpp b/node/Hashtable.hpp
index 66f2990a..c46ed68f 100644
--- a/node/Hashtable.hpp
+++ b/node/Hashtable.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_HASHTABLE_HPP