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/C25519.cpp | |
| parent | 62578a21625025a2e2681c8da6126270ead47aa7 (diff) | |
| download | infinitytier-1b68d6dbdc5540e1b26b4ea35d019dde746af79e.tar.gz infinitytier-1b68d6dbdc5540e1b26b4ea35d019dde746af79e.zip | |
License header update.
Diffstat (limited to 'node/C25519.cpp')
| -rw-r--r-- | node/C25519.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/node/C25519.cpp b/node/C25519.cpp index e9ffecc1..a78e0466 100644 --- a/node/C25519.cpp +++ b/node/C25519.cpp @@ -1,5 +1,3 @@ -// Code taken from NaCl by D. J. Bernstein and others - /* Matthew Dempsky Public domain. @@ -7,7 +5,7 @@ Derived from public domain code by D. J. Bernstein. */ // Modified very slightly for ZeroTier One by Adam Ierymenko -// (no functional changes) +// This code remains in the public domain. #include <stdint.h> #include <stdlib.h> |
