Add MPL to source files.

This commit is contained in:
Adam Ierymenko
2023-09-06 10:31:52 -04:00
parent 78582dea04
commit bfae85d913
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*
* (c) ZeroTier, Inc.
* https://www.zerotier.com/
*/
mod os_socket;
use std::collections::HashSet;
+8
View File
@@ -1,3 +1,11 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*
* (c) ZeroTier, Inc.
* https://www.zerotier.com/
*/
#[allow(unused_imports)]
use num_traits::AsPrimitive;