Changeset - a22352f81a3e
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 6 years ago 2019-08-25 21:27:30
thomas.de_schampheleire@nokia.com
contributors: remove redundant entries

These contributors are already present in repository history for the
specified years. The entries can be removed from 'contributor_data' without
impact in CONTRIBUTORS or the about page.
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
scripts/contributor_data.py
Show inline comments
 
@@ -54,69 +54,64 @@ no_about = set(total_ignore)
 
# seems unclear if the copyright is personal or belongs to a company.
 
no_about.add(('Thayne Harbaugh <thayne@fusionio.com>', '2011'))
 
no_about.add(('Dies Koper <diesk@fast.au.fujitsu.com>', '2012'))
 
no_about.add(('Erwin Kroon <e.kroon@smartmetersolutions.nl>', '2012'))
 
no_about.add(('Vincent Caron <vcaron@bearstech.com>', '2012'))
 
# These contributors' contributions might be too small to be copyrightable:
 
no_about.add(('philip.j@hostdime.com', '2012'))
 
no_about.add(('Stefan Engel <mail@engel-stefan.de>', '2012'))
 
no_about.add(('Ton Plomp <tcplomp@gmail.com>', '2013'))
 
# Was reworked and contributed later and shadowed by other contributions:
 
no_about.add(('Sean Farley <sean.michael.farley@gmail.com>', '2013'))
 

	
 
# Contributors in about.html and CONTRIBUTORS not appearing in repository
 
# history:
 
other = [
 
    # Work folded into commits attributed to others:
 
    ('2013', 'Ilya Beda <ir4y.ix@gmail.com>'),
 
    ('2015', 'Bradley M. Kuhn <bkuhn@sfconservancy.org>'),
 
    # Translators previously listed in
 
    # kallithea/i18n/*/LC_MESSAGES/kallithea.po and originating from before the
 
    # use of Weblate.
 
    ('2012', 'Augusto Herrmann <augusto.herrmann@gmail.com>'),
 
    ('2012', 'Nemcio <areczek01@gmail.com>'),
 
    ('2012', 'Nemcio <bogdan114@g.pl>'),
 
    ('2012', 'xpol <xpolife@gmail.com>'),
 
    ('2013', 'Andrey Mivrenik <myvrenik@gmail.com>'),
 
    ('2013', 'ArcheR <aleclitvinov1980@gmail.com>'),
 
    ('2013', 'gnustavo <gustavo@gnustavo.com>'),
 
    ('2013', 'ivlevdenis <ivlevdenis.ru@gmail.com>'),
 
    ('2013', 'Marcin Kuźmiński <marcin@python-works.com>'),
 
    ('2013', 'Mikhail Zholobov <legal90@gmail.com>'),
 
    ('2013', 'mokeev1995 <mokeev_andre@mail.ru>'),
 
    ('2013', 'Nemcio <areczek01@gmail.com>'),
 
    ('2013', 'Ruslan Bekenev <furyinbox@gmail.com>'),
 
    ('2013', 'shirou - しろう'),
 
    ('2013', 'softforwinxp <softforwinxp@gmail.com>'),
 
    ('2013', 'stephanj <info@stephan-jauernick.de>'),
 
    ('2013', 'Takumi IINO <trot.thunder@gmail.com>'),
 
    ('2013', 'zhmylove <zhmylove@narod.ru>'),
 
    ('2013', 'こいんとす <tkondou@gmail.com>'),
 
    ('2014', 'invision70 <invision70@gmail.com>'),
 
    ('2014', 'SkryabinD <skryabind@gmail.com>'),
 
    ('2014', 'whosaysni <whosaysni@gmail.com>'),
 
    ('2015', 'Andrej Shadura <andrew@shadura.me>'),
 
    ('2016', 'Andrej Shadura <andrew@shadura.me>'),
 
]
 

	
 
# Preserve contributors listed in about.html but not appearing in repository
 
# history:
 
other_about = [
 
    ("2011", "Aparkar <aparkar@icloud.com>"),
 
    ("2010", "RhodeCode GmbH"),
 
    ("2011", "RhodeCode GmbH"),
 
    ("2012", "RhodeCode GmbH"),
 
    ("2013", "RhodeCode GmbH"),
 
]
 

	
 
# Preserve contributors listed in CONTRIBUTORS but not appearing in repository
 
# history:
 
other_contributors = [
 
    ("", "Andrew Kesterson <andrew@aklabs.net>"),
 
    ("", "cejones"),
 
    ("", "David A. Sjøen <david.sjoen@westcon.no>"),
 
    ("", "James Rhodes <jrhodes@redpointsoftware.com.au>"),
 
    ("", "Jonas Oberschweiber <jonas.oberschweiber@d-velop.de>"),
 
    ("", "larikale"),
 
    ("", "RhodeCode GmbH"),
 
    ("", "Sebastian Kreutzberger <sebastian@rhodecode.com>"),
 
    ("", "Steve Romanow <slestak989@gmail.com>"),
0 comments (0 inline, 0 general)