From: Quentin Young Date: Wed, 21 Sep 2016 23:55:29 +0000 (+0000) Subject: lib: Update copyright headers X-Git-Tag: frr-3.0-branchpoint~129^2~222 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9547b5d072195e77798edba0c0284a856a90c6fb;p=matthieu%2Ffrr.git lib: Update copyright headers Signed-off-by: Quentin Young --- diff --git a/lib/command.c b/lib/command.c index b6f97c317e..9cdf0a5ff0 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1,25 +1,29 @@ /* - Command interpreter routine for virtual terminal [aka TeletYpe] - Copyright (C) 1997, 98, 99 Kunihiro Ishiguro - Copyright (C) 2013 by Open Source Routing. - Copyright (C) 2013 by Internet Systems Consortium, Inc. ("ISC") - -This file is part of GNU Zebra. - -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 Free Software Foundation; either version 2, or (at your -option) any later version. - -GNU Zebra 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 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. */ + * CLI backend interface. + * + * -- + * Copyright (C) 2016 Cumulus Networks, Inc. + * Copyright (C) 1997, 98, 99 Kunihiro Ishiguro + * Copyright (C) 2013 by Open Source Routing. + * Copyright (C) 2013 by Internet Systems Consortium, Inc. ("ISC") + * + * This file is part of GNU Zebra. + * + * 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 + * Free Software Foundation; either version 2, or (at your option) any + * later version. + * + * GNU Zebra 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 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 diff --git a/lib/command_parse.y b/lib/command_parse.y index 6a5d75aabf..d8ba98db86 100644 --- a/lib/command_parse.y +++ b/lib/command_parse.y @@ -2,7 +2,7 @@ * 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. *