jenkins-bot has submitted this change and it was merged. ( 
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(-)

Approvals:
  Ema: Looks good to me, but someone else must approve
  Mark Bergsma: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pybal/bgp.py b/pybal/bgp.py
index 0007bd4..09583d0 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: merged
Gerrit-Change-Id: I21ae050bc40dfc360e1ff9a73d9586ffccdb905c
Gerrit-PatchSet: 5
Gerrit-Project: operations/debs/pybal
Gerrit-Branch: master
Gerrit-Owner: Mark Bergsma <m...@wikimedia.org>
Gerrit-Reviewer: Ema <e...@wikimedia.org>
Gerrit-Reviewer: Mark Bergsma <m...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to