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 --- apps/recorder/albumart.c | 6 ++++-- apps/recorder/albumart.h | 6 ++++-- apps/recorder/bmp.c | 6 ++++-- apps/recorder/bmp.h | 6 ++++-- apps/recorder/icons.c | 6 ++++-- apps/recorder/icons.h | 6 ++++-- apps/recorder/keyboard.c | 6 ++++-- apps/recorder/peakmeter.c | 6 ++++-- apps/recorder/peakmeter.h | 6 ++++-- apps/recorder/radio.c | 6 ++++-- apps/recorder/radio.h | 6 ++++-- apps/recorder/recording.c | 6 ++++-- apps/recorder/recording.h | 6 ++++-- 13 files changed, 52 insertions(+), 26 deletions(-) (limited to 'apps/recorder') diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c index f918e291a9..29a1ed39e9 100644 --- a/apps/recorder/albumart.c +++ b/apps/recorder/albumart.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Nicolas Pennequin * - * 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/apps/recorder/albumart.h b/apps/recorder/albumart.h index febad28281..e7033c19e9 100644 --- a/apps/recorder/albumart.h +++ b/apps/recorder/albumart.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Nicolas Pennequin * - * 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/apps/recorder/bmp.c b/apps/recorder/bmp.c index d977699fe4..9327ac5ec4 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -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/apps/recorder/bmp.h b/apps/recorder/bmp.h index 3d33a8c34b..3ac73de03b 100644 --- a/apps/recorder/bmp.h +++ b/apps/recorder/bmp.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Daniel Stenberg * - * 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/apps/recorder/icons.c b/apps/recorder/icons.c index 7beea83bbc..e047781179 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Robert E. Hak * - * 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/apps/recorder/icons.h b/apps/recorder/icons.h index 8c4cd2b2dd..dca5f29c90 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Robert E. Hak * - * 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/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 9bbe529154..2b0ba49fb3 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Björn Stenberg * - * 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/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c index 14a29b22ca..be7fa38284 100644 --- a/apps/recorder/peakmeter.c +++ b/apps/recorder/peakmeter.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Philipp Pertermann * - * 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/apps/recorder/peakmeter.h b/apps/recorder/peakmeter.h index 2d63aefa75..7fbb14973a 100644 --- a/apps/recorder/peakmeter.h +++ b/apps/recorder/peakmeter.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Philipp Pertermann * - * 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/apps/recorder/radio.c b/apps/recorder/radio.c index ed6744ace8..8bbaa27db2 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -9,8 +9,10 @@ * * Copyright (C) 2003 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/apps/recorder/radio.h b/apps/recorder/radio.h index c456d3a6a3..7277b46b42 100644 --- a/apps/recorder/radio.h +++ b/apps/recorder/radio.h @@ -9,8 +9,10 @@ * * Copyright (C) 2003 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/apps/recorder/recording.c b/apps/recorder/recording.c index ae2decf3d5..9251a1d609 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -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/apps/recorder/recording.h b/apps/recorder/recording.h index 11d6e86e8c..eb766e162d 100644 --- a/apps/recorder/recording.h +++ b/apps/recorder/recording.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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