From 1e0fa912d4e7874194d5c95eca284e1767a5578d Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Sun, 5 Jan 2020 23:31:53 +0100 Subject: AUTHORS: remove newlines. The text is used in a Qt widget that handles the newlines itself. The change makes the text appear with a better look in the about dialog. Change-Id: I1dc9fdd1f401384f4ce2d6c2c0764adaa810a654 Reviewed-on: https://code.wireshark.org/review/35662 Reviewed-by: Guy Harris Reviewed-by: Dario Lombardo --- AUTHORS | 28 ++++++++-------------------- AUTHORS.src | 30 +++++++++--------------------- tools/generate_authors.pl | 28 ++++++++-------------------- 3 files changed, 25 insertions(+), 61 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7fd85183d3..8f2c7d94fc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4768,32 +4768,20 @@ zhudewen = Acknowledgements = -Dan Lasley gave permission for his -dumpit() hex-dump routine to be used. +Dan Lasley gave permission for his dumpit() hex-dump routine to be used. -Mattia Cazzola provided a patch to the -hex dump display routine. +Mattia Cazzola provided a patch to the hex dump display routine. -We use the exception module from Kazlib, a C library written by -Kaz Kylheku . Thanks go to him for -his well-written library. The Kazlib home page can be found at -http://www.kylheku.com/~kaz/kazlib.html +We use the exception module from Kazlib, a C library written by Kaz Kylheku . Thanks go to him for his well-written library. The Kazlib home page can be found at http://www.kylheku.com/~kaz/kazlib.html -We use Lua BitOp, written by Mike Pall, for bitwise operations -on numbers in Lua. The Lua BitOp home page can be found at -https://bitop.luajit.org +We use Lua BitOp, written by Mike Pall, for bitwise operations on numbers in Lua. The Lua BitOp home page can be found at https://bitop.luajit.org -snax gave permission to use his(?) weak key -detection code from Airsnort. +snax gave permission to use his(?) weak key detection code from Airsnort. IANA gave permission for their port-numbers file to be used. -We use the natural order string comparison algorithm, written by -Martin Pool . +We use the natural order string comparison algorithm, written by Martin Pool . -Emanuel Eichhammer granted permission -to use QCustomPlot. +Emanuel Eichhammer granted permission to use QCustomPlot. -Insecure.Com LLC ("The Nmap Project") has granted the Wireshark -Foundation permission to distribute Npcap with our Windows -installers. +Insecure.Com LLC ("The Nmap Project") has granted the Wireshark Foundation permission to distribute Npcap with our Windows installers. diff --git a/AUTHORS.src b/AUTHORS.src index 908660e4b2..d89ee4087a 100644 --- a/AUTHORS.src +++ b/AUTHORS.src @@ -3981,36 +3981,24 @@ Håkon Øye Amundsen = Acknowledgements = -Dan Lasley gave permission for his -dumpit() hex-dump routine to be used. +Dan Lasley gave permission for his dumpit() hex-dump routine to be used. -Mattia Cazzola provided a patch to the -hex dump display routine. +Mattia Cazzola provided a patch to the hex dump display routine. -We use the exception module from Kazlib, a C library written by -Kaz Kylheku . Thanks go to him for -his well-written library. The Kazlib home page can be found at -http://www.kylheku.com/~kaz/kazlib.html +We use the exception module from Kazlib, a C library written by Kaz Kylheku . Thanks go to him for his well-written library. The Kazlib home page can be found at http://www.kylheku.com/~kaz/kazlib.html -We use Lua BitOp, written by Mike Pall, for bitwise operations -on numbers in Lua. The Lua BitOp home page can be found at -http://bitop.luajit.org/ +We use Lua BitOp, written by Mike Pall, for bitwise operations on numbers in Lua. The Lua BitOp home page can be found at http://bitop.luajit.org/ -Henrik Brix Andersen gave permission for his -webbrowser calling routine to be used. +Henrik Brix Andersen gave permission for his webbrowser calling routine to be used. -Christophe Devine gave permission for his -SHA1 routines to be used. +Christophe Devine gave permission for his SHA1 routines to be used. -snax gave permission to use his(?) weak key -detection code from Airsnort. +snax gave permission to use his(?) weak key detection code from Airsnort. IANA gave permission for their port-numbers file to be used. -We use the natural order string comparison algorithm, written by -Martin Pool . +We use the natural order string comparison algorithm, written by Martin Pool . -Emanuel Eichhammer granted permission -to use QCustomPlot. +Emanuel Eichhammer granted permission to use QCustomPlot. Some icons made by Freepik, http://www.freepik.com from https://www.flaticon.com diff --git a/tools/generate_authors.pl b/tools/generate_authors.pl index 92db3d8195..20512d17e0 100755 --- a/tools/generate_authors.pl +++ b/tools/generate_authors.pl @@ -37,35 +37,23 @@ my $trailer = " = Acknowledgements = -Dan Lasley gave permission for his -dumpit() hex-dump routine to be used. +Dan Lasley gave permission for his dumpit() hex-dump routine to be used. -Mattia Cazzola provided a patch to the -hex dump display routine. +Mattia Cazzola provided a patch to the hex dump display routine. -We use the exception module from Kazlib, a C library written by -Kaz Kylheku . Thanks go to him for -his well-written library. The Kazlib home page can be found at -http://www.kylheku.com/~kaz/kazlib.html +We use the exception module from Kazlib, a C library written by Kaz Kylheku . Thanks go to him for his well-written library. The Kazlib home page can be found at http://www.kylheku.com/~kaz/kazlib.html -We use Lua BitOp, written by Mike Pall, for bitwise operations -on numbers in Lua. The Lua BitOp home page can be found at -https://bitop.luajit.org +We use Lua BitOp, written by Mike Pall, for bitwise operations on numbers in Lua. The Lua BitOp home page can be found at https://bitop.luajit.org -snax gave permission to use his(?) weak key -detection code from Airsnort. +snax gave permission to use his(?) weak key detection code from Airsnort. IANA gave permission for their port-numbers file to be used. -We use the natural order string comparison algorithm, written by -Martin Pool . +We use the natural order string comparison algorithm, written by Martin Pool . -Emanuel Eichhammer granted permission -to use QCustomPlot. +Emanuel Eichhammer granted permission to use QCustomPlot. -Insecure.Com LLC (\"The Nmap Project\") has granted the Wireshark -Foundation permission to distribute Npcap with our Windows -installers. +Insecure.Com LLC (\"The Nmap Project\") has granted the Wireshark Foundation permission to distribute Npcap with our Windows installers. "; my $git_log_text = " -- cgit v1.2.3