diff --git a/src/kernel/libroot/os/arch/x86/tls.c b/src/kernel/libroot/os/arch/x86/tls.c index 0776ee0948..d121ce23a9 100644 --- a/src/kernel/libroot/os/arch/x86/tls.c +++ b/src/kernel/libroot/os/arch/x86/tls.c @@ -1,7 +1,7 @@ -/* -** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. -*/ +/* + * Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. + * Distributed under the terms of the MIT License. + */ // we don't want to have the inline assembly included here