updates to simplify tracking the copyright and an update to 2018, still room for improvement
This commit is contained in:
parent
b74d3488f7
commit
01fe8d708c
43 changed files with 7 additions and 228 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2005-2017, the Boeing Company.
|
||||
Copyright (c) 2005-2018, the Boeing Company.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
|
|
@ -3,7 +3,7 @@ CORE
|
|||
|
||||
CORE: Common Open Research Emulator
|
||||
|
||||
Copyright (c)2005-2017 the Boeing Company.
|
||||
Copyright (c)2005-2018 the Boeing Company.
|
||||
|
||||
See the LICENSE file included in this distribution.
|
||||
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
#
|
||||
# Copyright (c) 2010-2013 the Boeing Company
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# CORE configure script
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'CORE Python modules'
|
||||
copyright = u'2017, core-dev'
|
||||
copyright = u'2005-2018, core-dev'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
@ -223,7 +223,7 @@ man_pages = [
|
|||
epub_title = u'CORE Python'
|
||||
epub_author = u'core-dev'
|
||||
epub_publisher = u'core-dev'
|
||||
epub_copyright = u'2017, core-dev'
|
||||
epub_copyright = u'2005-2018, core-dev'
|
||||
|
||||
# The language of the text. It defaults to the language option
|
||||
# or en if the language is not set.
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
# CORE
|
||||
# Copyright (c) 2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
'''
|
||||
emanemodel2core.py: scans an EMANE model source file
|
||||
(e.g. emane/models/rfpipe/maclayer/rfpipemaclayer.cc) and outputs Python
|
||||
|
@ -18,13 +11,6 @@ emanemodel2core.py: scans an EMANE model source file
|
|||
import os, sys, optparse
|
||||
|
||||
MODEL_TEMPLATE_PART1 = """
|
||||
#
|
||||
# CORE
|
||||
# Copyright (c)2013 Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Name <email@company.com>
|
||||
#
|
||||
'''
|
||||
xyz.py: EMANE XYZ model bindings for CORE
|
||||
'''
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# CORE
|
||||
# Copyright (c)2010-2012 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
"""
|
||||
Sample user-defined service.
|
||||
"""
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
"""
|
||||
|
|
|
@ -42,7 +42,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'CORE'
|
||||
copyright = u'2017, core-dev'
|
||||
copyright = u'2005-2018, core-dev'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
@ -223,7 +223,7 @@ man_pages = [
|
|||
epub_title = u'CORE'
|
||||
epub_author = u'core-dev'
|
||||
epub_publisher = u'core-dev'
|
||||
epub_copyright = u'2017, core-dev'
|
||||
epub_copyright = u'2005-2018, core-dev'
|
||||
|
||||
# The language of the text. It defaults to the language option
|
||||
# or en if the language is not set.
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
#
|
||||
# Copyright 2012 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
# This is a separate "addons" file because it is closely tied to Python
|
||||
# service definition for the IPsec service.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2007-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2007-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
#
|
||||
# CORE API
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
|
||||
# version of the API document that is used
|
||||
set CORE_API_VERSION 1.23
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2005-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2005-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
#
|
||||
# CORE Debugger
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
|
||||
.menubar.tools add command -label "Debugger..." -command popupDebugger
|
||||
|
||||
set g_last_debug_cmd "puts \"Hello world\""
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2011-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
array set g_exceptions {}
|
||||
global execMode
|
||||
if { $execMode == "interactive" } {
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2014 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2007-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2007 Petra Schilhard.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2007-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2007 Petra Schilhard.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
@ -86,7 +81,7 @@ proc popupAbout {} {
|
|||
# version info
|
||||
label .about.text1 -text "CORE version $CORE_VERSION ($CORE_VERSION_DATE)" \
|
||||
-foreground #500000 -padx 5 -pady 10
|
||||
label .about.text2 -text "Copyright (c)2005-2013\
|
||||
label .about.text2 -text "Copyright \
|
||||
the Boeing Company. See the LICENSE file included in this\
|
||||
distribution."
|
||||
pack .about.text1 -side top -anchor n -padx 4 -pady 4
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2014 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2005-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2005-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
# shows the Two-node Tool
|
||||
proc popupTwoNodeDialog { } {
|
||||
global twonodePID lastTwoNodeHop g_twoNodeSelect g_twoNodeSelectCallback
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
#
|
||||
# Copyright 2010-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
# GUI support for node types and profiles.
|
||||
#
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2004-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
#
|
||||
# Copyright 2010-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
# Support for managing CORE plugins from the GUI.
|
||||
#
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
#
|
||||
# Copyright 2010-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
||||
#
|
||||
# GUI support for managing CORE node services.
|
||||
#
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
array set left_tooltips {
|
||||
select "selection tool"
|
||||
start "start the session"
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2007-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2007-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2011-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
set g_traffic_start_opt 0
|
||||
set g_traffic_flows ""
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2014 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
set g_imageFileTypes {{"images" {.gif}} {"images" {.jpg}} {"images" {.png}}
|
||||
{"images" {.bmp}} {"images" {.pcx}} {"images" {.tga}}
|
||||
{"images" {.tif}} {"images" {.ps}} {"images" {.ppm}}
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# define the version number and release date here
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
set vtysh_cmd vtysh
|
||||
set vtysh_search_path {/usr/bin /usr/local/bin /usr/lib/quagga}
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright 2005-2008 University of Zagreb, Croatia.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Copyright 2005-2013 the Boeing Company.
|
||||
# See the LICENSE file included in this distribution.
|
||||
#
|
||||
|
||||
#
|
||||
# run a scengen mobility script
|
||||
proc wlanRunMobilityScript { wlan } {
|
||||
|
|
Loading…
Reference in a new issue