From d633a084abb9d32b15eecb4aeeca4166c5827b65 Mon Sep 17 00:00:00 2001 From: Marian Ohligs Date: Wed, 14 Sep 2011 14:34:10 +0200 Subject: [PATCH] - some copyright changes in mshell --- newlib/examples/mshell.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/newlib/examples/mshell.c b/newlib/examples/mshell.c index e6f7ad41..38c62947 100644 --- a/newlib/examples/mshell.c +++ b/newlib/examples/mshell.c @@ -1,3 +1,8 @@ +/* + * Copyright 2011 Marian Ohligs, Chair for Operating Systems, + * RWTH Aachen University + */ + #include #include #include @@ -10,8 +15,6 @@ void showlogo() { printf("\n\n"); printf("================================================================================\n"); printf(" m(etalsvm)shell\n\n"); - printf(" Copyright 2011 Stefan Lankes, Chair for Operating Systems,\n"); - printf(" RWTH Aachen University\n\n"); printf("================================================================================\n"); }