- some copyright changes in mshell

This commit is contained in:
Marian Ohligs 2011-09-14 14:34:10 +02:00
parent 2beedc5e7d
commit d633a084ab

View file

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