]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[linda] Add missing copyright notices
authorMichael Brown <mcb30@etherboot.org>
Tue, 18 Nov 2008 00:14:10 +0000 (00:14 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 18 Nov 2008 00:14:10 +0000 (00:14 +0000)
src/drivers/infiniband/linda.h
src/drivers/infiniband/qib_genbits.pl

index 4a91e3ed3313f1a3cc4040e97e30bd4636e96fb9..dd1737a680b2d465e7010b29978429a5c2036229 100644 (file)
@@ -1,6 +1,24 @@
 #ifndef _LINDA_H
 #define _LINDA_H
 
+/*
+ * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 /**
  * @file
  *
index bc0cddc31000617d00d459087a7666bbb3f6893c..9eba4da55b7c0107dbdafdb290a23e6443021afe 100644 (file)
@@ -1,4 +1,20 @@
 #!/usr/bin/perl -w
+#
+# Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
+#
+# 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 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, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 use strict;
 use warnings;