about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--extrace.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index b4652ad..5336913 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 /* pwait - wait for processes to terminate
  * extrace - trace exec() calls system-wide
  *
- * Copyright (C) 2014-2017 Leah Neukirchen <leah@vuxu.org>
+ * Copyright (C) 2014-2018 Leah Neukirchen <leah@vuxu.org>
  *
  * hacked from sources of:
  */
diff --git a/extrace.c b/extrace.c
index bf1ce52..a1ec370 100644
--- a/extrace.c
+++ b/extrace.c
@@ -14,7 +14,7 @@
  * -l       print full path of argv[0]
  * -q       don't print exec() arguments
  *
- * Copyright (C) 2014-2017 Leah Neukirchen <leah@vuxu.org>
+ * Copyright (C) 2014-2018 Leah Neukirchen <leah@vuxu.org>
  *
  * hacked from sources of:
  */