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/metadata | |
parent | af21db6ded50fd205d64a18c5af2d78eac6c2a41 (diff) |
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/metadata')
-rw-r--r-- | apps/metadata/a52.c | 6 | ||||
-rw-r--r-- | apps/metadata/adx.c | 6 | ||||
-rw-r--r-- | apps/metadata/aiff.c | 6 | ||||
-rw-r--r-- | apps/metadata/ape.c | 6 | ||||
-rw-r--r-- | apps/metadata/asf.c | 6 | ||||
-rw-r--r-- | apps/metadata/flac.c | 6 | ||||
-rw-r--r-- | apps/metadata/metadata_common.c | 6 | ||||
-rw-r--r-- | apps/metadata/metadata_common.h | 6 | ||||
-rw-r--r-- | apps/metadata/metadata_parsers.h | 6 | ||||
-rw-r--r-- | apps/metadata/mod.c | 6 | ||||
-rw-r--r-- | apps/metadata/monkeys.c | 6 | ||||
-rw-r--r-- | apps/metadata/mp4.c | 6 | ||||
-rw-r--r-- | apps/metadata/mpc.c | 6 | ||||
-rw-r--r-- | apps/metadata/ogg.c | 6 | ||||
-rw-r--r-- | apps/metadata/sid.c | 6 | ||||
-rw-r--r-- | apps/metadata/spc.c | 6 | ||||
-rw-r--r-- | apps/metadata/vorbis.c | 6 | ||||
-rw-r--r-- | apps/metadata/wave.c | 6 | ||||
-rw-r--r-- | apps/metadata/wavpack.c | 6 |
19 files changed, 76 insertions, 38 deletions
diff --git a/apps/metadata/a52.c b/apps/metadata/a52.c index f427d99c7b..bcfd3c7b51 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 f99d41fcd2..c5da0deeeb 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 ac652a14a8..74e2465523 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 81f767133d..7e9100a50a 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 6ee3d6e798..fa1308b560 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 fd8cae0135..286d356003 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 95160b1bca..1fff030e57 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 272a3913ab..3d9a0759c6 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 b34d09fe4c..2564a3301a 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 ae868f5d67..38adeea06a 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 c0e26a2c42..d59e7ee2b4 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 a9e0f57097..187459b7fb 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 a1d0d81592..dd83515246 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 d3692fd0a0..ef43cf963d 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 147f8ecefe..8741ce6dcb 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 95cb074cf5..094fcce96d 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 a93d271ad0..19b791570b 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 7a5fd7a10d..229d61599e 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 215ff27b27..c695203292 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. |