Revision: 68995
          http://sourceforge.net/p/brlcad/code/68995
Author:   brlcad
Date:     2016-10-05 20:12:42 +0000 (Wed, 05 Oct 2016)
Log Message:
-----------
remainder of authorship, filename, and revision history removals as they are 
better tracked by a source code management / revision control system

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/Arb4EditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/Arb5EditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/Arb6EditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/Arb7EditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/Arb8EditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/BotEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/EhyEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/EllEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/EpaEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/EtoEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/ExtrudeEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/GeometryEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/GripEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/HalfEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/HypEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/JointEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/LoadArcherLibs.tcl
    brlcad/trunk/src/tclscripts/archer/PartEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/Plugin.tcl
    brlcad/trunk/src/tclscripts/archer/RhcEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/RpcEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/ShaderEdit.tcl
    brlcad/trunk/src/tclscripts/archer/SphereEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/SuperellEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/TgcEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/TorusEditFrame.tcl
    brlcad/trunk/src/tclscripts/archer/bgerror.tcl
    brlcad/trunk/src/tclscripts/fs_dialog.tk
    brlcad/trunk/src/tclscripts/hoc.tcl
    brlcad/trunk/src/tclscripts/lib/ModelAxesControl.tcl
    brlcad/trunk/src/tclscripts/lib/ViewAxesControl.tcl
    brlcad/trunk/src/tclscripts/lib/apply_mat.tcl
    brlcad/trunk/src/tclscripts/lib/pattern.tcl
    brlcad/trunk/src/tclscripts/mged/accel.tcl
    brlcad/trunk/src/tclscripts/mged/anim.tcl
    brlcad/trunk/src/tclscripts/mged/apply.tcl
    brlcad/trunk/src/tclscripts/mged/asc2g.tcl
    brlcad/trunk/src/tclscripts/mged/attr_edit.tcl
    brlcad/trunk/src/tclscripts/mged/build_region.tcl
    brlcad/trunk/src/tclscripts/mged/collaborate.tcl
    brlcad/trunk/src/tclscripts/mged/comb.tcl
    brlcad/trunk/src/tclscripts/mged/combmenu.tcl
    brlcad/trunk/src/tclscripts/mged/e_id.tcl
    brlcad/trunk/src/tclscripts/mged/editmenu.tcl
    brlcad/trunk/src/tclscripts/mged/eobjmenu.tcl
    brlcad/trunk/src/tclscripts/mged/extract.tcl
    brlcad/trunk/src/tclscripts/mged/g2asc.tcl
    brlcad/trunk/src/tclscripts/mged/illum.tcl
    brlcad/trunk/src/tclscripts/mged/list.tcl
    brlcad/trunk/src/tclscripts/mged/mview.tcl
    brlcad/trunk/src/tclscripts/mged/overlap.tcl
    brlcad/trunk/src/tclscripts/mged/plot.tcl
    brlcad/trunk/src/tclscripts/mged/ps.tcl
    brlcad/trunk/src/tclscripts/mged/rt.tcl
    brlcad/trunk/src/tclscripts/mged/rt_script.tcl
    brlcad/trunk/src/tclscripts/sdialogs/scripts/entrydialog.itk
    brlcad/trunk/src/tclscripts/sdialogs/scripts/listdialog.itk
    brlcad/trunk/src/tclscripts/sdialogs/scripts/stddlgs.tcl

Modified: brlcad/trunk/src/tclscripts/archer/Arb4EditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Arb4EditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/Arb4EditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing arb4s within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/Arb5EditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Arb5EditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/Arb5EditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing arb5s within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/Arb6EditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Arb6EditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/Arb6EditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing arb6s within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/Arb7EditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Arb7EditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/Arb7EditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing arb7s within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/Arb8EditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Arb8EditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/Arb8EditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing arb8s within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/BotEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/BotEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/BotEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -20,10 +20,6 @@
 #
 ###
 #
-# Author:
-#    Bob Parker
-#
-# Description:
 #    The class for editing bots within Archer.
 #
 

Modified: brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing combinations within Archer.
 #
 #

Modified: brlcad/trunk/src/tclscripts/archer/EhyEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/EhyEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/EhyEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing ehys within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/EllEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/EllEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/EllEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author:
-#    Bob Parker
-#
-# Description:
 #    The class for editing ells within Archer.
 #
 

