diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2023-02-09 12:19:23 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2023-02-09 14:09:11 +0100 |
| commit | cca918fe046678f30c4f15a601add287780a4d67 (patch) | |
| tree | 26f924a90f2be1f0b3b752b2703deb59a78857dc /vrrpd | |
| parent | 41db488c2511e625f5a4a18db6017d75dc396f4d (diff) | |
*: remove some leftover license blurbs
The regex'ing left some paragraphs that didn't exactly match.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vrrpd')
| -rw-r--r-- | vrrpd/vrrp_arp.c | 4 | ||||
| -rw-r--r-- | vrrpd/vrrp_arp.h | 4 | ||||
| -rw-r--r-- | vrrpd/vrrp_ndisc.c | 4 | ||||
| -rw-r--r-- | vrrpd/vrrp_ndisc.h | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/vrrpd/vrrp_arp.c b/vrrpd/vrrp_arp.c index 0f58ef6cc9..0072053798 100644 --- a/vrrpd/vrrp_arp.c +++ b/vrrpd/vrrp_arp.c @@ -5,10 +5,6 @@ * Portions: * Copyright (C) 2018-2019 Cumulus Networks, Inc. * Quentin Young - * - * 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 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <zebra.h> diff --git a/vrrpd/vrrp_arp.h b/vrrpd/vrrp_arp.h index b719237f63..46aa128ce3 100644 --- a/vrrpd/vrrp_arp.h +++ b/vrrpd/vrrp_arp.h @@ -3,10 +3,6 @@ * VRRP ARP handling. * Copyright (C) 2018-2019 Cumulus Networks, Inc. * Quentin Young - * - * 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 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __VRRP_ARP_H__ #define __VRRP_ARP_H__ diff --git a/vrrpd/vrrp_ndisc.c b/vrrpd/vrrp_ndisc.c index d176276cba..038d293226 100644 --- a/vrrpd/vrrp_ndisc.c +++ b/vrrpd/vrrp_ndisc.c @@ -6,10 +6,6 @@ * * Portions: * Copyright (C) 2001-2017 Alexandre Cassen - * - * 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 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <zebra.h> diff --git a/vrrpd/vrrp_ndisc.h b/vrrpd/vrrp_ndisc.h index 4964e4526b..15fa71941d 100644 --- a/vrrpd/vrrp_ndisc.h +++ b/vrrpd/vrrp_ndisc.h @@ -3,10 +3,6 @@ * VRRP Neighbor Discovery. * Copyright (C) 2019 Cumulus Networks, Inc. * Quentin Young - * - * 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 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __VRRP_NDISC_H__ #define __VRRP_NDISC_H__ |
