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/codecs | |
| 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/codecs')
52 files changed, 208 insertions, 104 deletions
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. |