diff options
| author | Joseph Henry <[email protected]> | 2020-05-12 00:08:52 -0700 |
|---|---|---|
| committer | Joseph Henry <[email protected]> | 2020-05-12 00:08:52 -0700 |
| commit | de9cfbe9b06c92ab15a43d7901d2d0bcc1d26351 (patch) | |
| tree | fd523350945bb20b14c609f9b925a591ed30a168 /include | |
| parent | afca5c25369aab1a3cb1144229ada1e9f5609030 (diff) | |
| parent | 73b1d57b1398a469201f11b2a973d47f801c01f6 (diff) | |
Merge dev into multipath
Diffstat (limited to 'include')
| -rw-r--r-- | include/ZeroTierDebug.h | 29 | ||||
| -rw-r--r-- | include/ZeroTierOne.h | 29 |
2 files changed, 16 insertions, 42 deletions
diff --git a/include/ZeroTierDebug.h b/include/ZeroTierDebug.h index 561b5a63..aa7ab4fe 100644 --- a/include/ZeroTierDebug.h +++ b/include/ZeroTierDebug.h @@ -1,28 +1,15 @@ /* - * ZeroTier One - Network Virtualization Everywhere - * Copyright (C) 2011-2019 ZeroTier, Inc. https://www.zerotier.com/ + * Copyright (c)2019 ZeroTier, Inc. * - * 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 - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Use of this software is governed by the Business Source License included + * in the LICENSE.TXT file in the project's root directory. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * Change Date: 2023-01-01 * - * 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. + * On the date above, in accordance with the Business Source License, use + * of this software will be governed by version 2.0 of the Apache License. */ +/****/ /** * @file @@ -80,7 +67,7 @@ #define ZT_THREAD_ID (long)0 // (long)gettid() #endif #ifdef _WIN32 - #define ZT_THREAD_ID (long)0 // + #define ZT_THREAD_ID (long)0 // #endif #if defined(__JNI_LIB__) #include <jni.h> diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 5355cd3e..e5667acc 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -1,28 +1,15 @@ /* - * ZeroTier One - Network Virtualization Everywhere - * Copyright (C) 2011-2019 ZeroTier, Inc. https://www.zerotier.com/ + * Copyright (c)2019 ZeroTier, Inc. * - * 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 - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Use of this software is governed by the Business Source License included + * in the LICENSE.TXT file in the project's root directory. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * Change Date: 2023-01-01 * - * 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. + * On the date above, in accordance with the Business Source License, use + * of this software will be governed by version 2.0 of the Apache License. */ +/****/ /* * This defines the external C API for ZeroTier's core network virtualization @@ -679,7 +666,7 @@ typedef struct /** * Internal node statistics - * + * * This structure is subject to change between versions. */ typedef struct |
