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