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,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