From a0f5948309cc4644a8e2e0bf2bf433b92e52b76a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 8 Jan 2012 18:44:46 -0500 Subject: [PATCH] Ran update_copyright.py. --- AUTHORS | 10 +++++----- contrib/mfp_igor_scripts/FMjoin.py | 2 +- contrib/mfp_igor_scripts/h5export.py | 2 +- contrib/upgrade_playlist_0p1.py | 2 +- doc/generate-hooke-txt.py | 2 +- hooke/__init__.py | 2 +- hooke/command.py | 2 +- hooke/command_stack.py | 2 +- hooke/compat/__init__.py | 2 +- hooke/config.py | 2 +- hooke/curve.py | 2 +- hooke/driver/__init__.py | 2 +- hooke/driver/csvdriver.py | 2 +- hooke/driver/hdf5.py | 3 +-- hooke/driver/hemingway.py | 3 +-- hooke/driver/jpk.py | 2 +- hooke/driver/mcs.py | 2 +- hooke/driver/mfp1dexport.py | 2 +- hooke/driver/mfp3d.py | 6 +++--- hooke/driver/picoforce.py | 2 +- hooke/driver/tutorial.py | 2 +- hooke/driver/wtk.py | 2 +- hooke/engine.py | 2 +- hooke/hooke.py | 3 +-- hooke/interaction.py | 2 +- hooke/playlist.py | 2 +- hooke/plugin/__init__.py | 2 +- hooke/plugin/autopeak.py | 5 ++--- hooke/plugin/command_stack.py | 4 +++- hooke/plugin/config.py | 2 +- hooke/plugin/convfilt.py | 5 +---- hooke/plugin/curve.py | 5 +---- hooke/plugin/cut.py | 3 +-- hooke/plugin/debug.py | 2 +- hooke/plugin/engine.py | 2 +- hooke/plugin/fclamp.py | 4 ++-- hooke/plugin/flatfilt.py | 5 +---- hooke/plugin/jumpstat.py | 3 +-- hooke/plugin/license.py | 2 +- hooke/plugin/massanalysis.py | 2 +- hooke/plugin/multidistance.py | 2 +- hooke/plugin/multifit.py | 3 +-- hooke/plugin/note.py | 2 +- hooke/plugin/pcluster.py | 5 ++--- hooke/plugin/playlist.py | 2 +- hooke/plugin/playlists.py | 2 +- hooke/plugin/polymer_fit.py | 5 +---- hooke/plugin/review.py | 3 +-- hooke/plugin/showconvoluted.py | 2 +- hooke/plugin/superimpose.py | 2 +- hooke/plugin/system.py | 2 +- hooke/plugin/tccd.py | 2 +- hooke/plugin/tutorial.py | 2 +- hooke/plugin/vclamp.py | 5 ++--- hooke/ui/__init__.py | 2 +- hooke/ui/commandline.py | 2 +- hooke/ui/gui/__init__.py | 2 +- hooke/ui/gui/dialog/__init__.py | 2 +- hooke/ui/gui/dialog/points.py | 5 +---- hooke/ui/gui/dialog/save_file.py | 2 +- hooke/ui/gui/dialog/selection.py | 3 +-- hooke/ui/gui/dialog/string.py | 2 +- hooke/ui/gui/dialog/text.py | 2 +- hooke/ui/gui/handler/__init__.py | 2 +- hooke/ui/gui/handler/boolean.py | 2 +- hooke/ui/gui/handler/float.py | 2 +- hooke/ui/gui/handler/selection.py | 2 +- hooke/ui/gui/handler/string.py | 2 +- hooke/ui/gui/interface.py | 2 +- hooke/ui/gui/menu.py | 2 +- hooke/ui/gui/navbar.py | 2 +- hooke/ui/gui/panel/__init__.py | 3 +-- hooke/ui/gui/panel/note.py | 3 +-- hooke/ui/gui/panel/notebook.py | 2 +- hooke/ui/gui/panel/output.py | 2 +- hooke/ui/gui/panel/playlist.py | 3 +-- hooke/ui/gui/panel/plot.py | 4 +--- hooke/ui/gui/panel/propertyeditor-propgrid.py | 3 +-- hooke/ui/gui/panel/propertyeditor.py | 3 +-- hooke/ui/gui/panel/selection.py | 2 +- hooke/ui/gui/panel/welcome.py | 2 +- hooke/ui/gui/statusbar.py | 2 +- hooke/util/__init__.py | 2 +- hooke/util/calculus.py | 2 +- hooke/util/callback.py | 2 +- hooke/util/caller.py | 2 +- hooke/util/convert.py | 2 +- hooke/util/encoding.py | 2 +- hooke/util/fft.py | 2 +- hooke/util/fit.py | 2 +- hooke/util/graph.py | 2 +- hooke/util/igorbinarywave.py | 2 +- hooke/util/itertools.py | 2 +- hooke/util/peak.py | 3 +-- hooke/util/pluggable.py | 2 +- hooke/util/si.py | 4 +--- hooke/util/singleton.py | 2 +- hooke/util/util.py | 2 +- hooke/util/yaml.py | 2 +- setup.py | 2 +- test/__init__.py | 2 +- test/apply_command_stack_to_playlist.py | 2 +- test/block_info.py | 2 +- test/command_stack.py | 2 +- test/command_stack_save_load.py | 2 +- test/config.py | 2 +- test/convert_distance_to_force.py | 2 +- test/curve_info.py | 2 +- test/delta.py | 2 +- test/derivative.py | 2 +- test/difference.py | 2 +- test/export_block.py | 2 +- test/flat_filter_peaks.py | 2 +- test/flat_filter_playlist.py | 2 +- test/get_curve.py | 2 +- test/hemingway_driver.py | 2 +- test/jpk_driver.py | 2 +- test/load_playlist.py | 2 +- test/mfp3d_driver.py | 2 +- test/multiple_curve_analysis.py | 2 +- test/note.py | 2 +- test/picoforce_driver.py | 2 +- test/polymer_fit.py | 2 +- test/polynomial_flatten.py | 2 +- test/remove_cantilever_from_extension.py | 2 +- test/tutorial.py | 2 +- test/unicode_output.py | 2 +- test/wtk_driver.py | 2 +- test/zero_surface_contact_point.py | 2 +- test/zero_surface_contact_point_with_vibration.py | 2 +- 130 files changed, 142 insertions(+), 176 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3deb56d..42cb444 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,12 +1,12 @@ Hooke was written by: A. Seeholzer -Alberto Gomez-Casado +Alberto Gomez-Casado Allen Chen -Fabrizio Benedetti +Fabrizio Benedetti Francesco Musiani -Marco Brucale +Marco Brucale Massimo Sandal -Pancaldi Paolo -Richard Naud +Pancaldi Paolo +Richard Naud Rolf Schmidt W. Trevor King diff --git a/contrib/mfp_igor_scripts/FMjoin.py b/contrib/mfp_igor_scripts/FMjoin.py index 21951b2..75e6a54 100644 --- a/contrib/mfp_igor_scripts/FMjoin.py +++ b/contrib/mfp_igor_scripts/FMjoin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 Alberto Gomez-Casado +# Copyright (C) 2010-2012 Alberto Gomez-Casado # W. Trevor King # # This file is part of Hooke. diff --git a/contrib/mfp_igor_scripts/h5export.py b/contrib/mfp_igor_scripts/h5export.py index eb7eda7..66c6fca 100644 --- a/contrib/mfp_igor_scripts/h5export.py +++ b/contrib/mfp_igor_scripts/h5export.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 Alberto Gomez-Casado +# Copyright (C) 2010-2012 Alberto Gomez-Casado # W. Trevor King # # This file is part of Hooke. diff --git a/contrib/upgrade_playlist_0p1.py b/contrib/upgrade_playlist_0p1.py index a842978..72cb47c 100755 --- a/contrib/upgrade_playlist_0p1.py +++ b/contrib/upgrade_playlist_0p1.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/doc/generate-hooke-txt.py b/doc/generate-hooke-txt.py index 8ed0391..29dadbe 100644 --- a/doc/generate-hooke-txt.py +++ b/doc/generate-hooke-txt.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/__init__.py b/hooke/__init__.py index d6358e7..b1b7199 100644 --- a/hooke/__init__.py +++ b/hooke/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/command.py b/hooke/command.py index 3969a95..3b1e38c 100644 --- a/hooke/command.py +++ b/hooke/command.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/command_stack.py b/hooke/command_stack.py index 69bee4b..41d55c0 100644 --- a/hooke/command_stack.py +++ b/hooke/command_stack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/compat/__init__.py b/hooke/compat/__init__.py index 815bcdc..83b5e10 100644 --- a/hooke/compat/__init__.py +++ b/hooke/compat/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/config.py b/hooke/config.py index 212bdc6..2cb4a18 100644 --- a/hooke/config.py +++ b/hooke/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/curve.py b/hooke/curve.py index e080645..4e8fbbf 100644 --- a/hooke/curve.py +++ b/hooke/curve.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/driver/__init__.py b/hooke/driver/__init__.py index afb74fb..c6e25b1 100644 --- a/hooke/driver/__init__.py +++ b/hooke/driver/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/driver/csvdriver.py b/hooke/driver/csvdriver.py index 90d0891..5a00e91 100644 --- a/hooke/driver/csvdriver.py +++ b/hooke/driver/csvdriver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 Massimo Sandal +# Copyright (C) 2008-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/driver/hdf5.py b/hooke/driver/hdf5.py index 27edac2..39a09d8 100644 --- a/hooke/driver/hdf5.py +++ b/hooke/driver/hdf5.py @@ -1,5 +1,4 @@ -# Copyright (C) 2009-2011 Alberto Gomez-Casado -# Massimo Sandal +# Copyright (C) 2009-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/driver/hemingway.py b/hooke/driver/hemingway.py index b74e8da..0dab089 100644 --- a/hooke/driver/hemingway.py +++ b/hooke/driver/hemingway.py @@ -1,5 +1,4 @@ -# Copyright (C) 2008-2011 Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/driver/jpk.py b/hooke/driver/jpk.py index 4dbeb04..906cbff 100644 --- a/hooke/driver/jpk.py +++ b/hooke/driver/jpk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 Massimo Sandal +# Copyright (C) 2008-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/driver/mcs.py b/hooke/driver/mcs.py index b2dea8e..931002a 100644 --- a/hooke/driver/mcs.py +++ b/hooke/driver/mcs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 Allen Chen +# Copyright (C) 2009-2012 Allen Chen # Massimo Sandal # W. Trevor King # diff --git a/hooke/driver/mfp1dexport.py b/hooke/driver/mfp1dexport.py index 2e2464f..32580b7 100644 --- a/hooke/driver/mfp1dexport.py +++ b/hooke/driver/mfp1dexport.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 Massimo Sandal +# Copyright (C) 2009-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/driver/mfp3d.py b/hooke/driver/mfp3d.py index 24d594f..ced317b 100644 --- a/hooke/driver/mfp3d.py +++ b/hooke/driver/mfp3d.py @@ -1,6 +1,6 @@ -# Copyright (C) 2008-2011 A. Seeholzer -# Alberto Gomez-Casado -# Richard Naud +# Copyright (C) 2008-2012 A. Seeholzer +# Alberto Gomez-Casado +# Richard Naud # Rolf Schmidt # W. Trevor King # diff --git a/hooke/driver/picoforce.py b/hooke/driver/picoforce.py index 20a6373..50885ad 100644 --- a/hooke/driver/picoforce.py +++ b/hooke/driver/picoforce.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2011 Alberto Gomez-Casado +# Copyright (C) 2006-2012 Alberto Gomez-Casado # Massimo Sandal # W. Trevor King # diff --git a/hooke/driver/tutorial.py b/hooke/driver/tutorial.py index 10cd958..c980486 100644 --- a/hooke/driver/tutorial.py +++ b/hooke/driver/tutorial.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/driver/wtk.py b/hooke/driver/wtk.py index 7fbc822..5621bc3 100644 --- a/hooke/driver/wtk.py +++ b/hooke/driver/wtk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/engine.py b/hooke/engine.py index 8a01b11..93be79f 100644 --- a/hooke/engine.py +++ b/hooke/engine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/hooke.py b/hooke/hooke.py index 6e3dc75..6cf6245 100644 --- a/hooke/hooke.py +++ b/hooke/hooke.py @@ -1,5 +1,4 @@ -# Copyright (C) 2008-2011 Fabrizio Benedetti -# Massimo Sandal +# Copyright (C) 2008-2012 Massimo Sandal # Rolf Schmidt # W. Trevor King # diff --git a/hooke/interaction.py b/hooke/interaction.py index 5dbf44a..1b3f7be 100644 --- a/hooke/interaction.py +++ b/hooke/interaction.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/playlist.py b/hooke/playlist.py index 52d8df1..f23aaa4 100644 --- a/hooke/playlist.py +++ b/hooke/playlist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/__init__.py b/hooke/plugin/__init__.py index 3598017..da7b929 100644 --- a/hooke/plugin/__init__.py +++ b/hooke/plugin/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/autopeak.py b/hooke/plugin/autopeak.py index 3fed561..0ed887f 100644 --- a/hooke/plugin/autopeak.py +++ b/hooke/plugin/autopeak.py @@ -1,6 +1,5 @@ -# Copyright (C) 2008-2011 Alberto Gomez-Casado -# Fabrizio Benedetti -# Marco Brucale +# Copyright (C) 2008-2012 Fabrizio Benedetti +# Marco Brucale # Massimo Sandal # W. Trevor King # diff --git a/hooke/plugin/command_stack.py b/hooke/plugin/command_stack.py index f87f082..936332c 100644 --- a/hooke/plugin/command_stack.py +++ b/hooke/plugin/command_stack.py @@ -1,4 +1,6 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2008-2012 Alberto Gomez-Casado +# Massimo Sandal +# W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/config.py b/hooke/plugin/config.py index 3302166..53f7b0a 100644 --- a/hooke/plugin/config.py +++ b/hooke/plugin/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/convfilt.py b/hooke/plugin/convfilt.py index 96b34f1..e87022b 100644 --- a/hooke/plugin/convfilt.py +++ b/hooke/plugin/convfilt.py @@ -1,9 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008-2011 Alberto Gomez-Casado -# Fabrizio Benedetti -# Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/curve.py b/hooke/plugin/curve.py index ded624e..7d959e5 100644 --- a/hooke/plugin/curve.py +++ b/hooke/plugin/curve.py @@ -1,7 +1,4 @@ -# Copyright (C) 2008-2011 Alberto Gomez-Casado -# Fabrizio Benedetti -# Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/cut.py b/hooke/plugin/cut.py index 0792ab2..07bc388 100644 --- a/hooke/plugin/cut.py +++ b/hooke/plugin/cut.py @@ -1,5 +1,4 @@ -# Copyright (C) 2009-2011 Fabrizio Benedetti -# Massimo Sandal +# Copyright (C) 2009-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/plugin/debug.py b/hooke/plugin/debug.py index 6a8acbc..0beef3e 100644 --- a/hooke/plugin/debug.py +++ b/hooke/plugin/debug.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/engine.py b/hooke/plugin/engine.py index 4106683..b6ccef0 100644 --- a/hooke/plugin/engine.py +++ b/hooke/plugin/engine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/fclamp.py b/hooke/plugin/fclamp.py index 3c2502d..0be76b7 100644 --- a/hooke/plugin/fclamp.py +++ b/hooke/plugin/fclamp.py @@ -1,5 +1,5 @@ -# Copyright (C) 2008-2011 Alberto Gomez-Casado -# Marco Brucale +# Copyright (C) 2008-2012 Alberto Gomez-Casado +# Marco Brucale # Massimo Sandal # W. Trevor King # diff --git a/hooke/plugin/flatfilt.py b/hooke/plugin/flatfilt.py index a325fcc..6392518 100644 --- a/hooke/plugin/flatfilt.py +++ b/hooke/plugin/flatfilt.py @@ -1,9 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008-2011 Alberto Gomez-Casado -# Fabrizio Benedetti -# Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/jumpstat.py b/hooke/plugin/jumpstat.py index 71544a6..ff3fa0b 100644 --- a/hooke/plugin/jumpstat.py +++ b/hooke/plugin/jumpstat.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Fabrizio Benedetti -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/license.py b/hooke/plugin/license.py index de90d6a..6899726 100644 --- a/hooke/plugin/license.py +++ b/hooke/plugin/license.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/massanalysis.py b/hooke/plugin/massanalysis.py index f94059b..07621fe 100644 --- a/hooke/plugin/massanalysis.py +++ b/hooke/plugin/massanalysis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 Massimo Sandal +# Copyright (C) 2008-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/plugin/multidistance.py b/hooke/plugin/multidistance.py index c54b4cb..af4cb1c 100644 --- a/hooke/plugin/multidistance.py +++ b/hooke/plugin/multidistance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 Fabrizio Benedetti +# Copyright (C) 2009-2012 Fabrizio Benedetti # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/plugin/multifit.py b/hooke/plugin/multifit.py index bf7f138..ff35b8e 100644 --- a/hooke/plugin/multifit.py +++ b/hooke/plugin/multifit.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Alberto Gomez-Casado -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/note.py b/hooke/plugin/note.py index b2e9c3a..3913149 100644 --- a/hooke/plugin/note.py +++ b/hooke/plugin/note.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/pcluster.py b/hooke/plugin/pcluster.py index fccb8e7..7dfda1b 100644 --- a/hooke/plugin/pcluster.py +++ b/hooke/plugin/pcluster.py @@ -1,6 +1,5 @@ -# Copyright (C) 2009-2011 Fabrizio Benedetti -# Massimo Sandal -# Pancaldi Paolo +# Copyright (C) 2009-2012 Massimo Sandal +# Pancaldi Paolo # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/plugin/playlist.py b/hooke/plugin/playlist.py index 88608d6..4f9ae52 100644 --- a/hooke/plugin/playlist.py +++ b/hooke/plugin/playlist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/playlists.py b/hooke/plugin/playlists.py index 416cff0..456ea4b 100644 --- a/hooke/plugin/playlists.py +++ b/hooke/plugin/playlists.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/polymer_fit.py b/hooke/plugin/polymer_fit.py index a4b6507..6180665 100644 --- a/hooke/plugin/polymer_fit.py +++ b/hooke/plugin/polymer_fit.py @@ -1,9 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008-2011 Alberto Gomez-Casado -# Fabrizio Benedetti -# Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/review.py b/hooke/plugin/review.py index 8d0bb31..eb8ab8d 100644 --- a/hooke/plugin/review.py +++ b/hooke/plugin/review.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Alberto Gomez-Casado -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/showconvoluted.py b/hooke/plugin/showconvoluted.py index f624cbd..b18bf27 100644 --- a/hooke/plugin/showconvoluted.py +++ b/hooke/plugin/showconvoluted.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 Rolf Schmidt +# Copyright (C) 2009-2012 Rolf Schmidt # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/plugin/superimpose.py b/hooke/plugin/superimpose.py index 103b93d..513a4e5 100644 --- a/hooke/plugin/superimpose.py +++ b/hooke/plugin/superimpose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 Massimo Sandal +# Copyright (C) 2008-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/plugin/system.py b/hooke/plugin/system.py index a012353..f501b6a 100644 --- a/hooke/plugin/system.py +++ b/hooke/plugin/system.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/plugin/tccd.py b/hooke/plugin/tccd.py index f7ea043..f31b0c6 100644 --- a/hooke/plugin/tccd.py +++ b/hooke/plugin/tccd.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 Massimo Sandal +# Copyright (C) 2009-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/plugin/tutorial.py b/hooke/plugin/tutorial.py index 4dd32b7..9bb18b8 100644 --- a/hooke/plugin/tutorial.py +++ b/hooke/plugin/tutorial.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2011 Massimo Sandal +# Copyright (C) 2007-2012 Massimo Sandal # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/plugin/vclamp.py b/hooke/plugin/vclamp.py index c6c5734..3df5874 100644 --- a/hooke/plugin/vclamp.py +++ b/hooke/plugin/vclamp.py @@ -1,6 +1,5 @@ -# Copyright (C) 2008-2011 Alberto Gomez-Casado -# Fabrizio Benedetti -# Marco Brucale +# Copyright (C) 2008-2012 Alberto Gomez-Casado +# Marco Brucale # Massimo Sandal # W. Trevor King # diff --git a/hooke/ui/__init__.py b/hooke/ui/__init__.py index 51eada8..0060408 100644 --- a/hooke/ui/__init__.py +++ b/hooke/ui/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/commandline.py b/hooke/ui/commandline.py index f2d3b5f..23ffd8e 100644 --- a/hooke/ui/commandline.py +++ b/hooke/ui/commandline.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/__init__.py b/hooke/ui/gui/__init__.py index 602a909..a00a0a7 100644 --- a/hooke/ui/gui/__init__.py +++ b/hooke/ui/gui/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/dialog/__init__.py b/hooke/ui/gui/dialog/__init__.py index 40d7df8..3812116 100644 --- a/hooke/ui/gui/dialog/__init__.py +++ b/hooke/ui/gui/dialog/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/dialog/points.py b/hooke/ui/gui/dialog/points.py index aee75c9..bfdca8b 100644 --- a/hooke/ui/gui/dialog/points.py +++ b/hooke/ui/gui/dialog/points.py @@ -1,7 +1,4 @@ -# Copyright (C) 2008-2011 Alberto Gomez-Casado -# Fabrizio Benedetti -# Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/dialog/save_file.py b/hooke/ui/gui/dialog/save_file.py index ed4d438..3c02abd 100644 --- a/hooke/ui/gui/dialog/save_file.py +++ b/hooke/ui/gui/dialog/save_file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/dialog/selection.py b/hooke/ui/gui/dialog/selection.py index 53f2cbb..6bf8a64 100644 --- a/hooke/ui/gui/dialog/selection.py +++ b/hooke/ui/gui/dialog/selection.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/dialog/string.py b/hooke/ui/gui/dialog/string.py index 1335fc6..e69049b 100644 --- a/hooke/ui/gui/dialog/string.py +++ b/hooke/ui/gui/dialog/string.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/dialog/text.py b/hooke/ui/gui/dialog/text.py index e9c1d14..4f6d70f 100644 --- a/hooke/ui/gui/dialog/text.py +++ b/hooke/ui/gui/dialog/text.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/handler/__init__.py b/hooke/ui/gui/handler/__init__.py index c99ae24..b698c23 100644 --- a/hooke/ui/gui/handler/__init__.py +++ b/hooke/ui/gui/handler/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/handler/boolean.py b/hooke/ui/gui/handler/boolean.py index 4b75880..b9b180b 100644 --- a/hooke/ui/gui/handler/boolean.py +++ b/hooke/ui/gui/handler/boolean.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/handler/float.py b/hooke/ui/gui/handler/float.py index 4918794..33801d5 100644 --- a/hooke/ui/gui/handler/float.py +++ b/hooke/ui/gui/handler/float.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/handler/selection.py b/hooke/ui/gui/handler/selection.py index 7ed8dc8..7e0cc04 100644 --- a/hooke/ui/gui/handler/selection.py +++ b/hooke/ui/gui/handler/selection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/handler/string.py b/hooke/ui/gui/handler/string.py index 32dc902..238f443 100644 --- a/hooke/ui/gui/handler/string.py +++ b/hooke/ui/gui/handler/string.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/interface.py b/hooke/ui/gui/interface.py index ae1a9a9..0b041e2 100644 --- a/hooke/ui/gui/interface.py +++ b/hooke/ui/gui/interface.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/menu.py b/hooke/ui/gui/menu.py index 9a647ca..87831f9 100644 --- a/hooke/ui/gui/menu.py +++ b/hooke/ui/gui/menu.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/navbar.py b/hooke/ui/gui/navbar.py index 0a24599..1cbebff 100644 --- a/hooke/ui/gui/navbar.py +++ b/hooke/ui/gui/navbar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/__init__.py b/hooke/ui/gui/panel/__init__.py index b6c430c..db44aa7 100644 --- a/hooke/ui/gui/panel/__init__.py +++ b/hooke/ui/gui/panel/__init__.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/note.py b/hooke/ui/gui/panel/note.py index 22dc4cb..c7a752f 100644 --- a/hooke/ui/gui/panel/note.py +++ b/hooke/ui/gui/panel/note.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Rolf Schmidt -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/notebook.py b/hooke/ui/gui/panel/notebook.py index 23bb341..db422f2 100644 --- a/hooke/ui/gui/panel/notebook.py +++ b/hooke/ui/gui/panel/notebook.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/output.py b/hooke/ui/gui/panel/output.py index 110c593..65e4109 100644 --- a/hooke/ui/gui/panel/output.py +++ b/hooke/ui/gui/panel/output.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/playlist.py b/hooke/ui/gui/panel/playlist.py index 9c8dc36..f2060e5 100644 --- a/hooke/ui/gui/panel/playlist.py +++ b/hooke/ui/gui/panel/playlist.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/plot.py b/hooke/ui/gui/panel/plot.py index dbf7cd8..9995abb 100644 --- a/hooke/ui/gui/panel/plot.py +++ b/hooke/ui/gui/panel/plot.py @@ -1,6 +1,4 @@ -# Copyright (C) 2010-2011 Massimo Sandal -# Rolf Schmidt -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/propertyeditor-propgrid.py b/hooke/ui/gui/panel/propertyeditor-propgrid.py index a5b4f8e..51b38c8 100644 --- a/hooke/ui/gui/panel/propertyeditor-propgrid.py +++ b/hooke/ui/gui/panel/propertyeditor-propgrid.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/propertyeditor.py b/hooke/ui/gui/panel/propertyeditor.py index befec8f..8195a18 100644 --- a/hooke/ui/gui/panel/propertyeditor.py +++ b/hooke/ui/gui/panel/propertyeditor.py @@ -1,5 +1,4 @@ -# Copyright (C) 2010-2011 Massimo Sandal -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/selection.py b/hooke/ui/gui/panel/selection.py index 8024525..b6998b1 100644 --- a/hooke/ui/gui/panel/selection.py +++ b/hooke/ui/gui/panel/selection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/panel/welcome.py b/hooke/ui/gui/panel/welcome.py index af73363..9ac1a6a 100644 --- a/hooke/ui/gui/panel/welcome.py +++ b/hooke/ui/gui/panel/welcome.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/ui/gui/statusbar.py b/hooke/ui/gui/statusbar.py index b6d8146..cd2f72a 100644 --- a/hooke/ui/gui/statusbar.py +++ b/hooke/ui/gui/statusbar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/__init__.py b/hooke/util/__init__.py index 376586c..4c34104 100644 --- a/hooke/util/__init__.py +++ b/hooke/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/calculus.py b/hooke/util/calculus.py index 77a1c5d..57caa42 100644 --- a/hooke/util/calculus.py +++ b/hooke/util/calculus.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/callback.py b/hooke/util/callback.py index 3b469b1..2871fa4 100644 --- a/hooke/util/callback.py +++ b/hooke/util/callback.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/caller.py b/hooke/util/caller.py index 671f0bc..cd1042b 100644 --- a/hooke/util/caller.py +++ b/hooke/util/caller.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/convert.py b/hooke/util/convert.py index e7e526a..8db74ac 100644 --- a/hooke/util/convert.py +++ b/hooke/util/convert.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/encoding.py b/hooke/util/encoding.py index ef92852..e089c70 100644 --- a/hooke/util/encoding.py +++ b/hooke/util/encoding.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/fft.py b/hooke/util/fft.py index 7e7fdec..890ba78 100644 --- a/hooke/util/fft.py +++ b/hooke/util/fft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/fit.py b/hooke/util/fit.py index 6267341..f8312f2 100644 --- a/hooke/util/fit.py +++ b/hooke/util/fit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/graph.py b/hooke/util/graph.py index 9bb10a0..2488585 100644 --- a/hooke/util/graph.py +++ b/hooke/util/graph.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/igorbinarywave.py b/hooke/util/igorbinarywave.py index 265dcb8..6a8930f 100644 --- a/hooke/util/igorbinarywave.py +++ b/hooke/util/igorbinarywave.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/itertools.py b/hooke/util/itertools.py index 1da869e..1b4c61b 100644 --- a/hooke/util/itertools.py +++ b/hooke/util/itertools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/peak.py b/hooke/util/peak.py index 452f772..dc65fb7 100644 --- a/hooke/util/peak.py +++ b/hooke/util/peak.py @@ -1,5 +1,4 @@ -# Copyright (C) 2007-2011 Fabrizio Benedetti -# Massimo Sandal +# Copyright (C) 2007-2012 Fabrizio Benedetti # W. Trevor King # # This file is part of Hooke. diff --git a/hooke/util/pluggable.py b/hooke/util/pluggable.py index 6ec82b8..8eb8747 100644 --- a/hooke/util/pluggable.py +++ b/hooke/util/pluggable.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/si.py b/hooke/util/si.py index 74272d1..d457d0a 100644 --- a/hooke/util/si.py +++ b/hooke/util/si.py @@ -1,6 +1,4 @@ -# Copyright (C) 2010-2011 Massimo Sandal -# Rolf Schmidt -# W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/singleton.py b/hooke/util/singleton.py index b76921b..adf6916 100644 --- a/hooke/util/singleton.py +++ b/hooke/util/singleton.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/util.py b/hooke/util/util.py index 628288b..cf1bcd3 100644 --- a/hooke/util/util.py +++ b/hooke/util/util.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/hooke/util/yaml.py b/hooke/util/yaml.py index 29d642b..3365681 100644 --- a/hooke/util/yaml.py +++ b/hooke/util/yaml.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/setup.py b/setup.py index 2c633bc..c5df6e8 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/__init__.py b/test/__init__.py index b1a5551..e7994d9 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/apply_command_stack_to_playlist.py b/test/apply_command_stack_to_playlist.py index 194145e..9c5a267 100644 --- a/test/apply_command_stack_to_playlist.py +++ b/test/apply_command_stack_to_playlist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/block_info.py b/test/block_info.py index 8001fcc..e3d1911 100644 --- a/test/block_info.py +++ b/test/block_info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/command_stack.py b/test/command_stack.py index ee59ace..5ae57a6 100644 --- a/test/command_stack.py +++ b/test/command_stack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/command_stack_save_load.py b/test/command_stack_save_load.py index e9a0e01..206c614 100644 --- a/test/command_stack_save_load.py +++ b/test/command_stack_save_load.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/config.py b/test/config.py index 1c0e807..8381c0d 100644 --- a/test/config.py +++ b/test/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/convert_distance_to_force.py b/test/convert_distance_to_force.py index d2c38f9..1335061 100644 --- a/test/convert_distance_to_force.py +++ b/test/convert_distance_to_force.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/curve_info.py b/test/curve_info.py index 4dfd657..01afbf0 100644 --- a/test/curve_info.py +++ b/test/curve_info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/delta.py b/test/delta.py index 7df32e3..84c21d2 100644 --- a/test/delta.py +++ b/test/delta.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/derivative.py b/test/derivative.py index e91accf..06113b8 100644 --- a/test/derivative.py +++ b/test/derivative.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/difference.py b/test/difference.py index 9378e4b..31f76b8 100644 --- a/test/difference.py +++ b/test/difference.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/export_block.py b/test/export_block.py index 6b4f185..1aeff60 100644 --- a/test/export_block.py +++ b/test/export_block.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/flat_filter_peaks.py b/test/flat_filter_peaks.py index e242616..3acdce2 100644 --- a/test/flat_filter_peaks.py +++ b/test/flat_filter_peaks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/flat_filter_playlist.py b/test/flat_filter_playlist.py index cfd04b8..bca05ff 100644 --- a/test/flat_filter_playlist.py +++ b/test/flat_filter_playlist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/get_curve.py b/test/get_curve.py index 2253e90..153f79a 100644 --- a/test/get_curve.py +++ b/test/get_curve.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/hemingway_driver.py b/test/hemingway_driver.py index 1e824a3..b6df201 100644 --- a/test/hemingway_driver.py +++ b/test/hemingway_driver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/jpk_driver.py b/test/jpk_driver.py index bff7520..f8e738d 100644 --- a/test/jpk_driver.py +++ b/test/jpk_driver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/load_playlist.py b/test/load_playlist.py index 662e1d3..0413a30 100644 --- a/test/load_playlist.py +++ b/test/load_playlist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/mfp3d_driver.py b/test/mfp3d_driver.py index 6de234c..147af19 100644 --- a/test/mfp3d_driver.py +++ b/test/mfp3d_driver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/multiple_curve_analysis.py b/test/multiple_curve_analysis.py index 37edbcb..47809e7 100644 --- a/test/multiple_curve_analysis.py +++ b/test/multiple_curve_analysis.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/note.py b/test/note.py index 7317779..8fae095 100644 --- a/test/note.py +++ b/test/note.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/picoforce_driver.py b/test/picoforce_driver.py index 3cc2280..9401825 100644 --- a/test/picoforce_driver.py +++ b/test/picoforce_driver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/polymer_fit.py b/test/polymer_fit.py index 7277ae7..5c28037 100644 --- a/test/polymer_fit.py +++ b/test/polymer_fit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/polynomial_flatten.py b/test/polynomial_flatten.py index 5e3e4c8..1250e69 100644 --- a/test/polynomial_flatten.py +++ b/test/polynomial_flatten.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/remove_cantilever_from_extension.py b/test/remove_cantilever_from_extension.py index 1a507d9..ba4c1f2 100644 --- a/test/remove_cantilever_from_extension.py +++ b/test/remove_cantilever_from_extension.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/tutorial.py b/test/tutorial.py index af73ddb..718ab05 100644 --- a/test/tutorial.py +++ b/test/tutorial.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/unicode_output.py b/test/unicode_output.py index 901c13c..27b22d0 100644 --- a/test/unicode_output.py +++ b/test/unicode_output.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/wtk_driver.py b/test/wtk_driver.py index 10ea761..ea5ecc3 100644 --- a/test/wtk_driver.py +++ b/test/wtk_driver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/zero_surface_contact_point.py b/test/zero_surface_contact_point.py index 3bc37a1..f02e99d 100644 --- a/test/zero_surface_contact_point.py +++ b/test/zero_surface_contact_point.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # diff --git a/test/zero_surface_contact_point_with_vibration.py b/test/zero_surface_contact_point_with_vibration.py index e3d867d..b07bdd4 100644 --- a/test/zero_surface_contact_point_with_vibration.py +++ b/test/zero_surface_contact_point_with_vibration.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2011 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # -- 2.26.2