From 5c62c257c4dcebaf7c221b46665f1da6e200297f Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 29 Jun 2011 02:14:38 +0000 Subject: [PATCH] updating email address for better filtering --- debian/copyright | 4 ++-- debian/source_byobu.py | 2 +- etc/byobu/statusrc | 2 +- usr/bin/byobu | 2 +- usr/bin/byobu-config | 2 +- usr/bin/byobu-disable | 2 +- usr/bin/byobu-enable | 2 +- usr/bin/byobu-export | 2 +- usr/bin/byobu-janitor | 2 +- usr/bin/byobu-launch | 2 +- usr/bin/byobu-launcher | 2 +- usr/bin/byobu-launcher-install | 2 +- usr/bin/byobu-launcher-uninstall | 2 +- usr/bin/byobu-reconnect-sockets | 2 +- usr/bin/byobu-select-profile | 2 +- usr/bin/byobu-select-session | 2 +- usr/bin/byobu-shell | 2 +- usr/bin/byobu-status | 2 +- usr/bin/byobu-status-detail | 2 +- usr/lib/byobu/.notify_osd | 2 +- usr/share/byobu/keybindings/screen-escape-keys | 2 +- usr/share/byobu/profiles/NONE | 2 +- usr/share/byobu/profiles/byoburc | 2 +- usr/share/byobu/profiles/common | 2 +- usr/share/byobu/profiles/screenrc | 2 +- usr/share/byobu/tests/byobu-time-notifications | 2 +- usr/share/man/man1/byobu-config.1 | 2 +- usr/share/man/man1/byobu-ctrl-a.1 | 2 +- usr/share/man/man1/byobu-enable.1 | 2 +- usr/share/man/man1/byobu-export.1 | 2 +- usr/share/man/man1/byobu-janitor.1 | 2 +- usr/share/man/man1/byobu-launcher-install.1 | 2 +- usr/share/man/man1/byobu-launcher-uninstall.1 | 2 +- usr/share/man/man1/byobu-launcher.1 | 2 +- usr/share/man/man1/byobu-quiet.1 | 2 +- usr/share/man/man1/byobu-reconnect-sockets.1 | 2 +- usr/share/man/man1/byobu-select-profile.1 | 2 +- usr/share/man/man1/byobu-select-session.1 | 2 +- usr/share/man/man1/byobu-shell.1 | 2 +- usr/share/man/man1/byobu-silent.1 | 2 +- usr/share/man/man1/byobu-status-detail.1 | 2 +- usr/share/man/man1/byobu-status.1 | 2 +- usr/share/man/man1/byobu.1 | 2 +- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/debian/copyright b/debian/copyright index 7e577b2e..a3314227 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ -This package was debianized by Dustin Kirkland +This package was debianized by Dustin Kirkland Sun, 14 Dec 2008 13:11:37 -0600 It was downloaded from: http://launchpad.net/byobu Upstream Authors: - Dustin Kirkland + Dustin Kirkland Dustin Kirkland Nick Barcet diff --git a/debian/source_byobu.py b/debian/source_byobu.py index 1c8f6b34..037c141e 100644 --- a/debian/source_byobu.py +++ b/debian/source_byobu.py @@ -1,7 +1,7 @@ '''apport package hook for byobu (c) 2009 Canonical Ltd. -Author: Dustin Kirkland +Author: Dustin Kirkland ''' from apport.hookutils import * diff --git a/etc/byobu/statusrc b/etc/byobu/statusrc index 994f521d..42299b2a 100644 --- a/etc/byobu/statusrc +++ b/etc/byobu/statusrc @@ -4,7 +4,7 @@ # # Copyright (C) 2009 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu b/usr/bin/byobu index f38aa829..cf7aa760 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -3,7 +3,7 @@ # byobu - screen wrapper script # Copyright (C) 2008-2009 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-config b/usr/bin/byobu-config index f023850e..60d4cb53 100755 --- a/usr/bin/byobu-config +++ b/usr/bin/byobu-config @@ -4,7 +4,7 @@ # Copyright (C) 2008 Canonical Ltd. # # Authors: Nick Barcet -# Dustin Kirkland +# Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-disable b/usr/bin/byobu-disable index 8f954017..733cab32 100755 --- a/usr/bin/byobu-disable +++ b/usr/bin/byobu-disable @@ -3,7 +3,7 @@ # byobu-disable: disable byobu at login # Copyright (C) 2010 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-enable b/usr/bin/byobu-enable index 8c9483e8..9b2b9f38 100755 --- a/usr/bin/byobu-enable +++ b/usr/bin/byobu-enable @@ -3,7 +3,7 @@ # byobu-enable: enable and launch byobu # Copyright (C) 2010 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-export b/usr/bin/byobu-export index c5080607..5c7ef0e3 100755 --- a/usr/bin/byobu-export +++ b/usr/bin/byobu-export @@ -3,7 +3,7 @@ # byobu-export # Copyright (C) 2008-2010 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-janitor b/usr/bin/byobu-janitor index 9d633d92..4e2d07c7 100755 --- a/usr/bin/byobu-janitor +++ b/usr/bin/byobu-janitor @@ -5,7 +5,7 @@ # # Copyright (C) 2009 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-launch b/usr/bin/byobu-launch index 206479cb..a072a984 100755 --- a/usr/bin/byobu-launch +++ b/usr/bin/byobu-launch @@ -3,7 +3,7 @@ # byobu-launch - call the launcher if we're in an interactive shell # Copyright (C) 2010 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-launcher b/usr/bin/byobu-launcher index 0ec841cc..9b10fb35 100755 --- a/usr/bin/byobu-launcher +++ b/usr/bin/byobu-launcher @@ -3,7 +3,7 @@ # byobu-launcher - conditionally launch byobu # Copyright (C) 2010 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-launcher-install b/usr/bin/byobu-launcher-install index 69baedcc..a3273dcb 100755 --- a/usr/bin/byobu-launcher-install +++ b/usr/bin/byobu-launcher-install @@ -4,7 +4,7 @@ # Copyright (C) 2008 Canonical Ltd. # # Authors: Nick Barcet -# Dustin Kirkland +# Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-launcher-uninstall b/usr/bin/byobu-launcher-uninstall index cce9e747..9cdb7732 100755 --- a/usr/bin/byobu-launcher-uninstall +++ b/usr/bin/byobu-launcher-uninstall @@ -4,7 +4,7 @@ # Copyright (C) 2008 Canonical Ltd. # # Authors: Nick Barcet -# Dustin Kirkland +# Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-reconnect-sockets b/usr/bin/byobu-reconnect-sockets index 5eb39740..de6b763f 100755 --- a/usr/bin/byobu-reconnect-sockets +++ b/usr/bin/byobu-reconnect-sockets @@ -7,7 +7,7 @@ # # Copyright (C) 2009 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-select-profile b/usr/bin/byobu-select-profile index 8930d6f7..57c814d6 100755 --- a/usr/bin/byobu-select-profile +++ b/usr/bin/byobu-select-profile @@ -3,7 +3,7 @@ # byobu-select-profile # Copyright (C) 2008 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # Nick Barcet # # This program is free software: you can redistribute it and/or modify diff --git a/usr/bin/byobu-select-session b/usr/bin/byobu-select-session index 9821d191..f59438d3 100755 --- a/usr/bin/byobu-select-session +++ b/usr/bin/byobu-select-session @@ -3,7 +3,7 @@ # byobu-select-session # Copyright (C) 2010 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-shell b/usr/bin/byobu-shell index 079d8e24..40b55e68 100755 --- a/usr/bin/byobu-shell +++ b/usr/bin/byobu-shell @@ -3,7 +3,7 @@ # byobu-shell: display the MOTD and launch the default shell # Copyright (C) 2008 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-status b/usr/bin/byobu-status index c8aaf274..94477601 100755 --- a/usr/bin/byobu-status +++ b/usr/bin/byobu-status @@ -3,7 +3,7 @@ # byobu-status # Copyright (C) 2008 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/bin/byobu-status-detail b/usr/bin/byobu-status-detail index 773cce26..5343fc07 100755 --- a/usr/bin/byobu-status-detail +++ b/usr/bin/byobu-status-detail @@ -3,7 +3,7 @@ # byobu-status-detail # Copyright (C) 2008 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/lib/byobu/.notify_osd b/usr/lib/byobu/.notify_osd index 3879136a..24e2f1a9 100755 --- a/usr/lib/byobu/.notify_osd +++ b/usr/lib/byobu/.notify_osd @@ -4,7 +4,7 @@ # and then send to the screen message window # Copyright (C) 2010 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # with help from Mathias Gug # # This program is free software: you can redistribute it and/or modify diff --git a/usr/share/byobu/keybindings/screen-escape-keys b/usr/share/byobu/keybindings/screen-escape-keys index b374a685..da6be5fe 100644 --- a/usr/share/byobu/keybindings/screen-escape-keys +++ b/usr/share/byobu/keybindings/screen-escape-keys @@ -2,7 +2,7 @@ # Disable Byobu's f-key keybindings, define a set using screen's escape # sequence. # -# Copyright (C) 2009 Dustin Kirkland +# Copyright (C) 2009 Dustin Kirkland # # 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 diff --git a/usr/share/byobu/profiles/NONE b/usr/share/byobu/profiles/NONE index 5cdf8fb1..c4256f8c 100644 --- a/usr/share/byobu/profiles/NONE +++ b/usr/share/byobu/profiles/NONE @@ -7,7 +7,7 @@ # # Copyright (C) 2008 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/share/byobu/profiles/byoburc b/usr/share/byobu/profiles/byoburc index dc4a14f1..2d37065d 100644 --- a/usr/share/byobu/profiles/byoburc +++ b/usr/share/byobu/profiles/byoburc @@ -7,7 +7,7 @@ # # Copyright (C) 2009-2011 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/share/byobu/profiles/common b/usr/share/byobu/profiles/common index 24a24464..8f0f7993 100644 --- a/usr/share/byobu/profiles/common +++ b/usr/share/byobu/profiles/common @@ -5,7 +5,7 @@ # # Copyright (C) 2008 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/share/byobu/profiles/screenrc b/usr/share/byobu/profiles/screenrc index 0dc73361..97bc23b8 100644 --- a/usr/share/byobu/profiles/screenrc +++ b/usr/share/byobu/profiles/screenrc @@ -7,7 +7,7 @@ # # Copyright (C) 2009-2011 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/share/byobu/tests/byobu-time-notifications b/usr/share/byobu/tests/byobu-time-notifications index ccd4e7ef..cd61d3f1 100755 --- a/usr/share/byobu/tests/byobu-time-notifications +++ b/usr/share/byobu/tests/byobu-time-notifications @@ -4,7 +4,7 @@ # # Copyright (C) 2009 Canonical Ltd. # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # # 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 diff --git a/usr/share/man/man1/byobu-config.1 b/usr/share/man/man1/byobu-config.1 index ac2a4092..19312ea8 100644 --- a/usr/share/man/man1/byobu-config.1 +++ b/usr/share/man/man1/byobu-config.1 @@ -18,6 +18,6 @@ The menu provided by the \fBbyobu\fP should be self-explanatory. .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-ctrl-a.1 b/usr/share/man/man1/byobu-ctrl-a.1 index 9c221b22..109791f0 100644 --- a/usr/share/man/man1/byobu-ctrl-a.1 +++ b/usr/share/man/man1/byobu-ctrl-a.1 @@ -14,6 +14,6 @@ Thus, this program exists to allow each user to choose the behavior of ctrl-a in .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-enable.1 b/usr/share/man/man1/byobu-enable.1 index a1c69ffc..36df49f9 100644 --- a/usr/share/man/man1/byobu-enable.1 +++ b/usr/share/man/man1/byobu-enable.1 @@ -27,6 +27,6 @@ None found, yet. .PD .SH AUTHOR -This manpage was written by Jan Klepek and the utility was written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage was written by Jan Klepek and the utility was written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-export.1 b/usr/share/man/man1/byobu-export.1 index cf334c21..b60f57ed 100644 --- a/usr/share/man/man1/byobu-export.1 +++ b/usr/share/man/man1/byobu-export.1 @@ -15,6 +15,6 @@ where you are not the root user, simply: * And follow the instructions in the README .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-janitor.1 b/usr/share/man/man1/byobu-janitor.1 index 30b9a3a3..a9eac712 100644 --- a/usr/share/man/man1/byobu-janitor.1 +++ b/usr/share/man/man1/byobu-janitor.1 @@ -21,6 +21,6 @@ None found, yet. .PD .SH AUTHOR -This manpage was written by Jan Klepek and the utility was written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage was written by Jan Klepek and the utility was written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-launcher-install.1 b/usr/share/man/man1/byobu-launcher-install.1 index 609eeac4..c946bab3 100644 --- a/usr/share/man/man1/byobu-launcher-install.1 +++ b/usr/share/man/man1/byobu-launcher-install.1 @@ -22,6 +22,6 @@ You can disable this behavior entirely at any time with the \fBbyobu\-launcher\- .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-launcher-uninstall.1 b/usr/share/man/man1/byobu-launcher-uninstall.1 index fe351cd6..b4d818e9 100644 --- a/usr/share/man/man1/byobu-launcher-uninstall.1 +++ b/usr/share/man/man1/byobu-launcher-uninstall.1 @@ -18,6 +18,6 @@ byobu\-launcher\-uninstall .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-launcher.1 b/usr/share/man/man1/byobu-launcher.1 index fca1ae75..e9541643 100644 --- a/usr/share/man/man1/byobu-launcher.1 +++ b/usr/share/man/man1/byobu-launcher.1 @@ -15,6 +15,6 @@ byobu\-launcher \- Byobu Launcher .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-quiet.1 b/usr/share/man/man1/byobu-quiet.1 index af3ff110..4f63726c 100644 --- a/usr/share/man/man1/byobu-quiet.1 +++ b/usr/share/man/man1/byobu-quiet.1 @@ -18,6 +18,6 @@ Some administrators, in some environments, at some times may prefer a very minim .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-reconnect-sockets.1 b/usr/share/man/man1/byobu-reconnect-sockets.1 index 42379039..6de01049 100644 --- a/usr/share/man/man1/byobu-reconnect-sockets.1 +++ b/usr/share/man/man1/byobu-reconnect-sockets.1 @@ -12,6 +12,6 @@ This is often useful when reattaching to a detached Byobu session. .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-select-profile.1 b/usr/share/man/man1/byobu-select-profile.1 index ae25a81d..03519f81 100644 --- a/usr/share/man/man1/byobu-select-profile.1 +++ b/usr/share/man/man1/byobu-select-profile.1 @@ -15,6 +15,6 @@ byobu\-select\-profile \- select your Byobu foreground and background colors .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-select-session.1 b/usr/share/man/man1/byobu-select-session.1 index 4a509c9b..2aba63d0 100644 --- a/usr/share/man/man1/byobu-select-session.1 +++ b/usr/share/man/man1/byobu-select-session.1 @@ -27,6 +27,6 @@ Named sessions that begin with a "." are "hidden" from \fBbyobu\-select\-session .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-shell.1 b/usr/share/man/man1/byobu-shell.1 index b28dbf94..f08fa38c 100644 --- a/usr/share/man/man1/byobu-shell.1 +++ b/usr/share/man/man1/byobu-shell.1 @@ -12,6 +12,6 @@ $SHELL will be invoked if it exists. Otherwise, /bin/sh will be used. .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-silent.1 b/usr/share/man/man1/byobu-silent.1 index 4cfec71c..209142c0 100644 --- a/usr/share/man/man1/byobu-silent.1 +++ b/usr/share/man/man1/byobu-silent.1 @@ -20,6 +20,6 @@ Some administrators, in some environments, at some times may prefer a very minim .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-status-detail.1 b/usr/share/man/man1/byobu-status-detail.1 index 2cd4f9b8..47d2cb25 100644 --- a/usr/share/man/man1/byobu-status-detail.1 +++ b/usr/share/man/man1/byobu-status-detail.1 @@ -10,6 +10,6 @@ byobu\-status\-detail \- Wrapper that uses a sensible pager .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-status.1 b/usr/share/man/man1/byobu-status.1 index 57b82dc4..c2f127a2 100644 --- a/usr/share/man/man1/byobu-status.1 +++ b/usr/share/man/man1/byobu-status.1 @@ -10,6 +10,6 @@ byobu\-status \- Common starting point for running byobu status commands .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index d545cc05..f2dbad96 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -199,6 +199,6 @@ Users who customize their PS1 prompt need to put this setting in \fI~/.bashrc\fP .PD .SH AUTHOR -This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.