From 3c2a63e9afff53aad5db8c3806ea46b2a0647050 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Sat, 9 Aug 2014 14:28:28 +0200 Subject: [PATCH] bcwc_pcie: Add some more info on the GPLv2 Signed-off-by: Patrik Jakobsson --- bcwc_drv.c | 8 ++++++++ bcwc_drv.h | 8 ++++++++ bcwc_hw.c | 8 ++++++++ bcwc_hw.h | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/bcwc_drv.c b/bcwc_drv.c index bf47777..45e4741 100644 --- a/bcwc_drv.c +++ b/bcwc_drv.c @@ -7,6 +7,14 @@ * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * + * 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. + * */ #include diff --git a/bcwc_drv.h b/bcwc_drv.h index 6583623..fdc7db9 100644 --- a/bcwc_drv.h +++ b/bcwc_drv.h @@ -7,6 +7,14 @@ * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * + * 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. + * */ #ifndef _BCWC_PCIE_H diff --git a/bcwc_hw.c b/bcwc_hw.c index 09ed581..e38a6e8 100644 --- a/bcwc_hw.c +++ b/bcwc_hw.c @@ -7,6 +7,14 @@ * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * + * 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. + * */ #include diff --git a/bcwc_hw.h b/bcwc_hw.h index ed82eee..2695caa 100644 --- a/bcwc_hw.h +++ b/bcwc_hw.h @@ -7,6 +7,14 @@ * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * + * 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. + * */ #ifndef _BCWC_HW_H