aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS.src
AgeCommit message (Collapse)AuthorFilesLines
2016-03-28tools/generate_authors.pl: avoid duplicatesPeter Wu1-4/+1
Officially, the local part of an email address is case sensitive, but in practice this is ignored. Ensure that duplicate email addresses are not listed. While at it, detect duplicates using `grep -Po '<\K[^>]+' AUTHORS | tr '[:upper:]' '[:lower:]' | sort | uniq -cd` and resolve them. Change-Id: Ie1e853d6253758c8454d9583f0a11f317c8390cb Reviewed-on: https://code.wireshark.org/review/14659 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-03-21AUTHORS: More column alignment improvementsJoão Valverde1-3/+3
Change-Id: I29d08ca213df44c1d6d437135c45a3d6e45efa7d Reviewed-on: https://code.wireshark.org/review/14386 Reviewed-by: João Valverde <j@v6e.pt>
2016-03-10Add myself to AUTHORS.srcJoão Valverde1-0/+1
Change-Id: Iaac1e06cbdbe3bdca465283fb28770fe7fdc9b06 Reviewed-on: https://code.wireshark.org/review/14385 Reviewed-by: João Valverde <j@v6e.pt>
2016-03-08AUTHORS: Use LF line endings and remove BOMJoão Valverde1-1/+1
Change-Id: I03c582baa03238ac82916d8bf865a3bf25f04cd5 Reviewed-on: https://code.wireshark.org/review/14384 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-03-08AUTHORS: Update some e-mail address from AUTHORS.src for avoid duplicate entryAlexis La Goutte1-12/+12
Change-Id: I3ee91a0da1732f4a65c799a7b057272bf8b437f5 Reviewed-on: https://code.wireshark.org/review/14358 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-03-03Create perl script to append existing AUTHORS file with information from git ↵Michael Mann1-0/+3960
log. new AUTHORS file can be created with "gen-authors" build parameter The "original" AUTHORS file has been fixed up to be kind to parsers (so no one gets excluded) and renamed to AUTHORS.src. This preserves the features authors worked on. For authors that didn't list features, they may be converted to just getting information from git. Change-Id: I9a4c4091e229f7f5e1c46d864527a98c1278e451 Reviewed-on: https://code.wireshark.org/review/14231 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>