]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: Update copyright headers
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 21 Sep 2016 23:55:29 +0000 (23:55 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 21 Sep 2016 23:55:29 +0000 (23:55 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c
lib/command_parse.y

index b6f97c317ec876f0339f4d0b636a64c4ef55eaee..9cdf0a5ff0dc51628e4b81cd228ad3d4a7f9e23d 100644 (file)
@@ -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 <zebra.h>
 
index 6a5d75aabf83a7918a4918368ff61d3c25e3ad83..d8ba98db861d57bb18ff45fb406bff1ca8b75df8 100644 (file)
@@ -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.
  *