diff options
author | Lou Berger <lberger@labn.net> | 2020-03-25 22:38:56 +0100 |
---|---|---|
committer | Lou Berger <lberger@labn.net> | 2020-03-25 22:38:56 +0100 |
commit | 8678d6387c4d60c7ba0864c7ab3ad2465ff3c11d (patch) | |
tree | 5b1973dcd01361e91ab46c03feaf7a1543e4d59b /isisd | |
parent | Merge pull request #6091 from volta-networks/fix_isis_show_hello (diff) | |
download | frr-8678d6387c4d60c7ba0864c7ab3ad2465ff3c11d.tar.xz frr-8678d6387c4d60c7ba0864c7ab3ad2465ff3c11d.zip |
*: use the current project name (FRRouting)
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/fabricd.c | 2 | ||||
-rw-r--r-- | isisd/fabricd.h | 2 | ||||
-rw-r--r-- | isisd/isis_mt.c | 2 | ||||
-rw-r--r-- | isisd/isis_mt.h | 2 | ||||
-rw-r--r-- | isisd/isis_tx_queue.c | 2 | ||||
-rw-r--r-- | isisd/isis_tx_queue.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/isisd/fabricd.c b/isisd/fabricd.c index 28cc65380..4a4b25fa1 100644 --- a/isisd/fabricd.c +++ b/isisd/fabricd.c @@ -3,7 +3,7 @@ * * Copyright (C) 2018 Christian Franke * - * This file is part of FreeRangeRouting (FRR) + * This file is part of FRRouting (FRR) * * FRR is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/isisd/fabricd.h b/isisd/fabricd.h index 6e93440f3..9455cdb0f 100644 --- a/isisd/fabricd.h +++ b/isisd/fabricd.h @@ -3,7 +3,7 @@ * * Copyright (C) 2018 Christian Franke * - * This file is part of FreeRangeRouting (FRR) + * This file is part of FRRouting (FRR) * * FRR is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/isisd/isis_mt.c b/isisd/isis_mt.c index 36413bac5..e8e35ae63 100644 --- a/isisd/isis_mt.c +++ b/isisd/isis_mt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2017 Christian Franke * - * This file is part of FreeRangeRouting (FRR) + * This file is part of FRRouting (FRR) * * FRR is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/isisd/isis_mt.h b/isisd/isis_mt.h index b40139c50..fd9ee133c 100644 --- a/isisd/isis_mt.h +++ b/isisd/isis_mt.h @@ -3,7 +3,7 @@ * * Copyright (C) 2017 Christian Franke * - * This file is part of FreeRangeRouting (FRR) + * This file is part of FRRouting (FRR) * * FRR is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/isisd/isis_tx_queue.c b/isisd/isis_tx_queue.c index 507fd489b..27e57db16 100644 --- a/isisd/isis_tx_queue.c +++ b/isisd/isis_tx_queue.c @@ -3,7 +3,7 @@ * * Copyright (C) 2018 Christian Franke * - * This file is part of FreeRangeRouting (FRR) + * This file is part of FRRouting (FRR) * * FRR is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/isisd/isis_tx_queue.h b/isisd/isis_tx_queue.h index c2beda45b..f0f1184d5 100644 --- a/isisd/isis_tx_queue.h +++ b/isisd/isis_tx_queue.h @@ -3,7 +3,7 @@ * * Copyright (C) 2018 Christian Franke * - * This file is part of FreeRangeRouting (FRR) + * This file is part of FRRouting (FRR) * * FRR is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the |