diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-04-07 07:39:12 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-04-07 07:39:12 -0500 |
commit | cc51bdca3bac963878141da047e92f125772e14f (patch) | |
tree | ccc79e81b40dfdda98987847e96108a8e1f715f6 /src/rc/openrc-shutdown.c | |
parent | 13ca79856e5836117e469c3edbcfd4bf47b6bab0 (diff) |
Add attribution to openrc-init.c and openrc-shutdown.c
Diffstat (limited to 'src/rc/openrc-shutdown.c')
-rw-r--r-- | src/rc/openrc-shutdown.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rc/openrc-shutdown.c b/src/rc/openrc-shutdown.c index b68ffd36..978e8a68 100644 --- a/src/rc/openrc-shutdown.c +++ b/src/rc/openrc-shutdown.c @@ -2,6 +2,9 @@ * openrc-shutdown.c * If you are using OpenRC's provided init, this will shut down or * reboot your system. + * + * This is based on code written by James Hammons <jlhamm@acm.org>, so + * I would like to publically thank him for his work. */ /* |