globally replace mailing list URLs and dev email

update to:
https://publists.nrl.navy.mil/mailman/listinfo/core-users
https://publists.nrl.navy.mil/mailman/listinfo/core-dev

dev email:
core-dev@nrl.navy.mil
This commit is contained in:
Jeff Ahrenholz 2017-06-30 09:07:16 -07:00
parent 856ded351c
commit 834167644c
20 changed files with 21 additions and 21 deletions

View file

@ -3,7 +3,7 @@
# Copyright (c)2010-2012 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# authors: core-dev@pf.itd.nrl.navy.mil
# authors: core-dev@nrl.navy.mil
#
'''
netgraph.py: Netgraph helper functions; for now these are wrappers around

View file

@ -3,7 +3,7 @@
# Copyright (c)2010-2013 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# author: core-dev@pf.itd.nrl.navy.mil
# author: core-dev@nrl.navy.mil
#
'''

View file

@ -3,7 +3,7 @@
# Copyright (c)2010-2012 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# authors: core-dev@pf.itd.nrl.navy.mil
# authors: core-dev@nrl.navy.mil
#
'''
vnet.py: NetgraphNet and NetgraphPipeNet classes that implement virtual networks

View file

@ -3,7 +3,7 @@
# Copyright (c)2010-2012 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# authors: core-dev@pf.itd.nrl.navy.mil
# authors: core-dev@nrl.navy.mil
#
'''
vnode.py: SimpleJailNode and JailNode classes that implement the FreeBSD

View file

@ -13,7 +13,7 @@ setup(name = "corens3-python",
description = "Python ns-3 components of CORE",
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
author = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil",
author_email = "core-dev@nrl.navy.mil",
license = "GPLv2",
long_description="Python scripts and modules for building virtual " \
"simulated networks.")

View file

@ -22,7 +22,7 @@ setup(name = "core-python",
description = "Python components of CORE",
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
author = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil",
author_email = "core-dev@nrl.navy.mil",
license = "BSD",
long_description="Python scripts and modules for building virtual " \
"emulated networks.")

View file

@ -23,7 +23,7 @@ setup(name = "core-python-netns",
ext_modules = [netns, vcmd],
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
author = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil",
author_email = "core-dev@nrl.navy.mil",
license = "BSD",
long_description="Extension modules and utilities to support virtual " \
"nodes using Linux network namespaces")