From c5df8c71cc867d8120a25e4bd6d065aa63d9011c Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 8 Apr 2019 07:42:30 -0700 Subject: host stack: update stale copyright Change-Id: I33cd6e44d126c73c1f4c16b2041ea607b4d7f39f Signed-off-by: Florin Coras --- src/vnet/udp/udp.api | 2 +- src/vnet/udp/udp.c | 2 +- src/vnet/udp/udp.h | 2 +- src/vnet/udp/udp_api.c | 2 +- src/vnet/udp/udp_encap.c | 2 +- src/vnet/udp/udp_encap.h | 2 +- src/vnet/udp/udp_encap_node.c | 2 +- src/vnet/udp/udp_error.def | 2 +- src/vnet/udp/udp_format.c | 2 +- src/vnet/udp/udp_input.c | 2 +- src/vnet/udp/udp_local.c | 2 +- src/vnet/udp/udp_packet.h | 2 +- src/vnet/udp/udp_pg.c | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src/vnet/udp') diff --git a/src/vnet/udp/udp.api b/src/vnet/udp/udp.api index 193b577ad3b..a15261cb9f5 100644 --- a/src/vnet/udp/udp.api +++ b/src/vnet/udp/udp.api @@ -1,6 +1,6 @@ /* Hey Emacs use -*- mode: C -*- */ /* - * Copyright (c) 2018 Cisco and/or its affiliates. + * Copyright (c) 20182-2019 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/vnet/udp/udp.c b/src/vnet/udp/udp.c index 727efa4505e..46a26e484ed 100644 --- a/src/vnet/udp/udp.c +++ b/src/vnet/udp/udp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 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/vnet/udp/udp.h b/src/vnet/udp/udp.h index 6d75b2842f0..03dbcdd5cac 100644 --- a/src/vnet/udp/udp.h +++ b/src/vnet/udp/udp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Cisco and/or its affiliates. + * Copyright (c) 2017-2019 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/vnet/udp/udp_api.c b/src/vnet/udp/udp_api.c index 63186761181..5f4081c2dcf 100644 --- a/src/vnet/udp/udp_api.c +++ b/src/vnet/udp/udp_api.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Cisco and/or its affiliates. + * Copyright (c) 2018-2019 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/vnet/udp/udp_encap.c b/src/vnet/udp/udp_encap.c index 072bc79c8af..c8268276288 100644 --- a/src/vnet/udp/udp_encap.c +++ b/src/vnet/udp/udp_encap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Cisco and/or its affiliates. + * Copyright (c) 2017-2019 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/vnet/udp/udp_encap.h b/src/vnet/udp/udp_encap.h index a4cc2a2f3fe..888efa8c37c 100644 --- a/src/vnet/udp/udp_encap.h +++ b/src/vnet/udp/udp_encap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 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/vnet/udp/udp_encap_node.c b/src/vnet/udp/udp_encap_node.c index af0afb1ab57..e8e37944082 100644 --- a/src/vnet/udp/udp_encap_node.c +++ b/src/vnet/udp/udp_encap_node.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Cisco and/or its affiliates. + * Copyright (c) 2017-2019 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/vnet/udp/udp_error.def b/src/vnet/udp/udp_error.def index 488e7bee7df..e9baa334383 100644 --- a/src/vnet/udp/udp_error.def +++ b/src/vnet/udp/udp_error.def @@ -1,7 +1,7 @@ /* * udp_error.def: udp errors * - * Copyright (c) 2013-2016 Cisco and/or its affiliates. + * Copyright (c) 2013-2019 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/vnet/udp/udp_format.c b/src/vnet/udp/udp_format.c index 0e9fb17e0f0..2277e18bcdb 100644 --- a/src/vnet/udp/udp_format.c +++ b/src/vnet/udp/udp_format.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Cisco and/or its affiliates. + * Copyright (c) 2015-2019 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/vnet/udp/udp_input.c b/src/vnet/udp/udp_input.c index d720f17cb7e..db634cb2ddb 100644 --- a/src/vnet/udp/udp_input.c +++ b/src/vnet/udp/udp_input.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 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/vnet/udp/udp_local.c b/src/vnet/udp/udp_local.c index 441a6e86577..a6a4867a86e 100644 --- a/src/vnet/udp/udp_local.c +++ b/src/vnet/udp/udp_local.c @@ -1,7 +1,7 @@ /* * node.c: udp packet processing * - * Copyright (c) 2013 Cisco and/or its affiliates. + * Copyright (c) 2013-2019 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/vnet/udp/udp_packet.h b/src/vnet/udp/udp_packet.h index beea3059246..110bf61af14 100644 --- a/src/vnet/udp/udp_packet.h +++ b/src/vnet/udp/udp_packet.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Cisco and/or its affiliates. + * Copyright (c) 2015-2019 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/vnet/udp/udp_pg.c b/src/vnet/udp/udp_pg.c index 0f633eb6c9f..621beb79277 100644 --- a/src/vnet/udp/udp_pg.c +++ b/src/vnet/udp/udp_pg.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Cisco and/or its affiliates. + * Copyright (c) 2015-2019 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