From: Quentin Young Date: Wed, 17 May 2017 17:17:18 +0000 (+0000) Subject: bgpd: copyright style X-Git-Tag: frr-4.0-dev~120^2~45 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=958b450c69076f65b21e4835fa21eac98f1089dc;p=mirror%2Ffrr.git bgpd: copyright style Signed-off-by: Quentin Young --- diff --git a/bgpd/bgp_io.c b/bgpd/bgp_io.c index 4bdafa744c..2a2ea437db 100644 --- a/bgpd/bgp_io.c +++ b/bgpd/bgp_io.c @@ -1,25 +1,21 @@ -/* - BGP I/O. - - Implements packet I/O in a consumer pthread. - -------------------------------------------- - Copyright (C) 2017 Cumulus Networks - Quentin Young - - 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. - - 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 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA +/* BGP I/O. + * Implements packet I/O in a consumer pthread. + * Copyright (C) 2017 Cumulus Networks + * + * 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. + * + * 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 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301 USA */ #include