diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-16 18:40:33 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-16 21:10:40 +0100 |
commit | f1c24fea94e19cf2108abbeed1d36ded7102ab98 (patch) | |
tree | f19fc47aaa6af9d87c923969c5c5499d4176da0b /src/bootchart/bootchart.c | |
parent | systemctl: Don't give re-activation warning if unit is masked (diff) | |
download | systemd-f1c24fea94e19cf2108abbeed1d36ded7102ab98.tar.xz systemd-f1c24fea94e19cf2108abbeed1d36ded7102ab98.zip |
man: move bootchart README to manpage, docbooksify
Diffstat (limited to 'src/bootchart/bootchart.c')
-rw-r--r-- | src/bootchart/bootchart.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c index 0c4d3e3432..017632781a 100644 --- a/src/bootchart/bootchart.c +++ b/src/bootchart/bootchart.c @@ -20,6 +20,17 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +/*** + + Many thanks to those who contributed ideas and code: + - Ziga Mahkovec - Original bootchart author + - Anders Norgaard - PyBootchartgui + - Michael Meeks - bootchart2 + - Scott James Remnant - Ubuntu C-based logger + - Arjan van der Ven - for the idea to merge bootgraph.pl functionality + + ***/ + #include <sys/time.h> #include <sys/types.h> #include <sys/resource.h> |