From 9b8669cba488c103e08768e9b45d7553561bfaf8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 Dec 2019 13:02:06 -0500 Subject: Update my email address --- Makefile | 2 +- batterymon.sh | 2 +- cgswap.go | 2 +- chardiff.sh | 2 +- chardiff_post.c | 2 +- chardiff_pre.c | 2 +- daemon.sh | 2 +- hangman-helper.sh | 2 +- maildups.sh | 2 +- ord.c | 2 +- preroll.go | 2 +- roll.go | 2 +- tempmon.sh | 2 +- urldecode.c | 2 +- urlencode.c | 2 +- v-editor.sh | 2 +- v-www-browser.sh | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 214a903..ce4c7c8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2013-2015 Luke Shumaker +# Copyright (C) 2011, 2013-2015 Luke Shumaker prefix ?= /usr/local bindir ?= $(prefix)/bin diff --git a/batterymon.sh b/batterymon.sh index f46060c..5bf24e5 100644 --- a/batterymon.sh +++ b/batterymon.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013 Luke Shumaker +# Copyright (C) 2011, 2013 Luke Shumaker if [[ $# -ne 2 ]]; then echo "Usage: $0 THRESHOLD COMMAND" diff --git a/cgswap.go b/cgswap.go index 696265a..a24e44a 100644 --- a/cgswap.go +++ b/cgswap.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Luke Shumaker +// Copyright (C) 2017 Luke Shumaker // Command cgswap displays which cgroups are using swap space. package main diff --git a/chardiff.sh b/chardiff.sh index 4256d0c..7eca842 100644 --- a/chardiff.sh +++ b/chardiff.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011-2014 Luke Shumaker +# Copyright (C) 2011-2014 Luke Shumaker # Basically run getopt(1) with arguments that reflect wdiff(1)'s usage # Except for -d|--diff-input, chardiff doesn't support that. diff --git a/chardiff_post.c b/chardiff_post.c index 98329bd..3aa6d5d 100644 --- a/chardiff_post.c +++ b/chardiff_post.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2015 Luke Shumaker */ +/* Copyright (C) 2011-2015 Luke Shumaker */ #include int diff --git a/chardiff_pre.c b/chardiff_pre.c index b06b954..93408a5 100644 --- a/chardiff_pre.c +++ b/chardiff_pre.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011, 2013-2015 Luke Shumaker */ +/* Copyright (C) 2011, 2013-2015 Luke Shumaker */ #include int diff --git a/daemon.sh b/daemon.sh index ff95f8f..86c03d3 100644 --- a/daemon.sh +++ b/daemon.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013-2014 Luke Shumaker +# Copyright (C) 2011, 2013-2014 Luke Shumaker get_ident() { local pid=$1 diff --git a/hangman-helper.sh b/hangman-helper.sh index c46bb1e..28f9d11 100644 --- a/hangman-helper.sh +++ b/hangman-helper.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013-2014 Luke Shumaker +# Copyright (C) 2011, 2013-2014 Luke Shumaker # Usage: hangman-helper word not [-l] # is the known word, with unknown characters replaced with '.'. diff --git a/maildups.sh b/maildups.sh index 2d1180c..7450ff0 100644 --- a/maildups.sh +++ b/maildups.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013 Luke Shumaker +# Copyright (C) 2011, 2013 Luke Shumaker # Delete duplicate messages in $1 based on the Message-ID header diff --git a/ord.c b/ord.c index 6445d3f..71a028d 100644 --- a/ord.c +++ b/ord.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011, 2013-2014 Luke Shumaker */ +/* Copyright (C) 2011, 2013-2014 Luke Shumaker */ #include int diff --git a/preroll.go b/preroll.go index ab3d0a0..8e55756 100644 --- a/preroll.go +++ b/preroll.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2011, 2013-2014, 2017, 2019 Luke Shumaker */ +/* Copyright (C) 2011, 2013-2014, 2017, 2019 Luke Shumaker */ package main import ( diff --git a/roll.go b/roll.go index 5a02138..2a24e26 100644 --- a/roll.go +++ b/roll.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2011, 2013-2014, 2017 Luke Shumaker */ +/* Copyright (C) 2011, 2013-2014, 2017 Luke Shumaker */ package main import ( diff --git a/tempmon.sh b/tempmon.sh index feb9d80..45dc88c 100644 --- a/tempmon.sh +++ b/tempmon.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013 Luke Shumaker +# Copyright (C) 2011, 2013 Luke Shumaker if [[ $# -ne 2 ]]; then echo "Usage: $0 THRESHOLD COMMAND" diff --git a/urldecode.c b/urldecode.c index fbd39b3..3f039dc 100644 --- a/urldecode.c +++ b/urldecode.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 Luke Shumaker */ +/* Copyright (C) 2015 Luke Shumaker */ #include /* ungetc is only guaranteed for 1 char; use our own buffer */ diff --git a/urlencode.c b/urlencode.c index a8c61ad..3ce1020 100644 --- a/urlencode.c +++ b/urlencode.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 Luke Shumaker */ +/* Copyright (C) 2015 Luke Shumaker */ #include int diff --git a/v-editor.sh b/v-editor.sh index 568f8f1..ac9ab91 100644 --- a/v-editor.sh +++ b/v-editor.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011-2015 Luke Shumaker +# Copyright (C) 2011-2015 Luke Shumaker run() { local prog="$1"; shift diff --git a/v-www-browser.sh b/v-www-browser.sh index 7a92a95..44518c6 100644 --- a/v-www-browser.sh +++ b/v-www-browser.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013 Luke Shumaker +# Copyright (C) 2011, 2013 Luke Shumaker if [ -n "$DISPLAY" ]; then exec x-www-browser "$@" -- cgit v1.1-4-g5e80