]> git.puffer.fish Git - mirror/frr.git/commitdiff
*: remove some leftover license blurbs
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 9 Feb 2023 11:19:23 +0000 (12:19 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 9 Feb 2023 13:09:11 +0000 (14:09 +0100)
The regex'ing left some paragraphs that didn't exactly match.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
staticd/static_zebra.h
tests/lib/test_seqlock.c
vrrpd/vrrp_arp.c
vrrpd/vrrp_arp.h
vrrpd/vrrp_ndisc.c
vrrpd/vrrp_ndisc.h

index 2abd09e623f00f2e5ac4894d067b548fdb6fb108..5f21d6c3868e5b5fa4b1ef7afc9a8f8eb2092b41 100644 (file)
@@ -3,9 +3,6 @@
  * Zebra connect library for staticd
  * Copyright (C) 2018 Cumulus Networks, Inc.
  *               Donald Sharp
- *
- * 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
  */
 #ifndef __STATIC_ZEBRA_H__
 #define __STATIC_ZEBRA_H__
index 46359abb8585973b2350b41c6225452ea030a61e..288d4a8c255459c640e6bf081ab253802fd6da27 100644 (file)
@@ -3,10 +3,6 @@
  * basic test for seqlock
  *
  * Copyright (C) 2015  David Lamparter
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #ifdef HAVE_CONFIG_H
index 0f58ef6cc9c3986020090ae3f264280536f1d349..0072053798f7e2b52f0eca74d3a53e3ed965a4e7 100644 (file)
@@ -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>
 
index b719237f63b365ce102191ee2f127c26c0acdef5..46aa128ce3baf97d333e441ebb5391b698c562c3 100644 (file)
@@ -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__
index d176276cba92883f75b6c9cf703a535018f636fb..038d293226926195321340788c8292c256b21801 100644 (file)
@@ -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>
 
index 4964e4526bcda40a79881e7d817cf0bc3882f193..15fa71941d45506181bf61bf866e74f17083998d 100644 (file)
@@ -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__