From cc51bdca3bac963878141da047e92f125772e14f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 7 Apr 2017 07:39:12 -0500 Subject: Add attribution to openrc-init.c and openrc-shutdown.c --- src/rc/openrc-init.c | 3 +++ src/rc/openrc-shutdown.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/rc/openrc-init.c b/src/rc/openrc-init.c index e7d62432..fb3347a4 100644 --- a/src/rc/openrc-init.c +++ b/src/rc/openrc-init.c @@ -1,6 +1,9 @@ /* * openrc-init.c * This is the init process (pid 1) for OpenRC. + * + * This is based on code written by James Hammons , so + * I would like to publically thank him for his work. */ /* 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 , so + * I would like to publically thank him for his work. */ /* -- cgit v1.2.3