diff --git a/debian/changelog b/debian/changelog index 6e7cec20..bf1836e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,7 +17,54 @@ byobu (5.29) unreleased; urgency=low usr/share/byobu/keybindings/f-keys.screen.disable, usr/share/byobu/keybindings/f-keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable: - - updated email address + - updated email address from kirkland@ubuntu.com to kirkland@byobu.co + * debian/copyright, debian/source_byobu.py, etc/profile.d/Z97- + byobu.sh, experimental/byobu-classroom, usr/bin/byobu, + usr/bin/byobu-config, usr/bin/byobu-ctrl-a, usr/bin/byobu-disable, + usr/bin/byobu-enable, usr/bin/byobu-export, usr/bin/byobu-janitor, + usr/bin/byobu-launch, usr/bin/byobu-launcher, usr/bin/byobu- + launcher-install, usr/bin/byobu-launcher-uninstall, usr/bin/byobu- + quiet, usr/bin/byobu-select-backend, usr/bin/byobu-select-profile, + usr/bin/byobu-shell, usr/bin/byobu-silent, usr/bin/byobu-status, + usr/bin/byobu-status-detail, usr/lib/byobu/apport, + usr/lib/byobu/arch, usr/lib/byobu/battery, usr/lib/byobu/color, + usr/lib/byobu/cpu_count, usr/lib/byobu/cpu_freq, + usr/lib/byobu/cpu_temp, usr/lib/byobu/custom, usr/lib/byobu/date, + usr/lib/byobu/disk, usr/lib/byobu/disk_io, usr/lib/byobu/distro, + usr/lib/byobu/ec2_cost, usr/lib/byobu/fan_speed, + usr/lib/byobu/hostname, usr/lib/byobu/include/common, + usr/lib/byobu/include/constants, usr/lib/byobu/include/dirs, + usr/lib/byobu/include/notify_osd, usr/lib/byobu/include/shutil, + usr/lib/byobu/ip_address, usr/lib/byobu/load_average, + usr/lib/byobu/logo, usr/lib/byobu/mail, usr/lib/byobu/memory, + usr/lib/byobu/network, usr/lib/byobu/notify_osd, + usr/lib/byobu/processes, usr/lib/byobu/raid, usr/lib/byobu/rcs_cost, + usr/lib/byobu/reboot_required, usr/lib/byobu/release, + usr/lib/byobu/services, usr/lib/byobu/swap, usr/lib/byobu/time, + usr/lib/byobu/time_utc, usr/lib/byobu/trash, + usr/lib/byobu/updates_available, usr/lib/byobu/uptime, + usr/lib/byobu/users, usr/lib/byobu/whoami, + usr/lib/byobu/wifi_quality, usr/share/byobu/profiles/byoburc, + usr/share/byobu/profiles/classroom, usr/share/byobu/profiles/common, + usr/share/byobu/profiles/NONE, usr/share/byobu/profiles/screenrc, + usr/share/byobu/profiles/tmux, usr/share/byobu/profiles/tmuxrc, + usr/share/byobu/status/status, usr/share/byobu/status/statusrc, + usr/share/byobu/tests/byobu-time-notifications, + usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-config.1, + usr/share/man/man1/byobu-ctrl-a.1, usr/share/man/man1/byobu- + enable.1, usr/share/man/man1/byobu-export.1, + usr/share/man/man1/byobu-janitor.1, usr/share/man/man1/byobu- + launcher.1, usr/share/man/man1/byobu-launcher-install.1, + usr/share/man/man1/byobu-launcher-uninstall.1, + usr/share/man/man1/byobu-layout.1, usr/share/man/man1/byobu-quiet.1, + usr/share/man/man1/byobu-reconnect-sockets.1, + usr/share/man/man1/byobu-screen.1, usr/share/man/man1/byobu-select- + backend.1, usr/share/man/man1/byobu-select-profile.1, + usr/share/man/man1/byobu-select-session.1, usr/share/man/man1/byobu- + shell.1, usr/share/man/man1/byobu-silent.1, + usr/share/man/man1/byobu-status.1, usr/share/man/man1/byobu-status- + detail.1, usr/share/man/man1/byobu-tmux.1: + - updated email address from kirkland@ubuntu.com to kirkland@byobu.co -- Dustin Kirkland Tue, 15 Jan 2013 19:26:40 -0600 diff --git a/debian/copyright b/debian/copyright index ad6cc8df..d65562a0 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: https://launchpad.net/byobu/+download Upstream Authors: - Dustin Kirkland + Dustin Kirkland Dustin Kirkland Nick Barcet diff --git a/debian/source_byobu.py b/debian/source_byobu.py index 037c141e..656992b3 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/profile.d/Z97-byobu.sh b/etc/profile.d/Z97-byobu.sh index 4990be77..aab65e80 100755 --- a/etc/profile.d/Z97-byobu.sh +++ b/etc/profile.d/Z97-byobu.sh @@ -2,7 +2,7 @@ # Z97-byobu.sh - allow any user to opt into auto-launching byobu # Copyright (C) 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/experimental/byobu-classroom b/experimental/byobu-classroom index 68889058..5367573b 100755 --- a/experimental/byobu-classroom +++ b/experimental/byobu-classroom @@ -5,7 +5,7 @@ # # Copyright (C) 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/bin/byobu b/usr/bin/byobu index e66e5b44..d299cb09 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -3,7 +3,7 @@ # byobu - 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 85eac2b6..03125930 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-ctrl-a b/usr/bin/byobu-ctrl-a index b42bdc1b..f7017f42 100755 --- a/usr/bin/byobu-ctrl-a +++ b/usr/bin/byobu-ctrl-a @@ -3,7 +3,7 @@ # byobu-ctrl-a - set the ctrl-a behavior # Copyright (C) 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/bin/byobu-disable b/usr/bin/byobu-disable index 56566618..ce96f4e7 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 3ca132cd..ead1c361 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 0246e284..a89e52a7 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 a32faaad..79121c72 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 dc1dc1aa..0ea19d8f 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 1db34474..45f95e5b 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 dd5d2cb6..38542c02 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 6a100d14..8e51e053 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-quiet b/usr/bin/byobu-quiet index b7f2390e..3c8c77ac 100755 --- a/usr/bin/byobu-quiet +++ b/usr/bin/byobu-quiet @@ -3,7 +3,7 @@ # byobu-quiet - disable the hardstatus and all indicators # Copyright (C) 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/bin/byobu-select-backend b/usr/bin/byobu-select-backend index eb6fb8d3..19298a20 100755 --- a/usr/bin/byobu-select-backend +++ b/usr/bin/byobu-select-backend @@ -3,7 +3,7 @@ # byobu-select-backend # Copyright (C) 2011 Dustin Kirkland # -# 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 7268aa45..ba4a19d9 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-shell b/usr/bin/byobu-shell index 6568335c..a56b6327 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-silent b/usr/bin/byobu-silent index 10caf08b..3caf124e 100755 --- a/usr/bin/byobu-silent +++ b/usr/bin/byobu-silent @@ -3,7 +3,7 @@ # byobu-silence - disable the hardstatus, all indicators, and the window list # Copyright (C) 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/bin/byobu-status b/usr/bin/byobu-status index 254e06a9..1b367e6a 100755 --- a/usr/bin/byobu-status +++ b/usr/bin/byobu-status @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Dustin Kirkland # -# 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 e1f67035..5582d600 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/apport b/usr/lib/byobu/apport index 03ed30c4..fbc9522e 100755 --- a/usr/lib/byobu/apport +++ b/usr/lib/byobu/apport @@ -5,7 +5,7 @@ # Copyright (C) 2009 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/arch b/usr/lib/byobu/arch index 3d6d90fe..e932bb15 100755 --- a/usr/lib/byobu/arch +++ b/usr/lib/byobu/arch @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/battery b/usr/lib/byobu/battery index 9efca58b..a152a30a 100755 --- a/usr/lib/byobu/battery +++ b/usr/lib/byobu/battery @@ -6,7 +6,7 @@ # Copyright (C) 2011 Dustin Kirkland # # Authors: Raphaël Pinson -# 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/lib/byobu/color b/usr/lib/byobu/color index cebfab5f..c031dc2a 100755 --- a/usr/lib/byobu/color +++ b/usr/lib/byobu/color @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Dustin Kirkland # -# 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/cpu_count b/usr/lib/byobu/cpu_count index 3ba27e70..444f958d 100755 --- a/usr/lib/byobu/cpu_count +++ b/usr/lib/byobu/cpu_count @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/cpu_freq b/usr/lib/byobu/cpu_freq index 61c89da1..c7e6b680 100755 --- a/usr/lib/byobu/cpu_freq +++ b/usr/lib/byobu/cpu_freq @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/cpu_temp b/usr/lib/byobu/cpu_temp index 7f49c8e0..c1a0172a 100755 --- a/usr/lib/byobu/cpu_temp +++ b/usr/lib/byobu/cpu_temp @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/custom b/usr/lib/byobu/custom index a071e749..1db44d2e 100755 --- a/usr/lib/byobu/custom +++ b/usr/lib/byobu/custom @@ -5,7 +5,7 @@ # Copyright (C) 2009 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/date b/usr/lib/byobu/date index b37ba31d..465e46fe 100755 --- a/usr/lib/byobu/date +++ b/usr/lib/byobu/date @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/disk b/usr/lib/byobu/disk index 42320ee5..2fc4aa31 100755 --- a/usr/lib/byobu/disk +++ b/usr/lib/byobu/disk @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/disk_io b/usr/lib/byobu/disk_io index 5978528f..febb447b 100755 --- a/usr/lib/byobu/disk_io +++ b/usr/lib/byobu/disk_io @@ -5,7 +5,7 @@ # Copyright (C) 2010 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/distro b/usr/lib/byobu/distro index 35319940..1b31d22f 100755 --- a/usr/lib/byobu/distro +++ b/usr/lib/byobu/distro @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/ec2_cost b/usr/lib/byobu/ec2_cost index 8387fe58..f7b89d8f 100755 --- a/usr/lib/byobu/ec2_cost +++ b/usr/lib/byobu/ec2_cost @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/fan_speed b/usr/lib/byobu/fan_speed index 1b5ac1a4..0a2d07f3 100755 --- a/usr/lib/byobu/fan_speed +++ b/usr/lib/byobu/fan_speed @@ -5,7 +5,7 @@ # Copyright (C) 2009 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/hostname b/usr/lib/byobu/hostname index 0764595f..d044e5bb 100755 --- a/usr/lib/byobu/hostname +++ b/usr/lib/byobu/hostname @@ -5,7 +5,7 @@ # Copyright (C) 2008-2011 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/include/common b/usr/lib/byobu/include/common index 6151dc70..90c255fb 100755 --- a/usr/lib/byobu/include/common +++ b/usr/lib/byobu/include/common @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Dustin Kirkland # -# 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/include/constants b/usr/lib/byobu/include/constants index f76d61be..5944e4a5 100755 --- a/usr/lib/byobu/include/constants +++ b/usr/lib/byobu/include/constants @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Dustin Kirkland # -# 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/include/dirs b/usr/lib/byobu/include/dirs index 3ca53d1d..cfb67d86 100755 --- a/usr/lib/byobu/include/dirs +++ b/usr/lib/byobu/include/dirs @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Dustin Kirkland # -# 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/include/notify_osd b/usr/lib/byobu/include/notify_osd index 9532df10..9feb5f61 100755 --- a/usr/lib/byobu/include/notify_osd +++ b/usr/lib/byobu/include/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/lib/byobu/include/shutil b/usr/lib/byobu/include/shutil index c18831fc..73e84b16 100755 --- a/usr/lib/byobu/include/shutil +++ b/usr/lib/byobu/include/shutil @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Dustin Kirkland # -# Authors: Dustin Kirkland +# Authors: Dustin Kirkland # Scott Moser # # This program is free software: you can redistribute it and/or modify diff --git a/usr/lib/byobu/ip_address b/usr/lib/byobu/ip_address index 4fa564a8..eadaa4a2 100755 --- a/usr/lib/byobu/ip_address +++ b/usr/lib/byobu/ip_address @@ -5,7 +5,7 @@ # Copyright (C) 2008-2011 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/load_average b/usr/lib/byobu/load_average index c1eeb239..dfa3f16e 100755 --- a/usr/lib/byobu/load_average +++ b/usr/lib/byobu/load_average @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/logo b/usr/lib/byobu/logo index a2734a36..20e9d362 100755 --- a/usr/lib/byobu/logo +++ b/usr/lib/byobu/logo @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/mail b/usr/lib/byobu/mail index f57d2aa4..5d9bab84 100755 --- a/usr/lib/byobu/mail +++ b/usr/lib/byobu/mail @@ -5,7 +5,7 @@ # Copyright (C) 2009 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/memory b/usr/lib/byobu/memory index 15cf39ca..ee84ff5e 100755 --- a/usr/lib/byobu/memory +++ b/usr/lib/byobu/memory @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/network b/usr/lib/byobu/network index 2b1872a7..43ac2ff0 100755 --- a/usr/lib/byobu/network +++ b/usr/lib/byobu/network @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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 a7849fa9..a1e263e6 100755 --- a/usr/lib/byobu/notify_osd +++ b/usr/lib/byobu/notify_osd @@ -5,7 +5,7 @@ # Copyright (C) 2010 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/lib/byobu/processes b/usr/lib/byobu/processes index ef54d022..db7c1f13 100755 --- a/usr/lib/byobu/processes +++ b/usr/lib/byobu/processes @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/raid b/usr/lib/byobu/raid index ab575abd..6413cbc8 100755 --- a/usr/lib/byobu/raid +++ b/usr/lib/byobu/raid @@ -5,7 +5,7 @@ # Copyright (C) 2010 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/rcs_cost b/usr/lib/byobu/rcs_cost index 629d9def..75cde0f3 100755 --- a/usr/lib/byobu/rcs_cost +++ b/usr/lib/byobu/rcs_cost @@ -6,7 +6,7 @@ # Copyright (C) 2011 Dustin Kirkland # # Author(s): Jon Bernard -# Dustin Kirkland +# Dustin Kirkland # # Derived from byobu's ec2_cost written by Dustin Kirkland, see # Byobu's project page: http://byobu.co for more information diff --git a/usr/lib/byobu/reboot_required b/usr/lib/byobu/reboot_required index cae9f24e..31058689 100755 --- a/usr/lib/byobu/reboot_required +++ b/usr/lib/byobu/reboot_required @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/release b/usr/lib/byobu/release index 15072485..b9a1e1c6 100755 --- a/usr/lib/byobu/release +++ b/usr/lib/byobu/release @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/services b/usr/lib/byobu/services index c29b3bf5..dde2db0a 100755 --- a/usr/lib/byobu/services +++ b/usr/lib/byobu/services @@ -5,7 +5,7 @@ # Copyright (C) 2009 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/swap b/usr/lib/byobu/swap index f6e1c0df..370eb509 100755 --- a/usr/lib/byobu/swap +++ b/usr/lib/byobu/swap @@ -5,7 +5,7 @@ # Copyright (C) 2010 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/time b/usr/lib/byobu/time index 03f93c69..e35c98de 100755 --- a/usr/lib/byobu/time +++ b/usr/lib/byobu/time @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/time_utc b/usr/lib/byobu/time_utc index 515c1fea..30d62152 100755 --- a/usr/lib/byobu/time_utc +++ b/usr/lib/byobu/time_utc @@ -5,7 +5,7 @@ # Copyright (C) 2010 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/trash b/usr/lib/byobu/trash index a2591960..1938ee9a 100755 --- a/usr/lib/byobu/trash +++ b/usr/lib/byobu/trash @@ -6,7 +6,7 @@ # Copyright (C) 2011 Dustin Kirkland # # Authors: James Hunt -# 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/lib/byobu/updates_available b/usr/lib/byobu/updates_available index fc801cce..d8721bd7 100755 --- a/usr/lib/byobu/updates_available +++ b/usr/lib/byobu/updates_available @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/uptime b/usr/lib/byobu/uptime index c655b62e..bc6ea54c 100755 --- a/usr/lib/byobu/uptime +++ b/usr/lib/byobu/uptime @@ -7,7 +7,7 @@ # Copyright (C) 2011 Dustin Kirkland # # Authors: Raphaël Pinson -# 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/lib/byobu/users b/usr/lib/byobu/users index 1a698c39..e0f3ab57 100755 --- a/usr/lib/byobu/users +++ b/usr/lib/byobu/users @@ -7,7 +7,7 @@ # Copyright (C) 2011 Dustin Kirkland # # Authors: Raphaël Pinson -# 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/lib/byobu/whoami b/usr/lib/byobu/whoami index fd546b51..356fb79d 100755 --- a/usr/lib/byobu/whoami +++ b/usr/lib/byobu/whoami @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/wifi_quality b/usr/lib/byobu/wifi_quality index a1ad5f04..6055f662 100755 --- a/usr/lib/byobu/wifi_quality +++ b/usr/lib/byobu/wifi_quality @@ -5,7 +5,7 @@ # Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2011 Dustin Kirkland # -# 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/NONE b/usr/share/byobu/profiles/NONE index fd9f8e5e..9cbb75b0 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 e7f826a4..aabbefa4 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/classroom b/usr/share/byobu/profiles/classroom index 6a1e614c..ee76f360 100644 --- a/usr/share/byobu/profiles/classroom +++ b/usr/share/byobu/profiles/classroom @@ -5,7 +5,7 @@ # # Copyright (C) 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 074ae588..758c288a 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 97bc23b8..cf11d919 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/profiles/tmux b/usr/share/byobu/profiles/tmux index 35958651..11e2c4fd 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -5,7 +5,7 @@ # # Copyright (C) 2011 Dustin Kirkland # -# 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/tmuxrc b/usr/share/byobu/profiles/tmuxrc index 9bf7f9ba..a4acfca8 100644 --- a/usr/share/byobu/profiles/tmuxrc +++ b/usr/share/byobu/profiles/tmuxrc @@ -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/status/status b/usr/share/byobu/status/status index 59e8ea66..a41fea82 100644 --- a/usr/share/byobu/status/status +++ b/usr/share/byobu/status/status @@ -6,7 +6,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/status/statusrc b/usr/share/byobu/status/statusrc index 42745984..8facf494 100644 --- a/usr/share/byobu/status/statusrc +++ b/usr/share/byobu/status/statusrc @@ -6,7 +6,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 232a5fc4..820f90c0 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 347a1c30..bba02681 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 1f292f58..808249e6 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 bcd7eaab..c53c6fbf 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 b60f57ed..eff2ae5f 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 2825377a..68bf6112 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 e7e8c591..fa9798b1 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 5ca6c1af..f80bc399 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 9fa27557..9f92d051 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-layout.1 b/usr/share/man/man1/byobu-layout.1 index 152565fb..015f0458 100644 --- a/usr/share/man/man1/byobu-layout.1 +++ b/usr/share/man/man1/byobu-layout.1 @@ -20,6 +20,6 @@ Note that this only works with Byobu when backed by \fBtmux\fP(1), and not \fBsc .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 2136a193..8469e1b2 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 b6479454..5faf829e 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-screen.1 b/usr/share/man/man1/byobu-screen.1 index 1105e992..78821559 100644 --- a/usr/share/man/man1/byobu-screen.1 +++ b/usr/share/man/man1/byobu-screen.1 @@ -14,6 +14,6 @@ byobu\-screen \- Launch byobu with screen as the backend .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-backend.1 b/usr/share/man/man1/byobu-select-backend.1 index 5db125f9..a35ea7ac 100644 --- a/usr/share/man/man1/byobu-select-backend.1 +++ b/usr/share/man/man1/byobu-select-backend.1 @@ -25,6 +25,6 @@ This utility will only affect which backend is used by default when simply runni .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 43963d54..7ad3d3bf 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 0994949d..71734b9d 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 a9bed8e9..9e309310 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 f05b2f47..3074f00e 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 775e6907..baab1d0b 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 59849c93..36a59225 100644 --- a/usr/share/man/man1/byobu-status.1 +++ b/usr/share/man/man1/byobu-status.1 @@ -10,6 +10,6 @@ byobu\-status \- displays status suitable for printing by the BYOBU_BACKEND .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-tmux.1 b/usr/share/man/man1/byobu-tmux.1 index dcbff0cf..07f9b628 100644 --- a/usr/share/man/man1/byobu-tmux.1 +++ b/usr/share/man/man1/byobu-tmux.1 @@ -14,6 +14,6 @@ byobu\-tmux \- Launch byobu with tmux as the backend .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 adb0de4d..478e438b 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -223,6 +223,6 @@ Byobu requires a suitable \fBulimit\fP(3) values to run. If you get an error at .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.