diff --git a/Applications/Byobu.app/Contents/MacOS/Byobu b/Applications/Byobu.app/Contents/MacOS/Byobu index a71913ea..d8dc90fe 100644 --- a/Applications/Byobu.app/Contents/MacOS/Byobu +++ b/Applications/Byobu.app/Contents/MacOS/Byobu @@ -1,7 +1,7 @@ #!/bin/sh # # Byobu - wrapper script for Mac OS X Application Launcher -# Copyright (C) 2012 Dustin Kirkland +# Copyright (C) 2012-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/debian/changelog b/debian/changelog index 1dc4eb7a..a36f4503 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,40 @@ byobu (5.75) unreleased; urgency=medium - have the constants source that file - use that file when creating the user's local color palette - use a bit more orange + * Applications/Byobu.app/Contents/MacOS/Byobu, debian/copyright, + po/es.po, po/fr.po, usr/bin/byobu-config.in, usr/bin/byobu-disable- + prompt.in, usr/bin/byobu-enable-prompt.in, usr/bin/byobu.in, + usr/bin/byobu-keybindings, usr/bin/byobu-layout.in, usr/bin/byobu- + prompt.in, usr/bin/byobu-reconnect-sockets.in, usr/bin/byobu-select- + backend.in, usr/bin/byobu-select-session.in, usr/bin/byobu- + status.in, 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/entropy, usr/lib/byobu/fan_speed, + usr/lib/byobu/hostname, usr/lib/byobu/include/common, + usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/constants, + usr/lib/byobu/include/cycle-status, usr/lib/byobu/include/dirs.in, + usr/lib/byobu/include/icons, usr/lib/byobu/include/mondrian, + usr/lib/byobu/include/select-session.py, + usr/lib/byobu/include/shutil, usr/lib/byobu/include/tmux-detach-all- + but-current-client, usr/lib/byobu/include/toggle-utf8.in, + 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/menu, 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/session, 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/keybindings/f- + keys.screen, usr/share/byobu/keybindings/f-keys.screen.disable, + usr/share/byobu/keybindings/f-keys.tmux, + usr/share/byobu/keybindings/f-keys.tmux.disable, + usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/tmux: + - copyright gardening; update through 2014 -- Dustin Kirkland Sun, 16 Mar 2014 12:46:36 -0700 diff --git a/debian/copyright b/debian/copyright index d65562a0..705855da 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,7 @@ Upstream Authors: Copyright: Copyright (C) 2008-2009 Canonical Ltd. - Copyright (C) 2009 Dustin Kirkland + Copyright (C) 2009-2014 Dustin Kirkland All rights reserved. @@ -33,5 +33,5 @@ License: The Ubuntu packaging: Copyright (C) 2008-2009 Canonical Ltd. - Copyright (C) 2009 Dustin Kirkland + Copyright (C) 2009-2014 Dustin Kirkland released under the GPL-3. diff --git a/po/es.po b/po/es.po index 18882544..2e8856df 100644 --- a/po/es.po +++ b/po/es.po @@ -1,5 +1,5 @@ # Byobu -# Copyright (C) 2008 Dustin Kirkland +# Copyright (C) 2008-2014 Dustin Kirkland # This file is distributed under the same license as the Byobu package. # Nicolas Valcarcel , 2008. # diff --git a/po/fr.po b/po/fr.po index b7c60822..0227dee9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,5 +1,5 @@ # Byobu -# Copyright (C) 2008 Dustin Kirkland +# Copyright (C) 2008-2014 Dustin Kirkland # This file is distributed under the same license as the Byobu package. # Nicolas Barcet , 2008. # diff --git a/usr/bin/byobu-config.in b/usr/bin/byobu-config.in index 7fd31799..3895a0f1 100755 --- a/usr/bin/byobu-config.in +++ b/usr/bin/byobu-config.in @@ -1,7 +1,7 @@ #!/bin/sh -e # # byobu-config - interactive byobu configuration wrapper script -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu-disable-prompt.in b/usr/bin/byobu-disable-prompt.in index 6f3d7d9f..951137a4 100755 --- a/usr/bin/byobu-disable-prompt.in +++ b/usr/bin/byobu-disable-prompt.in @@ -1,7 +1,7 @@ #!/bin/sh -e # # byobu-disable-prompt -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu-enable-prompt.in b/usr/bin/byobu-enable-prompt.in index 2ff99fd8..40e717a8 100755 --- a/usr/bin/byobu-enable-prompt.in +++ b/usr/bin/byobu-enable-prompt.in @@ -1,7 +1,7 @@ #!/bin/sh -e # # byobu-enable-prompt -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu-keybindings b/usr/bin/byobu-keybindings index 7e108a54..a897adb8 100755 --- a/usr/bin/byobu-keybindings +++ b/usr/bin/byobu-keybindings @@ -1,7 +1,7 @@ #!/bin/sh # # byobu-keybindings - toggle on/off the Byobu f-key shortcuts -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu-layout.in b/usr/bin/byobu-layout.in index 8c1a2f9e..971882e3 100755 --- a/usr/bin/byobu-layout.in +++ b/usr/bin/byobu-layout.in @@ -1,7 +1,7 @@ #!/bin/sh -e # # layout: save and restore byobu layouts -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu-prompt.in b/usr/bin/byobu-prompt.in index 07f7bfe2..b674d2bc 100755 --- a/usr/bin/byobu-prompt.in +++ b/usr/bin/byobu-prompt.in @@ -1,7 +1,7 @@ #!/bin/sh -e # # byobu-prompt -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu-reconnect-sockets.in b/usr/bin/byobu-reconnect-sockets.in index 92c03fed..07890277 100755 --- a/usr/bin/byobu-reconnect-sockets.in +++ b/usr/bin/byobu-reconnect-sockets.in @@ -6,7 +6,7 @@ # byobu session. # # Copyright (C) 2009 Canonical Ltd. -# Copyright (C) 2012 Dustin Kirkland +# Copyright (C) 2012-2014 Dustin Kirkland # # Authors: Dustin Kirkland # Ryan C. Thompson diff --git a/usr/bin/byobu-select-backend.in b/usr/bin/byobu-select-backend.in index a33569e7..5b480b4d 100755 --- a/usr/bin/byobu-select-backend.in +++ b/usr/bin/byobu-select-backend.in @@ -1,7 +1,7 @@ #!/bin/sh -e # # byobu-select-backend -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu-select-session.in b/usr/bin/byobu-select-session.in index 0ba9beb7..042f1499 100755 --- a/usr/bin/byobu-select-session.in +++ b/usr/bin/byobu-select-session.in @@ -1,7 +1,7 @@ #!/bin/sh -e # # byobu-select-session - interactive session select wrapper script -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu-status.in b/usr/bin/byobu-status.in index c8b9e33a..04e1459d 100755 --- a/usr/bin/byobu-status.in +++ b/usr/bin/byobu-status.in @@ -2,7 +2,7 @@ # # byobu-status: byobu's cached status gathering # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/bin/byobu.in b/usr/bin/byobu.in index a2ed023e..5a95f620 100755 --- a/usr/bin/byobu.in +++ b/usr/bin/byobu.in @@ -2,7 +2,7 @@ # # byobu - wrapper script # Copyright (C) 2008-2009 Canonical Ltd. -# Copyright (C) 2008-2013 Dustin Kirkland +# Copyright (C) 2008-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/apport b/usr/lib/byobu/apport index fbc9522e..81dd2bc7 100755 --- a/usr/lib/byobu/apport +++ b/usr/lib/byobu/apport @@ -3,7 +3,7 @@ # apport: note if there are crash dumps available for apporting # # Copyright (C) 2009 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/arch b/usr/lib/byobu/arch index e932bb15..6c4b2c7c 100755 --- a/usr/lib/byobu/arch +++ b/usr/lib/byobu/arch @@ -3,7 +3,7 @@ # arch: print the machine architecture # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/battery b/usr/lib/byobu/battery index 54d7182e..85386479 100755 --- a/usr/lib/byobu/battery +++ b/usr/lib/byobu/battery @@ -3,7 +3,7 @@ # battery: print the state of the battery # # Copyright (C) 2009 Raphaël Pinson. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Raphaël Pinson # Dustin Kirkland diff --git a/usr/lib/byobu/color b/usr/lib/byobu/color index c031dc2a..4d9ea8cf 100755 --- a/usr/lib/byobu/color +++ b/usr/lib/byobu/color @@ -2,7 +2,7 @@ # # color: print the background/foreground color escape codes # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/cpu_count b/usr/lib/byobu/cpu_count index 444f958d..5f01af6f 100755 --- a/usr/lib/byobu/cpu_count +++ b/usr/lib/byobu/cpu_count @@ -3,7 +3,7 @@ # cpu_count: count cpu's on a systems # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/cpu_freq b/usr/lib/byobu/cpu_freq index c7e6b680..da2120f7 100755 --- a/usr/lib/byobu/cpu_freq +++ b/usr/lib/byobu/cpu_freq @@ -3,7 +3,7 @@ # cpu_freq: calculate current cpu frequency # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/cpu_temp b/usr/lib/byobu/cpu_temp index ddc2b70a..7835f295 100755 --- a/usr/lib/byobu/cpu_temp +++ b/usr/lib/byobu/cpu_temp @@ -3,7 +3,7 @@ # cpu_temp: cpu temperature # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/custom b/usr/lib/byobu/custom index 6071041a..ad6d9ad6 100755 --- a/usr/lib/byobu/custom +++ b/usr/lib/byobu/custom @@ -3,7 +3,7 @@ # custom: run the user's custom status scripts # # Copyright (C) 2009 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/date b/usr/lib/byobu/date index 193a23ab..6bbc0395 100755 --- a/usr/lib/byobu/date +++ b/usr/lib/byobu/date @@ -3,7 +3,7 @@ # date: print the date in YYYY-MM-DD format # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/disk b/usr/lib/byobu/disk index 2fc4aa31..93a7d86a 100755 --- a/usr/lib/byobu/disk +++ b/usr/lib/byobu/disk @@ -3,7 +3,7 @@ # disk: print the current disk space and usage # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/disk_io b/usr/lib/byobu/disk_io index febb447b..b65c4bcc 100755 --- a/usr/lib/byobu/disk_io +++ b/usr/lib/byobu/disk_io @@ -3,7 +3,7 @@ # disk_io: calculate the disk io rate # # Copyright (C) 2010 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/distro b/usr/lib/byobu/distro index fbc36031..224c1912 100755 --- a/usr/lib/byobu/distro +++ b/usr/lib/byobu/distro @@ -3,7 +3,7 @@ # distro: grab the distro/os # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/ec2_cost b/usr/lib/byobu/ec2_cost index 4f7cec87..8ff454de 100755 --- a/usr/lib/byobu/ec2_cost +++ b/usr/lib/byobu/ec2_cost @@ -3,7 +3,7 @@ # ec2_cost: approximate EC2 cost (USD) of the current instance # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011-2013 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/entropy b/usr/lib/byobu/entropy index 610ed773..928d6c03 100755 --- a/usr/lib/byobu/entropy +++ b/usr/lib/byobu/entropy @@ -2,7 +2,7 @@ # # entropy: system entropy # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/fan_speed b/usr/lib/byobu/fan_speed index 0a2d07f3..820e3782 100755 --- a/usr/lib/byobu/fan_speed +++ b/usr/lib/byobu/fan_speed @@ -3,7 +3,7 @@ # fan_speed: speed of the cpu or case fan # # Copyright (C) 2009 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/hostname b/usr/lib/byobu/hostname index 73e8381d..6186f9a0 100755 --- a/usr/lib/byobu/hostname +++ b/usr/lib/byobu/hostname @@ -3,7 +3,7 @@ # hostname: report a host's name # # Copyright (C) 2008-2011 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/include/common b/usr/lib/byobu/include/common index 391423cc..ca538ddf 100755 --- a/usr/lib/byobu/include/common +++ b/usr/lib/byobu/include/common @@ -2,7 +2,7 @@ # # common: common stuff sourced by all scripts # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/include/config.py.in b/usr/lib/byobu/include/config.py.in index 11fc00cb..ed26cc87 100755 --- a/usr/lib/byobu/include/config.py.in +++ b/usr/lib/byobu/include/config.py.in @@ -2,7 +2,7 @@ # # config.py # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2008-2013 Dustin Kirkland +# Copyright (C) 2008-2014 Dustin Kirkland # # Authors: Nick Barcet diff --git a/usr/lib/byobu/include/constants b/usr/lib/byobu/include/constants index ebd457d9..42bc9b23 100755 --- a/usr/lib/byobu/include/constants +++ b/usr/lib/byobu/include/constants @@ -2,7 +2,7 @@ # # constants: some constant values needed by all library status scripts # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/include/cycle-status b/usr/lib/byobu/include/cycle-status index 04087f6a..60b98227 100755 --- a/usr/lib/byobu/include/cycle-status +++ b/usr/lib/byobu/include/cycle-status @@ -2,7 +2,7 @@ # # cycle-status: cycle the status bar through multiple configurations # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/include/dirs.in b/usr/lib/byobu/include/dirs.in index 88e13f4c..b84cd665 100755 --- a/usr/lib/byobu/include/dirs.in +++ b/usr/lib/byobu/include/dirs.in @@ -2,7 +2,7 @@ # # dirs: some dirs needed by all library status scripts # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/include/icons b/usr/lib/byobu/include/icons index 48ea4497..b7298911 100755 --- a/usr/lib/byobu/include/icons +++ b/usr/lib/byobu/include/icons @@ -2,7 +2,7 @@ # # icons: some icon characters for status scripts # -# Copyright (C) 2011-2013 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/include/mondrian b/usr/lib/byobu/include/mondrian index 7d1cd7b0..545751df 100755 --- a/usr/lib/byobu/include/mondrian +++ b/usr/lib/byobu/include/mondrian @@ -3,7 +3,7 @@ # # mondrian: randomly generate some Modrian art in tmux # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/include/select-session.py b/usr/lib/byobu/include/select-session.py index 47f75b9e..5c6cc2b7 100755 --- a/usr/lib/byobu/include/select-session.py +++ b/usr/lib/byobu/include/select-session.py @@ -2,7 +2,7 @@ # # select-session.py # Copyright (C) 2010 Canonical Ltd. -# Copyright (C) 2012-2013 Dustin Kirkland +# Copyright (C) 2012-2014 Dustin Kirkland # # Authors: Dustin Kirkland # Ryan C. Thompson diff --git a/usr/lib/byobu/include/shutil b/usr/lib/byobu/include/shutil index 895f2089..09e1b0d8 100755 --- a/usr/lib/byobu/include/shutil +++ b/usr/lib/byobu/include/shutil @@ -2,7 +2,7 @@ # # shutil: some shared utilities used by all status scripts # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # Scott Moser diff --git a/usr/lib/byobu/include/tmux-detach-all-but-current-client b/usr/lib/byobu/include/tmux-detach-all-but-current-client index 571b5375..3e38a2bc 100755 --- a/usr/lib/byobu/include/tmux-detach-all-but-current-client +++ b/usr/lib/byobu/include/tmux-detach-all-but-current-client @@ -1,7 +1,7 @@ #!/bin/sh # # tmux-detach-all-but-current-client -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/include/toggle-utf8.in b/usr/lib/byobu/include/toggle-utf8.in index e441711c..9127f10d 100755 --- a/usr/lib/byobu/include/toggle-utf8.in +++ b/usr/lib/byobu/include/toggle-utf8.in @@ -1,7 +1,7 @@ #!/bin/sh -e # # toggle-utf8 -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/ip_address b/usr/lib/byobu/ip_address index 322e7c08..7a53d94f 100755 --- a/usr/lib/byobu/ip_address +++ b/usr/lib/byobu/ip_address @@ -3,7 +3,7 @@ # ip_address: report a host's ip address # # Copyright (C) 2008-2011 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/load_average b/usr/lib/byobu/load_average index dfa3f16e..9b44f677 100755 --- a/usr/lib/byobu/load_average +++ b/usr/lib/byobu/load_average @@ -3,7 +3,7 @@ # load_average: grab the current load average # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/logo b/usr/lib/byobu/logo index 2b830e62..60730657 100755 --- a/usr/lib/byobu/logo +++ b/usr/lib/byobu/logo @@ -3,7 +3,7 @@ # logo: determine which logo to use # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/mail b/usr/lib/byobu/mail index 017bb278..dc543edb 100755 --- a/usr/lib/byobu/mail +++ b/usr/lib/byobu/mail @@ -3,7 +3,7 @@ # mail: notify the user if they have system mail # # Copyright (C) 2009 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/memory b/usr/lib/byobu/memory index 56829984..860c7ede 100755 --- a/usr/lib/byobu/memory +++ b/usr/lib/byobu/memory @@ -3,7 +3,7 @@ # mem_available: grab the current memory and usage # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/menu b/usr/lib/byobu/menu index dc5d5036..f153d713 100755 --- a/usr/lib/byobu/menu +++ b/usr/lib/byobu/menu @@ -3,7 +3,7 @@ # menu: display the menu text # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011-2012 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/network b/usr/lib/byobu/network index 94038f8d..5341e79a 100755 --- a/usr/lib/byobu/network +++ b/usr/lib/byobu/network @@ -3,7 +3,7 @@ # network: calculate the network up/down rates # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/notify_osd b/usr/lib/byobu/notify_osd index a1e263e6..a5a28efd 100755 --- a/usr/lib/byobu/notify_osd +++ b/usr/lib/byobu/notify_osd @@ -3,7 +3,7 @@ # notify_osd: print notify-osd messages in the notification buffer # # Copyright (C) 2010 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # with help from Mathias Gug diff --git a/usr/lib/byobu/processes b/usr/lib/byobu/processes index db7c1f13..849572dd 100755 --- a/usr/lib/byobu/processes +++ b/usr/lib/byobu/processes @@ -3,7 +3,7 @@ # processes: report number of running processes # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/raid b/usr/lib/byobu/raid index ea0b28e1..3f03aac9 100755 --- a/usr/lib/byobu/raid +++ b/usr/lib/byobu/raid @@ -3,7 +3,7 @@ # raid: notify raid events, failures and syncing # # Copyright (C) 2010 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/rcs_cost b/usr/lib/byobu/rcs_cost index 75cde0f3..05b64504 100755 --- a/usr/lib/byobu/rcs_cost +++ b/usr/lib/byobu/rcs_cost @@ -3,7 +3,7 @@ # rcs_cost: approximate Rackspace Cloud Server cost (USD) of the current instance # # Copyright (C) 2009-2010 Jon Bernard -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Author(s): Jon Bernard # Dustin Kirkland diff --git a/usr/lib/byobu/reboot_required b/usr/lib/byobu/reboot_required index 31058689..7d4b7ffe 100755 --- a/usr/lib/byobu/reboot_required +++ b/usr/lib/byobu/reboot_required @@ -3,7 +3,7 @@ # reboot_required: determine if a reboot is required # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/release b/usr/lib/byobu/release index bebf537d..89f4647b 100755 --- a/usr/lib/byobu/release +++ b/usr/lib/byobu/release @@ -3,7 +3,7 @@ # release: grab the os/distro release version # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/services b/usr/lib/byobu/services index dde2db0a..3b19c6f9 100755 --- a/usr/lib/byobu/services +++ b/usr/lib/byobu/services @@ -3,7 +3,7 @@ # services: show what services are running on this server (configurable) # # Copyright (C) 2009 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/session b/usr/lib/byobu/session index fffeb172..1dab7a58 100755 --- a/usr/lib/byobu/session +++ b/usr/lib/byobu/session @@ -2,7 +2,7 @@ # # session: tmux session name # -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2013-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/swap b/usr/lib/byobu/swap index 370eb509..6010832e 100755 --- a/usr/lib/byobu/swap +++ b/usr/lib/byobu/swap @@ -3,7 +3,7 @@ # mem_swap: show the current swap available and used # # Copyright (C) 2010 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/time b/usr/lib/byobu/time index 915c6f5e..6c86fb7a 100755 --- a/usr/lib/byobu/time +++ b/usr/lib/byobu/time @@ -3,7 +3,7 @@ # time: print the time in HH:MM:SS format # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/time_utc b/usr/lib/byobu/time_utc index 30d62152..0817ff20 100755 --- a/usr/lib/byobu/time_utc +++ b/usr/lib/byobu/time_utc @@ -3,7 +3,7 @@ # time_utc: print UTC time in HH:MM # # Copyright (C) 2010 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/trash b/usr/lib/byobu/trash index 1938ee9a..0c22acba 100755 --- a/usr/lib/byobu/trash +++ b/usr/lib/byobu/trash @@ -3,7 +3,7 @@ # trash: show icon (and optionally count) if entries in trash. # # Copyright (C) 2011 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: James Hunt # Dustin Kirkland diff --git a/usr/lib/byobu/updates_available b/usr/lib/byobu/updates_available index 8a8ec3fb..d6f30a34 100755 --- a/usr/lib/byobu/updates_available +++ b/usr/lib/byobu/updates_available @@ -3,7 +3,7 @@ # updates_available: calculate and cache the number of updates available # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/uptime b/usr/lib/byobu/uptime index 8e00e088..b3702efd 100755 --- a/usr/lib/byobu/uptime +++ b/usr/lib/byobu/uptime @@ -4,7 +4,7 @@ # # Copyright (C) 2009 Raphaël Pinson. # Copyright (C) 2009 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Raphaël Pinson # Dustin Kirkland diff --git a/usr/lib/byobu/users b/usr/lib/byobu/users index e0f3ab57..1011ea27 100755 --- a/usr/lib/byobu/users +++ b/usr/lib/byobu/users @@ -4,7 +4,7 @@ # # Copyright (C) 2009 Raphaël Pinson. # Copyright (C) 2009 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Raphaël Pinson # Dustin Kirkland diff --git a/usr/lib/byobu/whoami b/usr/lib/byobu/whoami index 356fb79d..8c4ce875 100755 --- a/usr/lib/byobu/whoami +++ b/usr/lib/byobu/whoami @@ -3,7 +3,7 @@ # whoami: report current logged in user # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/lib/byobu/wifi_quality b/usr/lib/byobu/wifi_quality index 4d19451d..d2c664cf 100755 --- a/usr/lib/byobu/wifi_quality +++ b/usr/lib/byobu/wifi_quality @@ -3,7 +3,7 @@ # wifi_quality: display wifi signal quality # # Copyright (C) 2008 Canonical Ltd. -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/share/byobu/keybindings/f-keys.screen b/usr/share/byobu/keybindings/f-keys.screen index 9c1ba1b5..ab7f08e8 100644 --- a/usr/share/byobu/keybindings/f-keys.screen +++ b/usr/share/byobu/keybindings/f-keys.screen @@ -3,7 +3,7 @@ # This configuration profile is intended to provide a useful # keybindings using the keyboard's f-keys # -# Copyright (C) 2008-2012 Dustin Kirkland +# Copyright (C) 2008-2014 Dustin Kirkland # Nick Barcet # # This program is free software: you can redistribute it and/or modify diff --git a/usr/share/byobu/keybindings/f-keys.screen.disable b/usr/share/byobu/keybindings/f-keys.screen.disable index 3c9ce9a8..604596b0 100644 --- a/usr/share/byobu/keybindings/f-keys.screen.disable +++ b/usr/share/byobu/keybindings/f-keys.screen.disable @@ -2,7 +2,7 @@ # Disable Byobu's f-key keybindings, define a set using Screen's escape # sequence. # -# Copyright (C) 2009-2012 Dustin Kirkland +# Copyright (C) 2009-2014 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/keybindings/f-keys.tmux b/usr/share/byobu/keybindings/f-keys.tmux index 3385b758..c5ec0113 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux +++ b/usr/share/byobu/keybindings/f-keys.tmux @@ -1,7 +1,7 @@ ############################################################################### # byobu's tmux f-key keybindings # -# Copyright (C) 2011-2012 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/share/byobu/keybindings/f-keys.tmux.disable b/usr/share/byobu/keybindings/f-keys.tmux.disable index 88adb863..8b02cd05 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux.disable +++ b/usr/share/byobu/keybindings/f-keys.tmux.disable @@ -1,7 +1,7 @@ ############################################################################### # disable byobu's tmux f-key keybindings # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/share/byobu/profiles/bashrc b/usr/share/byobu/profiles/bashrc index 71d71e81..4076620c 100644 --- a/usr/share/byobu/profiles/bashrc +++ b/usr/share/byobu/profiles/bashrc @@ -1,5 +1,5 @@ # byobu's bashrc -- colorize the prompt -# Copyright (C) 2013 Dustin Kirkland +# Copyright (C) 2014 Dustin Kirkland # # Authors: Dustin Kirkland # diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 9f3a9fe3..cbffe177 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -3,7 +3,7 @@ # This tmux configuration profile is intended to correspond to Byobu's # traditional GNU Screen profile # -# Copyright (C) 2011 Dustin Kirkland +# Copyright (C) 2011-2014 Dustin Kirkland # # Authors: Dustin Kirkland #