Modified: brlcad/trunk/src/tclscripts/archer/EpaEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/EpaEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/EpaEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing epas within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/EtoEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/EtoEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/EtoEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author:
-#    Bob Parker
-#
-# Description:
 #    The class for editing etos within Archer.
 #
 

Modified: brlcad/trunk/src/tclscripts/archer/ExtrudeEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ExtrudeEditFrame.tcl     2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/ExtrudeEditFrame.tcl     2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing extrusions within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/GeometryEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/GeometryEditFrame.tcl    2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/GeometryEditFrame.tcl    2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The super class for editing geometry within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/GripEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/GripEditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/GripEditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing gripicles within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/HalfEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/HalfEditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/HalfEditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing halfs within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/HypEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/HypEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/HypEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author:
-#    Bob Parker
-#
-# Description:
 #    The class for editing elliptical hyperboloids within Archer.
 #
 

Modified: brlcad/trunk/src/tclscripts/archer/JointEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/JointEditFrame.tcl       2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/JointEditFrame.tcl       2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing extrusions within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/LoadArcherLibs.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/LoadArcherLibs.tcl       2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/LoadArcherLibs.tcl       2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker (SURVICE Engineering Company)
-#
-# Description:
 #    Code to load Archer's shared libraries.
 ###
 

Modified: brlcad/trunk/src/tclscripts/archer/PartEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/PartEditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/PartEditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing particles within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author:
-#    Bob Parker
-#
-# Description:
 #    The class for editing pipes within Archer.
 #
 

Modified: brlcad/trunk/src/tclscripts/archer/Plugin.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Plugin.tcl       2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/Plugin.tcl       2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,11 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Doug Howard
-#    Bob Parker
-#
-# Description:
 #    Structure to hold plugin registry.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/RhcEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/RhcEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/RhcEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing rhcs within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/RpcEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/RpcEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/RpcEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing rpcs within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/ShaderEdit.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ShaderEdit.tcl   2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/ShaderEdit.tcl   2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing shader parameters within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/SphereEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/SphereEditFrame.tcl      2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/SphereEditFrame.tcl      2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing spheres within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/SuperellEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/SuperellEditFrame.tcl    2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/SuperellEditFrame.tcl    2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author:
-#    Bob Parker
-#
-# Description:
 #    The class for editing superells within Archer.
 #
 

Modified: brlcad/trunk/src/tclscripts/archer/TgcEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/TgcEditFrame.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/TgcEditFrame.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing tgc's within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/TorusEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/TorusEditFrame.tcl       2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/TorusEditFrame.tcl       2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-# Author(s):
-#    Bob Parker
-#
-# Description:
 #    The class for editing tori within Archer.
 #
 ##############################################################

Modified: brlcad/trunk/src/tclscripts/archer/bgerror.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/bgerror.tcl      2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/archer/bgerror.tcl      2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -18,34 +18,16 @@
 # information.
 #
 ###
-#    Filename: bgerror.tcl
-#      Author: Rick Garriques, Jr.
-#        Date: 30-May-2000
-# Description: This file contains the procedures used to override the
-#              standard Tcl/Tk error code. To use it all you need to do
-#              is source it into your main Tcl/Tk file. The following
-#              global variables are used in this code (they could interfer
-#              with other code):
+# This file contains the procedures used to override the standard
+# Tcl/Tk error code. To use it all you need to do is source it into
+# your main Tcl/Tk file. The following global variables are used in
+# this code (they could interfer with other code):
 #
 #                 bgerrorMessage - holds error message displayed in error 
dialog
 #                 bgerrorLog    - holds stack track error
 #                 bgerrorInfo   - holds user entered information
 #                 bgerrorButton - allows for notification of a button press
 #
-#   Revisions:
-#              -----
-#
-#              Miscellaneous changes, standardized globals, etc.
-#
-#              12 Jun 00
-#              MTB
-#              -----
-#
-#              Changed error text height to from 30 to 20.
-#
-#              25 May 01
-#              MTB
-#              -----
 
 # globals
 set bgerrorMessage ""

Modified: brlcad/trunk/src/tclscripts/fs_dialog.tk
===================================================================
--- brlcad/trunk/src/tclscripts/fs_dialog.tk    2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/fs_dialog.tk    2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,10 +19,6 @@
 #
 ###
 #
-#  F S _ D I A L O G
-#
-#  Author      Lee A. Butler
-#
 #  A file selection dialog, which is not unlike the one present in netscape.
 #  Uses straight Tcl/Tk with no extensions, and no bitmaps
 #

