summaryrefslogtreecommitdiff
path: root/debian/patches/700011-Add-copyright-notices.patch
blob: 82f95a1a518d2fa48dac49fb8b2f51e45c043ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
From 6d18c2969e248918fc663fd3ee309fb6f8f481c4 Mon Sep 17 00:00:00 2001
From: Justus Winter <justus@gnupg.org>
Date: Fri, 26 Feb 2016 17:11:29 +0100
Subject: [PATCH gnumach 11/15] Add copyright notices

---
 device/interrupt.h | 17 +++++++++++++++++
 device/intr.c      | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/device/interrupt.h b/device/interrupt.h
index 8adc02d..c43c3e0 100644
--- a/device/interrupt.h
+++ b/device/interrupt.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2016 Free Software Foundation.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef DEVICE_INTERRUPT_H
 #define DEVICE_INTERRUPT_H
 
diff --git a/device/intr.c b/device/intr.c
index 39408ea..1cbe661 100644
--- a/device/intr.c
+++ b/device/intr.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2010-2016 Free Software Foundation.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <device/intr.h>
 #include <device/ds_routines.h>
 #include <ipc/ipc_space.h>
-- 
2.1.4