summaryrefslogtreecommitdiff
path: root/device/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/intr.h')
-rw-r--r--device/intr.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/device/intr.h b/device/intr.h
index 48843cf0..df282c05 100644
--- a/device/intr.h
+++ b/device/intr.h
@@ -1,5 +1,18 @@
-#ifndef __INTR_H__
+/*
+ * Copyright (c) 2010, 2011, 2019 Free Software Foundation, Inc.
+ *
+ * Permission to use, copy, modify and distribute this software and its
+ * documentation is hereby granted, provided that both the copyright
+ * notice and this permission notice appear in all copies of the
+ * software, derivative works or modified versions, and any portions
+ * thereof, and that both notices appear in supporting documentation.
+ *
+ * THE FREE SOFTWARE FOUNDATIONALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
+ * CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY LIABILITY OF ANY KIND
+ * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
+ */
+#ifndef __INTR_H__
#define __INTR_H__
#include <device/device_types.h>