aboutsummaryrefslogtreecommitdiff
path: root/toys/pending
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-08-11 21:56:08 -0500
committerRob Landley <rob@landley.net>2013-08-11 21:56:08 -0500
commit1c8b0090a6529ce35f877973778e7814387c1e3f (patch)
treeb748ee63444100997be57c5093b40fe1fc839e35 /toys/pending
parent133cc5b85f3363bf0c252a3f8bf6fd259177b066 (diff)
downloadtoybox-1c8b0090a6529ce35f877973778e7814387c1e3f.tar.gz
Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently.
Diffstat (limited to 'toys/pending')
-rw-r--r--toys/pending/fdisk.c1
-rw-r--r--toys/pending/klogd.c1
-rw-r--r--toys/pending/netstat.c1
-rw-r--r--toys/pending/pgrep.c1
-rw-r--r--toys/pending/syslogd.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/toys/pending/fdisk.c b/toys/pending/fdisk.c
index d34bbda9..1432ee34 100644
--- a/toys/pending/fdisk.c
+++ b/toys/pending/fdisk.c
@@ -1,6 +1,7 @@
/* fdisk.c - fdisk program to modify partitions on disk.
*
* Copyright 2012 Ashwini Kumar <ak.ashwini@gmail.com>
+ * Copyright 2013 Kyungwan Han <asura321@gmail.com>
*
* No Standard.
diff --git a/toys/pending/klogd.c b/toys/pending/klogd.c
index da0e4de2..54abedff 100644
--- a/toys/pending/klogd.c
+++ b/toys/pending/klogd.c
@@ -1,6 +1,7 @@
/* klogd.c - Klogd, The kernel log Dameon.
*
* Copyright 2013 Sandeep Sharma <sandeep.jack2756@gmail.com>
+ * Copyright 2013 Kyungwan Han <asura321@gmail.com>
*
* No standard
diff --git a/toys/pending/netstat.c b/toys/pending/netstat.c
index a246e93a..cbe245ec 100644
--- a/toys/pending/netstat.c
+++ b/toys/pending/netstat.c
@@ -1,6 +1,7 @@
/* netstat.c - Display Linux networking subsystem.
*
* Copyright 2012 Ranjan Kumar <ranjankumar.bth@gmail.com>
+ * Copyright 2013 Kyungwan Han <asura321@gmail.com>
*
* Not in SUSv4.
*
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))
diff --git a/toys/pending/syslogd.c b/toys/pending/syslogd.c
index 00f12773..8cabcc81 100644
--- a/toys/pending/syslogd.c
+++ b/toys/pending/syslogd.c
@@ -1,6 +1,7 @@
/* syslogd.c - a system logging utility.
*
* Copyright 2013 Madhur Verma <mad.flexi@gmail.com>
+ * Copyright 2013 Kyungwan Han <asura321@gmail.com>
*
* No Standard