summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2019-12-29 13:02:06 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2019-12-29 13:02:06 -0500
commit9b8669cba488c103e08768e9b45d7553561bfaf8 (patch)
tree2b6d3e32736ffd0e5ecfa9ac79fe0290a1508a5d
parentc4f2a2f72ac43e319067756c7757a5a15ebb172e (diff)
Update my email addressHEADmaster
-rw-r--r--Makefile2
-rw-r--r--batterymon.sh2
-rw-r--r--cgswap.go2
-rw-r--r--chardiff.sh2
-rw-r--r--chardiff_post.c2
-rw-r--r--chardiff_pre.c2
-rw-r--r--daemon.sh2
-rw-r--r--hangman-helper.sh2
-rw-r--r--maildups.sh2
-rw-r--r--ord.c2
-rw-r--r--preroll.go2
-rw-r--r--roll.go2
-rw-r--r--tempmon.sh2
-rw-r--r--urldecode.c2
-rw-r--r--urlencode.c2
-rw-r--r--v-editor.sh2
-rw-r--r--v-www-browser.sh2
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 <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"
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 <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
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 <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
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 <lukeshu@sbcglobal.net> */
+/* Copyright (C) 2011, 2013-2014 Luke Shumaker <lukeshu@lukeshu.com> */
#include <stdio.h>
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 <lukeshu@sbcglobal.net> */
+/* Copyright (C) 2011, 2013-2014, 2017, 2019 Luke Shumaker <lukeshu@lukeshu.com> */
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 <lukeshu@sbcglobal.net> */
+/* Copyright (C) 2011, 2013-2014, 2017 Luke Shumaker <lukeshu@lukeshu.com> */
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 <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 "$@"