diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2018-10-12 18:56:07 +0200 |
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2018-10-12 18:56:07 +0200 |
| commit | d04f9fbf5758c941d8362952efff300e3048be7f (patch) | |
| tree | 9ce723a91eb1671f799f73ca496f2cc312a9646b | |
| parent | 5489eb4563ba1fdf2eef16c8e069cc9fe4c2a8ef (diff) | |
isisd: Fix license header of bfd code
| -rw-r--r-- | isisd/isis_bfd.c | 19 | ||||
| -rw-r--r-- | isisd/isis_bfd.h | 19 |
2 files changed, 16 insertions, 22 deletions
diff --git a/isisd/isis_bfd.c b/isisd/isis_bfd.c index 40fb6bb7fb..81976f8dd2 100644 --- a/isisd/isis_bfd.c +++ b/isisd/isis_bfd.c @@ -1,19 +1,16 @@ /* * IS-IS Rout(e)ing protocol - BFD support - * * Copyright (C) 2018 Christian Franke * - * This file is part of FreeRangeRouting (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 - * Free Software Foundation; either version 2, or (at your option) any - * later version. + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. * - * FRR is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. * * You should have received a copy of the GNU General Public License along * with this program; see the file COPYING; if not, write to the Free Software diff --git a/isisd/isis_bfd.h b/isisd/isis_bfd.h index b1cb8e18b7..3193f16061 100644 --- a/isisd/isis_bfd.h +++ b/isisd/isis_bfd.h @@ -1,19 +1,16 @@ /* * IS-IS Rout(e)ing protocol - BFD support - * * Copyright (C) 2018 Christian Franke * - * This file is part of FreeRangeRouting (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 - * Free Software Foundation; either version 2, or (at your option) any - * later version. + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. * - * FRR is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. * * You should have received a copy of the GNU General Public License along * with this program; see the file COPYING; if not, write to the Free Software |
