mirror of https://github.com/dswd/vpncloud.git
Added missing copyright headers
This commit is contained in:
parent
2441cbc177
commit
805c4055a0
|
@ -1,3 +1,7 @@
|
||||||
|
// VpnCloud - Peer-to-Peer VPN
|
||||||
|
// Copyright (C) 2015-2020 Dennis Schwerdel
|
||||||
|
// This software is licensed under GPL-3 or newer (see LICENSE.md)
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
collections::{HashMap, VecDeque},
|
collections::{HashMap, VecDeque},
|
||||||
io::{self, ErrorKind},
|
io::{self, ErrorKind},
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// VpnCloud - Peer-to-Peer VPN
|
||||||
|
// Copyright (C) 2015-2020 Dennis Schwerdel
|
||||||
|
// This software is licensed under GPL-3 or newer (see LICENSE.md)
|
||||||
|
|
||||||
macro_rules! assert_clean {
|
macro_rules! assert_clean {
|
||||||
($($node: expr),*) => {
|
($($node: expr),*) => {
|
||||||
$(
|
$(
|
||||||
|
|
Loading…
Reference in New Issue