Index: /issm/trunk/src/m/classes/@continuous_design/continuous_design.m
===================================================================
--- /issm/trunk/src/m/classes/@continuous_design/continuous_design.m	(revision 904)
+++ /issm/trunk/src/m/classes/@continuous_design/continuous_design.m	(revision 905)
@@ -3,4 +3,30 @@
 %
 %  [cdv]=continuous_design(varargin)
+%
+%  where the required varargin are:
+%    descriptor    (char, description, '')
+%    initpt        (double, initial point, 0.)
+%  and the optional varargin and defaults are:
+%    lower         (double, lower bound, -Inf)
+%    upper         (double, upper bound,  Inf)
+%    scale_type    (char, scaling type, 'none')
+%    scale         (double, scaling factor, 1.)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and two or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef continuous_design
Index: /issm/trunk/src/m/classes/@continuous_design/display.m
===================================================================
--- /issm/trunk/src/m/classes/@continuous_design/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@continuous_design/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(cdv)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(cdv)
Index: /issm/trunk/src/m/classes/@continuous_state/continuous_state.m
===================================================================
--- /issm/trunk/src/m/classes/@continuous_state/continuous_state.m	(revision 904)
+++ /issm/trunk/src/m/classes/@continuous_state/continuous_state.m	(revision 905)
@@ -3,4 +3,28 @@
 %
 %  [csv]=continuous_state(varargin)
+%
+%  where the required varargin are:
+%    descriptor    (char, description, '')
+%    initst        (double, initial state, 0.)
+%  and the optional varargin and defaults are:
+%    lower         (double, lower bound, -Inf)
+%    upper         (double, upper bound,  Inf)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and two or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef continuous_state
Index: /issm/trunk/src/m/classes/@continuous_state/display.m
===================================================================
--- /issm/trunk/src/m/classes/@continuous_state/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@continuous_state/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(csv)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(csv)
Index: /issm/trunk/src/m/classes/@least_squares_term/display.m
===================================================================
--- /issm/trunk/src/m/classes/@least_squares_term/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@least_squares_term/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(lst)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(lst)
Index: /issm/trunk/src/m/classes/@least_squares_term/least_squares_term.m
===================================================================
--- /issm/trunk/src/m/classes/@least_squares_term/least_squares_term.m	(revision 904)
+++ /issm/trunk/src/m/classes/@least_squares_term/least_squares_term.m	(revision 905)
@@ -3,4 +3,28 @@
 %
 %  [lst]=least_squares_term(varargin)
+%
+%  where the required varargin are:
+%    descriptor    (char, description, '')
+%  and the optional varargin and defaults are:
+%    scale_type    (char, scaling type, 'none')
+%    scale         (double, scaling factor, 1.)
+%    weight        (double, weighting factor, 1.)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and one or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef least_squares_term
Index: /issm/trunk/src/m/classes/@linear_equality_constraint/display.m
===================================================================
--- /issm/trunk/src/m/classes/@linear_equality_constraint/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@linear_equality_constraint/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(lec)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(lec)
Index: /issm/trunk/src/m/classes/@linear_equality_constraint/linear_equality_constraint.m
===================================================================
--- /issm/trunk/src/m/classes/@linear_equality_constraint/linear_equality_constraint.m	(revision 904)
+++ /issm/trunk/src/m/classes/@linear_equality_constraint/linear_equality_constraint.m	(revision 905)
@@ -3,4 +3,28 @@
 %
 %  [lec]=linear_equality_constraint(varargin)
+%
+%  where the required varargin are:
+%    matrix        (double row, variable coefficients, NaN)
+%    target        (double vector, target values, 0.)
+%  and the optional varargin and defaults are:
+%    scale_type    (char, scaling type, 'none')
+%    scale         (double, scaling factor, 1.)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and two or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef linear_equality_constraint
Index: /issm/trunk/src/m/classes/@linear_inequality_constraint/display.m
===================================================================
--- /issm/trunk/src/m/classes/@linear_inequality_constraint/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@linear_inequality_constraint/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(lic)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(lic)
Index: /issm/trunk/src/m/classes/@linear_inequality_constraint/linear_inequality_constraint.m
===================================================================
--- /issm/trunk/src/m/classes/@linear_inequality_constraint/linear_inequality_constraint.m	(revision 904)
+++ /issm/trunk/src/m/classes/@linear_inequality_constraint/linear_inequality_constraint.m	(revision 905)
@@ -3,4 +3,29 @@
 %
 %  [lic]=linear_inequality_constraint(varargin)
+%
+%  where the required varargin are:
+%    matrix        (double row, variable coefficients, NaN)
+%    lower         (double vector, lower bounds, -Inf)
+%    upper         (double vector, upper bounds, 0.)
+%  and the optional varargin and defaults are:
+%    scale_type    (char, scaling type, 'none')
+%    scale         (double, scaling factor, 1.)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and three or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef linear_inequality_constraint
@@ -31,4 +56,10 @@
                             inputname(1),class(varargin{1}),'linear_inequality_constraint');
                     end
+
+%  not enough arguments
+
+                case 2
+                    error('Construction of ''%s'' class object requires at least %d inputs.',...
+                        'linear_inequality_constraint',3)
 
 %  create the object from the input
Index: /issm/trunk/src/m/classes/@nonlinear_equality_constraint/display.m
===================================================================
--- /issm/trunk/src/m/classes/@nonlinear_equality_constraint/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@nonlinear_equality_constraint/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(nec)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(nec)
Index: /issm/trunk/src/m/classes/@nonlinear_equality_constraint/nonlinear_equality_constraint.m
===================================================================
--- /issm/trunk/src/m/classes/@nonlinear_equality_constraint/nonlinear_equality_constraint.m	(revision 904)
+++ /issm/trunk/src/m/classes/@nonlinear_equality_constraint/nonlinear_equality_constraint.m	(revision 905)
@@ -3,4 +3,28 @@
 %
 %  [nec]=nonlinear_equality_constraint(varargin)
