summaryrefslogtreecommitdiffstats
path: root/isisd/isis_bfd.c
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2018-10-12 18:56:07 +0200
committerChristian Franke <chris@opensourcerouting.org>2018-10-12 18:56:07 +0200
commitd04f9fbf5758c941d8362952efff300e3048be7f (patch)
tree9ce723a91eb1671f799f73ca496f2cc312a9646b /isisd/isis_bfd.c
parentisisd: Address code-style warnings (diff)
downloadfrr-d04f9fbf5758c941d8362952efff300e3048be7f.tar.xz
frr-d04f9fbf5758c941d8362952efff300e3048be7f.zip
isisd: Fix license header of bfd code
Diffstat (limited to 'isisd/isis_bfd.c')
-rw-r--r--isisd/isis_bfd.c19
1 files changed, 8 insertions, 11 deletions
diff --git a/isisd/isis_bfd.c b/isisd/isis_bfd.c
index 40fb6bb7f..81976f8dd 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