diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2019-12-29 13:02:06 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2019-12-29 13:02:06 -0500 |
commit | 9b8669cba488c103e08768e9b45d7553561bfaf8 (patch) | |
tree | 2b6d3e32736ffd0e5ecfa9ac79fe0290a1508a5d | |
parent | c4f2a2f72ac43e319067756c7757a5a15ebb172e (diff) |
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | batterymon.sh | 2 | ||||
-rw-r--r-- | cgswap.go | 2 | ||||
-rw-r--r-- | chardiff.sh | 2 | ||||
-rw-r--r-- | chardiff_post.c | 2 | ||||
-rw-r--r-- | chardiff_pre.c | 2 | ||||
-rw-r--r-- | daemon.sh | 2 | ||||
-rw-r--r-- | hangman-helper.sh | 2 | ||||
-rw-r--r-- | maildups.sh | 2 | ||||
-rw-r--r-- | ord.c | 2 | ||||
-rw-r--r-- | preroll.go | 2 | ||||
-rw-r--r-- | roll.go | 2 | ||||
-rw-r--r-- | tempmon.sh | 2 | ||||
-rw-r--r-- | urldecode.c | 2 | ||||
-rw-r--r-- | urlencode.c | 2 | ||||
-rw-r--r-- | v-editor.sh | 2 | ||||
-rw-r--r-- | v-www-browser.sh | 2 |
17 files changed, 17 insertions, 17 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2013-2015 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2011, 2013-2015 Luke Shumaker <lukeshu@lukeshu.com> 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 <lukeshu@sbcglobal.net> +# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@lukeshu.com> if [[ $# -ne 2 ]]; then echo "Usage: $0 THRESHOLD COMMAND" @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Luke Shumaker <lukeshu@sbcglobal.net> +// Copyright (C) 2017 Luke Shumaker <lukeshu@lukeshu.com> // 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 <lukeshu@sbcglobal.net> +# Copyright (C) 2011-2014 Luke Shumaker <lukeshu@lukeshu.com> # 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 <lukeshu@sbcglobal.net> */ +/* Copyright (C) 2011-2015 Luke Shumaker <lukeshu@lukeshu.com> */ #include <stdio.h> 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 <lukeshu@sbcglobal.net> */ +/* Copyright (C) 2011, 2013-2015 Luke Shumaker <lukeshu@lukeshu.com> */ #include <stdio.h> int @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013-2014 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2011, 2013-2014 Luke Shumaker <lukeshu@lukeshu.com> 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 <lukeshu@sbcglobal.net> +# Copyright (C) 2011, 2013-2014 Luke Shumaker <lukeshu@lukeshu.com> # Usage: hangman-helper word not [-l] # <word> 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 <lukeshu@sbcglobal.net> +# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@lukeshu.com> # Delete duplicate messages in $1 based on the Message-ID header @@ -1,4 +1,4 @@ -/* Copyright (C) 2011, 2013-2014 Luke Shumaker <lukeshu@sbcglobal.net> */ +/* Copyright (C) 2011, 2013-2014 Luke Shumaker <lukeshu@lukeshu.com> */ #include <stdio.h> int @@ -1,4 +1,4 @@ -/* Copyright (C) 2011, 2013-2014, 2017, 2019 Luke Shumaker <lukeshu@sbcglobal.net> */ +/* Copyright (C) 2011, 2013-2014, 2017, 2019 Luke Shumaker <lukeshu@lukeshu.com> */ package main import ( @@ -1,4 +1,4 @@ -/* Copyright (C) 2011, 2013-2014, 2017 Luke Shumaker <lukeshu@sbcglobal.net> */ +/* Copyright (C) 2011, 2013-2014, 2017 Luke Shumaker <lukeshu@lukeshu.com> */ package main import ( @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@lukeshu.com> 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 <lukeshu@sbcglobal.net> */ +/* Copyright (C) 2015 Luke Shumaker <lukeshu@lukeshu.com> */ #include <stdio.h> /* 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 <lukeshu@sbcglobal.net> */ +/* Copyright (C) 2015 Luke Shumaker <lukeshu@lukeshu.com> */ #include <stdio.h> 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 <lukeshu@sbcglobal.net> +# Copyright (C) 2011-2015 Luke Shumaker <lukeshu@lukeshu.com> 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 <lukeshu@sbcglobal.net> +# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@lukeshu.com> if [ -n "$DISPLAY" ]; then exec x-www-browser "$@" |