From d521440020bdf8801e743548b43d39a495baacd4 Mon Sep 17 00:00:00 2001 From: "G. Paul Ziemba" Date: Thu, 12 Apr 2018 08:43:33 -0700 Subject: [PATCH] lib/bgprib.py: add copyright notice Signed-off-by: G. Paul Ziemba --- tests/topotests/lib/bgprib.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tests/topotests/lib/bgprib.py b/tests/topotests/lib/bgprib.py index b6fcd91794..de1a1846f4 100644 --- a/tests/topotests/lib/bgprib.py +++ b/tests/topotests/lib/bgprib.py @@ -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'}, -- 2.39.5