about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-02-08 18:37:09 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-02-08 18:37:09 +0100
commitcf04af4adb63ba3e159244c0840c17eb1aafa224 (patch)
tree3e3d474b251eb18ce19b3985e5afdbf02606b258
parent2eb29401a132e56b70c061fb4bfaccef28717000 (diff)
downloadextrace-cf04af4adb63ba3e159244c0840c17eb1aafa224.tar.gz
extrace-cf04af4adb63ba3e159244c0840c17eb1aafa224.tar.xz
extrace-cf04af4adb63ba3e159244c0840c17eb1aafa224.zip
update copyright year
-rw-r--r--LICENSE2
-rw-r--r--extrace.c2
-rw-r--r--pwait.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 5336913..301224a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 /* pwait - wait for processes to terminate
  * extrace - trace exec() calls system-wide
  *
- * Copyright (C) 2014-2018 Leah Neukirchen <leah@vuxu.org>
+ * Copyright (C) 2014-2019 Leah Neukirchen <leah@vuxu.org>
  *
  * hacked from sources of:
  */
diff --git a/extrace.c b/extrace.c
index bbf68b4..5e01efc 100644
--- a/extrace.c
+++ b/extrace.c
@@ -15,7 +15,7 @@
  * -q       don't print exec() arguments
  * -u       print user of process
  *
- * Copyright (C) 2014-2018 Leah Neukirchen <leah@vuxu.org>
+ * Copyright (C) 2014-2019 Leah Neukirchen <leah@vuxu.org>
  *
  * hacked from sources of:
  */
diff --git a/pwait.c b/pwait.c
index bda13f8..63065ad 100644
--- a/pwait.c
+++ b/pwait.c
@@ -7,7 +7,7 @@
  * -v  Print the exit status when each process terminates.
  * -c  Check for PIDs to exit successfully, else return 111.
  *
- * Copyright (C) 2014-2018 Leah Neukirchen <leah@vuxu.org>
+ * Copyright (C) 2014-2019 Leah Neukirchen <leah@vuxu.org>
  *
  * hacked from sources of:
  */