diff options
-rw-r--r-- | src/rc/openrc-init.c | 3 | ||||
-rw-r--r-- | src/rc/openrc-shutdown.c | 3 |
2 files changed, 6 insertions, 0 deletions
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 <jlhamm@acm.org>, 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 <jlhamm@acm.org>, so + * I would like to publically thank him for his work. */ /* |