bgpd: copyright style

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-05-17 17:17:18 +00:00
parent b72b6f4fc9
commit 958b450c69
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F

View File

@ -1,25 +1,21 @@
/* /* BGP I/O.
BGP I/O. * Implements packet I/O in a consumer pthread.
* Copyright (C) 2017 Cumulus Networks
Implements packet I/O in a consumer pthread. *
-------------------------------------------- * This program is free software; you can redistribute it and/or modify
Copyright (C) 2017 Cumulus Networks * it under the terms of the GNU General Public License as published by
Quentin Young * the Free Software Foundation; either version 2 of the License, 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 * This program is distributed in the hope that it will be useful, but
the Free Software Foundation; either version 2 of the License, or * WITHOUT ANY WARRANTY; without even the implied warranty of
(at your option) any later version. * 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 * You should have received a copy of the GNU General Public License
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * along with this program; see the file COPYING; if not, write to the
General Public License for more details. * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
* MA 02110-1301 USA
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> #include <zebra.h>