From c1705065dafacef9a94f06100b1c6d715db3ed9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 20 Apr 2003 18:51:55 +0000 Subject: [PATCH] Doh, forget to add the license and author information. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3083 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/pthread/pthread_mutex.c | 6 ++++++ src/kernel/libroot/posix/pthread/pthread_mutexattr.c | 6 ++++++ src/kernel/libroot/posix/pthread/pthread_private.h | 4 ++++ 3 files changed, 16 insertions(+) diff --git a/src/kernel/libroot/posix/pthread/pthread_mutex.c b/src/kernel/libroot/posix/pthread/pthread_mutex.c index 53d330a1aa..a8bb3eabdd 100644 --- a/src/kernel/libroot/posix/pthread/pthread_mutex.c +++ b/src/kernel/libroot/posix/pthread/pthread_mutex.c @@ -1,3 +1,9 @@ +/* +** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. +** Distributed under the terms of the OpenBeOS License. +*/ + + #include #include "pthread_private.h" diff --git a/src/kernel/libroot/posix/pthread/pthread_mutexattr.c b/src/kernel/libroot/posix/pthread/pthread_mutexattr.c index ccfa5b2ae1..39cac20aee 100644 --- a/src/kernel/libroot/posix/pthread/pthread_mutexattr.c +++ b/src/kernel/libroot/posix/pthread/pthread_mutexattr.c @@ -1,3 +1,9 @@ +/* +** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. +** Distributed under the terms of the OpenBeOS License. +*/ + + #include #include "pthread_private.h" diff --git a/src/kernel/libroot/posix/pthread/pthread_private.h b/src/kernel/libroot/posix/pthread/pthread_private.h index a3d397744e..3a28d42f3f 100644 --- a/src/kernel/libroot/posix/pthread/pthread_private.h +++ b/src/kernel/libroot/posix/pthread/pthread_private.h @@ -1,5 +1,9 @@ #ifndef _PTHREAD_PRIVATE_H_ #define _PTHREAD_PRIVATE_H_ +/* +** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. +** Distributed under the terms of the OpenBeOS License. +*/ #include