Updated copyright blurbs in all files to '# Copyright'
authorW. Trevor King <wking@drexel.edu>
Sun, 16 May 2010 11:18:31 +0000 (07:18 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 16 May 2010 11:18:31 +0000 (07:18 -0400)
commit8b12d7d77256982cf9a228901e1e9ed511b43d36
treefed83c2e0965e6b508b4592d3f7c1d3c5264b0f6
parentf146bd940f172782ee24ef4160ee061d9203111f
Updated copyright blurbs in all files to '# Copyright'

This tag will be replaced by update_copyright.py with the full
copyright blurb for each file.
70 files changed:
contrib/mfp_igor_scripts/FMjoin.py
contrib/mfp_igor_scripts/h5export.py
doc/generate-hooke-txt.py
hooke/__init__.py
hooke/command.py
hooke/compat/__init__.py [new file with mode: 0644]
hooke/config.py
hooke/curve.py
hooke/driver/__init__.py
hooke/driver/csvdriver.py
hooke/driver/hdf5.py
hooke/driver/hemingclamp.py
hooke/driver/jpk.py
hooke/driver/mcs.py
hooke/driver/mfp1dexport.py
hooke/driver/mfp3d.py
hooke/driver/picoforce.py
hooke/driver/picoforcealt.py
hooke/driver/tutorial.py
hooke/engine.py
hooke/experiment.py
hooke/hooke.py
hooke/interaction.py
hooke/playlist.py
hooke/plugin/__init__.py
hooke/plugin/autopeak.py
hooke/plugin/config.py
hooke/plugin/curvetools.py
hooke/plugin/cut.py
hooke/plugin/debug.py
hooke/plugin/fit.py
hooke/plugin/flatfilts-rolf.py
hooke/plugin/flatfilts.py
hooke/plugin/generalclamp.py
hooke/plugin/generaltccd.py
hooke/plugin/generalvclamp.py
hooke/plugin/jumpstat.py
hooke/plugin/macro.py
hooke/plugin/massanalysis.py
hooke/plugin/multidistance.py
hooke/plugin/multifit.py
hooke/plugin/note.py
hooke/plugin/pcluster.py
hooke/plugin/peakspot.py
hooke/plugin/playlist.py
hooke/plugin/procplots.py
hooke/plugin/review.py
hooke/plugin/showconvoluted.py
hooke/plugin/superimpose.py
hooke/plugin/system.py
hooke/plugin/tutorial.py
hooke/ui/__init__.py
hooke/ui/commandline.py
hooke/ui/gui/driver.py
hooke/ui/gui/export.py
hooke/ui/gui/formatter.py
hooke/ui/gui/hookeplaylist.py
hooke/ui/gui/hookepropertyeditor.py
hooke/ui/gui/hookeresults.py
hooke/ui/gui/plot.py
hooke/ui/gui/plotcommands.py
hooke/ui/gui/point_request.py
hooke/ui/gui/prettyformat.py
hooke/ui/gui/results.py
hooke/util/__init__.py
hooke/util/graph.py
hooke/util/pluggable.py
setup.py
test/__init__.py
test/load_playlist.py