Ran update_copyright.py.
authorW. Trevor King <wking@drexel.edu>
Sun, 8 Jan 2012 23:44:46 +0000 (18:44 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 8 Jan 2012 23:44:46 +0000 (18:44 -0500)
commita0f5948309cc4644a8e2e0bf2bf433b92e52b76a
treec0e80c758c603d93f2794dee4d192fb7a6b72696
parent8eab8be5fcda0912b789c38155ae6f98f31f9a54
Ran update_copyright.py.
130 files changed:
AUTHORS
contrib/mfp_igor_scripts/FMjoin.py
contrib/mfp_igor_scripts/h5export.py
contrib/upgrade_playlist_0p1.py
doc/generate-hooke-txt.py
hooke/__init__.py
hooke/command.py
hooke/command_stack.py
hooke/compat/__init__.py
hooke/config.py
hooke/curve.py
hooke/driver/__init__.py
hooke/driver/csvdriver.py
hooke/driver/hdf5.py
hooke/driver/hemingway.py
hooke/driver/jpk.py
hooke/driver/mcs.py
hooke/driver/mfp1dexport.py
hooke/driver/mfp3d.py
hooke/driver/picoforce.py
hooke/driver/tutorial.py
hooke/driver/wtk.py
hooke/engine.py
hooke/hooke.py
hooke/interaction.py
hooke/playlist.py
hooke/plugin/__init__.py
hooke/plugin/autopeak.py
hooke/plugin/command_stack.py
hooke/plugin/config.py
hooke/plugin/convfilt.py
hooke/plugin/curve.py
hooke/plugin/cut.py
hooke/plugin/debug.py
hooke/plugin/engine.py
hooke/plugin/fclamp.py
hooke/plugin/flatfilt.py
hooke/plugin/jumpstat.py
hooke/plugin/license.py
hooke/plugin/massanalysis.py
hooke/plugin/multidistance.py
hooke/plugin/multifit.py
hooke/plugin/note.py
hooke/plugin/pcluster.py
hooke/plugin/playlist.py
hooke/plugin/playlists.py
hooke/plugin/polymer_fit.py
hooke/plugin/review.py
hooke/plugin/showconvoluted.py
hooke/plugin/superimpose.py
hooke/plugin/system.py
hooke/plugin/tccd.py
hooke/plugin/tutorial.py
hooke/plugin/vclamp.py
hooke/ui/__init__.py
hooke/ui/commandline.py
hooke/ui/gui/__init__.py
hooke/ui/gui/dialog/__init__.py
hooke/ui/gui/dialog/points.py
hooke/ui/gui/dialog/save_file.py
hooke/ui/gui/dialog/selection.py
hooke/ui/gui/dialog/string.py
hooke/ui/gui/dialog/text.py
hooke/ui/gui/handler/__init__.py
hooke/ui/gui/handler/boolean.py
hooke/ui/gui/handler/float.py
hooke/ui/gui/handler/selection.py
hooke/ui/gui/handler/string.py
hooke/ui/gui/interface.py
hooke/ui/gui/menu.py
hooke/ui/gui/navbar.py
hooke/ui/gui/panel/__init__.py
hooke/ui/gui/panel/note.py
hooke/ui/gui/panel/notebook.py
hooke/ui/gui/panel/output.py
hooke/ui/gui/panel/playlist.py
hooke/ui/gui/panel/plot.py
hooke/ui/gui/panel/propertyeditor-propgrid.py
hooke/ui/gui/panel/propertyeditor.py
hooke/ui/gui/panel/selection.py
hooke/ui/gui/panel/welcome.py
hooke/ui/gui/statusbar.py
hooke/util/__init__.py
hooke/util/calculus.py
hooke/util/callback.py
hooke/util/caller.py
hooke/util/convert.py
hooke/util/encoding.py
hooke/util/fft.py
hooke/util/fit.py
hooke/util/graph.py
hooke/util/igorbinarywave.py
hooke/util/itertools.py
hooke/util/peak.py
hooke/util/pluggable.py
hooke/util/si.py
hooke/util/singleton.py
hooke/util/util.py
hooke/util/yaml.py
setup.py
test/__init__.py
test/apply_command_stack_to_playlist.py
test/block_info.py
test/command_stack.py
test/command_stack_save_load.py
test/config.py
test/convert_distance_to_force.py
test/curve_info.py
test/delta.py
test/derivative.py
test/difference.py
test/export_block.py
test/flat_filter_peaks.py
test/flat_filter_playlist.py
test/get_curve.py
test/hemingway_driver.py
test/jpk_driver.py
test/load_playlist.py
test/mfp3d_driver.py
test/multiple_curve_analysis.py
test/note.py
test/picoforce_driver.py
test/polymer_fit.py
test/polynomial_flatten.py
test/remove_cantilever_from_extension.py
test/tutorial.py
test/unicode_output.py
test/wtk_driver.py
test/zero_surface_contact_point.py
test/zero_surface_contact_point_with_vibration.py