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 --- bootloader/common.c | 6 ++++-- bootloader/common.h | 6 ++++-- bootloader/gigabeat-s.c | 6 ++++-- bootloader/gigabeat.c | 6 ++++-- bootloader/iaudio_coldfire.c | 6 ++++-- bootloader/ipod.c | 6 ++++-- bootloader/iriver_h1x0.c | 6 ++++-- bootloader/iriver_h300.c | 6 ++++-- bootloader/main-e200r-installer.c | 6 ++++-- bootloader/main-pp.c | 6 ++++-- bootloader/meizu_m6sl.c | 6 ++++-- bootloader/mrobe500.c | 6 ++++-- bootloader/show_logo.c | 6 ++++-- bootloader/telechips.c | 6 ++++-- bootloader/tpj1022.c | 6 ++++-- 15 files changed, 60 insertions(+), 30 deletions(-) (limited to 'bootloader') diff --git a/bootloader/common.c b/bootloader/common.c index 66a60c5f6c..c792267afa 100644 --- a/bootloader/common.c +++ b/bootloader/common.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/bootloader/common.h b/bootloader/common.h index c2690324e5..f73d6501b6 100644 --- a/bootloader/common.h +++ b/bootloader/common.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index dfe13e4540..089d0f7890 100644 --- a/bootloader/gigabeat-s.c +++ b/bootloader/gigabeat-s.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Greg White * - * 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/bootloader/gigabeat.c b/bootloader/gigabeat.c index ac560afd64..117dacc2b2 100644 --- a/bootloader/gigabeat.c +++ b/bootloader/gigabeat.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Greg White * - * 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/bootloader/iaudio_coldfire.c b/bootloader/iaudio_coldfire.c index c1076e98cc..8e85dc9deb 100644 --- a/bootloader/iaudio_coldfire.c +++ b/bootloader/iaudio_coldfire.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 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/bootloader/ipod.c b/bootloader/ipod.c index b3ff7bcedb..0325245884 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -12,8 +12,10 @@ * Based on Rockbox iriver bootloader by Linus Nielsen Feltzing * and the ipodlinux bootloader by Daniel Palffy and Bernard Leach * - * 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/bootloader/iriver_h1x0.c b/bootloader/iriver_h1x0.c index 4be92eb4ac..7f051bccb5 100644 --- a/bootloader/iriver_h1x0.c +++ b/bootloader/iriver_h1x0.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/bootloader/iriver_h300.c b/bootloader/iriver_h300.c index 3349be4c2b..9d839aed29 100644 --- a/bootloader/iriver_h300.c +++ b/bootloader/iriver_h300.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 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/bootloader/main-e200r-installer.c b/bootloader/main-e200r-installer.c index 46c1f9a2ff..b1209e1692 100644 --- a/bootloader/main-e200r-installer.c +++ b/bootloader/main-e200r-installer.c @@ -12,8 +12,10 @@ * Based on Rockbox iriver bootloader by Linus Nielsen Feltzing * and the ipodlinux bootloader by Daniel Palffy and Bernard Leach * - * 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/bootloader/main-pp.c b/bootloader/main-pp.c index 9d69ed4932..d454fc84a2 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c @@ -12,8 +12,10 @@ * Based on Rockbox iriver bootloader by Linus Nielsen Feltzing * and the ipodlinux bootloader by Daniel Palffy and Bernard Leach * - * 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/bootloader/meizu_m6sl.c b/bootloader/meizu_m6sl.c index 3bafd79e34..08e01fd333 100644 --- a/bootloader/meizu_m6sl.c +++ b/bootloader/meizu_m6sl.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Greg White * - * 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/bootloader/mrobe500.c b/bootloader/mrobe500.c index 5958396188..59c8bc2141 100755 --- a/bootloader/mrobe500.c +++ b/bootloader/mrobe500.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/bootloader/show_logo.c b/bootloader/show_logo.c index a875471b19..b0cac3370f 100644 --- a/bootloader/show_logo.c +++ b/bootloader/show_logo.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Barry Wardell * - * 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/bootloader/telechips.c b/bootloader/telechips.c index d5239d1863..9f912ebe2d 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -11,8 +11,10 @@ * * Based on Rockbox iriver bootloader 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/bootloader/tpj1022.c b/bootloader/tpj1022.c index 5d70adf5fe..62929cf1aa 100644 --- a/bootloader/tpj1022.c +++ b/bootloader/tpj1022.c @@ -11,8 +11,10 @@ * * Based on Rockbox iriver bootloader 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. -- cgit v1.2.3