Modified: brlcad/trunk/src/tclscripts/hoc.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/hoc.tcl 2016-10-05 19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/hoc.tcl 2016-10-05 20:12:42 UTC (rev 68995)
@@ -19,14 +19,8 @@
 #
 ###
 #
-#                        H O C . T C L
-#
 #      Procs for implementing "Help On Context".
 #
-#      Authors -
-#              Robert G. Parker
-#              Paul Tanenbaum
-#
 
 if {[namespace exists ::tk]} {
     if {![info exists ::tk::Priv(cad_dialog)]} {

Modified: brlcad/trunk/src/tclscripts/lib/ModelAxesControl.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/ModelAxesControl.tcl        2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/lib/ModelAxesControl.tcl        2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,13 +19,6 @@
 #
 ###
 #
-# Author -
-#       Bob Parker
-#
-# Source -
-#       Survice Engineering Co. (www.survice.com)
-#
-# Description -
 #        This is a control panel for setting an Mged widget's
 #        model axes attributes.
 #

Modified: brlcad/trunk/src/tclscripts/lib/ViewAxesControl.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/ViewAxesControl.tcl 2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/lib/ViewAxesControl.tcl 2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,13 +19,6 @@
 #
 ###
 #
-# Author -
-#       Bob Parker
-#
-# Source -
-#       Survice Engineering Co. (www.survice.com)
-#
-# Description -
 #        This is a control panel for setting an Mged widget's
 #        view axes attributes.
 #

Modified: brlcad/trunk/src/tclscripts/lib/apply_mat.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/apply_mat.tcl       2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/lib/apply_mat.tcl       2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#              A P P L Y _ M A T . T C L
-#
 # Procedures to apply matrices to objects in MGED
 #
-# Author - John R. Anderson
-#
 
 #
 #      A P P L Y _ M A T _ T O _ R E G I O N S

Modified: brlcad/trunk/src/tclscripts/lib/pattern.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/pattern.tcl 2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/lib/pattern.tcl 2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,13 +19,9 @@
 #
 ###
 #
-#              P A T T E R N . T C L
-#
 #      procedures to build duplicates of objects in a specified pattern
 #
-# Author - John R. Anderson
-#
-#
+###
 #      C R E A T E _ N E W _ N A M E
 #
 # procedure to create a new unique name for an MGED database object.

Modified: brlcad/trunk/src/tclscripts/mged/accel.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/accel.tcl  2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/accel.tcl  2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,24 +19,9 @@
 #
 ###
 #
-# Author -
-#      Bob Hartley, SEAP
-#
-# Date-
-#      15 August 2000
-#
-# Description-
 #      Various accelerators for BRL-CAD.
 #
-# Modifications-
-#      TraNese Christy
-#        *- Changed proc names
-#        *- Added ability to accept variable number of args
-#        *- Added usage message
-#        *- Made the code more readable and efficient
-#
 
-
 #
 #                               R C C - C A P
 #

Modified: brlcad/trunk/src/tclscripts/mged/anim.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/anim.tcl   2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/anim.tcl   2016-10-05 20:12:42 UTC (rev 
68995)
@@ -18,11 +18,11 @@
 # information.
 #
 ###
-# ANIM.TCL - AnimMate
+#
 # Tcl/Tk Gui Interface for Creating and Displaying Animation Scripts within
-#  MGED.
-# Author: Carl Nuzman
-#Sections:
+# MGED.
+#
+# Sections:
 #      Create main window
 #      Curve Editor
 #      Table Editor

Modified: brlcad/trunk/src/tclscripts/mged/apply.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/apply.tcl  2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/apply.tcl  2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                      A P P L Y . T C L
-#
 #      Procedures to apply commands to one or more display managers.
 #
-#      Author - Robert G. Parker
-#
 
 proc mged_apply { id cmd } {
     global mged_gui

Modified: brlcad/trunk/src/tclscripts/mged/asc2g.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/asc2g.tcl  2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/asc2g.tcl  2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                      A S C 2 G . T C L
-#
 #      Tool for importing an ascii database to the current database
 #
-#      Author - Christopher Sean Morrison
-#
 
 proc init_asc2g { id } {
     global mged_gui

Modified: brlcad/trunk/src/tclscripts/mged/attr_edit.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/attr_edit.tcl      2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/attr_edit.tcl      2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                     A T T R _ E D I T . T C L
-#
 #       Widget for editing attributes
 #
-#       Author - John Anderson
-#
 
 package require Iwidgets
 

Modified: brlcad/trunk/src/tclscripts/mged/build_region.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/build_region.tcl   2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/build_region.tcl   2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -43,9 +43,6 @@
 #      When a new region is created, its properties are determined by the 
current "regdef" settings, and
 #      the regdef ident number is incremented.
 #
-#      Author:
-#              John R. Anderson
-#
 
 proc build_region { args } {
     set usage "Usage:\n\tbuild_region \[-a region_num\] tag start_num end_num"

Modified: brlcad/trunk/src/tclscripts/mged/collaborate.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/collaborate.tcl    2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/collaborate.tcl    2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -21,9 +21,6 @@
 #
 #      TCL macros for maintaining collaborative relationships.
 #
-#      Author -
-#              Robert Parker
-#
 
 proc collaborate { cmd {id ""} } {
     global mged_collaborators

Modified: brlcad/trunk/src/tclscripts/mged/comb.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/comb.tcl   2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/comb.tcl   2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                      C O M B . T C L
-#
 #      Widget for editing a combination.
 #
-#      Author - Robert G. Parker
-#
 # This is the widget hierarchy from the top level down to the shader frames or 
Boolean
 # expression frames
 #

Modified: brlcad/trunk/src/tclscripts/mged/combmenu.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/combmenu.tcl       2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/combmenu.tcl       2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,15 +19,10 @@
 #
 ###
 #
-#      Author -
-#              Robert G. Parker
+# Tcl routines to specify a combination for editing from among all
+# combinations in the database or from among those currently being
+# displayed.
 #
-#      Description -
-#              Tcl routines to specify a combination for editing
-#              from among all combinations in the database or from
-#              among those currently being displayed.
-#
-#
 
 if ![info exists mged_default(display)] {
     if [info exists env(DISPLAY)] {

Modified: brlcad/trunk/src/tclscripts/mged/e_id.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/e_id.tcl   2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/e_id.tcl   2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,9 @@
 #
 ###
 #
-#                              E _ I D
-#
 #      TCL macro for MGED(1) to edit all objects w/ specified ident numbers
 #
 #      Usage -  'e_id ident[-ident] ...'
-#      Author - Paul Tanenbaum
 #
 #      Grab the output of MGED's 'whichid' command, and use it to construct
 #      an invocation of its 'e' command to display exactly the objects with

Modified: brlcad/trunk/src/tclscripts/mged/editmenu.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/editmenu.tcl       2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/editmenu.tcl       2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,15 +19,9 @@
 #
 ###
 #
-#                      E D I T M E N U . T C L
-#
 #      TCL macros for MGED(1) to specify a solid/obj_path for editing
 #      from among those currently being displayed.
 #
-#      Authors -
-#              Paul Tanenbaum
-#              Robert Parker
-#
 
 if ![info exists mged_default(display)] {
     if [info exists env(DISPLAY)] {

Modified: brlcad/trunk/src/tclscripts/mged/eobjmenu.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/eobjmenu.tcl       2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/eobjmenu.tcl       2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,13 +19,9 @@
 #
 ###
 #
-#                      E O B J M E N U . T C L
-#
 #      TCL macros for MGED(1) to specify an object for editing
 #      from among those currently being displayed
 #
-#      Author - Paul Tanenbaum
-#
 #      Grab the output of MGED's 'x' command, and use it to build a menu
 
 #

Modified: brlcad/trunk/src/tclscripts/mged/extract.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/extract.tcl        2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/extract.tcl        2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                      E X T R A C T . T C L
-#
 #      Tool for extracting objects out of the current MGED database.
 #
-#      Author - Robert G. Parker
-#
 
 check_externs "_mged_opendb _mged_keep db_glob"
 

Modified: brlcad/trunk/src/tclscripts/mged/g2asc.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/g2asc.tcl  2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/g2asc.tcl  2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                      G 2 A S C . T C L
-#
 #      Tool for saving the current database to an ascii file.
 #
-#      Author - Robert G. Parker
-#
 
 proc init_g2asc { id } {
     global mged_gui

Modified: brlcad/trunk/src/tclscripts/mged/illum.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/illum.tcl  2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/illum.tcl  2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,6 @@
 #
 ###
 #
-#                      I L L U M . T C L
-#
-#      Author -
-#              Robert G. Parker
-#
-#      Description -
 #              Tcl routines to illuminate solids/objects/matrices.
 #
 

Modified: brlcad/trunk/src/tclscripts/mged/list.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/list.tcl   2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/list.tcl   2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,6 @@
 #
 ###
 #
-#                      L I S T . T C L
-#
-#  Author -
-#      Robert G. Parker
-#
-#  Description -
 #      Tcl routines for utilizing Tcl's listbox.
 #
 

Modified: brlcad/trunk/src/tclscripts/mged/mview.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/mview.tcl  2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/mview.tcl  2016-10-05 20:12:42 UTC (rev 
68995)
@@ -18,7 +18,6 @@
 # information.
 #
 ###
-# Author - Bob Parker
 
 check_externs "_mged_attach"
 

Modified: brlcad/trunk/src/tclscripts/mged/overlap.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/overlap.tcl        2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/overlap.tcl        2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -18,10 +18,7 @@
 # information.
 #
 ###
-#      O V E R L A P _ T O O L
 #
-#      Author: John Anderson
-#
 #      This provide a user interface for eliminating overlaps in the model.
 #      This does a very simple-minded fix (subtracting one region from
 #      another), but cyclic references are avoided and transformation

Modified: brlcad/trunk/src/tclscripts/mged/plot.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/plot.tcl   2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/plot.tcl   2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                      P L O T . T C L
-#
 #      Widget for producing Unix Plot files of MGED's current view.
 #
-#      Author - Robert G. Parker
-#
 
 check_externs "_mged_opendb _mged_pl"
 

Modified: brlcad/trunk/src/tclscripts/mged/ps.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/ps.tcl     2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/ps.tcl     2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                      P S . T C L
-#
 #      Tool for producing PostScript files of MGED's current view.
 #
-#      Author - Robert G. Parker
-#
 
 check_externs "_mged_opendb _mged_ps"
 

Modified: brlcad/trunk/src/tclscripts/mged/rt.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/rt.tcl     2016-10-05 19:58:51 UTC (rev 
68994)
+++ brlcad/trunk/src/tclscripts/mged/rt.tcl     2016-10-05 20:12:42 UTC (rev 
68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                        R T . T C L
-#
 #      Widget for raytracing MGED's current view.
 #
-#      Author - Robert G. Parker
-#
 
 check_externs "_mged_opendb _mged_rt"
 

Modified: brlcad/trunk/src/tclscripts/mged/rt_script.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/rt_script.tcl      2016-10-05 19:58:51 UTC 
(rev 68994)
+++ brlcad/trunk/src/tclscripts/mged/rt_script.tcl      2016-10-05 20:12:42 UTC 
(rev 68995)
@@ -19,12 +19,8 @@
 #
 ###
 #
-#                      R T _ S C R I P T . T C L
-#
 #      Widget for producing RT script files of MGED's current view.
 #
-#      Author - Robert G. Parker
-#
 
 check_externs "_mged_opendb _mged_saveview"
 

Modified: brlcad/trunk/src/tclscripts/sdialogs/scripts/entrydialog.itk
===================================================================
--- brlcad/trunk/src/tclscripts/sdialogs/scripts/entrydialog.itk        
2016-10-05 19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/sdialogs/scripts/entrydialog.itk        
2016-10-05 20:12:42 UTC (rev 68995)
@@ -19,17 +19,8 @@
 #
 ###
 #
-# NAME
-#    Entrydialog
-#
-# DESCRIPTION
 #    Standard entry dialog.  Part of standard dialogs.
 #
-# AUTHOR
-#    Keith Bowman
-#    Doug Howard
-#    Bob Parker
-#
 ##############################################################
 
 #

Modified: brlcad/trunk/src/tclscripts/sdialogs/scripts/listdialog.itk
===================================================================
--- brlcad/trunk/src/tclscripts/sdialogs/scripts/listdialog.itk 2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/sdialogs/scripts/listdialog.itk 2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,14 +19,8 @@
 #
 ###
 #
-# DESCRIPTION
 #    Standard list dialog.  Part of standard dialogs.
 #
-# AUTHOR
-#    Keith Bowman
-#    Doug Howard
-#    Bob Parker
-#
 ##############################################################
 
 #

Modified: brlcad/trunk/src/tclscripts/sdialogs/scripts/stddlgs.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/sdialogs/scripts/stddlgs.tcl    2016-10-05 
19:58:51 UTC (rev 68994)
+++ brlcad/trunk/src/tclscripts/sdialogs/scripts/stddlgs.tcl    2016-10-05 
20:12:42 UTC (rev 68995)
@@ -19,14 +19,8 @@
 #
 ###
 #
-# DESCRIPTION
 #    General dialogs.
 #
-# AUTHOR
-#    Keith Bowman
-#    Doug Howard
-#    Bob Parker
-#
 ##############################################################
 
 ::itcl::class sdialogs::Stddlgs {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to