globally replace old NRL URL with new

http://www.nrl.navy.mil/itd/ncs/products/core
(Boeing r1803)
This commit is contained in:
ahrenholz 2013-12-04 21:45:42 +00:00
parent d03e836358
commit d281682772
12 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@
Top-level Python package containing CORE components.
See http://cs.itd.nrl.navy.mil/work/core/ and
See http://www.nrl.navy.mil/itd/ncs/products/core and
http://code.google.com/p/coreemu/ for more information on CORE.
Pieces can be imported individually, for example

View file

@ -7,7 +7,7 @@
#
'''
nrl.py: defines services provided by NRL protolib tools hosted here:
http://cs.itd.nrl.navy.mil/products/
http://www.nrl.navy.mil/itd/ncs/products
'''
from core.service import CoreService, addservice

View file

@ -6,7 +6,7 @@
Python package containing CORE components for use
with the ns-3 simulator.
See http://cs.itd.nrl.navy.mil/work/core/ and
See http://www.nrl.navy.mil/itd/ncs/products/core and
http://code.google.com/p/coreemu/ for more information on CORE.
Pieces can be imported individually, for example

View file

@ -20,7 +20,7 @@ setup(name = "corens3-python",
glob.glob("examples/*.py")),
],
description = "Python ns-3 components of CORE",
url = "http://cs.itd.nrl.navy.mil/work/core/",
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
author = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil",
license = "GPLv2",

View file

@ -38,7 +38,7 @@ setup(name = "core-python",
glob.glob("examples/myservices/*")),
],
description = "Python components of CORE",
url = "http://cs.itd.nrl.navy.mil/work/core/",
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
author = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil",
license = "BSD",

View file

@ -22,7 +22,7 @@ setup(name = "core-python-netns",
"Linux network namespaces",
data_files = [("sbin", ('vcmd', 'vnoded', 'netns')), ],
ext_modules = [netns, vcmd],
url = "http://cs.itd.nrl.navy.mil/work/core/",
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
author = "Boeing Research & Technology",
author_email = "core-dev@pf.itd.nrl.navy.mil",
license = "BSD",