diff options
Diffstat (limited to 'src/proto.rs')
-rw-r--r-- | src/proto.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto.rs b/src/proto.rs index 07717b7..9421e53 100644 --- a/src/proto.rs +++ b/src/proto.rs @@ -1,6 +1,6 @@ -// Copyright 2019 Hristo Venev +// SPDX-License-Identifier: LGPL-3.0-or-later // -// See COPYING. +// Copyright 2019 Hristo Venev use crate::model::{Endpoint, Ipv4Net, Ipv6Net, Key}; use serde_derive; |