#!/usr/bin/python
#
-# Copyright (C) 2010-2011 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2010-2012 W. Trevor King <wking@drexel.edu>
#
# This file is part of Hooke.
#
# }
# Git-based projects are encouraged to use .mailmap instead of
# ALIASES. See git-shortlog(1) for details.
-ALIASES = {
- 'A. Seeholzer':
- ['A. Seeholzer'],
- 'Alberto Gomez-Casado':
- ['albertogomcas'],
- 'Massimo Sandal <devicerandom@gmail.com>':
- ['Massimo Sandal',
- 'devicerandom',
- 'unknown'],
- 'Fabrizio Benedetti':
- ['fabrizio.benedetti.82'],
- 'Richard Naud <richard.naud@epfl.ch>':
- ['Richard Naud'],
- 'Rolf Schmidt <rschmidt@alcor.concordia.ca>':
- ['Rolf Schmidt',
- 'illysam'],
- 'Marco Brucale':
- ['marcobrucale'],
- 'Pancaldi Paolo':
- ['pancaldi.paolo'],
- }
+ALIASES = {}
# List of paths that should not be scanned for copyright updates.
# IGNORED_PATHS = ['./.git/']
# ('path', 'to', 'module.py'):['John Doe'],
# }
AUTHOR_HACKS = {
- ('hooke','driver','hdf5.py'):['Massimo Sandal'],
+ ('hooke','driver','hdf5.py'):['Massimo Sandal <devicerandom@gmail.com>'],
('hooke','driver','mcs.py'):['Allen Chen'],
- ('hooke','driver','mfp3d.py'):['A. Seeholzer','Richard Naud','Rolf Schmidt',
- 'Alberto Gomez-Casado'],
- ('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'],
+ ('hooke','driver','mfp3d.py'):[
+ 'A. Seeholzer',
+ 'Richard Naud',
+ 'Rolf Schmidt <rschmidt@alcor.concordia.ca>',
+ 'Alberto Gomez-Casado <a.gomezcasado@tnw.utwente.nl>'],
+ ('hooke','util','peak.py'):[
+ 'Fabrizio Benedetti <fabrizio.benedetti.82@gmail.com>'],
+ ('hooke','plugin','showconvoluted.py'):[
+ 'Rolf Schmidt <rschmidt@alcor.concordia.ca>'],
+ ('hooke','ui','gui','formatter.py'):[
+ 'Francesco Musiani',
+ 'Massimo Sandal <devicerandom@gmail.com>'],
+ ('hooke','ui','gui','prettyformat.py'):[
+ 'Rolf Schmidt <rschmidt@alcor.concordia.ca>'],
}
# Work around missing year holes in the VCS history.