diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-03-23 20:27:04 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-03-23 20:27:04 +0100 |
commit | 3b66cbbd22c365c4d0755fdd4488bf0f0d712702 (patch) | |
tree | aaff816a48f035aabfae9fc53460dfa932c1f4c9 | |
parent | f85466578d77ccb99fe1f00f41f95756175a82aa (diff) | |
download | extrace-3b66cbbd22c365c4d0755fdd4488bf0f0d712702.tar.gz extrace-3b66cbbd22c365c4d0755fdd4488bf0f0d712702.tar.xz extrace-3b66cbbd22c365c4d0755fdd4488bf0f0d712702.zip |
LICENSE, extrace.c: bump copyright years
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | extrace.c | 2 |
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: */ |