From ecdabb8511b91ad3098abe389586b25926c83220 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 15 Feb 2020 17:10:29 -0500 Subject: [PATCH] Update authors --- src/terminal.about | 2 +- update-authors.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/terminal.about b/src/terminal.about index c1988e8..e5068a8 100644 --- a/src/terminal.about +++ b/src/terminal.about @@ -1,5 +1,5 @@ [About] -Authors=Abel McClendon ;Adam Erdman ;Alexander von Gluck IV ;Alexei Sorokin ;Allan Nordhøy ;Behdad Esfahbod ;Christian Persch ;Christopher Fujino ;Clement Lefebvre ;Friedel Wolff ;Guilherme de S. Pastore ;Havoc Pennington ;JP Cimalando ;Laszlo Boros ;Marcel Dijkstra ;Mariano Suárez-Alvarez ;Mark Thomas ;Martin Wimpress ;Michael Terry ;Mike Gabriel ;Nikolay Martynov ;Pablo Barciela ;Perberos ;Piotr Drąg ;Scott Balneaves ;Sorokin Alexei ;Stefano Karapetsas ;Stephen Krauth ;Steve Zesch ;Vlad Orlov ;Wolfgang Ulbrich ;ZenWalker ; +Authors=Abel McClendon ;Adam Erdman ;Alexander von Gluck IV ;Alexei Sorokin ;Allan Nordhøy ;Behdad Esfahbod ;Christian Persch ;Christopher Fujino ;Clement Lefebvre ;Friedel Wolff ;Guilherme de S. Pastore ;Havoc Pennington ;JP Cimalando ;Laszlo Boros ;Laurent Napias ;Madars Vitolins ;Marcel Dijkstra ;Mariano Suárez-Alvarez ;Mark Thomas ;Martin Wimpress ;Michael Terry ;Mike Gabriel ;Nikolay Martynov ;Pablo Barciela ;Perberos ;Piotr Drąg ;Robert Buj ;Sander Sweers ;Scott Balneaves ;Sorokin Alexei ;Stefan Tauner ;Stefano Karapetsas ;Stephen Krauth ;Steve Zesch ;Victor Kareh ;Vlad Orlov ;Wolfgang Ulbrich ;Wu Xiaotian ;acampbell ;alxpl ;liuyi92 ;micheal65536 ;noone3 ;osch ;rezso ; Contributors= ;Artists= Documenters=MATE Documentation Team;GNOME Documentation Team; diff --git a/update-authors.pl b/update-authors.pl index 9d79ed3..e844196 100755 --- a/update-authors.pl +++ b/update-authors.pl @@ -30,6 +30,7 @@ sub ReplaceAuthors { $_ eq 'Martin Wimpress ' and $_ = 'Martin Wimpress ' for @authors; $_ eq 'monsta ' and $_ = 'Vlad Orlov ' for @authors; $_ eq 'Monsta ' and $_ = 'Vlad Orlov ' for @authors; + $_ eq 'osch ' and $_ = 'osch ' for @authors; $_ eq 'raveit65 ' and $_ = 'Wolfgang Ulbrich ' for @authors; $_ eq 'raveit65 ' and $_ = 'Wolfgang Ulbrich ' for @authors; $_ eq 'rbuj ' and $_ = 'Robert Buj ' for @authors;