diff --git a/.authors.footer b/.authors.footer new file mode 100644 index 00000000..63615bb8 --- /dev/null +++ b/.authors.footer @@ -0,0 +1,25 @@ + +## Other contributors + +People that contributed to Terminator in other ways. + +* Huang He +* Chris Oattes +* Nicolas Roman +* Takao Fujiwara +* Jordan Callicoat + +# Artwork + +* Cory Kontros - Produced our current icon under the CC-by-SA licence +* Cristian Grada - Drew our original icon and licenced it to us under GPL + +# Translations + +* Maxim Derkach +* Mats Henrikson +* Nizar Kerkeni +* "Data" +* Cristian Grada +* "zhuqin" +* and many others. diff --git a/.authors.header b/.authors.header new file mode 100644 index 00000000..476aefcf --- /dev/null +++ b/.authors.header @@ -0,0 +1,4 @@ +## Authors and contributors for Terminator + +This list is generated from the GIT log. + diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..0d27ecee --- /dev/null +++ b/.mailmap @@ -0,0 +1,25 @@ +Andrea Corbellini +Bryce Harrington +Chris Jones +Chris Jones +Chris Jones +Chris Jones +Chris Jones cmsj@canonical.com <> +Daniel T Chen +David Caro Estévez +Dmitry Soldatov +Emmanuel Bretelle +Emmanuel Bretelle +Emmanuel Bretelle +Jose I. Monreal +Mackenzie Morgan +Markus Frosch +Nicolas Valcárcel +Nicolas Valcárcel +Nicolas Valcárcel +Nicolas Valcárcel +Nicolas Valcárcel +Pavel Khlebovich +Peter Bjørn Jørgensen +Thomas Hurst +judgedreads judgedreads pearce@millerdedmon.com <> diff --git a/AUTHORS b/AUTHORS index 5753dcd9..1d7bce5b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,32 +1,86 @@ -Upstream Authors (in no discernible order): +## Authors and contributors for Terminator - Chris Jones - Huang He - Kees Cook - Thomas Meire - Nicolas Valcarcel - Emmanuel Bretelle - Chris Oattes - Markus Korn - Mackenzie Morgan - Daniel T Chen - Nicolas Roman - Takao Fujiwara - Jordan Callicoat - Stephen Boddy - Bryce Harrington +This list is generated from the GIT log. -Artwork: - Cory Kontros - Produced our current icon under the CC-by-SA licence - Cristian Grada - Drew our original icon and licenced it to us under GPL +* Alexey Sokolov +* Andrea Corbellini +* Andre Hilsendeger +* Andrew Felske +* Antonio Terceiro +* Ariel Zelivansky +* Braden M. Kelley +* Brian Murray +* Bruno Braga +* Bryce Harrington +* Chacal +* Chris James +* Chris Jones +* Cory Kontros +* Daniel T Chen +* David Caro Estévez +* Dmitry Soldatov +* Edoardo Batini +* Elliot Murphy +* Emilien Klein +* Emilio Pozuelo Monfort +* Emmanuel Bretelle +* Fernando Basso +* Francis Smit (Grizzly) +* Guilherme Salgado +* Hajimu UMEMOTO +* Iain Lane +* Jakub Vaněk +* Jamu Kakar +* José Augusto +* Jose I. Monreal +* judgedreads +* Juliano Fischer Naves +* Julien Nicoulaud +* Julien Thewys +* Kees Cook +* Lucian Adrian Grijincu +* Mackenzie Morgan +* Markus Frosch +* Markus Korn +* Matt Rose +* Nathan Handler +* Neal Fultz +* Nicolas Valcárcel +* Pavel Khlebovich +* Peter B. Jørgensen +* Peter Bjørn Jørgensen +* Peter Lind +* Przemek Wesolek +* Roberto Aguilar +* Ryan Fonnesbeck +* shiraeeshi +* Siegfried-Angel Gevatter Pujals +* Stephen Boddy +* Thomas Hurst +* Thomas Meire +* Tony Baker -Translations: - Thomas Meire - Maxim Derkach - Nicolas Valcárcel - Mats Henrikson - Nizar Kerkeni - "Data" - Cristian Grada - "zhuqin" - and many others. +## Other contributors + +People that contributed to Terminator in other ways. + +* Huang He +* Chris Oattes +* Nicolas Roman +* Takao Fujiwara +* Jordan Callicoat + +# Artwork + +* Cory Kontros - Produced our current icon under the CC-by-SA licence +* Cristian Grada - Drew our original icon and licenced it to us under GPL + +# Translations + +* Maxim Derkach +* Mats Henrikson +* Nizar Kerkeni +* "Data" +* Cristian Grada +* "zhuqin" +* and many others. diff --git a/RELEASE.md b/RELEASE.md index eca703fc..6a3c8b9b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -25,6 +25,16 @@ dos2unix CHANGELOG.md Check and review CHANGELOG.md for the expected result. +## Update AUTHORS + +This will make sure we mention everyone that has contributed to Terminator. + +``` +git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | grep -v ^Launchpad | sort | uniq | sed 's/^/* /' | cat .authors.header - .authors.footer > AUTHORS +``` + +Make sure to review the list, and update `.mailmap` when it is necessary. + ## Git Tag Commit these changes to the "master" branch: