Changeset 115 for trunk/gui


Ignore:
Timestamp:
Oct 23, 2005 1:58:24 PM (18 years ago)
Author:
mmc
Message:

Updated all copyright notices.

Location:
trunk/gui
Files:
65 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r64 r115  
    1616# ======================================================================
    1717#  AUTHOR:  Michael McLennan, Purdue University
    18 #  Copyright (c) 2004  Purdue Research Foundation, West Lafayette, IN
     18#  Copyright (c) 2004-2005  Purdue Research Foundation
     19#
     20#  See the file "license.terms" for information on usage and
     21#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1922# ======================================================================
    2023#\
  • trunk/gui/apps/rappture

    r64 r115  
    11#!/bin/sh
     2# ----------------------------------------------------------------------
     3#  RAPPTURE
     4#
     5#  This is the main script that most people use to invoke the
     6#  Rappture GUI.  It sets environment variables so that the Rappture
     7#  GUI driver will work properly for the current installation.
     8#
     9# ======================================================================
     10#  AUTHOR:  Michael McLennan, Purdue University
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     15# ======================================================================
    216#
    317# If you install Rappture elsewhere, edit the line below:
     
    721export PATH=$RAPPTURE_INSTALL_DIR/bin:$PATH
    822export LD_LIBRARY_PATH=$RAPPTURE_INSTALL_DIR/lib:$LD_LIBRARY_PATH
     23export DYLD_LIBRARY_PATH=$RAPPTURE_INSTALL_DIR/lib:$DYLD_LIBRARY_PATH
    924exec $RAPPTURE_INSTALL_DIR/bin/driver $*
  • trunk/gui/apps/rerun

    r55 r115  
    2424# ======================================================================
    2525#  AUTHOR:  Derrick Kearney, Purdue University
    26 #  Copyright (c) 2005  Purdue Research Foundation, West Lafayette, IN
     26#  Copyright (c) 2004-2005  Purdue Research Foundation
     27#
     28#  See the file "license.terms" for information on usage and
     29#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    2730# ======================================================================
    2831#
  • trunk/gui/filexfer/filexfer.java

    r50 r115  
    88// ======================================================================
    99//  AUTHOR:  Michael McLennan, Purdue University
    10 //  Copyright (c) 2004-2005
    11 //  Purdue Research Foundation, West Lafayette, IN
     10//  Copyright (c) 2004-2005  Purdue Research Foundation
     11//
     12//  See the file "license.terms" for information on usage and
     13//  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214// ======================================================================
    1315
  • trunk/gui/filexfer/monitor.java

    r50 r115  
    88// ======================================================================
    99//  AUTHOR:  Michael McLennan, Purdue University
    10 //  Copyright (c) 2004-2005
    11 //  Purdue Research Foundation, West Lafayette, IN
     10//  Copyright (c) 2004-2005  Purdue Research Foundation
     11//
     12//  See the file "license.terms" for information on usage and
     13//  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214// ======================================================================
    1315
  • trunk/gui/scripts/analyzer.tcl

    r95 r115  
    1010# ======================================================================
    1111#  AUTHOR:  Michael McLennan, Purdue University
    12 #  Copyright (c) 2004-2005
    13 #  Purdue Research Foundation, West Lafayette, IN
     12#  Copyright (c) 2004-2005  Purdue Research Foundation
     13#
     14#  See the file "license.terms" for information on usage and
     15#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1416# ======================================================================
    1517package require Itk
  • trunk/gui/scripts/animover.tcl

    r11 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/balloon.tcl

    r52 r115  
    1010# ======================================================================
    1111#  AUTHOR:  Michael McLennan, Purdue University
    12 #  Copyright (c) 2004-2005
    13 #  Purdue Research Foundation, West Lafayette, IN
     12#  Copyright (c) 2004-2005  Purdue Research Foundation
     13#
     14#  See the file "license.terms" for information on usage and
     15#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1416# ======================================================================
    1517package require Itk
  • trunk/gui/scripts/booleanentry.tcl

    r82 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/choiceentry.tcl

    r22 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/cloud.tcl

    r95 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itcl
  • trunk/gui/scripts/color.tcl

    r64 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113
  • trunk/gui/scripts/combobox.tcl

    r52 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itk
  • trunk/gui/scripts/contourresult.tcl

    r64 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require Itk
  • trunk/gui/scripts/controlOwner.tcl

    r23 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itcl
  • trunk/gui/scripts/controls.tcl

    r111 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/curve.tcl

    r57 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itcl
  • trunk/gui/scripts/deviceEditor.tcl

    r24 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require Itk
  • trunk/gui/scripts/deviceLayout1D.tcl

    r81 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itk
  • trunk/gui/scripts/deviceViewer1D.tcl

    r82 r115  
    1010# ======================================================================
    1111#  AUTHOR:  Michael McLennan, Purdue University
    12 #  Copyright (c) 2004-2005
    13 #  Purdue Research Foundation, West Lafayette, IN
     12#  Copyright (c) 2004-2005  Purdue Research Foundation
     13#
     14#  See the file "license.terms" for information on usage and
     15#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1416# ======================================================================
    1517package require Itk
  • trunk/gui/scripts/deviceresult.tcl

    r50 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/dispatcher.tcl

    r11 r115  
    1313# ======================================================================
    1414#  AUTHOR:  Michael McLennan, Purdue University
    15 #  Copyright (c) 2004-2005
    16 #  Purdue Research Foundation, West Lafayette, IN
     15#  Copyright (c) 2004-2005  Purdue Research Foundation
     16#
     17#  See the file "license.terms" for information on usage and
     18#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1719# ======================================================================
    1820package require Itcl
  • trunk/gui/scripts/dropdown.tcl

    r11 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require Itk
  • trunk/gui/scripts/dropdownlist.tcl

    r11 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/editor.tcl

    r17 r115  
    2727# ======================================================================
    2828#  AUTHOR:  Michael McLennan, Purdue University
    29 #  Copyright (c) 2004-2005
    30 #  Purdue Research Foundation, West Lafayette, IN
     29#  Copyright (c) 2004-2005  Purdue Research Foundation
     30#
     31#  See the file "license.terms" for information on usage and
     32#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    3133# ======================================================================
    3234package require Itk
  • trunk/gui/scripts/energyLevels.tcl

    r81 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itk
  • trunk/gui/scripts/exec.tcl

    r87 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require BLT
  • trunk/gui/scripts/field.tcl

    r87 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itcl
  • trunk/gui/scripts/filexfer.tcl

    r50 r115  
    1717# ======================================================================
    1818#  AUTHOR:  Michael McLennan, Purdue University
    19 #  Copyright (c) 2004-2005
    20 #  Purdue Research Foundation, West Lafayette, IN
     19#  Copyright (c) 2004-2005  Purdue Research Foundation
     20#
     21#  See the file "license.terms" for information on usage and
     22#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    2123# ======================================================================
    2224package require Itcl
  • trunk/gui/scripts/gauge.tcl

    r24 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itk
  • trunk/gui/scripts/getopts.tcl

    r50 r115  
    2323# ======================================================================
    2424#  AUTHOR:  Michael McLennan, Purdue University
    25 #  Copyright (c) 2004-2005
    26 #  Purdue Research Foundation, West Lafayette, IN
     25#  Copyright (c) 2004-2005  Purdue Research Foundation
     26#
     27#  See the file "license.terms" for information on usage and
     28#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    2729# ======================================================================
    2830namespace eval Rappture { # forward declaration }
  • trunk/gui/scripts/grab.tcl

    r52 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315
  • trunk/gui/scripts/groupentry.tcl

    r26 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/integerentry.tcl

    r22 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/loader.tcl

    r50 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/mainwin.tcl

    r87 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itk
  • trunk/gui/scripts/mesh.tcl

    r113 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itcl
  • trunk/gui/scripts/meshresult.tcl

    r64 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/moleculeViewer.tcl

    r74 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/notebook.tcl

    r11 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require Itk
  • trunk/gui/scripts/numberentry.tcl

    r22 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/page.tcl

    r44 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itk
  • trunk/gui/scripts/pager.tcl

    r53 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/panes.tcl

    r11 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/postern.tcl

    r52 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require BLT
  • trunk/gui/scripts/progress.tcl

    r23 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/radiodial.tcl

    r67 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/result.tcl

    r57 r115  
    1010# ======================================================================
    1111#  AUTHOR:  Michael McLennan, Purdue University
    12 #  Copyright (c) 2004-2005
    13 #  Purdue Research Foundation, West Lafayette, IN
     12#  Copyright (c) 2004-2005  Purdue Research Foundation
     13#
     14#  See the file "license.terms" for information on usage and
     15#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1416# ======================================================================
    1517
  • trunk/gui/scripts/resultset.tcl

    r67 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/resultviewer.tcl

    r64 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require Itk
  • trunk/gui/scripts/scroller.tcl

    r95 r115  
    99# ======================================================================
    1010#  AUTHOR:  Michael McLennan, Purdue University
    11 #  Copyright (c) 2004-2005
    12 #  Purdue Research Foundation, West Lafayette, IN
     11#  Copyright (c) 2004-2005  Purdue Research Foundation
     12#
     13#  See the file "license.terms" for information on usage and
     14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315# ======================================================================
    1416package require Itk
  • trunk/gui/scripts/service.tcl

    r22 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require BLT
  • trunk/gui/scripts/spectrum.tcl

    r11 r115  
    1414# ======================================================================
    1515#  AUTHOR:  Michael McLennan, Purdue University
    16 #  Copyright (c) 2004-2005
    17 #  Purdue Research Foundation, West Lafayette, IN
     16#  Copyright (c) 2004-2005  Purdue Research Foundation
     17#
     18#  See the file "license.terms" for information on usage and
     19#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1820# ======================================================================
    1921package require Itk
  • trunk/gui/scripts/spinint.tcl

    r22 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/switch.tcl

    r13 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/table.tcl

    r13 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itcl
  • trunk/gui/scripts/tempgauge.tcl

    r22 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/textentry.tcl

    r69 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
  • trunk/gui/scripts/textresult.tcl

    r64 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/tool.tcl

    r64 r115  
    1010# ======================================================================
    1111#  AUTHOR:  Michael McLennan, Purdue University
    12 #  Copyright (c) 2004-2005
    13 #  Purdue Research Foundation, West Lafayette, IN
     12#  Copyright (c) 2004-2005  Purdue Research Foundation
     13#
     14#  See the file "license.terms" for information on usage and
     15#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1416# ======================================================================
    1517package require BLT
  • trunk/gui/scripts/tooltip.tcl

    r43 r115  
    1717# ======================================================================
    1818#  AUTHOR:  Michael McLennan, Purdue University
    19 #  Copyright (c) 2004-2005
    20 #  Purdue Research Foundation, West Lafayette, IN
     19#  Copyright (c) 2004-2005  Purdue Research Foundation
     20#
     21#  See the file "license.terms" for information on usage and
     22#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    2123# ======================================================================
    2224package require Itk
  • trunk/gui/scripts/tuples.tcl

    r11 r115  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005
    11 #  Purdue Research Foundation, West Lafayette, IN
     10#  Copyright (c) 2004-2005  Purdue Research Foundation
     11#
     12#  See the file "license.terms" for information on usage and
     13#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214# ======================================================================
    1315package require Itcl
  • trunk/gui/scripts/units.tcl

    r83 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itcl
  • trunk/gui/scripts/valueresult.tcl

    r64 r115  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005
    9 #  Purdue Research Foundation, West Lafayette, IN
     8#  Copyright (c) 2004-2005  Purdue Research Foundation
     9#
     10#  See the file "license.terms" for information on usage and
     11#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1012# ======================================================================
    1113package require Itk
  • trunk/gui/scripts/xyresult.tcl

    r69 r115  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005
    10 #  Purdue Research Foundation, West Lafayette, IN
     9#  Copyright (c) 2004-2005  Purdue Research Foundation
     10#
     11#  See the file "license.terms" for information on usage and
     12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113# ======================================================================
    1214package require Itk
Note: See TracChangeset for help on using the changeset viewer.