+%
+%  where the required varargin are:
+%    descriptor    (char, description, '')
+%    target        (double, target value, 0.)
+%  and the optional varargin and defaults are:
+%    scale_type    (char, scaling type, 'none')
+%    scale         (double, scaling factor, 1.)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and two or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef nonlinear_equality_constraint
Index: /issm/trunk/src/m/classes/@nonlinear_inequality_constraint/display.m
===================================================================
--- /issm/trunk/src/m/classes/@nonlinear_inequality_constraint/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@nonlinear_inequality_constraint/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(nic)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(nic)
Index: /issm/trunk/src/m/classes/@nonlinear_inequality_constraint/nonlinear_inequality_constraint.m
===================================================================
--- /issm/trunk/src/m/classes/@nonlinear_inequality_constraint/nonlinear_inequality_constraint.m	(revision 904)
+++ /issm/trunk/src/m/classes/@nonlinear_inequality_constraint/nonlinear_inequality_constraint.m	(revision 905)
@@ -3,4 +3,29 @@
 %
 %  [nic]=nonlinear_inequality_constraint(varargin)
+%
+%  where the required varargin are:
+%    descriptor    (char, description, '')
+%    lower         (double, lower bound, -Inf)
+%    upper         (double, upper bound, 0.)
+%  and the optional varargin and defaults are:
+%    scale_type    (char, scaling type, 'none')
+%    scale         (double, scaling factor, 1.)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and three or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef nonlinear_inequality_constraint
@@ -31,4 +56,10 @@
                             inputname(1),class(varargin{1}),'nonlinear_inequality_constraint');
                     end
+
+%  not enough arguments
+
+                case 2
+                    error('Construction of ''%s'' class object requires at least %d inputs.',...
+                        'nonlinear_inequality_constraint',3)
 
 %  create the object from the input
Index: /issm/trunk/src/m/classes/@normal_uncertain/display.m
===================================================================
--- /issm/trunk/src/m/classes/@normal_uncertain/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@normal_uncertain/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(nuv)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(nuv)
Index: /issm/trunk/src/m/classes/@normal_uncertain/normal_uncertain.m
===================================================================
--- /issm/trunk/src/m/classes/@normal_uncertain/normal_uncertain.m	(revision 904)
+++ /issm/trunk/src/m/classes/@normal_uncertain/normal_uncertain.m	(revision 905)
@@ -3,4 +3,29 @@
 %
 %  [nuv]=normal_uncertain(varargin)
+%
+%  where the required varargin are:
+%    descriptor    (char, description, '')
+%    mean          (double, mean, NaN)
+%    stddev        (double, standard deviation, NaN)
+%  and the optional varargin and defaults are:
+%    lower         (double, lower bound, -Inf)
+%    upper         (double, upper bound,  Inf)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and three or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef normal_uncertain
Index: /issm/trunk/src/m/classes/@objective_function/display.m
===================================================================
--- /issm/trunk/src/m/classes/@objective_function/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@objective_function/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(of)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(of)
Index: /issm/trunk/src/m/classes/@objective_function/objective_function.m
===================================================================
--- /issm/trunk/src/m/classes/@objective_function/objective_function.m	(revision 904)
+++ /issm/trunk/src/m/classes/@objective_function/objective_function.m	(revision 905)
@@ -3,4 +3,28 @@
 %
 %  [of]=objective_function(varargin)
+%
+%  where the required varargin are:
+%    descriptor    (char, description, '')
+%  and the optional varargin and defaults are:
+%    scale_type    (char, scaling type, 'none')
+%    scale         (double, scaling factor, 1.)
+%    weight        (double, weighting factor, 1.)
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and one or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef objective_function
Index: /issm/trunk/src/m/classes/@response_function/display.m
===================================================================
--- /issm/trunk/src/m/classes/@response_function/display.m	(revision 904)
+++ /issm/trunk/src/m/classes/@response_function/display.m	(revision 905)
@@ -3,4 +3,17 @@
 %
 %  []=display(rf)
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 function []=display(rf)
Index: /issm/trunk/src/m/classes/@response_function/response_function.m
===================================================================
--- /issm/trunk/src/m/classes/@response_function/response_function.m	(revision 904)
+++ /issm/trunk/src/m/classes/@response_function/response_function.m	(revision 905)
@@ -3,4 +3,29 @@
 %
 %  [rf]=response_function(varargin)
+%
+%  where the required varargin are:
+%    descriptor    (char, description, '')
+%  and the optional varargin and defaults are:
+%    respl         (double vector, response levels, [])
+%    probl         (double vector, probability levels, [])
+%    rell          (double vector, reliability levels, [])
+%    grell         (double vector, gen. reliability levels, [])
+%
+%  note that zero arguments constructs a default instance; one
+%  argument of the class copies the instance; and one or more
+%  arguments constructs a new instance from the arguments.
+%
+%  "Copyright 2009, by the California Institute of Technology.
+%  ALL RIGHTS RESERVED. United States Government Sponsorship
+%  acknowledged. Any commercial use must be negotiated with
+%  the Office of Technology Transfer at the California Institute
+%  of Technology.  (NTR 47078)
+%
+%  This software may be subject to U.S. export control laws.
+%  By accepting this  software, the user agrees to comply with
+%  all applicable U.S. export laws and regulations. User has the
+%  responsibility to obtain export licenses, or other export
+%  authority as may be required before exporting such information
+%  to foreign countries or providing access to foreign persons."
 %
 classdef response_function
