mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:04:32 +00:00
lib: Update copyright headers
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
9c5f6b578e
commit
9547b5d072
@ -1,25 +1,29 @@
|
|||||||
/*
|
/*
|
||||||
Command interpreter routine for virtual terminal [aka TeletYpe]
|
* CLI backend interface.
|
||||||
Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
|
*
|
||||||
Copyright (C) 2013 by Open Source Routing.
|
* --
|
||||||
Copyright (C) 2013 by Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2016 Cumulus Networks, Inc.
|
||||||
|
* Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
|
||||||
This file is part of GNU Zebra.
|
* Copyright (C) 2013 by Open Source Routing.
|
||||||
|
* Copyright (C) 2013 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
GNU Zebra is free software; you can redistribute it and/or modify
|
*
|
||||||
it under the terms of the GNU General Public License as published
|
* This file is part of GNU Zebra.
|
||||||
by the Free Software Foundation; either version 2, or (at your
|
*
|
||||||
option) any later version.
|
* GNU Zebra is free software; you can redistribute it and/or modify it
|
||||||
|
* under the terms of the GNU General Public License as published by the
|
||||||
GNU Zebra is distributed in the hope that it will be useful, but
|
* Free Software Foundation; either version 2, or (at your option) any
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
* later version.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
*
|
||||||
General Public License for more details.
|
* GNU Zebra 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 GNU Zebra; see the file COPYING. If not, write to the
|
* General Public License for more details.
|
||||||
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
*
|
||||||
Boston, MA 02111-1307, USA. */
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with GNU Zebra; see the file COPYING. If not, write to the Free
|
||||||
|
* Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
|
* 02111-1307, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Command format string parser for CLI backend.
|
* Command format string parser for CLI backend.
|
||||||
*
|
*
|
||||||
* --
|
* --
|
||||||
* Copyright (C) 2015 Cumulus Networks, Inc.
|
* Copyright (C) 2016 Cumulus Networks, Inc.
|
||||||
*
|
*
|
||||||
* This file is part of GNU Zebra.
|
* This file is part of GNU Zebra.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user