]> git.proxmox.com Git - mirror_frr.git/commitdiff
*: Fix up licensing to be right
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Nov 2016 15:11:46 +0000 (10:11 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Nov 2016 15:14:03 +0000 (10:14 -0500)
These files were submitted by Cumulus but did
not properly setup the licensing of them.
This fixes that issue.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/bitfield.h
lib/csv.c
lib/csv.h
lib/ptm_lib.c
lib/ptm_lib.h
tools/cmd_check.py
tools/quagga-reload.py
zebra/zebra_rnh_null.c

index b3f40a948b5abcaca2bd7cdadbc03e9a8294c917..6c97ac0f19c581f6b856243ebaa8d42e917f7558 100644 (file)
@@ -1,3 +1,23 @@
+/* Bitfields
+ * Copyright (C) 2016 Cumulus Networks, Inc.
+ *
+ * This file is part of Quagga.
+ *
+ * Quagga 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.
+ *
+ * Quagga 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 Quagga; see the file COPYING.  If not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
+ */
 /**
  * A simple bit array implementation to allocate and free IDs. An example
  * of its usage is in allocating link state IDs for OSPFv3 as OSPFv3 has
index b90a8a9b9274868a785752a61a27e2f3047e9ccc..7df9292647bf9408af76bc2e898a85c47d4cf8d6 100644 (file)
--- a/lib/csv.c
+++ b/lib/csv.c
@@ -1,3 +1,23 @@
+/* CSV
+ * Copyright (C) 2013 Cumulus Networks, Inc.
+ *
+ * This file is part of Quagga.
+ *
+ * Quagga 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.
+ *
+ * Quagga 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 Quagga; see the file COPYING.  If not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 078f3908735876503a3dde4ad6b04fa7c1d078b2..3fb4453761c9cdc766856d2b03980133860e01c5 100644 (file)
--- a/lib/csv.h
+++ b/lib/csv.h
@@ -1,4 +1,23 @@
-/* Copyright 2013 Cumulus Networks, LLC.  All rights reserved. */
+/* CSV
+ * Copyright (C) 2013 Cumulus Networks, Inc.
+ *
+ * This file is part of Quagga.
+ *
+ * Quagga 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.
+ *
+ * Quagga 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 Quagga; see the file COPYING.  If not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
+ */
 
 #ifndef __CSV_H__
 #define __CSV_H__
index bcf0be623d8048a2033c73ddf5d87d3146a08a42..0666797fadad8f993118de3ac0eaddf26662133b 100644 (file)
@@ -1,10 +1,23 @@
-/*********************************************************************
- * Copyright 2015 Cumulus Networks, LLC.  All rights reserved.
+/* PTM Library
+ * Copyright (C) 2015 Cumulus Networks, Inc.
  *
- * library file used by clients for sending commands and parsing response
+ * This file is part of Quagga.
  *
+ * Quagga 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.
+ *
+ * Quagga 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 Quagga; see the file COPYING.  If not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
  */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdbool.h>
index e79529a8194ee869986ae6ceefa339c137165ff8..be4170bb378c6d529da7626c08d0d3c37ae27d41 100644 (file)
@@ -1,9 +1,25 @@
-/*********************************************************************
- * Copyright 2015 Cumulus Networks, LLC.  All rights reserved.
+/* PTM Library
+ * Copyright (C) 2015 Cumulus Networks, Inc.
  *
- * library file used by clients for sending commands and parsing response
+ * This file is part of Quagga.
  *
+ * Quagga 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.
+ *
+ * Quagga 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 Quagga; see the file COPYING.  If not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
  */
+#ifndef __PTM_LIB_H__
+#define __PTM_LIB_H__
 
 #define PTMLIB_MSG_SZ           1024
 #define PTMLIB_MSG_HDR_LEN      37
@@ -47,3 +63,5 @@ int ptm_lib_find_key_in_msg(void *, const char *, char *);
 int ptm_lib_init_msg(ptm_lib_handle_t *, int, int, void *, void **);
 int ptm_lib_append_msg(ptm_lib_handle_t *, void *, const char *, const char *);
 int ptm_lib_complete_msg(ptm_lib_handle_t *, void *, char *, int *);
+
+#endif
index 5bd8032b70479f4287094bce027ae92e1a4510aa..bfe90c4392c729a092813cea3651343dbb4e25be 100755 (executable)
@@ -1,4 +1,24 @@
 #!/usr/bin/python3
+# Command Checker
+# Copyright (C) 2016 Cumulus Networks, Inc.
+#
+# This file is part of Quagga.
+#
+# Quagga 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.
+#
+# Quagga 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 Quagga; see the file COPYING.  If not, write to the Free
+# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+#  02111-1307, USA.
+#
 
 # Parses a source file, ensuring that CLI definitions (DEFUNs, ALIASs, etc)
 # have install_command called on them at some point.
index ed36b940a9e8cc5bbf76731120741af165702678..4d6e9259fdc21a629c688f1233345f70e7a22268 100755 (executable)
@@ -1,5 +1,24 @@
 #!/usr/bin/python
-
+# Quagga Reloader
+# Copyright (C) 2014 Cumulus Networks, Inc.
+#
+# This file is part of Quagga.
+#
+# Quagga 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.
+#
+# Quagga 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 Quagga; see the file COPYING.  If not, write to the Free
+# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+#  02111-1307, USA.
+#
 """
 This program
 - reads a quagga configuration text file
index 3ec8be027d31f8e7db6febab374e204c671ef99c..eecb8519d56f0080af88e728eef50dd026233f4c 100644 (file)
@@ -1,3 +1,23 @@
+/* Zebra next hop tracking code
+ * Copyright (C) 2013 Cumulus Networks, Inc.
+ *
+ * This file is part of Quagga.
+ *
+ * Quagga 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.
+ *
+ * Quagga 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 Quagga; 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/rib.h"
 #include "zebra/zserv.h"