diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-06-28 18:10:04 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-28 18:10:04 +0000 |
| commit | 2acc0ac542d9186feee25bbe444c49cb59ca393e (patch) | |
| tree | 39d07a175658097cee18bc2b18f567f43f3b2c74 /apps | |
| parent | af21db6ded50fd205d64a18c5af2d78eac6c2a41 (diff) | |
| download | rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.zip rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.tar.gz rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.tar.bz2 rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.tar.xz | |
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
Diffstat (limited to 'apps')
479 files changed, 1916 insertions, 958 deletions
diff --git a/apps/abrepeat.c b/apps/abrepeat.c index 71360c0..c39cca0 100644 --- a/apps/abrepeat.c +++ b/apps/abrepeat.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Ray Lambert * - * 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/abrepeat.h b/apps/abrepeat.h index dfc336f..de65f90 100644 --- a/apps/abrepeat.h +++ b/apps/abrepeat.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Ray Lambert * - * 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/action.c b/apps/action.c index 2c089ee..7cde1b1 100644 --- a/apps/action.c +++ b/apps/action.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/action.h b/apps/action.h index deb3681..94bf732 100644 --- a/apps/action.h +++ b/apps/action.h @@ -8,8 +8,10 @@ * * Copyright (C) 2004 Brent Coutts * - * 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/alarm_menu.c b/apps/alarm_menu.c index f0a8140..3866a99 100644 --- a/apps/alarm_menu.c +++ b/apps/alarm_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2003 Uwe Freese * - * 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/alarm_menu.h b/apps/alarm_menu.h index 8ad062e..01b3d86 100644 --- a/apps/alarm_menu.h +++ b/apps/alarm_menu.h @@ -9,8 +9,10 @@ * * Copyright (C) 2003 Uwe Freese * - * 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/applimits.h b/apps/applimits.h index a18544e..9c4035d 100644 --- a/apps/applimits.h +++ b/apps/applimits.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. diff --git a/apps/audio_path.c b/apps/audio_path.c index 998b298..e928880 100644 --- a/apps/audio_path.c +++ b/apps/audio_path.c @@ -11,8 +11,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/apps/bookmark.c b/apps/bookmark.c index c9a2859..f968c5e 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -8,8 +8,10 @@ * * Copyright (C)2003 by Benjamin Metzler * - * 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/bookmark.h b/apps/bookmark.h index 81b0328..e8770f5 100644 --- a/apps/bookmark.h +++ b/apps/bookmark.h @@ -8,8 +8,10 @@ * * Copyright (C) 2003 by Benjamin Metzler * - * 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/buffering.c b/apps/buffering.c index e2057d1..e07636d 100644 --- a/apps/buffering.c +++ b/apps/buffering.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/buffering.h b/apps/buffering.h index cd705ce..c5a58c2 100644 --- a/apps/buffering.h +++ b/apps/buffering.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/codecs.c b/apps/codecs.c index 3e52dfb..aa3f81d 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/codecs.h b/apps/codecs.h index 0601656..b0cf187 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/codecs/Tremor/asm_mcf5249.h b/apps/codecs/Tremor/asm_mcf5249.h index fd816a2..64dfb1b 100644 --- a/apps/codecs/Tremor/asm_mcf5249.h +++ b/apps/codecs/Tremor/asm_mcf5249.h @@ -8,8 +8,10 @@ * * Copyright (C) 2005 by Pedro Vasconcelos * - * 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/codecs/Tremor/mdct_arm.S b/apps/codecs/Tremor/mdct_arm.S index 275359d..f7858f2 100644 --- a/apps/codecs/Tremor/mdct_arm.S +++ b/apps/codecs/Tremor/mdct_arm.S @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Tomasz Malesinski * - * 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/codecs/a52.c b/apps/codecs/a52.c index 6cdddb5..f8eaef2 100644 --- a/apps/codecs/a52.c +++ b/apps/codecs/a52.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/aac.c b/apps/codecs/aac.c index d3422ea..b781102 100644 --- a/apps/codecs/aac.c +++ b/apps/codecs/aac.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/adx.c b/apps/codecs/adx.c index c265f0c..cc36f6a 100644 --- a/apps/codecs/adx.c +++ b/apps/codecs/adx.c @@ -9,8 +9,10 @@ * Copyright (C) 2006-2008 Adam Gashlin (hcs) * Copyright (C) 2006 Jens Arnold * - * 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/codecs/aiff.c b/apps/codecs/aiff.c index 8b90f7f..53593fc 100644 --- a/apps/codecs/aiff.c +++ b/apps/codecs/aiff.c @@ -9,8 +9,10 @@ * * Copyright (c) 2005 Jvo Studer * - * 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/codecs/aiff_enc.c b/apps/codecs/aiff_enc.c index 749c3a1..7e085d5 100644 --- a/apps/codecs/aiff_enc.c +++ b/apps/codecs/aiff_enc.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Antonius Hellmann * - * 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/codecs/alac.c b/apps/codecs/alac.c index 9abbfe8..367be14 100644 --- a/apps/codecs/alac.c +++ b/apps/codecs/alac.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/ape.c b/apps/codecs/ape.c index 76c1d1a..cbbed6c 100644 --- a/apps/codecs/ape.c +++ b/apps/codecs/ape.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/apps/codecs/codec.h b/apps/codecs/codec.h index 44d5a11..2ee4e47 100644 --- a/apps/codecs/codec.h +++ b/apps/codecs/codec.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Jens Arnold * - * 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/codecs/codec_crt0.c b/apps/codecs/codec_crt0.c index 1c61d84..84e4762 100644 --- a/apps/codecs/codec_crt0.c +++ b/apps/codecs/codec_crt0.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Tomasz Malesinski * - * 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/codecs/flac.c b/apps/codecs/flac.c index 06bf2fc..cf3bbca 100644 --- a/apps/codecs/flac.c +++ b/apps/codecs/flac.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/lib/codeclib.c b/apps/codecs/lib/codeclib.c index 75f1d1a..342e6b7 100644 --- a/apps/codecs/lib/codeclib.c +++ b/apps/codecs/lib/codeclib.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h index 296c8cd..1d95486 100644 --- a/apps/codecs/lib/codeclib.h +++ b/apps/codecs/lib/codeclib.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/libffmpegFLAC/arm.S b/apps/codecs/libffmpegFLAC/arm.S index 2fd0f98..2a2746e 100644 --- a/apps/codecs/libffmpegFLAC/arm.S +++ b/apps/codecs/libffmpegFLAC/arm.S @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Thom Johansen * - * 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/codecs/libffmpegFLAC/coldfire.S b/apps/codecs/libffmpegFLAC/coldfire.S index 5f464be..efbb907 100644 --- a/apps/codecs/libffmpegFLAC/coldfire.S +++ b/apps/codecs/libffmpegFLAC/coldfire.S @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Thom Johansen * - * 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/codecs/libffmpegFLAC/main.c b/apps/codecs/libffmpegFLAC/main.c index c1d5626..4a989a4 100644 --- a/apps/codecs/libffmpegFLAC/main.c +++ b/apps/codecs/libffmpegFLAC/main.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/libm4a/m4a.c b/apps/codecs/libm4a/m4a.c index f5aaeca..da3e912 100644 --- a/apps/codecs/libm4a/m4a.c +++ b/apps/codecs/libm4a/m4a.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/libm4a/m4a.h b/apps/codecs/libm4a/m4a.h index a4d4dc0..e2d4376 100644 --- a/apps/codecs/libm4a/m4a.h +++ b/apps/codecs/libm4a/m4a.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/libmad/dct32_arm.S b/apps/codecs/libmad/dct32_arm.S index 5a1782a..b5b466a 100644 --- a/apps/codecs/libmad/dct32_arm.S +++ b/apps/codecs/libmad/dct32_arm.S @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Tomasz Malesinski * - * 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/codecs/libmad/imdct_mcf5249.S b/apps/codecs/libmad/imdct_mcf5249.S index 1afd910..d6d4460 100644 --- a/apps/codecs/libmad/imdct_mcf5249.S +++ b/apps/codecs/libmad/imdct_mcf5249.S @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Thom Johansen * - * 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/codecs/libmad/mad_iram.h b/apps/codecs/libmad/mad_iram.h index 08d218a..92abf62 100644 --- a/apps/codecs/libmad/mad_iram.h +++ b/apps/codecs/libmad/mad_iram.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/apps/codecs/libmad/synth_full_arm.S b/apps/codecs/libmad/synth_full_arm.S index 47560a4..99a223e 100644 --- a/apps/codecs/libmad/synth_full_arm.S +++ b/apps/codecs/libmad/synth_full_arm.S @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Tomasz Malesinski * - * 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/codecs/libmusepack/mpc_config.h b/apps/codecs/libmusepack/mpc_config.h index fa78a46..7bc922c 100755 --- a/apps/codecs/libmusepack/mpc_config.h +++ b/apps/codecs/libmusepack/mpc_config.h @@ -9,8 +9,10 @@ *
* Copyright (C) 2008 by Andree Buschmann
*
- * 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/codecs/libmusepack/synth_filter_arm.S b/apps/codecs/libmusepack/synth_filter_arm.S index 8386708..c2b28bd 100755 --- a/apps/codecs/libmusepack/synth_filter_arm.S +++ b/apps/codecs/libmusepack/synth_filter_arm.S @@ -9,8 +9,10 @@ *
* Copyright (C) 2008 by Andree Buschmann
*
- * 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/codecs/libspeex/rockbox.h b/apps/codecs/libspeex/rockbox.h index 3f3319c..073bad5 100644 --- a/apps/codecs/libspeex/rockbox.h +++ b/apps/codecs/libspeex/rockbox.h @@ -8,8 +8,10 @@ * * Copyright (C) 2007 Dan Everton * - * 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/codecs/libwavpack/arm.S b/apps/codecs/libwavpack/arm.S index 233bfd3..90dfd46 100644 --- a/apps/codecs/libwavpack/arm.S +++ b/apps/codecs/libwavpack/arm.S @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by David Bryant * - * 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/codecs/libwavpack/arml.S b/apps/codecs/libwavpack/arml.S index 97474f9..5745c81 100644 --- a/apps/codecs/libwavpack/arml.S +++ b/apps/codecs/libwavpack/arml.S @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by David Bryant * - * 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/codecs/libwavpack/coldfire.S b/apps/codecs/libwavpack/coldfire.S index e7bf776..884a0ac 100644 --- a/apps/codecs/libwavpack/coldfire.S +++ b/apps/codecs/libwavpack/coldfire.S @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by David Bryant * - * 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/codecs/libwma/wmafixed.c b/apps/codecs/libwma/wmafixed.c index 087ed21..3c96700 100644 --- a/apps/codecs/libwma/wmafixed.c +++ b/apps/codecs/libwma/wmafixed.c @@ -8,8 +8,10 @@ * * Copyright (C) 2007 Michael Giacomelli * - * 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/codecs/libwma/wmafixed.h b/apps/codecs/libwma/wmafixed.h index 0add53f..198e79e 100644 --- a/apps/codecs/libwma/wmafixed.h +++ b/apps/codecs/libwma/wmafixed.h @@ -8,8 +8,10 @@ * * Copyright (C) 2007 Michael Giacomelli * - * 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/codecs/mod.c b/apps/codecs/mod.c index 7bc87c8..c8ada66 100644 --- a/apps/codecs/mod.c +++ b/apps/codecs/mod.c @@ -12,8 +12,10 @@ * Written from scratch by Rainer Sinsch * exclusivly for Rockbox in February 2008 * - * 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/codecs/mp3_enc.c b/apps/codecs/mp3_enc.c index 87d6f68..767a292 100644 --- a/apps/codecs/mp3_enc.c +++ b/apps/codecs/mp3_enc.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Antonius Hellmann * - * 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/codecs/mpa.c b/apps/codecs/mpa.c index a18a5e8..1181c1e 100644 --- a/apps/codecs/mpa.c +++ b/apps/codecs/mpa.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/mpc.c b/apps/codecs/mpc.c index bdf675d..36a7469 100644 --- a/apps/codecs/mpc.c +++ b/apps/codecs/mpc.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Thom Johansen * - * 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/codecs/nsf.c b/apps/codecs/nsf.c index 6f81c6a..c723983 100644 --- a/apps/codecs/nsf.c +++ b/apps/codecs/nsf.c @@ -9,8 +9,10 @@ * Copyright (C) 2006 Adam Gashlin (hcs) * Copyright (C) 2004 Disch * - * 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/codecs/shorten.c b/apps/codecs/shorten.c index 9081ff2..4e00b9a 100644 --- a/apps/codecs/shorten.c +++ b/apps/codecs/shorten.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Mark Arigo * - * 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/codecs/sid.c b/apps/codecs/sid.c index 1a1e912..087ad75 100644 --- a/apps/codecs/sid.c +++ b/apps/codecs/sid.c @@ -13,8 +13,10 @@ * Ported to rockbox on 14 April 2006 * * - * 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/codecs/spc.c b/apps/codecs/spc.c index 948a05e..da91eb0 100644 --- a/apps/codecs/spc.c +++ b/apps/codecs/spc.c @@ -12,8 +12,10 @@ * Copyright (C) 2004-2007 Shay Green (blargg) * Copyright (C) 2002 Brad Martin * - * 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/codecs/spc/spc_codec.h b/apps/codecs/spc/spc_codec.h index 39d8ef5..33e566a 100644 --- a/apps/codecs/spc/spc_codec.h +++ b/apps/codecs/spc/spc_codec.h @@ -12,8 +12,10 @@ * Copyright (C) 2004-2007 Shay Green (blargg) * Copyright (C) 2002 Brad Martin * - * 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/codecs/spc/spc_cpu.c b/apps/codecs/spc/spc_cpu.c index 3b7c129..6aa9499 100644 --- a/apps/codecs/spc/spc_cpu.c +++ b/apps/codecs/spc/spc_cpu.c @@ -11,8 +11,10 @@ * Copyright (C) 2004-2007 Shay Green (blargg) * Copyright (C) 2002 Brad Martin * - * 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/codecs/spc/spc_dsp.c b/apps/codecs/spc/spc_dsp.c index dda80e9..153950c 100644 --- a/apps/codecs/spc/spc_dsp.c +++ b/apps/codecs/spc/spc_dsp.c @@ -12,8 +12,10 @@ * Copyright (C) 2004-2007 Shay Green (blargg) * Copyright (C) 2002 Brad Martin * - * 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/codecs/spc/spc_emu.c b/apps/codecs/spc/spc_emu.c index bd9c005..e646e08 100644 --- a/apps/codecs/spc/spc_emu.c +++ b/apps/codecs/spc/spc_emu.c @@ -11,8 +11,10 @@ * Copyright (C) 2004-2007 Shay Green (blargg) * Copyright (C) 2002 Brad Martin * - * 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/codecs/spc/spc_profiler.c b/apps/codecs/spc/spc_profiler.c index 60e0ef7..5dc5162 100644 --- a/apps/codecs/spc/spc_profiler.c +++ b/apps/codecs/spc/spc_profiler.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006-2007 Adam Gashlin (hcs) * - * 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/codecs/spc/spc_profiler.h b/apps/codecs/spc/spc_profiler.h index 330d95b..405ee43 100644 --- a/apps/codecs/spc/spc_profiler.h +++ b/apps/codecs/spc/spc_profiler.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006-2007 Adam Gashlin (hcs) * - * 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/codecs/speex.c b/apps/codecs/speex.c index df80f53..8f4db86 100644 --- a/apps/codecs/speex.c +++ b/apps/codecs/speex.c @@ -10,8 +10,10 @@ * Based on vorbis.c codec interface: * Copyright (C) 2002 Bjrn 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/codecs/vorbis.c b/apps/codecs/vorbis.c index ad53ecd..c3b547e 100644 --- a/apps/codecs/vorbis.c +++ b/apps/codecs/vorbis.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/codecs/wav.c b/apps/codecs/wav.c index 504292a..4657891 100644 --- a/apps/codecs/wav.c +++ b/apps/codecs/wav.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/codecs/wav_enc.c b/apps/codecs/wav_enc.c index 5932fd3..a59eff7 100644 --- a/apps/codecs/wav_enc.c +++ b/apps/codecs/wav_enc.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Antonius Hellmann * - * 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/codecs/wavpack.c b/apps/codecs/wavpack.c index 87581db..c93e2e0 100644 --- a/apps/codecs/wavpack.c +++ b/apps/codecs/wavpack.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 David Bryant * - * 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/codecs/wavpack_enc.c b/apps/codecs/wavpack_enc.c index 670a518..56359e4 100644 --- a/apps/codecs/wavpack_enc.c +++ b/apps/codecs/wavpack_enc.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Antonius Hellmann * - * 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/codecs/wma.c b/apps/codecs/wma.c index 6690db7..f395139 100644 --- a/apps/codecs/wma.c +++ b/apps/codecs/wma.c @@ -13,8 +13,10 @@ * http://code.google.com/p/libasf/ libasf itself was based on the ASF * parser in VLC - http://www.videolan.org/ * - * 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/cuesheet.c b/apps/cuesheet.c index 98262db..853a2a0 100644 --- a/apps/cuesheet.c +++ b/apps/cuesheet.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Nicolas Pennequin, Jonathan Gordon * - * 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/cuesheet.h b/apps/cuesheet.h index e80b439..b6cf239 100644 --- a/apps/cuesheet.h +++ b/apps/cuesheet.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Nicolas Pennequin, Jonathan Gordon * - * 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/debug_menu.c b/apps/debug_menu.c index f87d41d..b2144e2 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Heikki Hannikainen * - * 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/debug_menu.h b/apps/debug_menu.h index d1a4929..ecb50c4 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Heikki Hannikainen * - * 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. @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Miika Pekkarinen * - * 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. @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Miika Pekkarinen * - * 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/dsp_arm.S b/apps/dsp_arm.S index 751e0f5..5b43c3b 100644 --- a/apps/dsp_arm.S +++ b/apps/dsp_arm.S @@ -9,8 +9,10 @@ * * Copyright (C) 2006-2007 Thom Johansen * - * 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/dsp_asm.h b/apps/dsp_asm.h index 9c40dee..64373d3 100644 --- a/apps/dsp_asm.h +++ b/apps/dsp_asm.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Thom Johansen * - * 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/dsp_cf.S b/apps/dsp_cf.S index fec0002..d8869fc 100644 --- a/apps/dsp_cf.S +++ b/apps/dsp_cf.S @@ -10,8 +10,10 @@ * Copyright (C) 2006 Thom Johansen * Portions Copyright (C) 2007 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/apps/enc_config.c b/apps/enc_config.c index e1956ed..9c5cd7d 100644 --- a/apps/enc_config.c +++ b/apps/enc_config.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 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/apps/enc_config.h b/apps/enc_config.h index 53fa763..8c6f2ef 100644 --- a/apps/enc_config.h +++ b/apps/enc_config.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 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. @@ -9,8 +9,10 @@ * * Copyright (C) 2006-2007 Thom Johansen * - * 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. @@ -9,8 +9,10 @@ * * Copyright (C) 2006-2007 Thom Johansen * - * 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/eq_arm.S b/apps/eq_arm.S index a18f93a..92446e3 100644 --- a/apps/eq_arm.S +++ b/apps/eq_arm.S @@ -9,8 +9,10 @@ * * Copyright (C) 2006-2007 Thom Johansen * - * 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/eq_cf.S b/apps/eq_cf.S index 954b9d6..30a28b9 100644 --- a/apps/eq_cf.S +++ b/apps/eq_cf.S @@ -9,8 +9,10 @@ * * Copyright (C) 2006-2007 Thom Johansen * - * 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/filetree.c b/apps/filetree.c index 4f14e48..8649dc4 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/filetree.h b/apps/filetree.h index 7d8f2f0..fb32981 100644 --- a/apps/filetree.h +++ b/apps/filetree.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/filetypes.c b/apps/filetypes.c index 4710d61..274b32a 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/filetypes.h b/apps/filetypes.h index 6cf49d3..f872cf8 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Henrik Backe * - * 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/gui/backdrop.c b/apps/gui/backdrop.c index bc8c4a7..6178894 100644 --- a/apps/gui/backdrop.c +++ b/apps/gui/backdrop.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 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/apps/gui/backdrop.h b/apps/gui/backdrop.h index a05cb63..dc9805f 100644 --- a/apps/gui/backdrop.h +++ b/apps/gui/backdrop.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 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/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index 1090cff..d7494db 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Jonathan Gordon * - * 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/gui/buttonbar.c b/apps/gui/buttonbar.c index ce03c82..02be37a 100644 --- a/apps/gui/buttonbar.c +++ b/apps/gui/buttonbar.c @@ -9,8 +9,10 @@ * * Copyright (C) Linus Nielsen Feltzing (2002) * - * 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/gui/buttonbar.h b/apps/gui/buttonbar.h index 98eb83b..884e313 100644 --- a/apps/gui/buttonbar.h +++ b/apps/gui/buttonbar.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/charcell/list.c b/apps/gui/charcell/list.c index 72c2cb7..2df030f 100644 --- a/apps/gui/charcell/list.c +++ b/apps/gui/charcell/list.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Jonathan Gordon * - * 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/gui/color_picker.c b/apps/gui/color_picker.c index 0614fb7..239a8b4 100644 --- a/apps/gui/color_picker.c +++ b/apps/gui/color_picker.c @@ -9,8 +9,10 @@ * * Copyright (C) Jonathan Gordon (2006) * - * 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/gui/color_picker.h b/apps/gui/color_picker.h index 3bd2325..8122b72 100644 --- a/apps/gui/color_picker.h +++ b/apps/gui/color_picker.h @@ -9,8 +9,10 @@ * * Copyright (C) Jonathan Gordon (2006) * - * 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/gui/gwps-common.c b/apps/gui/gwps-common.c index 3fd77a2..b6a7c89 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -10,8 +10,10 @@ * Copyright (C) 2002-2007 Björn Stenberg * Copyright (C) 2007-2008 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/gui/gwps-common.h b/apps/gui/gwps-common.h index ccdc31b..3102d72 100644 --- a/apps/gui/gwps-common.h +++ b/apps/gui/gwps-common.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/gui/gwps.c b/apps/gui/gwps.c index 31b1989..d752cb3 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Jerome Kuptz * - * 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/gui/gwps.h b/apps/gui/gwps.h index ad0c4a5..69a84f9 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.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/gui/icon.c b/apps/gui/icon.c index c8ac48d..e247644 100644 --- a/apps/gui/icon.c +++ b/apps/gui/icon.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/gui/icon.h b/apps/gui/icon.h index 8408ed4..9a58076 100644 --- a/apps/gui/icon.h +++ b/apps/gui/icon.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/list.c b/apps/gui/list.c index 720c61b..0ec40d3 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/list.h b/apps/gui/list.h index 8006847..e2d7a51 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/option_select.c b/apps/gui/option_select.c index 0e4ed8d..f6b1546 100644 --- a/apps/gui/option_select.c +++ b/apps/gui/option_select.c @@ -10,8 +10,10 @@ * Copyright (C) 2005 by Kevin Ferrare * Copyright (C) 2007 by Jonathan Gordon * - * 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/gui/option_select.h b/apps/gui/option_select.h index ed7b6ae..b1a4a86 100644 --- a/apps/gui/option_select.h +++ b/apps/gui/option_select.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/pitchscreen.c b/apps/gui/pitchscreen.c index 6b8fcf2..c9d6750 100644 --- a/apps/gui/pitchscreen.c +++ b/apps/gui/pitchscreen.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/gui/quickscreen.c b/apps/gui/quickscreen.c index ddc02c1..3eb9426 100644 --- a/apps/gui/quickscreen.c +++ b/apps/gui/quickscreen.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Jonathan Gordon * - * 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/gui/quickscreen.h b/apps/gui/quickscreen.h index 47361bd..1d2ed18 100644 --- a/apps/gui/quickscreen.h +++ b/apps/gui/quickscreen.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/scrollbar.c b/apps/gui/scrollbar.c index 5a12ea6..0cb3602 100644 --- a/apps/gui/scrollbar.c +++ b/apps/gui/scrollbar.c @@ -9,8 +9,10 @@ * * Copyright (C) Markus Braun (2002) * - * 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/gui/scrollbar.h b/apps/gui/scrollbar.h index 9e60730..c9b97b2 100644 --- a/apps/gui/scrollbar.h +++ b/apps/gui/scrollbar.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Kevin Ferrare * - * 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/gui/splash.c b/apps/gui/splash.c index 1ead051..0405c05 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -9,8 +9,10 @@ * * Copyright (C) Daniel Stenberg (2002) * - * 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/gui/splash.h b/apps/gui/splash.h index 206674d..bb3c872 100644 --- a/apps/gui/splash.h +++ b/apps/gui/splash.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/statusbar.c b/apps/gui/statusbar.c index 436e3d6..b9941eb 100644 --- a/apps/gui/statusbar.c +++ b/apps/gui/statusbar.c @@ -9,8 +9,10 @@ * * Copyright (C) Robert E. Hak (2002), Linus Nielsen Feltzing (2002) * - * 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/gui/statusbar.h b/apps/gui/statusbar.h index 57be2b1..7e82214 100644 --- a/apps/gui/statusbar.h +++ b/apps/gui/statusbar.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/viewport.c b/apps/gui/viewport.c index 8f9998b..6aad7c5 100644 --- a/apps/gui/viewport.c +++ b/apps/gui/viewport.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Jonathan Gordon * - * 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/gui/viewport.h b/apps/gui/viewport.h index 1917b7b..3605dbe 100644 --- a/apps/gui/viewport.h +++ b/apps/gui/viewport.h @@ -10,8 +10,10 @@ * * Copyright (C) 2008 by Jonathan Gordon * - * 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/gui/wps_debug.c b/apps/gui/wps_debug.c index f5ac27a..2295b4d 100644 --- a/apps/gui/wps_debug.c +++ b/apps/gui/wps_debug.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Nicolas Pennequin, Dan Everton, Matthias Mohr * - * 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/gui/wps_parser.c b/apps/gui/wps_parser.c index 67411ed..e89f269 100644 --- a/apps/gui/wps_parser.c +++ b/apps/gui/wps_parser.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Nicolas Pennequin, Dan Everton, Matthias Mohr * - * 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/gui/yesno.c b/apps/gui/yesno.c index 91358d8..40d1ed4 100644 --- a/apps/gui/yesno.c +++ b/apps/gui/yesno.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/gui/yesno.h b/apps/gui/yesno.h index fbccb5d..801a925 100644 --- a/apps/gui/yesno.h +++ b/apps/gui/yesno.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/keyboard.h b/apps/keyboard.h index e0de3b0..f68f625 100644 --- a/apps/keyboard.h +++ b/apps/keyboard.h @@ -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/keymaps/keymap-av300.c b/apps/keymaps/keymap-av300.c index 0284b0d..47729d2 100644 --- a/apps/keymaps/keymap-av300.c +++ b/apps/keymaps/keymap-av300.c @@ -8,8 +8,10 @@ * * Copyright (C) 2006 Antoine Cellerier <dionoea @t videolan d.t org> * - * 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/keymaps/keymap-c100.c b/apps/keymaps/keymap-c100.c index d5ce40a..64f1624 100755 --- a/apps/keymaps/keymap-c100.c +++ b/apps/keymaps/keymap-c100.c @@ -8,8 +8,10 @@ * * Copyright (C) 2007 Mark Arigo * - * 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/keymaps/keymap-c200.c b/apps/keymaps/keymap-c200.c index 81efc4c..430ca50 100644 --- a/apps/keymaps/keymap-c200.c +++ b/apps/keymaps/keymap-c200.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Mark Arigo * - * 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/keymaps/keymap-cowond2.c b/apps/keymaps/keymap-cowond2.c index 0060035..92d0817 100644 --- a/apps/keymaps/keymap-cowond2.c +++ b/apps/keymaps/keymap-cowond2.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/apps/keymaps/keymap-creativezv.c b/apps/keymaps/keymap-creativezv.c index 5de67f5..12637f3 100644 --- a/apps/keymaps/keymap-creativezv.c +++ b/apps/keymaps/keymap-creativezv.c @@ -9,8 +9,10 @@ *
* Copyright (C) 2008 by Maurus Cuelenaere
*
- * 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/keymaps/keymap-creativezvm.c b/apps/keymaps/keymap-creativezvm.c index 4944e0b..16a3b8a 100644 --- a/apps/keymaps/keymap-creativezvm.c +++ b/apps/keymaps/keymap-creativezvm.c @@ -9,8 +9,10 @@ *
* Copyright (C) 2008 by Maurus Cuelenaere
*
- * 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/keymaps/keymap-e200.c b/apps/keymaps/keymap-e200.c index e51ca7c..efd377f 100644 --- a/apps/keymaps/keymap-e200.c +++ b/apps/keymaps/keymap-e200.c @@ -8,8 +8,10 @@ * * Copyright (C) Barry Wardell 2006 * - * 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/keymaps/keymap-gigabeat-s.c b/apps/keymaps/keymap-gigabeat-s.c index 187eb36..a60fd2d 100644 --- a/apps/keymaps/keymap-gigabeat-s.c +++ b/apps/keymaps/keymap-gigabeat-s.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-gigabeat.c b/apps/keymaps/keymap-gigabeat.c index 9be6999..5af08c1 100644 --- a/apps/keymaps/keymap-gigabeat.c +++ b/apps/keymaps/keymap-gigabeat.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-h10.c b/apps/keymaps/keymap-h10.c index a264b8a..df4c225 100644 --- a/apps/keymaps/keymap-h10.c +++ b/apps/keymaps/keymap-h10.c @@ -9,8 +9,10 @@ * * Copyright (C) Barry Wardell 2006 * - * 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/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c index 37c0882..e4eb6c8 100644 --- a/apps/keymaps/keymap-h1x0_h3x0.c +++ b/apps/keymaps/keymap-h1x0_h3x0.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-hdd1630.c b/apps/keymaps/keymap-hdd1630.c index 9363eba..e4a74cb 100755 --- a/apps/keymaps/keymap-hdd1630.c +++ b/apps/keymaps/keymap-hdd1630.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 Mark Arigo * - * 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/keymaps/keymap-ifp7xx.c b/apps/keymaps/keymap-ifp7xx.c index 64c8908..e24e0dc 100644 --- a/apps/keymaps/keymap-ifp7xx.c +++ b/apps/keymaps/keymap-ifp7xx.c @@ -8,8 +8,10 @@ * * Copyright (C) 2006 Tomasz Malesinski * - * 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/keymaps/keymap-ipod.c b/apps/keymaps/keymap-ipod.c index e162f0e..baf3917 100644 --- a/apps/keymaps/keymap-ipod.c +++ b/apps/keymaps/keymap-ipod.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-m200.c b/apps/keymaps/keymap-m200.c index 1419051..46a1098 100644 --- a/apps/keymaps/keymap-m200.c +++ b/apps/keymaps/keymap-m200.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Mark Arigo * - * 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/keymaps/keymap-m3.c b/apps/keymaps/keymap-m3.c index f18ec93..4da6855 100644 --- a/apps/keymaps/keymap-m3.c +++ b/apps/keymaps/keymap-m3.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 Jens Arnold * - * 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/keymaps/keymap-meizu-m6sl.c b/apps/keymaps/keymap-meizu-m6sl.c index a473c88..ec19dd6 100644 --- a/apps/keymaps/keymap-meizu-m6sl.c +++ b/apps/keymaps/keymap-meizu-m6sl.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-mr100.c b/apps/keymaps/keymap-mr100.c index 84b4bc6..8b7b74d 100644 --- a/apps/keymaps/keymap-mr100.c +++ b/apps/keymaps/keymap-mr100.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 Mark Arigo * - * 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/keymaps/keymap-mr500.c b/apps/keymaps/keymap-mr500.c index c680929..7ed2e5f 100755 --- a/apps/keymaps/keymap-mr500.c +++ b/apps/keymaps/keymap-mr500.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-newtarget.c b/apps/keymaps/keymap-newtarget.c index 69da4ef..f9af353 100644 --- a/apps/keymaps/keymap-newtarget.c +++ b/apps/keymaps/keymap-newtarget.c @@ -8,8 +8,10 @@ * * Copyright (C) 200 * - * 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/keymaps/keymap-ondio.c b/apps/keymaps/keymap-ondio.c index 2448d00..6d2bdef 100644 --- a/apps/keymaps/keymap-ondio.c +++ b/apps/keymaps/keymap-ondio.c @@ -8,8 +8,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-player.c b/apps/keymaps/keymap-player.c index 1062a23..8bbdba9 100644 --- a/apps/keymaps/keymap-player.c +++ b/apps/keymaps/keymap-player.c @@ -8,8 +8,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-recorder.c b/apps/keymaps/keymap-recorder.c index 7160e0b..5787665 100644 --- a/apps/keymaps/keymap-recorder.c +++ b/apps/keymaps/keymap-recorder.c @@ -8,8 +8,10 @@ * * Copyright (C) 2006 Antoine Cellerier <dionoea @t videolan d.t org> * - * 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/keymaps/keymap-sa9200.c b/apps/keymaps/keymap-sa9200.c index c2fa6e4..478eea3 100755 --- a/apps/keymaps/keymap-sa9200.c +++ b/apps/keymaps/keymap-sa9200.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-touchpad.c b/apps/keymaps/keymap-touchpad.c index 5cf30d3..b658fe4 100644 --- a/apps/keymaps/keymap-touchpad.c +++ b/apps/keymaps/keymap-touchpad.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/keymaps/keymap-x5.c b/apps/keymaps/keymap-x5.c index ee64090..efcc3ad 100644 --- a/apps/keymaps/keymap-x5.c +++ b/apps/keymaps/keymap-x5.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/language.c b/apps/language.c index fb4f7da..06e7846 100644 --- a/apps/language.c +++ b/apps/language.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/language.h b/apps/language.h index 14c8084..0203b15 100644 --- a/apps/language.h +++ b/apps/language.h @@ -11,8 +11,10 @@ * * Copyright (C) 2002, 2008 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/logfdisp.c b/apps/logfdisp.c index 2bdc613..bfe37bc 100644 --- a/apps/logfdisp.c +++ b/apps/logfdisp.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/logfdisp.h b/apps/logfdisp.h index 1bbac29..92fc754 100644 --- a/apps/logfdisp.h +++ b/apps/logfdisp.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/main.c b/apps/main.c index 8af488d..ecc8071 100644 --- a/apps/main.c +++ b/apps/main.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/menu.c b/apps/menu.c index 64bb6e1..c55c39f 100644 --- a/apps/menu.c +++ b/apps/menu.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/menu.h b/apps/menu.h index 018f3f1..6dec5e0 100644 --- a/apps/menu.h +++ b/apps/menu.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/menus/display_menu.c b/apps/menus/display_menu.c index e52a6c9..a938f59 100644 --- a/apps/menus/display_menu.c +++ b/apps/menus/display_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/menus/eq_menu.c b/apps/menus/eq_menu.c index 1afd5b6..13af7e6 100644 --- a/apps/menus/eq_menu.c +++ b/apps/menus/eq_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * 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/menus/eq_menu.h b/apps/menus/eq_menu.h index cc73d7b..6be0991 100644 --- a/apps/menus/eq_menu.h +++ b/apps/menus/eq_menu.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * 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/menus/exported_menus.h b/apps/menus/exported_menus.h index d3a850b..32f7dd4 100644 --- a/apps/menus/exported_menus.h +++ b/apps/menus/exported_menus.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/menus/main_menu.c b/apps/menus/main_menu.c index ecd4c62..985efc2 100644 --- a/apps/menus/main_menu.c +++ b/apps/menus/main_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/menus/menu_common.c b/apps/menus/menu_common.c index 2f3844c..e8a2a91 100644 --- a/apps/menus/menu_common.c +++ b/apps/menus/menu_common.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 Dan Everton * - * 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/menus/menu_common.h b/apps/menus/menu_common.h index 1f835ce..bdf02a0 100644 --- a/apps/menus/menu_common.h +++ b/apps/menus/menu_common.h @@ -9,8 +9,10 @@ * * Copyright (C) 2008 Dan Everton * - * 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/menus/playback_menu.c b/apps/menus/playback_menu.c index 408537e..2d3f3d1 100644 --- a/apps/menus/playback_menu.c +++ b/apps/menus/playback_menu.c @@ -10,8 +10,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/menus/playlist_menu.c b/apps/menus/playlist_menu.c index 60ebc69..6345df9 100644 --- a/apps/menus/playlist_menu.c +++ b/apps/menus/playlist_menu.c @@ -10,8 +10,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/menus/recording_menu.c b/apps/menus/recording_menu.c index 9dcdcf5..6342bcc 100644 --- a/apps/menus/recording_menu.c +++ b/apps/menus/recording_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/menus/settings_menu.c b/apps/menus/settings_menu.c index 05cfd23..93178e6 100644 --- a/apps/menus/settings_menu.c +++ b/apps/menus/settings_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/menus/sound_menu.c b/apps/menus/sound_menu.c index 1c1be38..d953db9 100644 --- a/apps/menus/sound_menu.c +++ b/apps/menus/sound_menu.c @@ -10,8 +10,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/menus/theme_menu.c b/apps/menus/theme_menu.c index 0c01b54..25b1824 100644 --- a/apps/menus/theme_menu.c +++ b/apps/menus/theme_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/metadata.c b/apps/metadata.c index a8821b2..ffa19ba 100644 --- a/apps/metadata.c +++ b/apps/metadata.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata.h b/apps/metadata.h index e7004ba..c496f40 100644 --- a/apps/metadata.h +++ b/apps/metadata.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/a52.c b/apps/metadata/a52.c index f427d99..bcfd3c7 100644 --- a/apps/metadata/a52.c +++ b/apps/metadata/a52.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/adx.c b/apps/metadata/adx.c index f99d41f..c5da0de 100644 --- a/apps/metadata/adx.c +++ b/apps/metadata/adx.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/aiff.c b/apps/metadata/aiff.c index ac652a1..74e2465 100644 --- a/apps/metadata/aiff.c +++ b/apps/metadata/aiff.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/ape.c b/apps/metadata/ape.c index 81f7671..7e9100a 100644 --- a/apps/metadata/ape.c +++ b/apps/metadata/ape.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/asf.c b/apps/metadata/asf.c index 6ee3d6e..fa1308b 100644 --- a/apps/metadata/asf.c +++ b/apps/metadata/asf.c @@ -10,8 +10,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/apps/metadata/flac.c b/apps/metadata/flac.c index fd8cae0..286d356 100644 --- a/apps/metadata/flac.c +++ b/apps/metadata/flac.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/metadata_common.c b/apps/metadata/metadata_common.c index 95160b1..1fff030 100644 --- a/apps/metadata/metadata_common.c +++ b/apps/metadata/metadata_common.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/metadata_common.h b/apps/metadata/metadata_common.h index 272a391..3d9a075 100644 --- a/apps/metadata/metadata_common.h +++ b/apps/metadata/metadata_common.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/metadata_parsers.h b/apps/metadata/metadata_parsers.h index b34d09f..2564a33 100644 --- a/apps/metadata/metadata_parsers.h +++ b/apps/metadata/metadata_parsers.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/mod.c b/apps/metadata/mod.c index ae868f5..38adeea 100644 --- a/apps/metadata/mod.c +++ b/apps/metadata/mod.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/monkeys.c b/apps/metadata/monkeys.c index c0e26a2..d59e7ee 100644 --- a/apps/metadata/monkeys.c +++ b/apps/metadata/monkeys.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/apps/metadata/mp4.c b/apps/metadata/mp4.c index a9e0f57..187459b 100644 --- a/apps/metadata/mp4.c +++ b/apps/metadata/mp4.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Magnus Holmgren * - * 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/metadata/mpc.c b/apps/metadata/mpc.c index a1d0d81..dd83515 100644 --- a/apps/metadata/mpc.c +++ b/apps/metadata/mpc.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Thom Johansen * - * 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/metadata/ogg.c b/apps/metadata/ogg.c index d3692fd..ef43cf9 100644 --- a/apps/metadata/ogg.c +++ b/apps/metadata/ogg.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/sid.c b/apps/metadata/sid.c index 147f8ec..8741ce6 100644 --- a/apps/metadata/sid.c +++ b/apps/metadata/sid.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/spc.c b/apps/metadata/spc.c index 95cb074..094fcce 100644 --- a/apps/metadata/spc.c +++ b/apps/metadata/spc.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/vorbis.c b/apps/metadata/vorbis.c index a93d271..19b7915 100644 --- a/apps/metadata/vorbis.c +++ b/apps/metadata/vorbis.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/wave.c b/apps/metadata/wave.c index 7a5fd7a..229d615 100644 --- a/apps/metadata/wave.c +++ b/apps/metadata/wave.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/metadata/wavpack.c b/apps/metadata/wavpack.c index 215ff27..c695203 100644 --- a/apps/metadata/wavpack.c +++ b/apps/metadata/wavpack.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 David Bryant * - * 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/misc.c b/apps/misc.c index 167f7ef..f37bd5f 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -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/misc.h b/apps/misc.h index 6c216f4..160d744 100644 --- a/apps/misc.h +++ b/apps/misc.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/onplay.c b/apps/onplay.c index ddbe24d..2a70415 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/onplay.h b/apps/onplay.h index 324e34f..23886df 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/pcmbuf.c b/apps/pcmbuf.c index 6aa01a8..7723b70 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Miika Pekkarinen * - * 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/pcmbuf.h b/apps/pcmbuf.h index 2e3c292..8c44888 100644 --- a/apps/pcmbuf.h +++ b/apps/pcmbuf.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Miika Pekkarinen * - * 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/playback.c b/apps/playback.c index 3328d26..d85bdcb 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -10,8 +10,10 @@ * Copyright (C) 2005-2007 Miika Pekkarinen * Copyright (C) 2007-2008 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/playback.h b/apps/playback.h index 5e1eb98..66d96b4 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Miika Pekkarinen * - * 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/player/icons.c b/apps/player/icons.c index 7460a8f..ce243ea 100644 --- a/apps/player/icons.c +++ b/apps/player/icons.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/player/icons.h b/apps/player/icons.h index 48dfdfc..7bb8088 100644 --- a/apps/player/icons.h +++ b/apps/player/icons.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Justin Heiner * - * 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/player/keyboard.c b/apps/player/keyboard.c index 2ac48bd..42b93f8 100644 --- a/apps/player/keyboard.c +++ b/apps/player/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/playlist.c b/apps/playlist.c index fa448a0..280d6dc 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by wavey@wavey.org * - * 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/playlist.h b/apps/playlist.h index d6523bc..bca98e4 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by wavey@wavey.org * - * 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/playlist_catalog.c b/apps/playlist_catalog.c index dfcfd0c..f23036d 100644 --- a/apps/playlist_catalog.c +++ b/apps/playlist_catalog.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Sebastian Henriksen, Hardeep Sidhu * - * 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/playlist_catalog.h b/apps/playlist_catalog.h index adf757c..2c2a2d4 100644 --- a/apps/playlist_catalog.h +++ b/apps/playlist_catalog.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Sebastian Henriksen, Hardeep Sidhu * - * 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/playlist_menu.h b/apps/playlist_menu.h index 9938d0b..196782e 100644 --- a/apps/playlist_menu.h +++ b/apps/playlist_menu.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/playlist_viewer.c b/apps/playlist_viewer.c index b910ca4..0d59354 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -10,8 +10,10 @@ * * Copyright (C) 2003 Hardeep Sidhu * - * 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/playlist_viewer.h b/apps/playlist_viewer.h index 0caa23b..8526d03 100644 --- a/apps/playlist_viewer.h +++ b/apps/playlist_viewer.h @@ -10,8 +10,10 @@ * * Copyright (C) 2003 Hardeep Sidhu * - * 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/plugin.c b/apps/plugin.c index bc1e8cb..38c95cd 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/plugin.h b/apps/plugin.h index 9bc0099..5223f85 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c index 6f921e3..f23255a 100644 --- a/apps/plugins/alpine_cdc.c +++ b/apps/plugins/alpine_cdc.c @@ -21,8 +21,10 @@ * and a 4-ring 3.5 mm plug for the Archos headphone jack at the other. * The Archos remote pin connects to the M-Bus, audio as usual. * - * 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/plugins/battery_bench.c b/apps/plugins/battery_bench.c index de92c91..0cc028e 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c @@ -10,8 +10,10 @@ * * Copyright (C) 2006 Alexander Spyridakis, Hristo Kovachev * - * 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/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c index 7cc7c16..45f0eb7 100644 --- a/apps/plugins/beatbox/beatbox.c +++ b/apps/plugins/beatbox/beatbox.c @@ -8,8 +8,10 @@ * * Copyright (C) 2005 Karl Kurbjun based on midi2wav by Stepan Moskovchenko * - * 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/plugins/blackjack.c b/apps/plugins/blackjack.c index a23a833..0ab82df 100644 --- a/apps/plugins/blackjack.c +++ b/apps/plugins/blackjack.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Tom Ross * - * 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/plugins/bounce.c b/apps/plugins/bounce.c index 163b3f0..bae5b82 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/plugins/brickmania.c b/apps/plugins/brickmania.c index f3ccaad..c3cdcad 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005, 2006 Ben Basha (Paprica) * - * 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/plugins/bubbles.c b/apps/plugins/bubbles.c index 32e9213..97aef29 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -11,8 +11,10 @@ * * Color graphics from Frozen Bubble (http://www.frozen-bubble.org/) * -* 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/plugins/calculator.c b/apps/plugins/calculator.c index b9529f4..cbbbeaa 100644 --- a/apps/plugins/calculator.c +++ b/apps/plugins/calculator.c @@ -9,8 +9,10 @@ * * Copyright (C) 2004 Pengxuan Liu (Isaac) * - * 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/plugins/calendar.c b/apps/plugins/calendar.c index 70ca2b4..05bca7c 100644 --- a/apps/plugins/calendar.c +++ b/apps/plugins/calendar.c @@ -10,8 +10,10 @@ * * Copyright (C) 2002 * - * 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/plugins/chessbox.c b/apps/plugins/chessbox.c index e6fca80..51ff184 100644 --- a/apps/plugins/chessbox.c +++ b/apps/plugins/chessbox.c @@ -11,8 +11,10 @@ * * Overlay loader stub plugin for chessbox on Archos * - * 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/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index a90ddd6..3d9afa7 100644 --- a/apps/plugins/chessbox/chessbox.c +++ b/apps/plugins/chessbox/chessbox.c @@ -11,8 +11,10 @@ * Color graphics from eboard * GNUChess v2 chess engine Copyright (c) 1988 John Stanback * -* 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/plugins/chessbox/chessbox_pgn.c b/apps/plugins/chessbox/chessbox_pgn.c index a2b05af..9e96562 100644 --- a/apps/plugins/chessbox/chessbox_pgn.c +++ b/apps/plugins/chessbox/chessbox_pgn.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Mauricio Peccorini * -* 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/plugins/chessbox/chessbox_pgn.h b/apps/plugins/chessbox/chessbox_pgn.h index a457619..48357ee 100644 --- a/apps/plugins/chessbox/chessbox_pgn.h +++ b/apps/plugins/chessbox/chessbox_pgn.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Mauricio Peccorini * -* 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/plugins/chessbox/opening.c b/apps/plugins/chessbox/opening.c index 9e6d5b7..ec50817 100644 --- a/apps/plugins/chessbox/opening.c +++ b/apps/plugins/chessbox/opening.c @@ -13,8 +13,10 @@ * This file is a "precompiled" version of the original GNU CHESS 2 * opening library * -* 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/plugins/chessclock.c b/apps/plugins/chessclock.c index 0235473..d808956 100644 --- a/apps/plugins/chessclock.c +++ b/apps/plugins/chessclock.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Kjell Ericson * - * 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/plugins/chip8.c b/apps/plugins/chip8.c index d62ff5a..6bddfa2 100644 --- a/apps/plugins/chip8.c +++ b/apps/plugins/chip8.c @@ -10,8 +10,10 @@ * Orginal from Vision-8 Emulator / Copyright (C) 1997-1999 Marcel de Kogel * Modified for Archos by Blueloop (a.wenger@gmx.de) * - * 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/plugins/chopper.c b/apps/plugins/chopper.c index 09d281e..9b854ae 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -10,8 +10,10 @@ * Originally by Joshua Oreman, improved by Prashant Varanasi * Ported to Rockbox by Ben Basha (Paprica) * - * 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/plugins/clock/clock.c b/apps/plugins/clock/clock.c index 588112c..1d257fd 100644 --- a/apps/plugins/clock/clock.c +++ b/apps/plugins/clock/clock.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Kévin Ferrare, graphic design 2003 Zakk Roberts * - * 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/plugins/clock/clock.h b/apps/plugins/clock/clock.h index 76822ec..2bcbe72 100644 --- a/apps/plugins/clock/clock.h +++ b/apps/plugins/clock/clock.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_bitmap_strings.c b/apps/plugins/clock/clock_bitmap_strings.c index 980d432..50e7f07 100644 --- a/apps/plugins/clock/clock_bitmap_strings.c +++ b/apps/plugins/clock/clock_bitmap_strings.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_bitmap_strings.h b/apps/plugins/clock/clock_bitmap_strings.h index 22ad1fc..549a4a9 100644 --- a/apps/plugins/clock/clock_bitmap_strings.h +++ b/apps/plugins/clock/clock_bitmap_strings.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_bitmaps.c b/apps/plugins/clock/clock_bitmaps.c index e127161..2a05900 100644 --- a/apps/plugins/clock/clock_bitmaps.c +++ b/apps/plugins/clock/clock_bitmaps.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_bitmaps.h b/apps/plugins/clock/clock_bitmaps.h index 9a80a75..e6e0965 100644 --- a/apps/plugins/clock/clock_bitmaps.h +++ b/apps/plugins/clock/clock_bitmaps.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_draw.c b/apps/plugins/clock/clock_draw.c index c9564ad..06711df 100644 --- a/apps/plugins/clock/clock_draw.c +++ b/apps/plugins/clock/clock_draw.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_draw.h b/apps/plugins/clock/clock_draw.h index aa14f7e..c4790fe 100644 --- a/apps/plugins/clock/clock_draw.h +++ b/apps/plugins/clock/clock_draw.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_draw_analog.c b/apps/plugins/clock/clock_draw_analog.c index 3b15671..dbed316 100644 --- a/apps/plugins/clock/clock_draw_analog.c +++ b/apps/plugins/clock/clock_draw_analog.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * - * 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/plugins/clock/clock_draw_analog.h b/apps/plugins/clock/clock_draw_analog.h index 12e9017..771dcec 100644 --- a/apps/plugins/clock/clock_draw_analog.h +++ b/apps/plugins/clock/clock_draw_analog.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_draw_binary.c b/apps/plugins/clock/clock_draw_binary.c index 78d658c..f50351f 100644 --- a/apps/plugins/clock/clock_draw_binary.c +++ b/apps/plugins/clock/clock_draw_binary.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_draw_binary.h b/apps/plugins/clock/clock_draw_binary.h index 8384598..5996a97 100644 --- a/apps/plugins/clock/clock_draw_binary.h +++ b/apps/plugins/clock/clock_draw_binary.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_draw_digital.c b/apps/plugins/clock/clock_draw_digital.c index 062f291..d5c37ad 100644 --- a/apps/plugins/clock/clock_draw_digital.c +++ b/apps/plugins/clock/clock_draw_digital.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_draw_digital.h b/apps/plugins/clock/clock_draw_digital.h index e48c801..d3b177d 100644 --- a/apps/plugins/clock/clock_draw_digital.h +++ b/apps/plugins/clock/clock_draw_digital.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/clock/clock_menu.c b/apps/plugins/clock/clock_menu.c index a515e87..626222f 100644 --- a/apps/plugins/clock/clock_menu.c +++ b/apps/plugins/clock/clock_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2003 Zakk Roberts * - * 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/plugins/clock/clock_settings.c b/apps/plugins/clock/clock_settings.c index 611c722..ea87720 100644 --- a/apps/plugins/clock/clock_settings.c +++ b/apps/plugins/clock/clock_settings.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * - * 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/plugins/clock/clock_settings.h b/apps/plugins/clock/clock_settings.h index 5573ed9..408983a 100644 --- a/apps/plugins/clock/clock_settings.h +++ b/apps/plugins/clock/clock_settings.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * - * 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/plugins/credits.c b/apps/plugins/credits.c index 66ec714..11a5d2f 100644 --- a/apps/plugins/credits.c +++ b/apps/plugins/credits.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Robert Hak <rhak at ramapo.edu> * - * 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/plugins/cube.c b/apps/plugins/cube.c index bc5564b..55721fb 100644 --- a/apps/plugins/cube.c +++ b/apps/plugins/cube.c @@ -11,8 +11,10 @@ * modified to use int instead of float math by Andreas Zwirtes * heavily extended by Jens Arnold * -* 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/plugins/demystify.c b/apps/plugins/demystify.c index df92184..bc659eb 100644 --- a/apps/plugins/demystify.c +++ b/apps/plugins/demystify.c @@ -11,8 +11,10 @@ * * Mystify demo plugin * -* 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/plugins/dice.c b/apps/plugins/dice.c index cde89e1..6f13cdd 100644 --- a/apps/plugins/dice.c +++ b/apps/plugins/dice.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Brandon Low * - * 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/plugins/dict.c b/apps/plugins/dict.c index 26670f7..f893be3 100644 --- a/apps/plugins/dict.c +++ b/apps/plugins/dict.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Tomas Salfischberger * - * 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/plugins/disktidy.c b/apps/plugins/disktidy.c index 6dc6833..2191764 100644 --- a/apps/plugins/disktidy.c +++ b/apps/plugins/disktidy.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 David Dent * - * 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/plugins/doom/rockdoom.c b/apps/plugins/doom/rockdoom.c index b36e677..763e9d5 100644 --- a/apps/plugins/doom/rockdoom.c +++ b/apps/plugins/doom/rockdoom.c @@ -8,8 +8,10 @@ * * Copyright (C) 2005 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/apps/plugins/doom/rockmacros.h b/apps/plugins/doom/rockmacros.h index 1611807..6e09e6e 100644 --- a/apps/plugins/doom/rockmacros.h +++ b/apps/plugins/doom/rockmacros.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Michiel van der Kolk, Jens Arnold * - * 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/plugins/euroconverter.c b/apps/plugins/euroconverter.c index fe45bef..e982af9 100644 --- a/apps/plugins/euroconverter.c +++ b/apps/plugins/euroconverter.c @@ -9,8 +9,10 @@ * * Copyright (C) 2003 Pierre Delore * - * 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/plugins/fire.c b/apps/plugins/fire.c index 2755436..5987e9c 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -11,8 +11,10 @@ * * Fire demo plugin * -* 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/plugins/fireworks.c b/apps/plugins/fireworks.c index d06cbdf..f3beb65 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Zakk Roberts * - * 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/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c index 6cbb252..376ae7f 100644 --- a/apps/plugins/firmware_flash.c +++ b/apps/plugins/firmware_flash.c @@ -12,8 +12,10 @@ * * Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon * -* 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/plugins/flipit.c b/apps/plugins/flipit.c index 7e865b0..9d3a9a2 100644 --- a/apps/plugins/flipit.c +++ b/apps/plugins/flipit.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Vicentini Martin * - * 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/plugins/greyscale.c b/apps/plugins/greyscale.c index cffa8f1..b5fabe0 100644 --- a/apps/plugins/greyscale.c +++ b/apps/plugins/greyscale.c @@ -11,8 +11,10 @@ * * Copyright (C) 2004-2008 Jens Arnold * -* 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/plugins/helloworld.c b/apps/plugins/helloworld.c index ebad484..c4bd043 100644 --- a/apps/plugins/helloworld.c +++ b/apps/plugins/helloworld.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/plugins/invadrox.c b/apps/plugins/invadrox.c index 1294ed3..44094c2 100644 --- a/apps/plugins/invadrox.c +++ b/apps/plugins/invadrox.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Albert Veli * - * 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/plugins/iriver_flash.c b/apps/plugins/iriver_flash.c index af002ac..9f26f82 100644 --- a/apps/plugins/iriver_flash.c +++ b/apps/plugins/iriver_flash.c @@ -11,8 +11,10 @@ * * Copyright (C) 2006 by Miika Pekkarinen * - * 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/plugins/iriverify.c b/apps/plugins/iriverify.c index abff782..c88ddc7 100644 --- a/apps/plugins/iriverify.c +++ b/apps/plugins/iriverify.c @@ -14,8 +14,10 @@ * * Based on sort.c by the Rockbox team. * - * 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/plugins/jackpot.c b/apps/plugins/jackpot.c index 5950551..f4a2914 100644 --- a/apps/plugins/jackpot.c +++ b/apps/plugins/jackpot.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare based on work by Pierre Delore * - * 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/plugins/jewels.c b/apps/plugins/jewels.c index 117cb10..48735a2 100644 --- a/apps/plugins/jewels.c +++ b/apps/plugins/jewels.c @@ -11,8 +11,10 @@ * * Color graphics from Gweled (http://sebdelestaing.free.fr/gweled/) * -* 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/plugins/jpeg.c b/apps/plugins/jpeg.c index 4daecd9..a17c6d7 100644 --- a/apps/plugins/jpeg.c +++ b/apps/plugins/jpeg.c @@ -15,8 +15,10 @@ * Heavily borrowed from the IJG implementation (C) Thomas G. Lane * Small & fast downscaling IDCT (C) 2002 by Guido Vollbeding JPEGclub.org * -* 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/plugins/lamp.c b/apps/plugins/lamp.c index 89fe25c..8a67394 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c @@ -12,8 +12,10 @@ * Copyright (C) 2008 Alexander Papst * Copyright (C) 2008 Peter D'Hoye * - * 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/plugins/lib/bmp.c b/apps/plugins/lib/bmp.c index c46093a..a8ebbff 100644 --- a/apps/plugins/lib/bmp.c +++ b/apps/plugins/lib/bmp.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Antoine Cellerier <dionoea -at- videolan -dot- org> * - * 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/plugins/lib/bmp.h b/apps/plugins/lib/bmp.h index 9114df1..12894f7 100644 --- a/apps/plugins/lib/bmp.h +++ b/apps/plugins/lib/bmp.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Antoine Cellerier <dionoea -at- videolan -dot- org> * - * 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/plugins/lib/bmp_smooth_scale.c b/apps/plugins/lib/bmp_smooth_scale.c index a500bfa..860a20e 100644 --- a/apps/plugins/lib/bmp_smooth_scale.c +++ b/apps/plugins/lib/bmp_smooth_scale.c @@ -15,8 +15,10 @@ * Port to Rockbox * Copyright (C) 2007 Jonas Hurrelmann (j@outpo.st) * - * 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/plugins/lib/checkbox.c b/apps/plugins/lib/checkbox.c index 039d5f9..fc3a5e1 100644 --- a/apps/plugins/lib/checkbox.c +++ b/apps/plugins/lib/checkbox.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Markus Braun * - * 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/plugins/lib/checkbox.h b/apps/plugins/lib/checkbox.h index 72de495..1456bd4 100644 --- a/apps/plugins/lib/checkbox.h +++ b/apps/plugins/lib/checkbox.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Markus Braun * - * 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/plugins/lib/configfile.c b/apps/plugins/lib/configfile.c index 516bf61..4fb037c 100644 --- a/apps/plugins/lib/configfile.c +++ b/apps/plugins/lib/configfile.c @@ -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. diff --git a/apps/plugins/lib/configfile.h b/apps/plugins/lib/configfile.h index fe4b43c..9c926bd 100644 --- a/apps/plugins/lib/configfile.h +++ b/apps/plugins/lib/configfile.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. diff --git a/apps/plugins/lib/fixedpoint.c b/apps/plugins/lib/fixedpoint.c index 92979da..7b9b68a 100644 --- a/apps/plugins/lib/fixedpoint.c +++ b/apps/plugins/lib/fixedpoint.c @@ -11,8 +11,10 @@ * * Fixed point library for plugins * - * 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/plugins/lib/fixedpoint.h b/apps/plugins/lib/fixedpoint.h index a9650e7..dfabbad 100644 --- a/apps/plugins/lib/fixedpoint.h +++ b/apps/plugins/lib/fixedpoint.h @@ -11,8 +11,10 @@ * * Fixed point library for plugins * - * 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/plugins/lib/grey.h b/apps/plugins/lib/grey.h index 4a15bd3..8f8de9d 100644 --- a/apps/plugins/lib/grey.h +++ b/apps/plugins/lib/grey.h @@ -14,8 +14,10 @@ * * Copyright (C) 2008 Jens Arnold * -* 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/plugins/lib/grey_coldfire.S b/apps/plugins/lib/grey_coldfire.S index a040193..b01d27a 100644 --- a/apps/plugins/lib/grey_coldfire.S +++ b/apps/plugins/lib/grey_coldfire.S @@ -15,8 +15,10 @@ * * Copyright (C) 2008 Jens Arnold * -* 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/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c index cb1cd7d..008104a 100644 --- a/apps/plugins/lib/grey_core.c +++ b/apps/plugins/lib/grey_core.c @@ -15,8 +15,10 @@ * * Copyright (C) 2008 Jens Arnold * -* 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/plugins/lib/grey_draw.c b/apps/plugins/lib/grey_draw.c index 6c25083..e9812b6 100644 --- a/apps/plugins/lib/grey_draw.c +++ b/apps/plugins/lib/grey_draw.c @@ -15,8 +15,10 @@ * * Copyright (C) 2008 Jens Arnold * -* 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/plugins/lib/grey_parm.c b/apps/plugins/lib/grey_parm.c index e4aaec3..90391d7 100644 --- a/apps/plugins/lib/grey_parm.c +++ b/apps/plugins/lib/grey_parm.c @@ -15,8 +15,10 @@ * * Copyright (C) 2008 Jens Arnold * -* 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/plugins/lib/grey_scroll.c b/apps/plugins/lib/grey_scroll.c index 56021d1..082b256 100644 --- a/apps/plugins/lib/grey_scroll.c +++ b/apps/plugins/lib/grey_scroll.c @@ -15,8 +15,10 @@ * * Copyright (C) 2008 Jens Arnold * -* 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/plugins/lib/grey_sh.S b/apps/plugins/lib/grey_sh.S index f77d5b2..5bc003c 100644 --- a/apps/plugins/lib/grey_sh.S +++ b/apps/plugins/lib/grey_sh.S @@ -15,8 +15,10 @@ * * Copyright (C) 2008 Jens Arnold * -* 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/plugins/lib/helper.c b/apps/plugins/lib/helper.c index 273b066..02ec7a5 100644 --- a/apps/plugins/lib/helper.c +++ b/apps/plugins/lib/helper.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Peter D'Hoye * - * 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/plugins/lib/helper.h b/apps/plugins/lib/helper.h index eb52a8b..aa309bb 100644 --- a/apps/plugins/lib/helper.h +++ b/apps/plugins/lib/helper.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Peter D'Hoye * - * 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/plugins/lib/highscore.c b/apps/plugins/lib/highscore.c index 94b6a7b..f475651 100644 --- a/apps/plugins/lib/highscore.c +++ b/apps/plugins/lib/highscore.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/plugins/lib/highscore.h b/apps/plugins/lib/highscore.h index b6501cf..c3d806e 100644 --- a/apps/plugins/lib/highscore.h +++ b/apps/plugins/lib/highscore.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/plugins/lib/oldmenuapi.c b/apps/plugins/lib/oldmenuapi.c index 51fb4f3..b83f926 100644 --- a/apps/plugins/lib/oldmenuapi.c +++ b/apps/plugins/lib/oldmenuapi.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/plugins/lib/oldmenuapi.h b/apps/plugins/lib/oldmenuapi.h index ccfd140..858580c 100644 --- a/apps/plugins/lib/oldmenuapi.h +++ b/apps/plugins/lib/oldmenuapi.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/plugins/lib/overlay.c b/apps/plugins/lib/overlay.c index 63fb776..a779722 100644 --- a/apps/plugins/lib/overlay.c +++ b/apps/plugins/lib/overlay.c @@ -11,8 +11,10 @@ * * Copyright (C) 2006 Jens Arnold * - * 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/plugins/lib/overlay.h b/apps/plugins/lib/overlay.h index ba9b1fa..97c6ccf 100644 --- a/apps/plugins/lib/overlay.h +++ b/apps/plugins/lib/overlay.h @@ -11,8 +11,10 @@ * * Copyright (C) 2006 Jens Arnold * - * 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/plugins/lib/picture.c b/apps/plugins/lib/picture.c index 932b408..b5c275f 100644 --- a/apps/plugins/lib/picture.c +++ b/apps/plugins/lib/picture.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/lib/picture.h b/apps/plugins/lib/picture.h index d102764..7c8891a 100644 --- a/apps/plugins/lib/picture.h +++ b/apps/plugins/lib/picture.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare * - * 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/plugins/lib/playback_control.c b/apps/plugins/lib/playback_control.c index b045624..b82e8be 100644 --- a/apps/plugins/lib/playback_control.c +++ b/apps/plugins/lib/playback_control.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/plugins/lib/playback_control.h b/apps/plugins/lib/playback_control.h index 23b5860..b8fa840 100644 --- a/apps/plugins/lib/playback_control.h +++ b/apps/plugins/lib/playback_control.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/plugins/lib/playergfx.c b/apps/plugins/lib/playergfx.c index 4139a6c..c332c02 100644 --- a/apps/plugins/lib/playergfx.c +++ b/apps/plugins/lib/playergfx.c @@ -11,8 +11,10 @@ * * Copyright (C) 2005 Jens Arnold * -* 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/plugins/lib/playergfx.h b/apps/plugins/lib/playergfx.h index 504599a..ff9cd5f 100644 --- a/apps/plugins/lib/playergfx.h +++ b/apps/plugins/lib/playergfx.h @@ -11,8 +11,10 @@ * * Copyright (C) 2005 Jens Arnold * -* 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/plugins/lib/pluginlib_actions.c b/apps/plugins/lib/pluginlib_actions.c index 6a00830..996e217 100644 --- a/apps/plugins/lib/pluginlib_actions.c +++ b/apps/plugins/lib/pluginlib_actions.c @@ -10,8 +10,10 @@ * Copyright (C) 2006 Jonathan Gordon * * -* 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/plugins/lib/pluginlib_actions.h b/apps/plugins/lib/pluginlib_actions.h index 601cd73..5f06a0b 100644 --- a/apps/plugins/lib/pluginlib_actions.h +++ b/apps/plugins/lib/pluginlib_actions.h @@ -10,8 +10,10 @@ * Copyright (C) 2006 Jonathan Gordon * * -* 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/plugins/lib/profile_plugin.c b/apps/plugins/lib/profile_plugin.c index 6f31288..1225bf1 100644 --- a/apps/plugins/lib/profile_plugin.c +++ b/apps/plugins/lib/profile_plugin.c @@ -11,8 +11,10 @@ * * Copyright (C) 2006 Brandon Low * -* 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/plugins/lib/profile_plugin.h b/apps/plugins/lib/profile_plugin.h index 6bc1973..fae2a87 100644 --- a/apps/plugins/lib/profile_plugin.h +++ b/apps/plugins/lib/profile_plugin.h @@ -11,8 +11,10 @@ * * Copyright (C) 2005 Brandon Low * -* 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/plugins/lib/rgb_hsv.c b/apps/plugins/lib/rgb_hsv.c index 0d424b9..27e3b9d 100644 --- a/apps/plugins/lib/rgb_hsv.c +++ b/apps/plugins/lib/rgb_hsv.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Antoine Cellerier <dionoea -at- videolan -dot- org> * - * 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/plugins/lib/rgb_hsv.h b/apps/plugins/lib/rgb_hsv.h index 30bb206..9e9e228 100644 --- a/apps/plugins/lib/rgb_hsv.h +++ b/apps/plugins/lib/rgb_hsv.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Antoine Cellerier <dionoea -at- videolan -dot- org> * - * 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/plugins/lib/touchscreen.c b/apps/plugins/lib/touchscreen.c index 9acee9c..cda2f46 100644 --- a/apps/plugins/lib/touchscreen.c +++ b/apps/plugins/lib/touchscreen.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Maurus Cuelenaere * -* 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/plugins/lib/touchscreen.h b/apps/plugins/lib/touchscreen.h index e7bc000..7050db6 100644 --- a/apps/plugins/lib/touchscreen.h +++ b/apps/plugins/lib/touchscreen.h @@ -9,8 +9,10 @@ * * Copyright (C) 2008 by Maurus Cuelenaere * -* 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/plugins/lib/xlcd.h b/apps/plugins/lib/xlcd.h index a1e2389..da27af1 100644 --- a/apps/plugins/lib/xlcd.h +++ b/apps/plugins/lib/xlcd.h @@ -11,8 +11,10 @@ * * Copyright (C) 2005 Jens Arnold * -* 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/plugins/lib/xlcd_core.c b/apps/plugins/lib/xlcd_core.c index 7f8e566..a035a80 100644 --- a/apps/plugins/lib/xlcd_core.c +++ b/apps/plugins/lib/xlcd_core.c @@ -12,8 +12,10 @@ * * Copyright (C) 2005 Jens Arnold * -* 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/plugins/lib/xlcd_draw.c b/apps/plugins/lib/xlcd_draw.c index 506fe99..01fbc5e 100644 --- a/apps/plugins/lib/xlcd_draw.c +++ b/apps/plugins/lib/xlcd_draw.c @@ -12,8 +12,10 @@ * * Copyright (C) 2005 Jens Arnold * -* 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/plugins/lib/xlcd_scroll.c b/apps/plugins/lib/xlcd_scroll.c index 076c054..f25e702 100644 --- a/apps/plugins/lib/xlcd_scroll.c +++ b/apps/plugins/lib/xlcd_scroll.c @@ -12,8 +12,10 @@ * * Copyright (C) 2005 Jens Arnold * -* 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/plugins/logo.c b/apps/plugins/logo.c index 79ff6ac..dd03dd8 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Jonas H�gqvist * - * 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/plugins/mandelbrot.c b/apps/plugins/mandelbrot.c index 793fbdf..e4e8311 100644 --- a/apps/plugins/mandelbrot.c +++ b/apps/plugins/mandelbrot.c @@ -11,8 +11,10 @@ * Heavily extended 2005 Jens Arnold * * - * 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/plugins/matrix.c b/apps/plugins/matrix.c index 65a4a6b..8a4a629 100644 --- a/apps/plugins/matrix.c +++ b/apps/plugins/matrix.c @@ -12,8 +12,10 @@ * Copyright (C) 2005 Jonas Häggqvist - ported to rockbox * * - * 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/plugins/maze.c b/apps/plugins/maze.c index f18dd68..e407cae 100644 --- a/apps/plugins/maze.c +++ b/apps/plugins/maze.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Matthias Wientapper * - * 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/plugins/mazezam.c b/apps/plugins/mazezam.c index 93d9ec4..1868601 100644 --- a/apps/plugins/mazezam.c +++ b/apps/plugins/mazezam.c @@ -10,8 +10,10 @@ * * MazezaM - a Rockbox version of my ZX Spectrum game from 2002 * - * 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/plugins/md5sum.c b/apps/plugins/md5sum.c index 65cc0c0..084256b 100644 --- a/apps/plugins/md5sum.c +++ b/apps/plugins/md5sum.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 Antoine Cellerier <dionoea -at- videolan -dot- org> * - * 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/plugins/metronome.c b/apps/plugins/metronome.c index 85b1260..6e3b951 100644 --- a/apps/plugins/metronome.c +++ b/apps/plugins/metronome.c @@ -9,8 +9,10 @@ * * Copyright (C) 2004 Matthias Wientapper * - * 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/plugins/metronome.h b/apps/plugins/metronome.h index eece96c..144d0a2 100644 --- a/apps/plugins/metronome.h +++ b/apps/plugins/metronome.h @@ -9,8 +9,10 @@ * * Copyright (C) 2004 Matthias Wientapper * - * 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/plugins/midi/guspat.c b/apps/plugins/midi/guspat.c index c7ae6e1..419cfa3 100644 --- a/apps/plugins/midi/guspat.c +++ b/apps/plugins/midi/guspat.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/guspat.h b/apps/plugins/midi/guspat.h index fecf224..c59cf7a 100644 --- a/apps/plugins/midi/guspat.h +++ b/apps/plugins/midi/guspat.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/midifile.c b/apps/plugins/midi/midifile.c index 6411b8e..dd65903 100644 --- a/apps/plugins/midi/midifile.c +++ b/apps/plugins/midi/midifile.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/midifile.h b/apps/plugins/midi/midifile.h index 25ab2f5..3e9a9d7 100644 --- a/apps/plugins/midi/midifile.h +++ b/apps/plugins/midi/midifile.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/midiplay.c b/apps/plugins/midi/midiplay.c index 69be53e..a394aac 100644 --- a/apps/plugins/midi/midiplay.c +++ b/apps/plugins/midi/midiplay.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Karl Kurbjun based on midi2wav by Stepan Moskovchenko * - * 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/plugins/midi/midiutil.c b/apps/plugins/midi/midiutil.c index 3cb4a9e..510a30d 100644 --- a/apps/plugins/midi/midiutil.c +++ b/apps/plugins/midi/midiutil.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/midiutil.h b/apps/plugins/midi/midiutil.h index c3c5d91..86e696a 100644 --- a/apps/plugins/midi/midiutil.h +++ b/apps/plugins/midi/midiutil.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/sequencer.c b/apps/plugins/midi/sequencer.c index e2a9f7d..34478e4 100644 --- a/apps/plugins/midi/sequencer.c +++ b/apps/plugins/midi/sequencer.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/sequencer.h b/apps/plugins/midi/sequencer.h index 0c90d70..0e49747 100644 --- a/apps/plugins/midi/sequencer.h +++ b/apps/plugins/midi/sequencer.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/synth.c b/apps/plugins/midi/synth.c index f9af487..0819722 100644 --- a/apps/plugins/midi/synth.c +++ b/apps/plugins/midi/synth.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi/synth.h b/apps/plugins/midi/synth.h index c8d8eaf..4cc6a54 100644 --- a/apps/plugins/midi/synth.h +++ b/apps/plugins/midi/synth.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/midi2wav.c b/apps/plugins/midi2wav.c index 6e4e7d1..cee9d28 100644 --- a/apps/plugins/midi2wav.c +++ b/apps/plugins/midi2wav.c @@ -8,8 +8,10 @@ * * Copyright (C) 2005 Stepan Moskovchenko * - * 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/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 75a9330..16cc0fc 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -9,8 +9,10 @@ * * Copyright (C) 2004-2006 Antoine Cellerier <dionoea -at- videolan -dot- org> * - * 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/plugins/mosaique.c b/apps/plugins/mosaique.c index 4d7b0af..dbd6473 100644 --- a/apps/plugins/mosaique.c +++ b/apps/plugins/mosaique.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Itai Shaked * - * 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/plugins/mpegplayer/audio_thread.c b/apps/plugins/mpegplayer/audio_thread.c index 1fcd142..838dcad 100644 --- a/apps/plugins/mpegplayer/audio_thread.c +++ b/apps/plugins/mpegplayer/audio_thread.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/disk_buf.c b/apps/plugins/mpegplayer/disk_buf.c index 7ecf51c..f37797b 100644 --- a/apps/plugins/mpegplayer/disk_buf.c +++ b/apps/plugins/mpegplayer/disk_buf.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/disk_buf.h b/apps/plugins/mpegplayer/disk_buf.h index 04b4675..b6399c8 100644 --- a/apps/plugins/mpegplayer/disk_buf.h +++ b/apps/plugins/mpegplayer/disk_buf.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/idct_arm.S b/apps/plugins/mpegplayer/idct_arm.S index 21f47bb..7de2d7f 100644 --- a/apps/plugins/mpegplayer/idct_arm.S +++ b/apps/plugins/mpegplayer/idct_arm.S @@ -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/apps/plugins/mpegplayer/idct_coldfire.S b/apps/plugins/mpegplayer/idct_coldfire.S index aa9a75b..abc54b1 100644 --- a/apps/plugins/mpegplayer/idct_coldfire.S +++ b/apps/plugins/mpegplayer/idct_coldfire.S @@ -10,8 +10,10 @@ * Copyright (C) 2007 Jens Arnold * Based on the work of Karim Boucher and Rani Hod * - * 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/plugins/mpegplayer/motion_comp_coldfire_s.S b/apps/plugins/mpegplayer/motion_comp_coldfire_s.S index ecb46c9..55d87cb 100644 --- a/apps/plugins/mpegplayer/motion_comp_coldfire_s.S +++ b/apps/plugins/mpegplayer/motion_comp_coldfire_s.S @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jens Arnold * - * 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/plugins/mpegplayer/mpeg_linkedlist.c b/apps/plugins/mpegplayer/mpeg_linkedlist.c index 74cb2cb..f2d01ee 100644 --- a/apps/plugins/mpegplayer/mpeg_linkedlist.c +++ b/apps/plugins/mpegplayer/mpeg_linkedlist.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/mpeg_linkedlist.h b/apps/plugins/mpegplayer/mpeg_linkedlist.h index 17123cc..d4f8305 100644 --- a/apps/plugins/mpegplayer/mpeg_linkedlist.h +++ b/apps/plugins/mpegplayer/mpeg_linkedlist.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/mpeg_misc.c b/apps/plugins/mpegplayer/mpeg_misc.c index f5ecb6d..fd564a4 100644 --- a/apps/plugins/mpegplayer/mpeg_misc.c +++ b/apps/plugins/mpegplayer/mpeg_misc.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/mpeg_misc.h b/apps/plugins/mpegplayer/mpeg_misc.h index 6c5a416..aeaba56 100644 --- a/apps/plugins/mpegplayer/mpeg_misc.h +++ b/apps/plugins/mpegplayer/mpeg_misc.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c index 617b7fe..54a6f23 100644 --- a/apps/plugins/mpegplayer/mpeg_parser.c +++ b/apps/plugins/mpegplayer/mpeg_parser.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/mpeg_stream.h b/apps/plugins/mpegplayer/mpeg_stream.h index 0c850f0..26fdaf0 100644 --- a/apps/plugins/mpegplayer/mpeg_stream.h +++ b/apps/plugins/mpegplayer/mpeg_stream.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c index 5b478d0..c775a14 100644 --- a/apps/plugins/mpegplayer/mpegplayer.c +++ b/apps/plugins/mpegplayer/mpegplayer.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/mpegplayer.h b/apps/plugins/mpegplayer/mpegplayer.h index 571c288..4ee30b7 100644 --- a/apps/plugins/mpegplayer/mpegplayer.h +++ b/apps/plugins/mpegplayer/mpegplayer.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/parser.h b/apps/plugins/mpegplayer/parser.h index 892a8a1..4c58d2b 100644 --- a/apps/plugins/mpegplayer/parser.h +++ b/apps/plugins/mpegplayer/parser.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/pcm_output.c b/apps/plugins/mpegplayer/pcm_output.c index e17f635..e901336 100644 --- a/apps/plugins/mpegplayer/pcm_output.c +++ b/apps/plugins/mpegplayer/pcm_output.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/pcm_output.h b/apps/plugins/mpegplayer/pcm_output.h index 94ca6ee..9335235 100644 --- a/apps/plugins/mpegplayer/pcm_output.h +++ b/apps/plugins/mpegplayer/pcm_output.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/stream_mgr.c b/apps/plugins/mpegplayer/stream_mgr.c index c9601b8..ae1ff51 100644 --- a/apps/plugins/mpegplayer/stream_mgr.c +++ b/apps/plugins/mpegplayer/stream_mgr.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/stream_mgr.h b/apps/plugins/mpegplayer/stream_mgr.h index f577e5c..71a3fd5 100644 --- a/apps/plugins/mpegplayer/stream_mgr.h +++ b/apps/plugins/mpegplayer/stream_mgr.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/stream_thread.h b/apps/plugins/mpegplayer/stream_thread.h index ddacb4b..d6e42d2 100644 --- a/apps/plugins/mpegplayer/stream_thread.h +++ b/apps/plugins/mpegplayer/stream_thread.h @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/mpegplayer/video_out_rockbox.c b/apps/plugins/mpegplayer/video_out_rockbox.c index 5477688..450a8bc 100644 --- a/apps/plugins/mpegplayer/video_out_rockbox.c +++ b/apps/plugins/mpegplayer/video_out_rockbox.c @@ -9,8 +9,10 @@ * * mpegplayer video output routines * - * 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/plugins/mpegplayer/video_thread.c b/apps/plugins/mpegplayer/video_thread.c index 6e7c9ae..91f08a5 100644 --- a/apps/plugins/mpegplayer/video_thread.c +++ b/apps/plugins/mpegplayer/video_thread.c @@ -11,8 +11,10 @@ * * Copyright (c) 2007 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/apps/plugins/nim.c b/apps/plugins/nim.c index ae3297d..ce61d7a 100644 --- a/apps/plugins/nim.c +++ b/apps/plugins/nim.c @@ -9,8 +9,10 @@ * * Copyright (C) 2003 Pierre Delore * - * 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/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c index e126ff5..76ff5f5 100644 --- a/apps/plugins/oscilloscope.c +++ b/apps/plugins/oscilloscope.c @@ -11,8 +11,10 @@ * * Copyright (C) 2004-2006 Jens Arnold * -* 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/plugins/pacbox/arcade.c b/apps/plugins/pacbox/arcade.c index 5244ed8..d5c7399 100644 --- a/apps/plugins/pacbox/arcade.c +++ b/apps/plugins/pacbox/arcade.c @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pacbox/arcade.h b/apps/plugins/pacbox/arcade.h index 5de2517..32ec0b4 100644 --- a/apps/plugins/pacbox/arcade.h +++ b/apps/plugins/pacbox/arcade.h @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pacbox/hardware.c b/apps/plugins/pacbox/hardware.c index 376fe32..919eb89 100644 --- a/apps/plugins/pacbox/hardware.c +++ b/apps/plugins/pacbox/hardware.c @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pacbox/hardware.h b/apps/plugins/pacbox/hardware.h index 9b225ad..d1f6714 100644 --- a/apps/plugins/pacbox/hardware.h +++ b/apps/plugins/pacbox/hardware.h @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c index 1eb040e..16860f9 100644 --- a/apps/plugins/pacbox/pacbox.c +++ b/apps/plugins/pacbox/pacbox.c @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index dc0017e..56e7600 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pacbox/pacbox_arm.S b/apps/plugins/pacbox/pacbox_arm.S index 2060168..32cf2d4 100644 --- a/apps/plugins/pacbox/pacbox_arm.S +++ b/apps/plugins/pacbox/pacbox_arm.S @@ -9,8 +9,10 @@ * * Copyright (c) 2006 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/apps/plugins/pacbox/pacbox_cf.S b/apps/plugins/pacbox/pacbox_cf.S index 5d3185e..94675b2 100644 --- a/apps/plugins/pacbox/pacbox_cf.S +++ b/apps/plugins/pacbox/pacbox_cf.S @@ -9,8 +9,10 @@ * * Copyright (c) 2006 Fredrik Ohrn * - * 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/plugins/pacbox/pacbox_lcd.c b/apps/plugins/pacbox/pacbox_lcd.c index b312cf0..64b12f0 100644 --- a/apps/plugins/pacbox/pacbox_lcd.c +++ b/apps/plugins/pacbox/pacbox_lcd.c @@ -13,8 +13,10 @@ * * Copyright (c) 1997-2003,2004 Alessandro Scotti * - * 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/plugins/pacbox/pacbox_lcd.h b/apps/plugins/pacbox/pacbox_lcd.h index e1fbaa6..54d4b69 100644 --- a/apps/plugins/pacbox/pacbox_lcd.h +++ b/apps/plugins/pacbox/pacbox_lcd.h @@ -13,8 +13,10 @@ * * Copyright (c) 1997-2003,2004 Alessandro Scotti * - * 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/plugins/pacbox/z80.c b/apps/plugins/pacbox/z80.c index dace7b1..575771c 100644 --- a/apps/plugins/pacbox/z80.c +++ b/apps/plugins/pacbox/z80.c @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pacbox/z80.h b/apps/plugins/pacbox/z80.h index b628898..02d8f18 100644 --- a/apps/plugins/pacbox/z80.h +++ b/apps/plugins/pacbox/z80.h @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pacbox/z80_internal.h b/apps/plugins/pacbox/z80_internal.h index 4e45aa7..531df04 100644 --- a/apps/plugins/pacbox/z80_internal.h +++ b/apps/plugins/pacbox/z80_internal.h @@ -14,8 +14,10 @@ * Copyright (c) 1997-2003,2004 Alessandro Scotti * http://www.ascotti.org/ * - * 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/plugins/pegbox.c b/apps/plugins/pegbox.c index f3a4f0e..4ba8156 100644 --- a/apps/plugins/pegbox.c +++ b/apps/plugins/pegbox.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Tom Ross * - * 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/plugins/pictureflow.c b/apps/plugins/pictureflow.c index 53bcaa4..9c98fd6 100644 --- a/apps/plugins/pictureflow.c +++ b/apps/plugins/pictureflow.c @@ -13,8 +13,10 @@ * * Original code: http://code.google.com/p/pictureflow/ * -* 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/plugins/plasma.c b/apps/plugins/plasma.c index 027a835..387a180 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -14,8 +14,10 @@ * Okay, I could've hard-coded the sine wave values, I just wanted the * challange of calculating them! silly: maybe, fun: yes! * -* 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/plugins/pong.c b/apps/plugins/pong.c index d5bb626..60d7043 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -9,8 +9,10 @@ * * Copyright (C) 2004 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/plugins/ppmviewer.c b/apps/plugins/ppmviewer.c index 4bb43e5..04d4b00 100644 --- a/apps/plugins/ppmviewer.c +++ b/apps/plugins/ppmviewer.c @@ -9,8 +9,10 @@ *
* Copyright (C) 2008 Alexander Papst
*
- * 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/plugins/properties.c b/apps/plugins/properties.c index 05d05a7..86955a7 100644 --- a/apps/plugins/properties.c +++ b/apps/plugins/properties.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Peter D'Hoye * - * 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/plugins/random_folder_advance_config.c b/apps/plugins/random_folder_advance_config.c index 902d4b6..e1aa469 100644 --- a/apps/plugins/random_folder_advance_config.c +++ b/apps/plugins/random_folder_advance_config.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/plugins/reversi/reversi-game.c b/apps/plugins/reversi/reversi-game.c index 4d4178b..e555faf 100644 --- a/apps/plugins/reversi/reversi-game.c +++ b/apps/plugins/reversi/reversi-game.c @@ -9,8 +9,10 @@ * * Copyright (c) 2006 Alexander Levin * - * 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/plugins/reversi/reversi-game.h b/apps/plugins/reversi/reversi-game.h index 9558f00..4be9182 100644 --- a/apps/plugins/reversi/reversi-game.h +++ b/apps/plugins/reversi/reversi-game.h @@ -9,8 +9,10 @@ * * Copyright (c) 2006 Alexander Levin * - * 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/plugins/reversi/reversi-gui.c b/apps/plugins/reversi/reversi-gui.c index a7e6955..d91f24b 100644 --- a/apps/plugins/reversi/reversi-gui.c +++ b/apps/plugins/reversi/reversi-gui.c @@ -9,8 +9,10 @@ * * Copyright (c) 2006 Alexander Levin * - * 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/plugins/reversi/reversi-gui.h b/apps/plugins/reversi/reversi-gui.h index 4bfb861..3a3cdda 100644 --- a/apps/plugins/reversi/reversi-gui.h +++ b/apps/plugins/reversi/reversi-gui.h @@ -9,8 +9,10 @@ * * Copyright (c) 2006 Alexander Levin * - * 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/plugins/reversi/reversi-strategy-naive.c b/apps/plugins/reversi/reversi-strategy-naive.c index ed01045..95d5e60 100644 --- a/apps/plugins/reversi/reversi-strategy-naive.c +++ b/apps/plugins/reversi/reversi-strategy-naive.c @@ -9,8 +9,10 @@ * * Copyright (c) 2007 Antoine Cellerier * - * 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/plugins/reversi/reversi-strategy-simple.c b/apps/plugins/reversi/reversi-strategy-simple.c index 0aca64c..326fa3f 100644 --- a/apps/plugins/reversi/reversi-strategy-simple.c +++ b/apps/plugins/reversi/reversi-strategy-simple.c @@ -9,8 +9,10 @@ * * Copyright (c) 2007 Antoine Cellerier * - * 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/plugins/reversi/reversi-strategy.c b/apps/plugins/reversi/reversi-strategy.c index 3f8ef45..7b96728 100644 --- a/apps/plugins/reversi/reversi-strategy.c +++ b/apps/plugins/reversi/reversi-strategy.c @@ -9,8 +9,10 @@ * * Copyright (c) 2006 Alexander Levin * - * 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/plugins/reversi/reversi-strategy.h b/apps/plugins/reversi/reversi-strategy.h index 8328ea5..97f3c94 100644 --- a/apps/plugins/reversi/reversi-strategy.h +++ b/apps/plugins/reversi/reversi-strategy.h @@ -9,8 +9,10 @@ * * Copyright (c) 2006 Alexander Levin * - * 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/plugins/rockblox.c b/apps/plugins/rockblox.c index 3df427d..27ae8e2 100644 --- a/apps/plugins/rockblox.c +++ b/apps/plugins/rockblox.c @@ -11,8 +11,10 @@ * * Heavily modified for embedded use by Björn Stenberg (bjorn@haxx.se) * - * 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/plugins/rockblox1d.c b/apps/plugins/rockblox1d.c index bb0563b..7232e36 100644 --- a/apps/plugins/rockblox1d.c +++ b/apps/plugins/rockblox1d.c @@ -10,8 +10,10 @@ * Copyright (C) 2006 - 2008 Alexander Papst * Idea from http://www.tetris1d.org * - * 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/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c index fd855ff..d3f0aa4 100644 --- a/apps/plugins/rockbox_flash.c +++ b/apps/plugins/rockbox_flash.c @@ -12,8 +12,10 @@ * * Copyright (C) 2003 Jörg Hohensohn aka [IDC]Dragon * -* 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/plugins/rockboy.c b/apps/plugins/rockboy.c index c4b1ff0..af38771 100644 --- a/apps/plugins/rockboy.c +++ b/apps/plugins/rockboy.c @@ -11,8 +11,10 @@ * * Overlay loader stub plugin for rockboy on Archos * - * 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/plugins/rockboy/palette-presets.h b/apps/plugins/rockboy/palette-presets.h index 9be79f6..2c44907 100644 --- a/apps/plugins/rockboy/palette-presets.h +++ b/apps/plugins/rockboy/palette-presets.h @@ -7,8 +7,10 @@ * \/ \/ \/ \/ \/ * $Id$ * - * 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/plugins/rockboy/rockboy.c b/apps/plugins/rockboy/rockboy.c index a0e87d0..d214807 100644 --- a/apps/plugins/rockboy/rockboy.c +++ b/apps/plugins/rockboy/rockboy.c @@ -9,8 +9,10 @@ * * Gameboy emulator based on gnuboy * - * 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/plugins/rockboy/rockmacros.h b/apps/plugins/rockboy/rockmacros.h index 18e4d5c..179de23 100644 --- a/apps/plugins/rockboy/rockmacros.h +++ b/apps/plugins/rockboy/rockmacros.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Michiel van der Kolk, Jens Arnold * - * 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/plugins/rockboy/sound.c b/apps/plugins/rockboy/sound.c index 175260b..041b783 100644 --- a/apps/plugins/rockboy/sound.c +++ b/apps/plugins/rockboy/sound.c @@ -17,8 +17,10 @@ * * VisualBoyAdvance conversion from C++ to C by Karl Kurbjun July, 2007 * - * 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/plugins/rockboy/sys_rockbox.c b/apps/plugins/rockboy/sys_rockbox.c index bcd795c..7dc3379 100644 --- a/apps/plugins/rockboy/sys_rockbox.c +++ b/apps/plugins/rockboy/sys_rockbox.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Michiel van der Kolk, Jens Arnold * - * 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/plugins/rocklife.c b/apps/plugins/rocklife.c index 507f131..5587525 100644 --- a/apps/plugins/rocklife.c +++ b/apps/plugins/rocklife.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Matthias Wientapper * - * 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/plugins/rockpaint.c b/apps/plugins/rockpaint.c index e612d45..82fb2ea 100644 --- a/apps/plugins/rockpaint.c +++ b/apps/plugins/rockpaint.c @@ -10,8 +10,10 @@ * Copyright (C) 2006 Antoine Cellerier <dionoea -at- videolan -dot- org> * Based on parts of rockpaint 0.45, Copyright (C) 2005 Eli Sherer * - * 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/plugins/search.c b/apps/plugins/search.c index 5f034ef..d1c7f04 100644 --- a/apps/plugins/search.c +++ b/apps/plugins/search.c @@ -10,8 +10,10 @@ * * Copyright (C) 2003 Stefan Meyer * - * 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/plugins/searchengine/dbinterface.c b/apps/plugins/searchengine/dbinterface.c index c3f1c7b..91df10f 100644 --- a/apps/plugins/searchengine/dbinterface.c +++ b/apps/plugins/searchengine/dbinterface.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Michiel van der Kolk * - * 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/plugins/searchengine/dbinterface.h b/apps/plugins/searchengine/dbinterface.h index f4560a8..e165aef 100644 --- a/apps/plugins/searchengine/dbinterface.h +++ b/apps/plugins/searchengine/dbinterface.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Michiel van der Kolk * - * 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/plugins/searchengine/parser.c b/apps/plugins/searchengine/parser.c index 9eabdb6..1a5f156 100644 --- a/apps/plugins/searchengine/parser.c +++ b/apps/plugins/searchengine/parser.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Michiel van der Kolk * - * 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/plugins/searchengine/parser.h b/apps/plugins/searchengine/parser.h index c20dde8..5f042fb 100644 --- a/apps/plugins/searchengine/parser.h +++ b/apps/plugins/searchengine/parser.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Michiel van der Kolk * - * 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/plugins/searchengine/searchengine.c b/apps/plugins/searchengine/searchengine.c index 944714e..5b4c5e2 100644 --- a/apps/plugins/searchengine/searchengine.c +++ b/apps/plugins/searchengine/searchengine.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Michiel van der Kolk * - * 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/plugins/searchengine/searchengine.h b/apps/plugins/searchengine/searchengine.h index b0f6597..900d4e2 100644 --- a/apps/plugins/searchengine/searchengine.h +++ b/apps/plugins/searchengine/searchengine.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Michiel van der Kolk * - * 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/plugins/searchengine/token.c b/apps/plugins/searchengine/token.c index 3c01d46..89f238c 100644 --- a/apps/plugins/searchengine/token.c +++ b/apps/plugins/searchengine/token.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Michiel van der Kolk * - * 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/plugins/searchengine/token.h b/apps/plugins/searchengine/token.h index 6deecd8..ffbed90 100644 --- a/apps/plugins/searchengine/token.h +++ b/apps/plugins/searchengine/token.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Michiel van der Kolk * - * 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/plugins/shortcuts/shortcuts.h b/apps/plugins/shortcuts/shortcuts.h index 2d2c705..2196a75 100644 --- a/apps/plugins/shortcuts/shortcuts.h +++ b/apps/plugins/shortcuts/shortcuts.h @@ -10,8 +10,10 @@ * Copyright (C) 2007 Bryan Childs * Copyright (c) 2007 Alexander Levin * - * 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/plugins/shortcuts/shortcuts_append.c b/apps/plugins/shortcuts/shortcuts_append.c index 4174bdd..0e73d2c 100644 --- a/apps/plugins/shortcuts/shortcuts_append.c +++ b/apps/plugins/shortcuts/shortcuts_append.c @@ -10,8 +10,10 @@ * Copyright (C) 2007 Bryan Childs * Copyright (c) 2007 Alexander Levin * - * 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/plugins/shortcuts/shortcuts_common.c b/apps/plugins/shortcuts/shortcuts_common.c index 91e3084..231c72d 100644 --- a/apps/plugins/shortcuts/shortcuts_common.c +++ b/apps/plugins/shortcuts/shortcuts_common.c @@ -10,8 +10,10 @@ * Copyright (C) 2007 Bryan Childs * Copyright (c) 2007 Alexander Levin * - * 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/plugins/shortcuts/shortcuts_view.c b/apps/plugins/shortcuts/shortcuts_view.c index 47f0203..e6b89b7 100644 --- a/apps/plugins/shortcuts/shortcuts_view.c +++ b/apps/plugins/shortcuts/shortcuts_view.c @@ -10,8 +10,10 @@ * Copyright (C) 2007 Bryan Childs * Copyright (c) 2007 Alexander Levin * - * 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/plugins/sliding_puzzle.c b/apps/plugins/sliding_puzzle.c index 36c95b9..9ed15f4 100644 --- a/apps/plugins/sliding_puzzle.c +++ b/apps/plugins/sliding_puzzle.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Vicentini Martin * - * 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/plugins/snake.c b/apps/plugins/snake.c index 471b72f..21dcebb 100644 --- a/apps/plugins/snake.c +++ b/apps/plugins/snake.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Itai Shaked * - * 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/plugins/snake2.c b/apps/plugins/snake2.c index 625e5c5..ff86853 100644 --- a/apps/plugins/snake2.c +++ b/apps/plugins/snake2.c @@ -9,8 +9,10 @@ * * Copyright (C) 2003 Mat Holton * - * 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/plugins/snow.c b/apps/plugins/snow.c index becc7d8..be36d95 100644 --- a/apps/plugins/snow.c +++ b/apps/plugins/snow.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Itai Shaked * - * 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/plugins/sokoban.c b/apps/plugins/sokoban.c index f372995..77813a5 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c @@ -12,8 +12,10 @@ * Eric smiles. Bjorn cries. Linus say 'huh?'. * March 2007: Sean Morrisey performs a major rewrite/feature addition. * - * 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/plugins/solitaire.c b/apps/plugins/solitaire.c index e4e2a9c..385aa11 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -9,8 +9,10 @@ * * Copyright (C) 2004-2007 Antoine Cellerier <dionoea @t videolan d.t org> * - * 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/plugins/sort.c b/apps/plugins/sort.c index 571978c..a313bb1 100644 --- a/apps/plugins/sort.c +++ b/apps/plugins/sort.c @@ -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. diff --git a/apps/plugins/spacerocks.c b/apps/plugins/spacerocks.c index 8db5ff9..ac6ff4e 100644 --- a/apps/plugins/spacerocks.c +++ b/apps/plugins/spacerocks.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Mat Holton * - * 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/plugins/splitedit.c b/apps/plugins/splitedit.c index 419ce7a..4f319b4 100644 --- a/apps/plugins/splitedit.c +++ b/apps/plugins/splitedit.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/plugins/star.c b/apps/plugins/star.c index 8efdd89..b419d96 100644 --- a/apps/plugins/star.c +++ b/apps/plugins/star.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Frederic Dang Ngoc * - * 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/plugins/starfield.c b/apps/plugins/starfield.c index 130e077..0544569 100644 --- a/apps/plugins/starfield.c +++ b/apps/plugins/starfield.c @@ -7,8 +7,10 @@ * \/ \/ \/ \/ \/ * Copyright (C) 2005 Kevin Ferrare * -* 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/plugins/stats.c b/apps/plugins/stats.c index 5c82908..942dd83 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Jonas Haggqvist * - * 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/plugins/stopwatch.c b/apps/plugins/stopwatch.c index ece19b1..2a5f97f 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -9,8 +9,10 @@ * * Copyright (C) 2004 Mike Holden * - * 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/plugins/sudoku/sudoku.c b/apps/plugins/sudoku/sudoku.c index 64a6c8d..3910e14 100644 --- a/apps/plugins/sudoku/sudoku.c +++ b/apps/plugins/sudoku/sudoku.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h index f9737a9..22abdfe 100644 --- a/apps/plugins/sudoku/sudoku.h +++ b/apps/plugins/sudoku/sudoku.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 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/apps/plugins/superdom.c b/apps/plugins/superdom.c index 4f5cc53..64d91b7 100644 --- a/apps/plugins/superdom.c +++ b/apps/plugins/superdom.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Will Robertson * - * 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/plugins/test_codec.c b/apps/plugins/test_codec.c index af1486d..b405e09 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.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/apps/plugins/test_disk.c b/apps/plugins/test_disk.c index 06017a3..7638fbf 100644 --- a/apps/plugins/test_disk.c +++ b/apps/plugins/test_disk.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jens Arnold * - * 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/plugins/test_fps.c b/apps/plugins/test_fps.c index d5b34fa..7148cfc 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Peter D'Hoye * - * 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/plugins/test_grey.c b/apps/plugins/test_grey.c index 5d83663..8ae880e 100644 --- a/apps/plugins/test_grey.c +++ b/apps/plugins/test_grey.c @@ -9,8 +9,10 @@ * * Copyright (C) 2008 Jens Arnold * - * 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/plugins/test_resize.c b/apps/plugins/test_resize.c index 218da2a..108360b 100644 --- a/apps/plugins/test_resize.c +++ b/apps/plugins/test_resize.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonas Hurrelmann * - * 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/plugins/test_sampr.c b/apps/plugins/test_sampr.c index a036844..7073494 100644 --- a/apps/plugins/test_sampr.c +++ b/apps/plugins/test_sampr.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 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/apps/plugins/test_scanrate.c b/apps/plugins/test_scanrate.c index 995e64a..6598b80 100644 --- a/apps/plugins/test_scanrate.c +++ b/apps/plugins/test_scanrate.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jens Arnold * -* 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/plugins/test_touchpad.c b/apps/plugins/test_touchpad.c index a9ad96e..1d4480a 100644 --- a/apps/plugins/test_touchpad.c +++ b/apps/plugins/test_touchpad.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/apps/plugins/test_viewports.c b/apps/plugins/test_viewports.c index 874ed6f..50a9396 100644 --- a/apps/plugins/test_viewports.c +++ b/apps/plugins/test_viewports.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/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index 0edde54..e00328d 100644 --- a/apps/plugins/text_editor.c +++ b/apps/plugins/text_editor.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jonathan Gordon * - * 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/plugins/vbrfix.c b/apps/plugins/vbrfix.c index 85a61cb..fa05463 100644 --- a/apps/plugins/vbrfix.c +++ b/apps/plugins/vbrfix.c @@ -9,8 +9,10 @@ * * Copyright (C) 2004 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/plugins/video.c b/apps/plugins/video.c index f1f6533..fbd05bd 100644 --- a/apps/plugins/video.c +++ b/apps/plugins/video.c @@ -13,8 +13,10 @@ * * Copyright (C) 2003-2004 J�g Hohensohn aka [IDC]Dragon * -* 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/plugins/viewer.c b/apps/plugins/viewer.c index 507efac..7005745 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -10,8 +10,10 @@ * * Copyright (C) 2002 Gilles Roux, 2003 Garrett Derner * - * 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/plugins/vu_meter.c b/apps/plugins/vu_meter.c index 861adcc..b18c4f0 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -8,8 +8,10 @@ * * Copyright (C) 2003 Lee Pilgrim * - * 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/plugins/wav2wv.c b/apps/plugins/wav2wv.c index 45f99f7..1a37ee2 100644 --- a/apps/plugins/wav2wv.c +++ b/apps/plugins/wav2wv.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 David Bryant * - * 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/plugins/wavplay.c b/apps/plugins/wavplay.c index 0ef7ef3..0a1136a 100644 --- a/apps/plugins/wavplay.c +++ b/apps/plugins/wavplay.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Jörg Hohensohn * - * 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/plugins/wavrecord.c b/apps/plugins/wavrecord.c index 77e71b8..fa75c96 100644 --- a/apps/plugins/wavrecord.c +++ b/apps/plugins/wavrecord.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jens Arnold * - * 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/plugins/wavview.c b/apps/plugins/wavview.c index 40031ac..0d7b6f6 100644 --- a/apps/plugins/wavview.c +++ b/apps/plugins/wavview.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Peter D'Hoye * - * 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/plugins/wormlet.c b/apps/plugins/wormlet.c index f862c1b..5469073 100644 --- a/apps/plugins/wormlet.c +++ b/apps/plugins/wormlet.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/plugins/xobox.c b/apps/plugins/xobox.c index 5fb7072..dc73029 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -10,8 +10,10 @@ * Copyright (C) 2006 Eli Sherer * 2007 Antoine Cellerier * - * 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/plugins/zxbox.c b/apps/plugins/zxbox.c index 2b7ada3..10e43c4 100644 --- a/apps/plugins/zxbox.c +++ b/apps/plugins/zxbox.c @@ -8,8 +8,10 @@ * * Overlay loader stub plugin for zxbox on Archos * - * 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/plugins/zxbox/zxbox.c b/apps/plugins/zxbox/zxbox.c index 91e5af1..fbb61c1 100644 --- a/apps/plugins/zxbox/zxbox.c +++ b/apps/plugins/zxbox/zxbox.c @@ -9,8 +9,10 @@ * * Copyright (c) 2006 Anton Romanov * - * 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.c b/apps/recorder/albumart.c index f918e29..29a1ed3 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 febad28..e7033c1 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 d977699..9327ac5 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 3d33a8c..3ac73de 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 7beea83..e047781 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 8c4cd2b..dca5f29 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 9bbe529..2b0ba49 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 14a29b2..be7fa38 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 2d63aef..7fbb149 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 ed6744a..8bbaa27 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 c456d3a..7277b46 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 ae2decf..9251a1d 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 11d6e86..eb766e1 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. diff --git a/apps/root_menu.c b/apps/root_menu.c index 369f7d9..de01ff8 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/root_menu.h b/apps/root_menu.h index 4513674..c4cb466 100644 --- a/apps/root_menu.h +++ b/apps/root_menu.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * -* 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/screen_access.c b/apps/screen_access.c index 8dcd091..a1cabf6 100644 --- a/apps/screen_access.c +++ b/apps/screen_access.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/screen_access.h b/apps/screen_access.h index e0237db..9505515 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Kevin Ferrare * - * 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/screens.c b/apps/screens.c index bff2234..02c61a4 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/screens.h b/apps/screens.h index f8da69b..d024cc5 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/scrobbler.c b/apps/scrobbler.c index a4dd284..7af45a0 100644 --- a/apps/scrobbler.c +++ b/apps/scrobbler.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Robert Keevil * - * 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/scrobbler.h b/apps/scrobbler.h index 6879075..d7a9b25 100644 --- a/apps/scrobbler.h +++ b/apps/scrobbler.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Robert Keevil * - * 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/settings.c b/apps/settings.c index 8834c9d..4c18159 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -10,8 +10,10 @@ * Copyright (C) 2002 by Stuart Martin * RTC config saving code (C) 2002 by hessu@hes.iki.fi * - * 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/settings.h b/apps/settings.h index a7772a6..b9a2bab 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Stuart Martin * - * 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/settings_list.c b/apps/settings_list.c index 1e9bd18..14cfe14 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/settings_list.h b/apps/settings_list.h index 62631fd..f8ce4fd 100644 --- a/apps/settings_list.h +++ b/apps/settings_list.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/sound_menu.h b/apps/sound_menu.h index 5f4cbb8..8b2a830 100644 --- a/apps/sound_menu.h +++ b/apps/sound_menu.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/status.c b/apps/status.c index 4ca85c7..fd89a85 100644 --- a/apps/status.c +++ b/apps/status.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/status.h b/apps/status.h index ac405dd..8a7a69b 100644 --- a/apps/status.h +++ b/apps/status.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. diff --git a/apps/tagcache.c b/apps/tagcache.c index cfa0d70..9455b97 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Miika Pekkarinen * - * 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/tagcache.h b/apps/tagcache.h index b9d6a29..9415c98 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Miika Pekkarinen * - * 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/tagtree.c b/apps/tagtree.c index 3562a48..711ca63 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Miika Pekkarinen * - * 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/tagtree.h b/apps/tagtree.h index e915dce..1aaa52d 100644 --- a/apps/tagtree.h +++ b/apps/tagtree.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Miika Pekkarinen * - * 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/talk.c b/apps/talk.c index 5bbe0d4..61dafb0 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -13,8 +13,10 @@ * (Talkbox reads directory names from mp3 clips called thumbnails, * the voice UI lets menus and screens "talk" from a voicefile in memory. * - * 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/talk.h b/apps/talk.h index 6e56c90..e731644 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -13,8 +13,10 @@ * (Talkbox reads directory names from mp3 clips called thumbnails, * the voice UI lets menus and screens "talk" from a voicefont in memory. * - * 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/tree.c b/apps/tree.c index 6e023b7..aa2496c 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/tree.h b/apps/tree.h index e6742d3..5cf743c 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/version.h b/apps/version.h index 222356c..73828dd 100644 --- a/apps/version.h +++ b/apps/version.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 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/voice_thread.c b/apps/voice_thread.c index c59089d..8d08e77 100644 --- a/apps/voice_thread.c +++ b/apps/voice_thread.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 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/apps/voice_thread.h b/apps/voice_thread.h index 72c2054..0d13ac2 100644 --- a/apps/voice_thread.h +++ b/apps/voice_thread.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 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. |