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:
parent
856ded351c
commit
834167644c
20 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
||||
'''
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.")
|
||||
|
|
|
@ -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.")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue