diff options
author | Madhuri Kuruganti <k.madhuri@samsung.com> | 2020-10-27 11:43:42 +0100 |
---|---|---|
committer | Madhuri Kuruganti <k.madhuri@samsung.com> | 2020-10-27 11:45:36 +0100 |
commit | 1a0416bd6f332e9238708a042dcb7d754493bea5 (patch) | |
tree | 09b2acb4fd4b0e12d0568ef308c249e92c61a067 | |
parent | bgpd: conditional advertisement - topotests-2 (diff) | |
download | frr-1a0416bd6f332e9238708a042dcb7d754493bea5.tar.xz frr-1a0416bd6f332e9238708a042dcb7d754493bea5.zip |
bgpd: conditional advertisement - copyright
Signed-off-by: Madhuri Kuruganti <k.madhuri@samsung.com>
-rw-r--r-- | bgpd/bgp_conditional_adv.c | 2 | ||||
-rw-r--r-- | bgpd/bgp_conditional_adv.h | 2 | ||||
-rw-r--r-- | tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/bgpd/bgp_conditional_adv.c b/bgpd/bgp_conditional_adv.c index ff1eb2be2..0731adcb8 100644 --- a/bgpd/bgp_conditional_adv.c +++ b/bgpd/bgp_conditional_adv.c @@ -1,6 +1,6 @@ /* * BGP Conditional advertisement - * Copyright (C) 2020 Samsung Research Institute Bangalore. + * Copyright (C) 2020 Samsung R&D Institute India - Bangalore. * Madhurilatha Kuruganti * * This program is free software; you can redistribute it and/or modify it diff --git a/bgpd/bgp_conditional_adv.h b/bgpd/bgp_conditional_adv.h index 5dcd3607d..7b5053de7 100644 --- a/bgpd/bgp_conditional_adv.h +++ b/bgpd/bgp_conditional_adv.h @@ -1,6 +1,6 @@ /* * BGP Conditional advertisement - * Copyright (C) 2020 Samsung Research Institute Bangalore. + * Copyright (C) 2020 Samsung R&D Institute India - Bangalore. * Madhurilatha Kuruganti * * This program is free software; you can redistribute it and/or modify it diff --git a/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py b/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py index 99cf08b4f..0e31ab199 100644 --- a/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py +++ b/tests/topotests/bgp_conditional_advertisement/test_bgp_conditional_advertisement.py @@ -2,10 +2,10 @@ # # test_bgp_conditional_advertisement.py -# Part of NetDEF Topology Tests # # Copyright (c) 2020 by -# Network Device Education Foundation, Inc. ("NetDEF") +# Samsung R&D Institute India - Bangalore. +# Madhurilatha Kuruganti # # Permission to use, copy, modify, and/or distribute this software # for any purpose with or without fee is hereby granted, provided |