Ran update_copyright.py.
authorW. Trevor King <wking@drexel.edu>
Thu, 28 Apr 2011 11:50:59 +0000 (07:50 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 28 Apr 2011 11:50:59 +0000 (07:50 -0400)
commit1fc27f9e070cf9667993e89ff7f43824fe66bd0c
tree3ef7c020ee632517d3e405c297c44946731a0f0f
parent67bb9b2891c9ac09a6e4f0c1776b8a448051227e
Ran update_copyright.py.
127 files changed:
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/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/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/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
update_copyright.py