updates to simplify tracking the copyright and an update to 2018, still room for improvement

This commit is contained in:
Blake J. Harnden 2018-03-15 10:36:54 -07:00
parent b74d3488f7
commit 01fe8d708c
43 changed files with 7 additions and 228 deletions

View file

@ -1,13 +1,4 @@
#!/usr/bin/env python
#
# CORE
# Copyright (c)2010-2013 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# authors: Tom Goff <thomas.goff@boeing.com>
# Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
#
"""
core-daemon: the CORE daemon is a server process that receives CORE API
messages and instantiates emulated nodes and networks within the kernel. Various

View file

@ -1,11 +1,4 @@
#!/usr/bin/env python
#
# CORE
# Copyright (c)2014 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
#
"""
core-manage: Helper tool to add, remove, or check for services, models, and
node types in a CORE installation.

View file

@ -1,11 +1,4 @@
#!/usr/bin/env python
#
# CORE
# Copyright (c)2011-2012 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# authors: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
#
"""
coresendmsg: utility for generating CORE messages
"""