]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/dde/ddekit/src/condvar.c
update
[l4.git] / l4 / pkg / dde / ddekit / src / condvar.c
index c07c3a0c891be1cd520cbe90f2305bb17425e2c8..fe782dfe78933fc61520f31a4b965ea7b67060d1 100644 (file)
@@ -1,9 +1,19 @@
+/*
+ * This file is part of DDEKit.
+ *
+ * (c) 2006-2010 Bjoern Doebel <doebel@os.inf.tu-dresden.de>
+ *               Christian Helmuth <ch12@os.inf.tu-dresden.de>
+ *               Thomas Friebel <tf13@os.inf.tu-dresden.de>
+ *     economic rights: Technische Universitaet Dresden (Germany)
+ *
+ * This file is part of TUD:OS and distributed under the terms of the
+ * GNU General Public License 2.
+ * Please see the COPYING-GPL-2 file for details.
+ */
+
 /**
  * Unchecked (no BSD invariants) condition variable implementation for
  * dde-internal use. Written from scratch.
- *
- * \author Thomas Friebel <tf13@os.inf.tu-dresden.de>
- * \author Bjoern Doebel <doebel@os.inf.tu-dresden.de>
  */
 #include <l4/dde/ddekit/condvar.h>
 #include <l4/dde/ddekit/lock.h>