From ba7a0902a4269586bf66d605889be8000db22cbb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 19 May 2010 01:03:30 -0400 Subject: [PATCH] Adjust update_copyright hacks to follow plugin.peakspot -> util.peak move --- update_copyright.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_copyright.py b/update_copyright.py index 81f74d5..c71cd91 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -97,7 +97,7 @@ AUTHOR_HACKS = { ('hooke','driver','mcs.py'):['Allen Chen'], ('hooke','driver','mfp3d.py'):['A. Seeholzer','Richard Naud','Rolf Schmidt', 'Alberto Gomez-Casado'], - ('hooke','plugin','peakspot.py'):['Fabrizio Benedetti'], + ('hooke','util','peak.py'):['Fabrizio Benedetti'], ('hooke','plugin','showconvoluted.py'):['Rolf Schmidt'], ('hooke','ui','gui','formatter.py'):['Francesco Musiani','Massimo Sandal'], ('hooke','ui','gui','prettyformat.py'):['Rolf Schmidt'], @@ -109,7 +109,7 @@ YEAR_HACKS = { ('hooke','driver','mfp3d.py'):2008, ('hooke','driver','picoforce.py'):2006, ('hooke','driver','picoforcealt.py'):2006, - ('hooke','plugin','peakspot.py'):2007, + ('hooke','util','peak.py'):2007, ('hooke','plugin','showconvoluted.py'):2009, ('hooke','plugin','tutorial.py'):2007, ('hooke','ui','gui','formatter.py'):2006, -- 2.26.2