Fix /doc/build/ -> ./doc/build/ in update_copyright.py
[update-copyright.git] / update_copyright.py
index 4909712e608031a3cddf3672a49b849d2dcdcc73..37f4ba5fa841cf234a3b35d30dcd71d6149503bd 100755 (executable)
@@ -87,8 +87,8 @@ ALIASES = {
         ['pancaldi.paolo'],
     }
 
-IGNORED_PATHS = ['./.hg/', './doc/img', './test/data/',
-                 './build/', '/doc/build/']
+IGNORED_PATHS = ['./.hg/', './doc/img/', './test/data/',
+                 './build/', './doc/build/']
 IGNORED_FILES = ['COPYING', 'COPYING.LESSER']
 
 # Work around missing author holes in the VCS history
@@ -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,