diff --git a/src/system/kernel/arch/mipsel/arch_cpu.cpp b/src/system/kernel/arch/mipsel/arch_cpu.cpp index 8aa32167b5..92d8e10422 100644 --- a/src/system/kernel/arch/mipsel/arch_cpu.cpp +++ b/src/system/kernel/arch/mipsel/arch_cpu.cpp @@ -1,7 +1,6 @@ /* * Copyright 2009 Jonas Sundström, jonas@kirilla.com * Copyright 2007 François Revol, revol@free.fr - * Copyright 2003-2005 Axel Dörfler, axeld@pinc-software.de * Distributed under the terms of the MIT License. * * Copyright 2001, Travis Geiselbrecht. All rights reserved. diff --git a/src/system/kernel/arch/mipsel/arch_debug.cpp b/src/system/kernel/arch/mipsel/arch_debug.cpp index 7694aed4d4..e7d2cf9d0e 100644 --- a/src/system/kernel/arch/mipsel/arch_debug.cpp +++ b/src/system/kernel/arch/mipsel/arch_debug.cpp @@ -3,7 +3,6 @@ * Distributed under the terms of the MIT License. * * Authors: - * Axel Dörfler * Ingo Weinhold * François Revol * Jonas Sundström diff --git a/src/system/kernel/arch/mipsel/arch_debug_console.cpp b/src/system/kernel/arch/mipsel/arch_debug_console.cpp index 0330941bc8..8c32072b49 100644 --- a/src/system/kernel/arch/mipsel/arch_debug_console.cpp +++ b/src/system/kernel/arch/mipsel/arch_debug_console.cpp @@ -1,7 +1,6 @@ /* * Copyright 2009 Jonas Sundström, jonas@kirilla.com * Copyright 2007 François Revol, revol@free.fr - * Copyright 2003-2006 Axel Dörfler, axeld@pinc-software.de * Distributed under the terms of the MIT License. * * Copyright 2001, Travis Geiselbrecht. All rights reserved. diff --git a/src/system/kernel/arch/mipsel/arch_int.cpp b/src/system/kernel/arch/mipsel/arch_int.cpp index a26f046030..bf948b3a17 100644 --- a/src/system/kernel/arch/mipsel/arch_int.cpp +++ b/src/system/kernel/arch/mipsel/arch_int.cpp @@ -3,7 +3,6 @@ * Distributed under the terms of the MIT License. * * Authors: - * Axel Dörfler * Ingo Weinhold * François Revol * Jonas Sundström diff --git a/src/system/kernel/arch/mipsel/arch_real_time_clock.cpp b/src/system/kernel/arch/mipsel/arch_real_time_clock.cpp index 2e77329faa..fffe9d8ba9 100644 --- a/src/system/kernel/arch/mipsel/arch_real_time_clock.cpp +++ b/src/system/kernel/arch/mipsel/arch_real_time_clock.cpp @@ -2,7 +2,6 @@ * Copyright 2009 Jonas Sundström, jonas@kirilla.com * Copyright 2007 François Revol, revol@free.fr. * Copyright 2006 Ingo Weinhold bonefish@cs.tu-berlin.de. All rights reserved. - * Copyright 2005-2007 Axel Dörfler, axeld@pinc-software.de * Copyright 2003 Jeff Ward, jeff@r2d2.stcloudstate.edu. All rights reserved. * * Distributed under the terms of the MIT License. diff --git a/src/system/kernel/arch/mipsel/arch_thread.c b/src/system/kernel/arch/mipsel/arch_thread.c index 7860576c7e..06a4f4a14a 100644 --- a/src/system/kernel/arch/mipsel/arch_thread.c +++ b/src/system/kernel/arch/mipsel/arch_thread.c @@ -3,7 +3,6 @@ * Distributed under the terms of the MIT License. * * Authors: - * Axel Dörfler * Ingo Weinhold * François Revol * Jonas Sundström