mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
fixed some long standing glitches in version output
This commit is contained in:
parent
b28bcc11a5
commit
4ee077156b
2
inxi
2
inxi
|
@ -3623,7 +3623,7 @@ print_version_info()
|
||||||
print_lines_basic "0" "" "$SELF_NAME - the universal, portable, system information tool for console and irc."
|
print_lines_basic "0" "" "$SELF_NAME - the universal, portable, system information tool for console and irc."
|
||||||
print_screen_output " "
|
print_screen_output " "
|
||||||
print_lines_basic "0" "" "This program started life as a fork of Infobash 3.02: Copyright^(C)^2005-2007^Michiel^de^Boer^a.k.a.^locsmif."
|
print_lines_basic "0" "" "This program started life as a fork of Infobash 3.02: Copyright^(C)^2005-2007^Michiel^de^Boer^a.k.a.^locsmif."
|
||||||
print_lines_basic "0" "" "Subsequent changes and modifications (after Infobash 3.02): Copyright^(C)^2008-${year_modified%%-*}^Harald^Hope,^Scott^Rogers,^aka^h2^&trash80."
|
print_lines_basic "0" "" "Subsequent changes and modifications (after Infobash 3.02): Copyright^(C)^2008-${SELF_DATE%%-*}^Harald^Hope^aka^h2. CPU/Konversation^fixes:^Scott^Rogers^aka^&trash80. USB^audio^fixes:^Steven^Barrett^aka^damentz."
|
||||||
print_screen_output " "
|
print_screen_output " "
|
||||||
print_lines_basic "0" "" "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. (http://www.gnu.org/licenses/gpl.html)"
|
print_lines_basic "0" "" "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. (http://www.gnu.org/licenses/gpl.html)"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue