Mark Bergsma has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354955 )

Change subject: Add GPLv2 license header to bgp.py
......................................................................

Add GPLv2 license header to bgp.py

Change-Id: I21ae050bc40dfc360e1ff9a73d9586ffccdb905c
---
M pybal/bgp.py
1 file changed, 14 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/pybal 
refs/changes/55/354955/1

diff --git a/pybal/bgp.py b/pybal/bgp.py
index bf04d03..caf2926 100644
--- a/pybal/bgp.py
+++ b/pybal/bgp.py
@@ -1,5 +1,18 @@
 # bgp.py
-# Copyright (c) 2007 by Mark Bergsma <m...@nedworks.org>
+# Copyright (c) 2007-2017 by Mark Bergsma <m...@nedworks.org>
+
+# 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.  If not, see <http://www.gnu.org/licenses/>.
 
 """
 A (partial) implementation of the BGP 4 protocol (RFC4271).

-- 
To view, visit https://gerrit.wikimedia.org/r/354955
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I21ae050bc40dfc360e1ff9a73d9586ffccdb905c
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/pybal
Gerrit-Branch: master
Gerrit-Owner: Mark Bergsma <m...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to