diff options
Diffstat (limited to 'node/Poly1305.hpp')
-rw-r--r-- | node/Poly1305.hpp | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/node/Poly1305.hpp b/node/Poly1305.hpp index 48d2f40e..62d57546 100644 --- a/node/Poly1305.hpp +++ b/node/Poly1305.hpp @@ -1,6 +1,6 @@ /* * ZeroTier One - Network Virtualization Everywhere - * Copyright (C) 2011-2015 ZeroTier, Inc. + * Copyright (C) 2011-2016 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,15 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - * - * -- - * - * ZeroTier may be used and distributed under the terms of the GPLv3, which - * are available at: http://www.gnu.org/licenses/gpl-3.0.html - * - * If you would like to embed ZeroTier into a commercial application or - * redistribute it in a modified binary form, please contact ZeroTier Networks - * LLC. Start here: http://www.zerotier.com/ */ #ifndef ZT_POLY1305_HPP @@ -61,4 +52,4 @@ public: } // namespace ZeroTier -#endif
\ No newline at end of file +#endif |