From b291a341f5c2c3935471c81ba6fcf63658a317dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 24 Mar 2005 21:29:23 +0000 Subject: [PATCH] Updated license (this is actually a test commit). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11979 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/os/arch/x86/tls.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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