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"); }