aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/pgrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/pgrep.c')
-rw-r--r--toys/pending/pgrep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/pgrep.c b/toys/pending/pgrep.c
index 90fee089..a96a1df0 100644
--- a/toys/pending/pgrep.c
+++ b/toys/pending/pgrep.c
@@ -1,6 +1,7 @@
/* pgrep.c - pgrep and pkill implementation
*
* Copyright 2012 Madhur Verma <mad.flexi@gmail.com>
+ * Copyright 2013 Kyungwan Han <asura321@gmail.com>
*
USE_PGREP(NEWTOY(pgrep, "?P# s# xvonlf[!sP]", TOYFLAG_USR|TOYFLAG_BIN))