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 66a60c5..c792267 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 c269032..f73d650 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 dfe13e4..089d0f7 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 ac560af..117dacc 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 c1076e9..8e85dc9 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 b3ff7bc..0325245 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 4be92eb..7f051bc 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 3349be4..9d839ae 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 46c1f9a..b1209e1 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 9d69ed4..d454fc8 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 3bafd79..08e01fd 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 5958396..59c8bc2 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 a875471..b0cac33 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 d5239d1..9f912eb 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 5d70adf..62929cf 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.1