From 5f7e55269090edda4379fae86d8511940f151a19 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Fri, 17 Nov 2017 11:01:14 +0100 Subject: migrated references from SourceForge (#110) --- pysnmp/carrier/asyncio/base.py | 2 +- pysnmp/carrier/asyncio/dgram/base.py | 2 +- pysnmp/carrier/asyncio/dgram/udp.py | 2 +- pysnmp/carrier/asyncio/dgram/udp6.py | 2 +- pysnmp/carrier/asyncio/dispatch.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'pysnmp/carrier/asyncio') diff --git a/pysnmp/carrier/asyncio/base.py b/pysnmp/carrier/asyncio/base.py index 7463f608..3503910e 100644 --- a/pysnmp/carrier/asyncio/base.py +++ b/pysnmp/carrier/asyncio/base.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # # Copyright (C) 2014, Zebra Technologies # Authors: Matt Hooks diff --git a/pysnmp/carrier/asyncio/dgram/base.py b/pysnmp/carrier/asyncio/dgram/base.py index 9f234de5..9f69af9b 100644 --- a/pysnmp/carrier/asyncio/dgram/base.py +++ b/pysnmp/carrier/asyncio/dgram/base.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # # Copyright (C) 2014, Zebra Technologies # Authors: Matt Hooks diff --git a/pysnmp/carrier/asyncio/dgram/udp.py b/pysnmp/carrier/asyncio/dgram/udp.py index 8269992d..5f1d9292 100644 --- a/pysnmp/carrier/asyncio/dgram/udp.py +++ b/pysnmp/carrier/asyncio/dgram/udp.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # # Copyright (C) 2014, Zebra Technologies # Authors: Matt Hooks diff --git a/pysnmp/carrier/asyncio/dgram/udp6.py b/pysnmp/carrier/asyncio/dgram/udp6.py index 29f7ceaf..efd83534 100644 --- a/pysnmp/carrier/asyncio/dgram/udp6.py +++ b/pysnmp/carrier/asyncio/dgram/udp6.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # import socket from pysnmp.carrier.base import AbstractTransportAddress diff --git a/pysnmp/carrier/asyncio/dispatch.py b/pysnmp/carrier/asyncio/dispatch.py index eea4bd59..bd865792 100644 --- a/pysnmp/carrier/asyncio/dispatch.py +++ b/pysnmp/carrier/asyncio/dispatch.py @@ -2,7 +2,7 @@ # This file is part of pysnmp software. # # Copyright (c) 2005-2017, Ilya Etingof -# License: http://pysnmp.sf.net/license.html +# License: http://snmplabs.com/pysnmp/license.html # # Copyright (C) 2014, Zebra Technologies # Authors: Matt Hooks -- cgit v1.2.1