]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/dde/include/ddekit/interrupt.h
update
[l4.git] / l4 / pkg / dde / include / ddekit / interrupt.h
index fc4daf15039477a35c1903d929738688d8684546..cc4aa86976e7540cd14600ff67572809d40eb08e 100644 (file)
@@ -1,7 +1,5 @@
 /*
  * \brief   Hardware-interrupt subsystem
- * \author  Thomas Friebel <tf13@os.inf.tu-dresden.de>
- * \author  Christian Helmuth <ch12@os.inf.tu-dresden.de>
  * \date    2007-01-26
  *
  * DDEKit supports registration of one handler function per interrupt. If any
@@ -9,6 +7,19 @@
  * multiplexing has to be implemented there!
  */
 
+/*
+ * This file is part of DDEKit.
+ *
+ * (c) 2007-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.
+ */
+
 #pragma once
 
 #include <l4/sys/compiler.h>