]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib/bgprib.py: add copyright notice
authorG. Paul Ziemba <paulz@labn.net>
Thu, 12 Apr 2018 15:43:33 +0000 (08:43 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
Signed-off-by: G. Paul Ziemba <paulz@labn.net>
tests/topotests/lib/bgprib.py

index b6fcd91794ec27427eaf0dedaf4b118009249c4e..de1a1846f4606222388bd0def9529a2cc39bcb43 100644 (file)
@@ -1,5 +1,21 @@
 #!/usr/bin/env python
 
+# Copyright 2018, LabN Consulting, L.L.C.
+#
+# 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 the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program 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 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
+
 #  
 # want_rd_routes = [
 #     {'rd':'10:1', 'p':'5.1.0.0/24', 'n':'1.1.1.1'},