diff options
author | Florin Coras <fcoras@cisco.com> | 2019-04-08 07:42:30 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-04-08 20:29:16 +0000 |
commit | c5df8c71cc867d8120a25e4bd6d065aa63d9011c (patch) | |
tree | 3f5088d55054b2e971a4c1cfef79d4ed504f5099 /src/vnet/session-apps | |
parent | f3262a2dd0fd788b5ef3fc9592de17ef8bcbd897 (diff) |
host stack: update stale copyright
Change-Id: I33cd6e44d126c73c1f4c16b2041ea607b4d7f39f
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/session-apps')
-rw-r--r-- | src/vnet/session-apps/echo_client.c | 2 | ||||
-rw-r--r-- | src/vnet/session-apps/echo_client.h | 2 | ||||
-rw-r--r-- | src/vnet/session-apps/echo_server.c | 2 | ||||
-rw-r--r-- | src/vnet/session-apps/http_server.c | 2 | ||||
-rw-r--r-- | src/vnet/session-apps/proxy.c | 2 | ||||
-rw-r--r-- | src/vnet/session-apps/proxy.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/vnet/session-apps/echo_client.c b/src/vnet/session-apps/echo_client.c index c15798dedee..fb7de48f102 100644 --- a/src/vnet/session-apps/echo_client.c +++ b/src/vnet/session-apps/echo_client.c @@ -1,7 +1,7 @@ /* * echo_client.c - vpp built-in echo client code * - * Copyright (c) 2017 by Cisco and/or its affiliates. + * Copyright (c) 2017-2019 by 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/session-apps/echo_client.h b/src/vnet/session-apps/echo_client.h index 2270720dcda..b183ed7f2c7 100644 --- a/src/vnet/session-apps/echo_client.h +++ b/src/vnet/session-apps/echo_client.h @@ -2,7 +2,7 @@ /* * echo_client.h - built-in application layer echo client * - * Copyright (c) <current-year> <your-organization> + * 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/session-apps/echo_server.c b/src/vnet/session-apps/echo_server.c index ab90004de97..d165fb35e01 100644 --- a/src/vnet/session-apps/echo_server.c +++ b/src/vnet/session-apps/echo_server.c @@ -1,5 +1,5 @@ /* -* Copyright (c) 2015-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/session-apps/http_server.c b/src/vnet/session-apps/http_server.c index ae8bdf45ead..4547a4dc4ef 100644 --- a/src/vnet/session-apps/http_server.c +++ b/src/vnet/session-apps/http_server.c @@ -1,5 +1,5 @@ /* -* Copyright (c) 2015-2019 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/session-apps/proxy.c b/src/vnet/session-apps/proxy.c index 2e03ccc9f91..0d4cdd43c1c 100644 --- a/src/vnet/session-apps/proxy.c +++ b/src/vnet/session-apps/proxy.c @@ -1,5 +1,5 @@ /* -* Copyright (c) 2015-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/session-apps/proxy.h b/src/vnet/session-apps/proxy.h index c221a5e75f2..6a24358ad65 100644 --- a/src/vnet/session-apps/proxy.h +++ b/src/vnet/session-apps/proxy.h @@ -2,7 +2,7 @@ /* * builtin_proxy.h - skeleton vpp engine plug-in header file * - * Copyright (c) <current-year> <your-organization> + * 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: |