Add attribution to openrc-init.c and openrc-shutdown.c

This commit is contained in:
William Hubbs 2017-04-07 07:39:12 -05:00
parent 13ca79856e
commit cc51bdca3b
2 changed files with 6 additions and 0 deletions

View File

@ -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.
*/
/*

View File

@ -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.
*/
/*