about summary refs log tree commit diff
diff options
context:
space:
mode:
-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:
  */