From 82eec2c3eabeac32e594020caa16e7113a88c47f Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Sat, 5 Sep 2015 14:35:35 +0200 Subject: [PATCH] Fix license in some of the files Signed-off-by: Patrik Jakobsson --- bcwc_reg.h | 9 ++++++++- isp.c | 9 ++++++++- isp.h | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/bcwc_reg.h b/bcwc_reg.h index ada85d3..3bcf648 100644 --- a/bcwc_reg.h +++ b/bcwc_reg.h @@ -1,6 +1,5 @@ /* * Broadcom PCIe 1570 webcam driver - * Some of the register defines are taken from the crystalhd driver * * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) * @@ -8,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_REG_H diff --git a/isp.c b/isp.c index de2728f..12b7b96 100644 --- a/isp.c +++ b/isp.c @@ -1,6 +1,5 @@ /* * Broadcom PCIe 1570 webcam driver - * Some of the register defines are taken from the crystalhd driver * * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) * @@ -8,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/isp.h b/isp.h index 8812d8d..2763016 100644 --- a/isp.h +++ b/isp.h @@ -1,6 +1,5 @@ /* * Broadcom PCIe 1570 webcam driver - * Some of the register defines are taken from the crystalhd driver * * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) * @@ -8,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 _ISP_H