diff options
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,12 +1,12 @@ -/* $Id: thread.h,v 1.4 2004/06/20 10:09:56 reinelt Exp $ +/* $Id: thread.h,v 1.5 2005/01/18 06:30:24 reinelt Exp $ * * thread handling (mutex, shmem, ...) * - * Copyright 2004 Michael Reinelt <reinelt@eunet.at> - * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net> + * Copyright (C) 2004 Michael Reinelt <reinelt@eunet.at> + * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net> * * parts of this code are based on the old XWindow driver which is - * Copyright 2000 Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at> + * Copyright (C) 2000 Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at> * * This file is part of LCD4Linux. * @@ -26,6 +26,9 @@ * * * $Log: thread.h,v $ + * Revision 1.5 2005/01/18 06:30:24 reinelt + * added (C) to all copyright statements + * * Revision 1.4 2004/06/20 10:09:56 reinelt * * 'const'ified the whole source |