From 2acc0ac542d9186feee25bbe444c49cb59ca393e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 28 Jun 2008 18:10:04 +0000 Subject: Updated our source code header to explicitly mention that we are GPL v2 or later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/tcc780x/adc-tcc780x.c | 6 ++++-- firmware/target/arm/tcc780x/ata-nand-tcc780x.c | 6 ++++-- firmware/target/arm/tcc780x/ata-target.h | 6 ++++-- firmware/target/arm/tcc780x/cowond2/adc-target.h | 6 ++++-- firmware/target/arm/tcc780x/cowond2/audio-cowond2.c | 6 ++++-- firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c | 6 ++++-- firmware/target/arm/tcc780x/cowond2/backlight-target.h | 6 ++++-- firmware/target/arm/tcc780x/cowond2/button-cowond2.c | 6 ++++-- firmware/target/arm/tcc780x/cowond2/button-target.h | 6 ++++-- firmware/target/arm/tcc780x/cowond2/i2c-target.h | 6 ++++-- firmware/target/arm/tcc780x/cowond2/lcd-cowond2.c | 6 ++++-- firmware/target/arm/tcc780x/cowond2/power-cowond2.c | 6 ++++-- firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c | 6 ++++-- firmware/target/arm/tcc780x/cowond2/usb-cowond2.c | 6 ++++-- firmware/target/arm/tcc780x/crt0.S | 6 ++++-- firmware/target/arm/tcc780x/debug-target.h | 6 ++++-- firmware/target/arm/tcc780x/debug-tcc780x.c | 6 ++++-- firmware/target/arm/tcc780x/kernel-tcc780x.c | 6 ++++-- firmware/target/arm/tcc780x/pcm-tcc780x.c | 6 ++++-- firmware/target/arm/tcc780x/system-target.h | 6 ++++-- firmware/target/arm/tcc780x/system-tcc780x.c | 6 ++++-- firmware/target/arm/tcc780x/timer-target.h | 6 ++++-- firmware/target/arm/tcc780x/timer-tcc780x.c | 6 ++++-- 23 files changed, 92 insertions(+), 46 deletions(-) (limited to 'firmware/target/arm/tcc780x') diff --git a/firmware/target/arm/tcc780x/adc-tcc780x.c b/firmware/target/arm/tcc780x/adc-tcc780x.c index 8c438e2689..f87a1694f2 100644 --- a/firmware/target/arm/tcc780x/adc-tcc780x.c +++ b/firmware/target/arm/tcc780x/adc-tcc780x.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Dave Chapman * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/ata-nand-tcc780x.c b/firmware/target/arm/tcc780x/ata-nand-tcc780x.c index 9587f81eb4..80245c91bd 100644 --- a/firmware/target/arm/tcc780x/ata-nand-tcc780x.c +++ b/firmware/target/arm/tcc780x/ata-nand-tcc780x.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/ata-target.h b/firmware/target/arm/tcc780x/ata-target.h index 79ac638de1..0243d36f47 100644 --- a/firmware/target/arm/tcc780x/ata-target.h +++ b/firmware/target/arm/tcc780x/ata-target.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Dave Chapman * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/adc-target.h b/firmware/target/arm/tcc780x/cowond2/adc-target.h index 873183d721..cc95243701 100644 --- a/firmware/target/arm/tcc780x/cowond2/adc-target.h +++ b/firmware/target/arm/tcc780x/cowond2/adc-target.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Dave Chapman * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/audio-cowond2.c b/firmware/target/arm/tcc780x/cowond2/audio-cowond2.c index f73528247c..cd7ea74df2 100644 --- a/firmware/target/arm/tcc780x/cowond2/audio-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/audio-cowond2.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c b/firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c index 07286bdd09..6d286aee8f 100644 --- a/firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/backlight-target.h b/firmware/target/arm/tcc780x/cowond2/backlight-target.h index 0ddff85544..dbb0baae43 100644 --- a/firmware/target/arm/tcc780x/cowond2/backlight-target.h +++ b/firmware/target/arm/tcc780x/cowond2/backlight-target.h @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/button-cowond2.c b/firmware/target/arm/tcc780x/cowond2/button-cowond2.c index 9a68c1ad58..850d93e734 100644 --- a/firmware/target/arm/tcc780x/cowond2/button-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/button-cowond2.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/button-target.h b/firmware/target/arm/tcc780x/cowond2/button-target.h index f947a239b6..d315d0172f 100644 --- a/firmware/target/arm/tcc780x/cowond2/button-target.h +++ b/firmware/target/arm/tcc780x/cowond2/button-target.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/i2c-target.h b/firmware/target/arm/tcc780x/cowond2/i2c-target.h index 8925a9bae3..d9fba9c933 100644 --- a/firmware/target/arm/tcc780x/cowond2/i2c-target.h +++ b/firmware/target/arm/tcc780x/cowond2/i2c-target.h @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/lcd-cowond2.c b/firmware/target/arm/tcc780x/cowond2/lcd-cowond2.c index 062b178a05..eafc8a414f 100644 --- a/firmware/target/arm/tcc780x/cowond2/lcd-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/lcd-cowond2.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c index 504f4e6eb8..5b09cc1c17 100644 --- a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Dave Chapman * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c b/firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c index bae845695a..751e45eb6a 100644 --- a/firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Karl Kurbjun * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c b/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c index 3519bf9200..ef1d1506a1 100644 --- a/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/crt0.S b/firmware/target/arm/tcc780x/crt0.S index aaa9517329..03f17957c5 100644 --- a/firmware/target/arm/tcc780x/crt0.S +++ b/firmware/target/arm/tcc780x/crt0.S @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Linus Nielsen Feltzing * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/debug-target.h b/firmware/target/arm/tcc780x/debug-target.h index 07e8fc4322..a744c4f456 100755 --- a/firmware/target/arm/tcc780x/debug-target.h +++ b/firmware/target/arm/tcc780x/debug-target.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Karl Kurbjun * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/debug-tcc780x.c b/firmware/target/arm/tcc780x/debug-tcc780x.c index a56d29526a..17bb1ff646 100644 --- a/firmware/target/arm/tcc780x/debug-tcc780x.c +++ b/firmware/target/arm/tcc780x/debug-tcc780x.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/kernel-tcc780x.c b/firmware/target/arm/tcc780x/kernel-tcc780x.c index 333823eef9..e5d96d288a 100644 --- a/firmware/target/arm/tcc780x/kernel-tcc780x.c +++ b/firmware/target/arm/tcc780x/kernel-tcc780x.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Rob Purchase * -* All files in this archive are subject to the GNU General Public License. -* See the file COPYING in the source tree root for full license agreement. +* 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/pcm-tcc780x.c b/firmware/target/arm/tcc780x/pcm-tcc780x.c index c20651a99a..375274438a 100644 --- a/firmware/target/arm/tcc780x/pcm-tcc780x.c +++ b/firmware/target/arm/tcc780x/pcm-tcc780x.c @@ -10,8 +10,10 @@ * Copyright (C) 2006 by Michael Sevakis * Copyright (C) 2008 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/system-target.h b/firmware/target/arm/tcc780x/system-target.h index 158bc44190..aa3cc7aa4f 100644 --- a/firmware/target/arm/tcc780x/system-target.h +++ b/firmware/target/arm/tcc780x/system-target.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Dave Chapman * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/system-tcc780x.c b/firmware/target/arm/tcc780x/system-tcc780x.c index 7e07ed7171..973dbaf719 100644 --- a/firmware/target/arm/tcc780x/system-tcc780x.c +++ b/firmware/target/arm/tcc780x/system-tcc780x.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Rob Purchase * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/timer-target.h b/firmware/target/arm/tcc780x/timer-target.h index db25df7cd4..991d949447 100644 --- a/firmware/target/arm/tcc780x/timer-target.h +++ b/firmware/target/arm/tcc780x/timer-target.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Karl Kurbjun * -* All files in this archive are subject to the GNU General Public License. -* See the file COPYING in the source tree root for full license agreement. +* 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/firmware/target/arm/tcc780x/timer-tcc780x.c b/firmware/target/arm/tcc780x/timer-tcc780x.c index 679c6d8549..c08520116a 100644 --- a/firmware/target/arm/tcc780x/timer-tcc780x.c +++ b/firmware/target/arm/tcc780x/timer-tcc780x.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Rob Purchase * -* All files in this archive are subject to the GNU General Public License. -* See the file COPYING in the source tree root for full license agreement. +* 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 (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. -- cgit v1.2.3