Browse Source

[linda] Add missing copyright notices

tags/v0.9.6
Michael Brown 15 years ago
parent
commit
464bf35cc0
2 changed files with 34 additions and 0 deletions
  1. 18
    0
      src/drivers/infiniband/linda.h
  2. 16
    0
      src/drivers/infiniband/qib_genbits.pl

+ 18
- 0
src/drivers/infiniband/linda.h View File

@@ -1,6 +1,24 @@
1 1
 #ifndef _LINDA_H
2 2
 #define _LINDA_H
3 3
 
4
+/*
5
+ * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
6
+ *
7
+ * This program is free software; you can redistribute it and/or
8
+ * modify it under the terms of the GNU General Public License as
9
+ * published by the Free Software Foundation; either version 2 of the
10
+ * License, or any later version.
11
+ *
12
+ * This program is distributed in the hope that it will be useful, but
13
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
+ * General Public License for more details.
16
+ *
17
+ * You should have received a copy of the GNU General Public License
18
+ * along with this program; if not, write to the Free Software
19
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
+ */
21
+
4 22
 /**
5 23
  * @file
6 24
  *

+ 16
- 0
src/drivers/infiniband/qib_genbits.pl View File

@@ -1,4 +1,20 @@
1 1
 #!/usr/bin/perl -w
2
+#
3
+# Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
4
+#
5
+# This program is free software; you can redistribute it and/or
6
+# modify it under the terms of the GNU General Public License as
7
+# published by the Free Software Foundation; either version 2 of the
8
+# License, or any later version.
9
+#
10
+# This program is distributed in the hope that it will be useful, but
11
+# WITHOUT ANY WARRANTY; without even the implied warranty of
12
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
+# General Public License for more details.
14
+#
15
+# You should have received a copy of the GNU General Public License
16
+# along with this program; if not, write to the Free Software
17
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2 18
 
3 19
 use strict;
4 20
 use warnings;

Loading…
Cancel
Save