From a880b276d9998fa06c92355c4144fe3ca574c915 Mon Sep 17 00:00:00 2001 From: Artem Glazychev Date: Mon, 28 Sep 2020 19:54:35 +0700 Subject: wireguard: fix license headers Type: fix Signed-off-by: Artem Glazychev Change-Id: If5cc8894e0d1785dd04ab1e460e017580c9b41ce --- src/plugins/wireguard/wireguard_api.c | 1 + src/plugins/wireguard/wireguard_cli.c | 1 + src/plugins/wireguard/wireguard_handoff.c | 1 + src/plugins/wireguard/wireguard_if.c | 15 +++++++++++++++ src/plugins/wireguard/wireguard_if.h | 1 + src/plugins/wireguard/wireguard_input.c | 1 + src/plugins/wireguard/wireguard_key.c | 1 - src/plugins/wireguard/wireguard_key.h | 1 - src/plugins/wireguard/wireguard_output_tun.c | 1 + src/plugins/wireguard/wireguard_peer.c | 1 + src/plugins/wireguard/wireguard_peer.h | 1 + src/plugins/wireguard/wireguard_send.c | 1 + src/plugins/wireguard/wireguard_send.h | 1 + 13 files changed, 25 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/plugins/wireguard/wireguard_api.c b/src/plugins/wireguard/wireguard_api.c index 27ed6ea05da..283c09915fe 100755 --- a/src/plugins/wireguard/wireguard_api.c +++ b/src/plugins/wireguard/wireguard_api.c @@ -1,4 +1,5 @@ /* + * Copyright (c) 2020 Cisco and/or its affiliates. * Copyright (c) 2020 Doc.ai and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/plugins/wireguard/wireguard_cli.c b/src/plugins/wireguard/wireguard_cli.c index 7fdccdc64b3..16794156d17 100755 --- a/src/plugins/wireguard/wireguard_cli.c +++ b/src/plugins/wireguard/wireguard_cli.c @@ -1,4 +1,5 @@ /* + * Copyright (c) 2020 Cisco and/or its affiliates. * Copyright (c) 2020 Doc.ai and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/plugins/wireguard/wireguard_handoff.c b/src/plugins/wireguard/wireguard_handoff.c index 2c310a29dc0..3957af9fe17 100644 --- a/src/plugins/wireguard/wireguard_handoff.c +++ b/src/plugins/wireguard/wireguard_handoff.c @@ -1,4 +1,5 @@ /* + * Copyright (c) 2020 Cisco and/or its affiliates. * Copyright (c) 2020 Doc.ai and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/plugins/wireguard/wireguard_if.c b/src/plugins/wireguard/wireguard_if.c index 7509923a1bf..46abdf6eb4d 100644 --- a/src/plugins/wireguard/wireguard_if.c +++ b/src/plugins/wireguard/wireguard_if.c @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2020 Cisco and/or its affiliates. + * Copyright (c) 2020 Doc.ai and/or its affiliates. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include diff --git a/src/plugins/wireguard/wireguard_if.h b/src/plugins/wireguard/wireguard_if.h index d8c2a87dc71..7c11ad9b281 100644 --- a/src/plugins/wireguard/wireguard_if.h +++ b/src/plugins/wireguard/wireguard_if.h @@ -1,4 +1,5 @@ /* + * Copyright (c) 2020 Cisco and/or its affiliates. * Copyright (c) 2020 Doc.ai and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/plugins/wireguard/wireguard_input.c b/src/plugins/wireguard/wireguard_input.c index b15c265cdac..890a71a0278 100755 --- a/src/plugins/wireguard/wireguard_input.c +++ b/src/plugins/wireguard/wireguard_input.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. + * Copyright (c) 2020 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/plugins/wireguard/wireguard_key.c b/src/plugins/wireguard/wireguard_key.c index db8c4864492..1ef1d8bf743 100755 --- a/src/plugins/wireguard/wireguard_key.c +++ b/src/plugins/wireguard/wireguard_key.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. - * Copyright (c) 2005-2011 Jouni Malinen . * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/plugins/wireguard/wireguard_key.h b/src/plugins/wireguard/wireguard_key.h index 6decca67205..ed96fb1da91 100755 --- a/src/plugins/wireguard/wireguard_key.h +++ b/src/plugins/wireguard/wireguard_key.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. - * Copyright (c) 2005 Jouni Malinen . * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/plugins/wireguard/wireguard_output_tun.c b/src/plugins/wireguard/wireguard_output_tun.c index 9a8710b77db..53a8797c973 100755 --- a/src/plugins/wireguard/wireguard_output_tun.c +++ b/src/plugins/wireguard/wireguard_output_tun.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. + * Copyright (c) 2020 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/plugins/wireguard/wireguard_peer.c b/src/plugins/wireguard/wireguard_peer.c index b41118f83d1..147adbf6ebe 100755 --- a/src/plugins/wireguard/wireguard_peer.c +++ b/src/plugins/wireguard/wireguard_peer.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. + * Copyright (c) 2020 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/plugins/wireguard/wireguard_peer.h b/src/plugins/wireguard/wireguard_peer.h index 009a6f67aeb..50c0a012fe2 100755 --- a/src/plugins/wireguard/wireguard_peer.h +++ b/src/plugins/wireguard/wireguard_peer.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. + * Copyright (c) 2020 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/plugins/wireguard/wireguard_send.c b/src/plugins/wireguard/wireguard_send.c index 2e29a9b4b76..0b6c1d3b334 100755 --- a/src/plugins/wireguard/wireguard_send.c +++ b/src/plugins/wireguard/wireguard_send.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. + * Copyright (c) 2020 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/plugins/wireguard/wireguard_send.h b/src/plugins/wireguard/wireguard_send.h index efe41949428..9575b84b659 100755 --- a/src/plugins/wireguard/wireguard_send.h +++ b/src/plugins/wireguard/wireguard_send.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2020 Doc.ai and/or its affiliates. + * Copyright (c) 2020 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: -- cgit 1.2.3-korg