- some copyright changes in mshell
This commit is contained in:
parent
2beedc5e7d
commit
d633a084ab
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
* Copyright 2011 Marian Ohligs, Chair for Operating Systems,
|
||||
* RWTH Aachen University
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue