From 2547abad9ca1434b943ea832472bdbb0dc5246c9 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Thu, 1 Jan 2015 14:42:58 +0100 Subject: [PATCH] carl9170: update COPYRIGHT boilerplate text The boilderplate text had an obsolete address in it. Link to the GNU Project's licence website instead. Signed-off-by: Christian Lamparter --- COPYRIGHT | 3 +-- carlfw/include/cam.h | 3 +-- carlfw/include/carl9170.h | 3 +-- carlfw/include/cmd.h | 3 +-- carlfw/include/config.h | 3 +-- carlfw/include/dma.h | 3 +-- carlfw/include/fwdsc.h | 3 +-- carlfw/include/gpio.h | 3 +-- carlfw/include/hostif.h | 3 +-- carlfw/include/io.h | 3 +-- carlfw/include/printf.h | 3 +-- carlfw/include/rf.h | 3 +-- carlfw/include/rom.h | 3 +-- carlfw/include/timer.h | 3 +-- carlfw/include/uart.h | 3 +-- carlfw/include/usb.h | 3 +-- carlfw/include/usb_fifo.h | 3 +-- carlfw/include/wl.h | 3 +-- carlfw/include/wol.h | 3 +-- carlfw/src/cam.c | 3 +-- carlfw/src/dma.c | 3 +-- carlfw/src/fw.c | 3 +-- carlfw/src/gpio.c | 3 +-- carlfw/src/hostif.c | 3 +-- carlfw/src/main.c | 3 +-- carlfw/src/printf.c | 3 +-- carlfw/src/rf.c | 3 +-- carlfw/src/timer.c | 3 +-- carlfw/src/uart.c | 3 +-- carlfw/src/udivsi3_i4i-Os.S | 3 +-- carlfw/src/wlan.c | 3 +-- carlfw/src/wlanrx.c | 3 +-- carlfw/src/wlantx.c | 3 +-- carlfw/src/wol.c | 3 +-- carlfw/usb/fifo.c | 3 +-- carlfw/usb/main.c | 3 +-- carlfw/usb/usb.c | 3 +-- 37 files changed, 37 insertions(+), 74 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index b1d3e77..d64b7ea 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -15,5 +15,4 @@ 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., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +with this program; If not, see . diff --git a/carlfw/include/cam.h b/carlfw/include/cam.h index 33afe03..fa65130 100644 --- a/carlfw/include/cam.h +++ b/carlfw/include/cam.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_CAM_H diff --git a/carlfw/include/carl9170.h b/carlfw/include/carl9170.h index a807dd4..6e8a3e1 100644 --- a/carlfw/include/carl9170.h +++ b/carlfw/include/carl9170.h @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_CARL9170_H diff --git a/carlfw/include/cmd.h b/carlfw/include/cmd.h index 54dd350..f8a2605 100644 --- a/carlfw/include/cmd.h +++ b/carlfw/include/cmd.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_CMD_H diff --git a/carlfw/include/config.h b/carlfw/include/config.h index e7c358d..ccaf5f4 100644 --- a/carlfw/include/config.h +++ b/carlfw/include/config.h @@ -10,8 +10,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "generated/autoconf.h" diff --git a/carlfw/include/dma.h b/carlfw/include/dma.h index 7ecdfb9..477c2a2 100644 --- a/carlfw/include/dma.h +++ b/carlfw/include/dma.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_DMA_H diff --git a/carlfw/include/fwdsc.h b/carlfw/include/fwdsc.h index 936bfed..de6d9d5 100644 --- a/carlfw/include/fwdsc.h +++ b/carlfw/include/fwdsc.h @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_FWDSC_H diff --git a/carlfw/include/gpio.h b/carlfw/include/gpio.h index 97c1927..a9c0b88 100644 --- a/carlfw/include/gpio.h +++ b/carlfw/include/gpio.h @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_GPIO_H diff --git a/carlfw/include/hostif.h b/carlfw/include/hostif.h index 8f9f139..6bda478 100644 --- a/carlfw/include/hostif.h +++ b/carlfw/include/hostif.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_HOSTIF_H diff --git a/carlfw/include/io.h b/carlfw/include/io.h index 4ccdc6e..d480594 100644 --- a/carlfw/include/io.h +++ b/carlfw/include/io.h @@ -10,8 +10,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_IO_H diff --git a/carlfw/include/printf.h b/carlfw/include/printf.h index dd4559e..2678cfc 100644 --- a/carlfw/include/printf.h +++ b/carlfw/include/printf.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_PRINTF_H diff --git a/carlfw/include/rf.h b/carlfw/include/rf.h index 4419bcb..102d5de 100644 --- a/carlfw/include/rf.h +++ b/carlfw/include/rf.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_RF_H diff --git a/carlfw/include/rom.h b/carlfw/include/rom.h index 5abb5b6..f9ff8b5 100644 --- a/carlfw/include/rom.h +++ b/carlfw/include/rom.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_ROM_H diff --git a/carlfw/include/timer.h b/carlfw/include/timer.h index 1b9d1c1..43d6f2e 100644 --- a/carlfw/include/timer.h +++ b/carlfw/include/timer.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_TIMER_H diff --git a/carlfw/include/uart.h b/carlfw/include/uart.h index 1cfa29d..5c02a07 100644 --- a/carlfw/include/uart.h +++ b/carlfw/include/uart.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_UART_H diff --git a/carlfw/include/usb.h b/carlfw/include/usb.h index 1066fe0..67a3830 100644 --- a/carlfw/include/usb.h +++ b/carlfw/include/usb.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_USB_H diff --git a/carlfw/include/usb_fifo.h b/carlfw/include/usb_fifo.h index 5d84c88..f8f0d64 100644 --- a/carlfw/include/usb_fifo.h +++ b/carlfw/include/usb_fifo.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_USB_FIFO_H diff --git a/carlfw/include/wl.h b/carlfw/include/wl.h index 50fee61..5def1cf 100644 --- a/carlfw/include/wl.h +++ b/carlfw/include/wl.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_WLAN_H diff --git a/carlfw/include/wol.h b/carlfw/include/wol.h index 829400a..20f0af6 100644 --- a/carlfw/include/wol.h +++ b/carlfw/include/wol.h @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_WOL_H diff --git a/carlfw/src/cam.c b/carlfw/src/cam.c index 7c0e61c..44cbddd 100644 --- a/carlfw/src/cam.c +++ b/carlfw/src/cam.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/dma.c b/carlfw/src/dma.c index d19e316..9a6cc0c 100644 --- a/carlfw/src/dma.c +++ b/carlfw/src/dma.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/fw.c b/carlfw/src/fw.c index a04e963..c351985 100644 --- a/carlfw/src/fw.c +++ b/carlfw/src/fw.c @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" #include "fwdsc.h" diff --git a/carlfw/src/gpio.c b/carlfw/src/gpio.c index 85cd81f..94abdc9 100644 --- a/carlfw/src/gpio.c +++ b/carlfw/src/gpio.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/hostif.c b/carlfw/src/hostif.c index 5726860..7ff1d9b 100644 --- a/carlfw/src/hostif.c +++ b/carlfw/src/hostif.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/main.c b/carlfw/src/main.c index e6f0af0..8c13bf8 100644 --- a/carlfw/src/main.c +++ b/carlfw/src/main.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/printf.c b/carlfw/src/printf.c index 3ff05c4..33de46e 100755 --- a/carlfw/src/printf.c +++ b/carlfw/src/printf.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/rf.c b/carlfw/src/rf.c index 5448abf..5e8d3d8 100644 --- a/carlfw/src/rf.c +++ b/carlfw/src/rf.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/timer.c b/carlfw/src/timer.c index 9505818..9b62530 100644 --- a/carlfw/src/timer.c +++ b/carlfw/src/timer.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/uart.c b/carlfw/src/uart.c index 919e683..2a0a76a 100644 --- a/carlfw/src/uart.c +++ b/carlfw/src/uart.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/udivsi3_i4i-Os.S b/carlfw/src/udivsi3_i4i-Os.S index 191bf2e..ac82196 100644 --- a/carlfw/src/udivsi3_i4i-Os.S +++ b/carlfw/src/udivsi3_i4i-Os.S @@ -21,8 +21,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +with this program; If not, see . */ /* Moderately Space-optimized libgcc routines for the Renesas SH / STMicroelectronics ST40 CPUs. diff --git a/carlfw/src/wlan.c b/carlfw/src/wlan.c index 384d8d1..4e73a2b 100644 --- a/carlfw/src/wlan.c +++ b/carlfw/src/wlan.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/wlanrx.c b/carlfw/src/wlanrx.c index 02cbce5..3ff9d54 100644 --- a/carlfw/src/wlanrx.c +++ b/carlfw/src/wlanrx.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/wlantx.c b/carlfw/src/wlantx.c index a421c4c..474c040 100644 --- a/carlfw/src/wlantx.c +++ b/carlfw/src/wlantx.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/src/wol.c b/carlfw/src/wol.c index 7afb8e5..47508be 100644 --- a/carlfw/src/wol.c +++ b/carlfw/src/wol.c @@ -16,8 +16,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/usb/fifo.c b/carlfw/usb/fifo.c index 3d8e354..01c2d0c 100644 --- a/carlfw/usb/fifo.c +++ b/carlfw/usb/fifo.c @@ -17,8 +17,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/usb/main.c b/carlfw/usb/main.c index 1fb119e..4199a21 100644 --- a/carlfw/usb/main.c +++ b/carlfw/usb/main.c @@ -17,8 +17,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" diff --git a/carlfw/usb/usb.c b/carlfw/usb/usb.c index e1fb27e..6142dcd 100644 --- a/carlfw/usb/usb.c +++ b/carlfw/usb/usb.c @@ -19,8 +19,7 @@ * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" #include "usb.h" -- 2.31.1