A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

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

+5298 -2650
+4 -2
apps/abrepeat.c
··· 9 9 * 10 10 * Copyright (C) 2005 Ray Lambert 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/abrepeat.h
··· 9 9 * 10 10 * Copyright (C) 2005 Ray Lambert 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/action.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/action.h
··· 8 8 * 9 9 * Copyright (C) 2004 Brent Coutts 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/alarm_menu.c
··· 9 9 * 10 10 * Copyright (C) 2003 Uwe Freese 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/alarm_menu.h
··· 9 9 * 10 10 * Copyright (C) 2003 Uwe Freese 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/applimits.h
··· 9 9 * 10 10 * Copyright (C) 2002 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/audio_path.c
··· 11 11 * 12 12 * Copyright (C) 2007 by Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/bookmark.c
··· 8 8 * 9 9 * Copyright (C)2003 by Benjamin Metzler 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/bookmark.h
··· 8 8 * 9 9 * Copyright (C) 2003 by Benjamin Metzler 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/buffering.c
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/buffering.h
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs.c
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs.h
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/Tremor/asm_mcf5249.h
··· 8 8 * 9 9 * Copyright (C) 2005 by Pedro Vasconcelos 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/codecs/Tremor/mdct_arm.S
··· 9 9 * 10 10 * Copyright (C) 2007 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/a52.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/aac.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/adx.c
··· 9 9 * Copyright (C) 2006-2008 Adam Gashlin (hcs) 10 10 * Copyright (C) 2006 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/aiff.c
··· 9 9 * 10 10 * Copyright (c) 2005 Jvo Studer 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/aiff_enc.c
··· 9 9 * 10 10 * Copyright (C) 2006 Antonius Hellmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/alac.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/ape.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/codec.h
··· 9 9 * 10 10 * Copyright (C) 2005 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/codec_crt0.c
··· 9 9 * 10 10 * Copyright (C) 2006 Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/flac.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/lib/codeclib.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/lib/codeclib.h
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libffmpegFLAC/arm.S
··· 9 9 * 10 10 * Copyright (C) 2006 by Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libffmpegFLAC/coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2005 by Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libffmpegFLAC/main.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libm4a/m4a.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libm4a/m4a.h
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libmad/dct32_arm.S
··· 9 9 * 10 10 * Copyright (C) 2007 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libmad/imdct_mcf5249.S
··· 9 9 * 10 10 * Copyright (C) 2005 by Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libmad/mad_iram.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libmad/synth_full_arm.S
··· 9 9 * 10 10 * Copyright (C) 2007 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libmusepack/mpc_config.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Andree Buschmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libmusepack/synth_filter_arm.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Andree Buschmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libspeex/rockbox.h
··· 8 8 * 9 9 * Copyright (C) 2007 Dan Everton 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/codecs/libwavpack/arm.S
··· 9 9 * 10 10 * Copyright (C) 2006 by David Bryant 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libwavpack/arml.S
··· 9 9 * 10 10 * Copyright (C) 2006 by David Bryant 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libwavpack/coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2005 by David Bryant 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/libwma/wmafixed.c
··· 8 8 * 9 9 * Copyright (C) 2007 Michael Giacomelli 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/codecs/libwma/wmafixed.h
··· 8 8 * 9 9 * Copyright (C) 2007 Michael Giacomelli 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/codecs/mod.c
··· 12 12 * Written from scratch by Rainer Sinsch 13 13 * exclusivly for Rockbox in February 2008 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/codecs/mp3_enc.c
··· 9 9 * 10 10 * Copyright (C) 2006 Antonius Hellmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/mpa.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/mpc.c
··· 9 9 * 10 10 * Copyright (C) 2005 Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/nsf.c
··· 9 9 * Copyright (C) 2006 Adam Gashlin (hcs) 10 10 * Copyright (C) 2004 Disch 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/shorten.c
··· 9 9 * 10 10 * Copyright (C) 2005 Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/sid.c
··· 13 13 * Ported to rockbox on 14 April 2006 14 14 * 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/codecs/spc.c
··· 12 12 * Copyright (C) 2004-2007 Shay Green (blargg) 13 13 * Copyright (C) 2002 Brad Martin 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/codecs/spc/spc_codec.h
··· 12 12 * Copyright (C) 2004-2007 Shay Green (blargg) 13 13 * Copyright (C) 2002 Brad Martin 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/codecs/spc/spc_cpu.c
··· 11 11 * Copyright (C) 2004-2007 Shay Green (blargg) 12 12 * Copyright (C) 2002 Brad Martin 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/codecs/spc/spc_dsp.c
··· 12 12 * Copyright (C) 2004-2007 Shay Green (blargg) 13 13 * Copyright (C) 2002 Brad Martin 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/codecs/spc/spc_emu.c
··· 11 11 * Copyright (C) 2004-2007 Shay Green (blargg) 12 12 * Copyright (C) 2002 Brad Martin 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/codecs/spc/spc_profiler.c
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Adam Gashlin (hcs) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/spc/spc_profiler.h
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Adam Gashlin (hcs) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/speex.c
··· 10 10 * Based on vorbis.c codec interface: 11 11 * Copyright (C) 2002 Bjrn Stenberg 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/codecs/vorbis.c
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/wav.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/wav_enc.c
··· 9 9 * 10 10 * Copyright (C) 2006 Antonius Hellmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/wavpack.c
··· 9 9 * 10 10 * Copyright (C) 2005 David Bryant 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/wavpack_enc.c
··· 9 9 * 10 10 * Copyright (C) 2006 Antonius Hellmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/codecs/wma.c
··· 13 13 * http://code.google.com/p/libasf/ libasf itself was based on the ASF 14 14 * parser in VLC - http://www.videolan.org/ 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/cuesheet.c
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin, Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/cuesheet.h
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin, Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/debug_menu.c
··· 9 9 * 10 10 * Copyright (C) 2002 Heikki Hannikainen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/debug_menu.h
··· 9 9 * 10 10 * Copyright (C) 2002 Heikki Hannikainen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/dsp.c
··· 9 9 * 10 10 * Copyright (C) 2005 Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/dsp.h
··· 9 9 * 10 10 * Copyright (C) 2005 Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/dsp_arm.S
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/dsp_asm.h
··· 9 9 * 10 10 * Copyright (C) 2006 Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/dsp_cf.S
··· 10 10 * Copyright (C) 2006 Thom Johansen 11 11 * Portions Copyright (C) 2007 Michael Sevakis 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/enc_config.c
··· 9 9 * 10 10 * Copyright (C) 2006 Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/enc_config.h
··· 9 9 * 10 10 * Copyright (C) 2006 Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/eq.c
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/eq.h
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/eq_arm.S
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/eq_cf.S
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/filetree.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/filetree.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/filetypes.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/filetypes.h
··· 9 9 * 10 10 * Copyright (C) 2002 Henrik Backe 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/backdrop.c
··· 9 9 * 10 10 * Copyright (C) 2006 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/backdrop.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/bitmap/list.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/buttonbar.c
··· 9 9 * 10 10 * Copyright (C) Linus Nielsen Feltzing (2002) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/buttonbar.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/charcell/list.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/color_picker.c
··· 9 9 * 10 10 * Copyright (C) Jonathan Gordon (2006) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/color_picker.h
··· 9 9 * 10 10 * Copyright (C) Jonathan Gordon (2006) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/gwps-common.c
··· 10 10 * Copyright (C) 2002-2007 Björn Stenberg 11 11 * Copyright (C) 2007-2008 Nicolas Pennequin 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/gui/gwps-common.h
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/gwps.c
··· 9 9 * 10 10 * Copyright (C) 2002 Jerome Kuptz 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/gwps.h
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/icon.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/icon.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/list.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/list.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/option_select.c
··· 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * Copyright (C) 2007 by Jonathan Gordon 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/gui/option_select.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/pitchscreen.c
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/quickscreen.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/quickscreen.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/scrollbar.c
··· 9 9 * 10 10 * Copyright (C) Markus Braun (2002) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/scrollbar.h
··· 9 9 * 10 10 * Copyright (C) 2005 Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/splash.c
··· 9 9 * 10 10 * Copyright (C) Daniel Stenberg (2002) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/splash.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/statusbar.c
··· 9 9 * 10 10 * Copyright (C) Robert E. Hak (2002), Linus Nielsen Feltzing (2002) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/statusbar.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/viewport.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/viewport.h
··· 10 10 * 11 11 * Copyright (C) 2008 by Jonathan Gordon 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/gui/wps_debug.c
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin, Dan Everton, Matthias Mohr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/wps_parser.c
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin, Dan Everton, Matthias Mohr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/yesno.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/gui/yesno.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keyboard.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-av300.c
··· 8 8 * 9 9 * Copyright (C) 2006 Antoine Cellerier <dionoea @t videolan d.t org> 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-c100.c
··· 8 8 * 9 9 * Copyright (C) 2007 Mark Arigo 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-c200.c
··· 9 9 * 10 10 * Copyright (C) 2007 Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-cowond2.c
··· 9 9 * 10 10 * Copyright (C) 2008 Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-creativezv.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-e200.c
··· 8 8 * 9 9 * Copyright (C) Barry Wardell 2006 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-gigabeat-s.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-gigabeat.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-h10.c
··· 9 9 * 10 10 * Copyright (C) Barry Wardell 2006 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-h1x0_h3x0.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-hdd1630.c
··· 9 9 * 10 10 * Copyright (C) 2008 Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-ifp7xx.c
··· 8 8 * 9 9 * Copyright (C) 2006 Tomasz Malesinski 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-ipod.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-m200.c
··· 9 9 * 10 10 * Copyright (C) 2007 Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-m3.c
··· 9 9 * 10 10 * Copyright (C) 2008 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-meizu-m6sl.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-mr100.c
··· 9 9 * 10 10 * Copyright (C) 2008 Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-newtarget.c
··· 8 8 * 9 9 * Copyright (C) 200 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-ondio.c
··· 8 8 * 9 9 * Copyright (C) 2006 Jonathan Gordon 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-player.c
··· 8 8 * 9 9 * Copyright (C) 2006 Jonathan Gordon 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-recorder.c
··· 8 8 * 9 9 * Copyright (C) 2006 Antoine Cellerier <dionoea @t videolan d.t org> 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-sa9200.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-touchpad.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/keymaps/keymap-x5.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/language.c
··· 9 9 * 10 10 * Copyright (C) 2002 Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/language.h
··· 11 11 * 12 12 * Copyright (C) 2002, 2008 Daniel Stenberg 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/logfdisp.c
··· 9 9 * 10 10 * Copyright (C) 2005 Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/logfdisp.h
··· 9 9 * 10 10 * Copyright (C) 2005 Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/main.c
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menu.c
··· 9 9 * 10 10 * Copyright (C) 2002 Robert E. Hak 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menu.h
··· 9 9 * 10 10 * Copyright (C) 2002 Robert E. Hak 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/display_menu.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/eq_menu.c
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/eq_menu.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/exported_menus.h
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/main_menu.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/menu_common.c
··· 9 9 * 10 10 * Copyright (C) 2008 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/menu_common.h
··· 9 9 * 10 10 * Copyright (C) 2008 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/playback_menu.c
··· 10 10 * 11 11 * Copyright (C) 2007 Jonathan Gordon 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/menus/playlist_menu.c
··· 10 10 * 11 11 * Copyright (C) 2007 Jonathan Gordon 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/menus/recording_menu.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/settings_menu.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/menus/sound_menu.c
··· 10 10 * 11 11 * Copyright (C) 2007 Jonathan Gordon 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/menus/theme_menu.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata.h
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/a52.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/adx.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/aiff.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/ape.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/asf.c
··· 10 10 * 11 11 * Copyright (C) 2007 Dave Chapman 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/metadata/flac.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/metadata_common.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/metadata_common.h
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/metadata_parsers.h
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/mod.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/monkeys.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/mp4.c
··· 9 9 * 10 10 * Copyright (C) 2005 Magnus Holmgren 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/mpc.c
··· 9 9 * 10 10 * Copyright (C) 2005 Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/ogg.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/sid.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/spc.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/vorbis.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/wave.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/metadata/wavpack.c
··· 9 9 * 10 10 * Copyright (C) 2007 David Bryant 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/misc.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/misc.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/onplay.c
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/onplay.h
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/pcmbuf.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/pcmbuf.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/playback.c
··· 10 10 * Copyright (C) 2005-2007 Miika Pekkarinen 11 11 * Copyright (C) 2007-2008 Nicolas Pennequin 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/playback.h
··· 9 9 * 10 10 * Copyright (C) 2005 Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/player/icons.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/player/icons.h
··· 9 9 * 10 10 * Copyright (C) 2002 Justin Heiner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/player/keyboard.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Bj�rn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/playlist.c
··· 9 9 * 10 10 * Copyright (C) 2002 by wavey@wavey.org 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/playlist.h
··· 9 9 * 10 10 * Copyright (C) 2002 by wavey@wavey.org 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/playlist_catalog.c
··· 9 9 * 10 10 * Copyright (C) 2006 Sebastian Henriksen, Hardeep Sidhu 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/playlist_catalog.h
··· 9 9 * 10 10 * Copyright (C) 2006 Sebastian Henriksen, Hardeep Sidhu 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/playlist_menu.h
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/playlist_viewer.c
··· 10 10 * 11 11 * Copyright (C) 2003 Hardeep Sidhu 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/playlist_viewer.h
··· 10 10 * 11 11 * Copyright (C) 2003 Hardeep Sidhu 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugin.c
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugin.h
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/alpine_cdc.c
··· 21 21 * and a 4-ring 3.5 mm plug for the Archos headphone jack at the other. 22 22 * The Archos remote pin connects to the M-Bus, audio as usual. 23 23 * 24 - * All files in this archive are subject to the GNU General Public License. 25 - * See the file COPYING in the source tree root for full license agreement. 24 + * This program is free software; you can redistribute it and/or 25 + * modify it under the terms of the GNU General Public License 26 + * as published by the Free Software Foundation; either version 2 27 + * of the License, or (at your option) any later version. 26 28 * 27 29 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 28 30 * KIND, either express or implied.
+4 -2
apps/plugins/battery_bench.c
··· 10 10 * 11 11 * Copyright (C) 2006 Alexander Spyridakis, Hristo Kovachev 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/beatbox/beatbox.c
··· 8 8 * 9 9 * Copyright (C) 2005 Karl Kurbjun based on midi2wav by Stepan Moskovchenko 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/plugins/blackjack.c
··· 9 9 * 10 10 * Copyright (C) 2006 Tom Ross 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/bounce.c
··· 9 9 * 10 10 * Copyright (C) 2002 Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/brickmania.c
··· 9 9 * 10 10 * Copyright (C) 2005, 2006 Ben Basha (Paprica) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/bubbles.c
··· 11 11 * 12 12 * Color graphics from Frozen Bubble (http://www.frozen-bubble.org/) 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/calculator.c
··· 9 9 * 10 10 * Copyright (C) 2004 Pengxuan Liu (Isaac) 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/calendar.c
··· 10 10 * 11 11 * Copyright (C) 2002 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/chessbox.c
··· 11 11 * 12 12 * Overlay loader stub plugin for chessbox on Archos 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/chessbox/chessbox.c
··· 11 11 * Color graphics from eboard 12 12 * GNUChess v2 chess engine Copyright (c) 1988 John Stanback 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/chessbox/chessbox_pgn.c
··· 9 9 * 10 10 * Copyright (C) 2007 Mauricio Peccorini 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/chessbox/chessbox_pgn.h
··· 9 9 * 10 10 * Copyright (C) 2007 Mauricio Peccorini 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/chessbox/opening.c
··· 13 13 * This file is a "precompiled" version of the original GNU CHESS 2 14 14 * opening library 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/plugins/chessclock.c
··· 9 9 * 10 10 * Copyright (C) 2002 Kjell Ericson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/chip8.c
··· 10 10 * Orginal from Vision-8 Emulator / Copyright (C) 1997-1999 Marcel de Kogel 11 11 * Modified for Archos by Blueloop (a.wenger@gmx.de) 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/chopper.c
··· 10 10 * Originally by Joshua Oreman, improved by Prashant Varanasi 11 11 * Ported to Rockbox by Ben Basha (Paprica) 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock.c
··· 9 9 * 10 10 * Copyright (C) 2007 Kévin Ferrare, graphic design 2003 Zakk Roberts 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_bitmap_strings.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_bitmap_strings.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_bitmaps.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_bitmaps.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_draw.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_draw.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_draw_analog.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_draw_analog.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_draw_binary.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_draw_binary.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_draw_digital.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_draw_digital.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_menu.c
··· 9 9 * 10 10 * Copyright (C) 2003 Zakk Roberts 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_settings.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/clock/clock_settings.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/credits.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Robert Hak <rhak at ramapo.edu> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/cube.c
··· 11 11 * modified to use int instead of float math by Andreas Zwirtes 12 12 * heavily extended by Jens Arnold 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/demystify.c
··· 11 11 * 12 12 * Mystify demo plugin 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/dice.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Brandon Low 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/dict.c
··· 9 9 * 10 10 * Copyright (C) 2005 Tomas Salfischberger 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/disktidy.c
··· 9 9 * 10 10 * Copyright (C) 2005 David Dent 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/doom/rockdoom.c
··· 8 8 * 9 9 * Copyright (C) 2005 Karl Kurbjun 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/plugins/doom/rockmacros.h
··· 9 9 * 10 10 * Copyright (C) 2005 Michiel van der Kolk, Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/euroconverter.c
··· 9 9 * 10 10 * Copyright (C) 2003 Pierre Delore 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/fire.c
··· 11 11 * 12 12 * Fire demo plugin 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/fireworks.c
··· 9 9 * 10 10 * Copyright (C) 2007 Zakk Roberts 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/firmware_flash.c
··· 12 12 * 13 13 * Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/plugins/flipit.c
··· 9 9 * 10 10 * Copyright (C) 2002 Vicentini Martin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/greyscale.c
··· 11 11 * 12 12 * Copyright (C) 2004-2008 Jens Arnold 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/helloworld.c
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/invadrox.c
··· 9 9 * 10 10 * Copyright (C) 2006 Albert Veli 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/iriver_flash.c
··· 11 11 * 12 12 * Copyright (C) 2006 by Miika Pekkarinen 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/iriverify.c
··· 14 14 * 15 15 * Based on sort.c by the Rockbox team. 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/jackpot.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare based on work by Pierre Delore 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/jewels.c
··· 11 11 * 12 12 * Color graphics from Gweled (http://sebdelestaing.free.fr/gweled/) 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/jpeg.c
··· 15 15 * Heavily borrowed from the IJG implementation (C) Thomas G. Lane 16 16 * Small & fast downscaling IDCT (C) 2002 by Guido Vollbeding JPEGclub.org 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
apps/plugins/lamp.c
··· 12 12 * Copyright (C) 2008 Alexander Papst 13 13 * Copyright (C) 2008 Peter D'Hoye 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/plugins/lib/bmp.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Antoine Cellerier <dionoea -at- videolan -dot- org> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/bmp.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Antoine Cellerier <dionoea -at- videolan -dot- org> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/bmp_smooth_scale.c
··· 15 15 * Port to Rockbox 16 16 * Copyright (C) 2007 Jonas Hurrelmann (j@outpo.st) 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
apps/plugins/lib/checkbox.c
··· 9 9 * 10 10 * Copyright (C) 2002 Markus Braun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/checkbox.h
··· 9 9 * 10 10 * Copyright (C) 2002 Markus Braun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/configfile.c
··· 9 9 * 10 10 * Copyright (C) 2002 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/configfile.h
··· 9 9 * 10 10 * Copyright (C) 2002 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/fixedpoint.c
··· 11 11 * 12 12 * Fixed point library for plugins 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/fixedpoint.h
··· 11 11 * 12 12 * Fixed point library for plugins 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/grey.h
··· 14 14 * 15 15 * Copyright (C) 2008 Jens Arnold 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/lib/grey_coldfire.S
··· 15 15 * 16 16 * Copyright (C) 2008 Jens Arnold 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
apps/plugins/lib/grey_core.c
··· 15 15 * 16 16 * Copyright (C) 2008 Jens Arnold 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
apps/plugins/lib/grey_draw.c
··· 15 15 * 16 16 * Copyright (C) 2008 Jens Arnold 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
apps/plugins/lib/grey_parm.c
··· 15 15 * 16 16 * Copyright (C) 2008 Jens Arnold 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
apps/plugins/lib/grey_scroll.c
··· 15 15 * 16 16 * Copyright (C) 2008 Jens Arnold 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
apps/plugins/lib/grey_sh.S
··· 15 15 * 16 16 * Copyright (C) 2008 Jens Arnold 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
apps/plugins/lib/helper.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Peter D'Hoye 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/helper.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Peter D'Hoye 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/highscore.c
··· 9 9 * 10 10 * Copyright (C) 2005 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/highscore.h
··· 9 9 * 10 10 * Copyright (C) 2005 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/oldmenuapi.c
··· 9 9 * 10 10 * Copyright (C) 2002 Robert E. Hak 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/oldmenuapi.h
··· 9 9 * 10 10 * Copyright (C) 2002 Robert E. Hak 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/overlay.c
··· 11 11 * 12 12 * Copyright (C) 2006 Jens Arnold 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/overlay.h
··· 11 11 * 12 12 * Copyright (C) 2006 Jens Arnold 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/picture.c
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/picture.h
··· 9 9 * 10 10 * Copyright (C) 2007 Copyright Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/playback_control.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/playback_control.h
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/playergfx.c
··· 11 11 * 12 12 * Copyright (C) 2005 Jens Arnold 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/playergfx.h
··· 11 11 * 12 12 * Copyright (C) 2005 Jens Arnold 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/pluginlib_actions.c
··· 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/lib/pluginlib_actions.h
··· 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/lib/profile_plugin.c
··· 11 11 * 12 12 * Copyright (C) 2006 Brandon Low 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/profile_plugin.h
··· 11 11 * 12 12 * Copyright (C) 2005 Brandon Low 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/rgb_hsv.c
··· 9 9 * 10 10 * Copyright (C) 2006 Antoine Cellerier <dionoea -at- videolan -dot- org> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/rgb_hsv.h
··· 9 9 * 10 10 * Copyright (C) 2006 Antoine Cellerier <dionoea -at- videolan -dot- org> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/touchscreen.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/touchscreen.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/lib/xlcd.h
··· 11 11 * 12 12 * Copyright (C) 2005 Jens Arnold 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/lib/xlcd_core.c
··· 12 12 * 13 13 * Copyright (C) 2005 Jens Arnold 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/plugins/lib/xlcd_draw.c
··· 12 12 * 13 13 * Copyright (C) 2005 Jens Arnold 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/plugins/lib/xlcd_scroll.c
··· 12 12 * 13 13 * Copyright (C) 2005 Jens Arnold 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/plugins/logo.c
··· 9 9 * 10 10 * Copyright (C) 2005 Jonas H�gqvist 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/mandelbrot.c
··· 11 11 * Heavily extended 2005 Jens Arnold 12 12 * 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/matrix.c
··· 12 12 * Copyright (C) 2005 Jonas Häggqvist - ported to rockbox 13 13 * 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/plugins/maze.c
··· 9 9 * 10 10 * Copyright (C) 2007 Matthias Wientapper 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/mazezam.c
··· 10 10 * 11 11 * MazezaM - a Rockbox version of my ZX Spectrum game from 2002 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/md5sum.c
··· 9 9 * 10 10 * Copyright (C) 2008 Antoine Cellerier <dionoea -at- videolan -dot- org> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/metronome.c
··· 9 9 * 10 10 * Copyright (C) 2004 Matthias Wientapper 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/metronome.h
··· 9 9 * 10 10 * Copyright (C) 2004 Matthias Wientapper 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/guspat.c
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/guspat.h
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/midifile.c
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/midifile.h
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/midiplay.c
··· 9 9 * 10 10 * Copyright (C) 2005 Karl Kurbjun based on midi2wav by Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/midiutil.c
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/midiutil.h
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/sequencer.c
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/sequencer.h
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/synth.c
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi/synth.h
··· 9 9 * 10 10 * Copyright (C) 2005 Stepan Moskovchenko 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/midi2wav.c
··· 8 8 * 9 9 * Copyright (C) 2005 Stepan Moskovchenko 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/plugins/minesweeper.c
··· 9 9 * 10 10 * Copyright (C) 2004-2006 Antoine Cellerier <dionoea -at- videolan -dot- org> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/mosaique.c
··· 9 9 * 10 10 * Copyright (C) 2002 Itai Shaked 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/audio_thread.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/disk_buf.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/disk_buf.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/idct_arm.S
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/idct_coldfire.S
··· 10 10 * Copyright (C) 2007 Jens Arnold 11 11 * Based on the work of Karim Boucher and Rani Hod 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/motion_comp_coldfire_s.S
··· 9 9 * 10 10 * Copyright (C) 2007 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/mpeg_linkedlist.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/mpeg_linkedlist.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/mpeg_misc.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/mpeg_misc.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/mpeg_parser.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/mpeg_stream.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/mpegplayer.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/mpegplayer.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/parser.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/pcm_output.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/pcm_output.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/stream_mgr.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/stream_mgr.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/stream_thread.h
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/video_out_rockbox.c
··· 9 9 * 10 10 * mpegplayer video output routines 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/mpegplayer/video_thread.c
··· 11 11 * 12 12 * Copyright (c) 2007 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/nim.c
··· 9 9 * 10 10 * Copyright (C) 2003 Pierre Delore 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/oscilloscope.c
··· 11 11 * 12 12 * Copyright (C) 2004-2006 Jens Arnold 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/arcade.c
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/arcade.h
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/hardware.c
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/hardware.h
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/pacbox.c
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/pacbox.h
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/pacbox_arm.S
··· 9 9 * 10 10 * Copyright (c) 2006 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/pacbox_cf.S
··· 9 9 * 10 10 * Copyright (c) 2006 Fredrik Ohrn 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/pacbox_lcd.c
··· 13 13 * 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/pacbox_lcd.h
··· 13 13 * 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/z80.c
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/z80.h
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pacbox/z80_internal.h
··· 14 14 * Copyright (c) 1997-2003,2004 Alessandro Scotti 15 15 * http://www.ascotti.org/ 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pegbox.c
··· 9 9 * 10 10 * Copyright (C) 2007 Tom Ross 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/pictureflow.c
··· 13 13 * 14 14 * Original code: http://code.google.com/p/pictureflow/ 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/plugins/plasma.c
··· 14 14 * Okay, I could've hard-coded the sine wave values, I just wanted the 15 15 * challange of calculating them! silly: maybe, fun: yes! 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
apps/plugins/pong.c
··· 9 9 * 10 10 * Copyright (C) 2004 Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/ppmviewer.c
··· 9 9 * 10 10 * Copyright (C) 2008 Alexander Papst 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/properties.c
··· 9 9 * 10 10 * Copyright (C) 2006 Peter D'Hoye 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/random_folder_advance_config.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/reversi/reversi-game.c
··· 9 9 * 10 10 * Copyright (c) 2006 Alexander Levin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/reversi/reversi-game.h
··· 9 9 * 10 10 * Copyright (c) 2006 Alexander Levin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/reversi/reversi-gui.c
··· 9 9 * 10 10 * Copyright (c) 2006 Alexander Levin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/reversi/reversi-gui.h
··· 9 9 * 10 10 * Copyright (c) 2006 Alexander Levin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/reversi/reversi-strategy-naive.c
··· 9 9 * 10 10 * Copyright (c) 2007 Antoine Cellerier 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/reversi/reversi-strategy-simple.c
··· 9 9 * 10 10 * Copyright (c) 2007 Antoine Cellerier 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/reversi/reversi-strategy.c
··· 9 9 * 10 10 * Copyright (c) 2006 Alexander Levin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/reversi/reversi-strategy.h
··· 9 9 * 10 10 * Copyright (c) 2006 Alexander Levin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/rockblox.c
··· 11 11 * 12 12 * Heavily modified for embedded use by Björn Stenberg (bjorn@haxx.se) 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/rockblox1d.c
··· 10 10 * Copyright (C) 2006 - 2008 Alexander Papst 11 11 * Idea from http://www.tetris1d.org 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/rockbox_flash.c
··· 12 12 * 13 13 * Copyright (C) 2003 Jörg Hohensohn aka [IDC]Dragon 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/plugins/rockboy.c
··· 11 11 * 12 12 * Overlay loader stub plugin for rockboy on Archos 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
apps/plugins/rockboy/palette-presets.h
··· 7 7 * \/ \/ \/ \/ \/ 8 8 * $Id$ 9 9 * 10 - * All files in this archive are subject to the GNU General Public License. 11 - * See the file COPYING in the source tree root for full license agreement. 10 + * This program is free software; you can redistribute it and/or 11 + * modify it under the terms of the GNU General Public License 12 + * as published by the Free Software Foundation; either version 2 13 + * of the License, or (at your option) any later version. 12 14 * 13 15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 14 16 * KIND, either express or implied.
+4 -2
apps/plugins/rockboy/rockboy.c
··· 9 9 * 10 10 * Gameboy emulator based on gnuboy 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/rockboy/rockmacros.h
··· 9 9 * 10 10 * Copyright (C) 2005 Michiel van der Kolk, Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/rockboy/sound.c
··· 17 17 * 18 18 * VisualBoyAdvance conversion from C++ to C by Karl Kurbjun July, 2007 19 19 * 20 - * All files in this archive are subject to the GNU General Public License. 21 - * See the file COPYING in the source tree root for full license agreement. 20 + * This program is free software; you can redistribute it and/or 21 + * modify it under the terms of the GNU General Public License 22 + * as published by the Free Software Foundation; either version 2 23 + * of the License, or (at your option) any later version. 22 24 * 23 25 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 24 26 * KIND, either express or implied.
+4 -2
apps/plugins/rockboy/sys_rockbox.c
··· 9 9 * 10 10 * Copyright (C) 2005 Michiel van der Kolk, Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/rocklife.c
··· 9 9 * 10 10 * Copyright (C) 2007 Matthias Wientapper 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/rockpaint.c
··· 10 10 * Copyright (C) 2006 Antoine Cellerier <dionoea -at- videolan -dot- org> 11 11 * Based on parts of rockpaint 0.45, Copyright (C) 2005 Eli Sherer 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/search.c
··· 10 10 * 11 11 * Copyright (C) 2003 Stefan Meyer 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/searchengine/dbinterface.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Michiel van der Kolk 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/searchengine/dbinterface.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Michiel van der Kolk 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/searchengine/parser.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Michiel van der Kolk 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/searchengine/parser.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Michiel van der Kolk 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/searchengine/searchengine.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Michiel van der Kolk 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/searchengine/searchengine.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Michiel van der Kolk 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/searchengine/token.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Michiel van der Kolk 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/searchengine/token.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Michiel van der Kolk 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/shortcuts/shortcuts.h
··· 10 10 * Copyright (C) 2007 Bryan Childs 11 11 * Copyright (c) 2007 Alexander Levin 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/shortcuts/shortcuts_append.c
··· 10 10 * Copyright (C) 2007 Bryan Childs 11 11 * Copyright (c) 2007 Alexander Levin 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/shortcuts/shortcuts_common.c
··· 10 10 * Copyright (C) 2007 Bryan Childs 11 11 * Copyright (c) 2007 Alexander Levin 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/shortcuts/shortcuts_view.c
··· 10 10 * Copyright (C) 2007 Bryan Childs 11 11 * Copyright (c) 2007 Alexander Levin 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/sliding_puzzle.c
··· 9 9 * 10 10 * Copyright (C) 2002 Vicentini Martin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/snake.c
··· 9 9 * 10 10 * Copyright (C) 2002 Itai Shaked 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/snake2.c
··· 9 9 * 10 10 * Copyright (C) 2003 Mat Holton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/snow.c
··· 9 9 * 10 10 * Copyright (C) 2002 Itai Shaked 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/sokoban.c
··· 12 12 * Eric smiles. Bjorn cries. Linus say 'huh?'. 13 13 * March 2007: Sean Morrisey performs a major rewrite/feature addition. 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
apps/plugins/solitaire.c
··· 9 9 * 10 10 * Copyright (C) 2004-2007 Antoine Cellerier <dionoea @t videolan d.t org> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/sort.c
··· 9 9 * 10 10 * Copyright (C) 2002 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/spacerocks.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Mat Holton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/splitedit.c
··· 9 9 * 10 10 * Copyright (C) 2002 Philipp Pertermann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/star.c
··· 9 9 * 10 10 * Copyright (C) 2002 Frederic Dang Ngoc 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/starfield.c
··· 7 7 * \/ \/ \/ \/ \/ 8 8 * Copyright (C) 2005 Kevin Ferrare 9 9 * 10 - * All files in this archive are subject to the GNU General Public License. 11 - * See the file COPYING in the source tree root for full license agreement. 10 + * This program is free software; you can redistribute it and/or 11 + * modify it under the terms of the GNU General Public License 12 + * as published by the Free Software Foundation; either version 2 13 + * of the License, or (at your option) any later version. 12 14 * 13 15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 14 16 * KIND, either express or implied.
+4 -2
apps/plugins/stats.c
··· 9 9 * 10 10 * Copyright (C) 2005 Jonas Haggqvist 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/stopwatch.c
··· 9 9 * 10 10 * Copyright (C) 2004 Mike Holden 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/sudoku/sudoku.c
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/sudoku/sudoku.h
··· 9 9 * 10 10 * Copyright (C) 2005 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/superdom.c
··· 9 9 * 10 10 * Copyright (C) 2006 Will Robertson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_codec.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_disk.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_fps.c
··· 9 9 * 10 10 * Copyright (C) 2005 Peter D'Hoye 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_grey.c
··· 9 9 * 10 10 * Copyright (C) 2008 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_resize.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonas Hurrelmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_sampr.c
··· 9 9 * 10 10 * Copyright (C) 2006 Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_scanrate.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_touchpad.c
··· 9 9 * 10 10 * Copyright (C) 2008 Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/test_viewports.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/text_editor.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/vbrfix.c
··· 9 9 * 10 10 * Copyright (C) 2004 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/video.c
··· 13 13 * 14 14 * Copyright (C) 2003-2004 J�g Hohensohn aka [IDC]Dragon 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/plugins/viewer.c
··· 10 10 * 11 11 * Copyright (C) 2002 Gilles Roux, 2003 Garrett Derner 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/vu_meter.c
··· 8 8 * 9 9 * Copyright (C) 2003 Lee Pilgrim 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/plugins/wav2wv.c
··· 9 9 * 10 10 * Copyright (C) 2005 David Bryant 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/wavplay.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jörg Hohensohn 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/wavrecord.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/wavview.c
··· 9 9 * 10 10 * Copyright (C) 2007 Peter D'Hoye 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/wormlet.c
··· 9 9 * 10 10 * Copyright (C) 2002 Philipp Pertermann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/plugins/xobox.c
··· 10 10 * Copyright (C) 2006 Eli Sherer 11 11 * 2007 Antoine Cellerier 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/plugins/zxbox.c
··· 8 8 * 9 9 * Overlay loader stub plugin for zxbox on Archos 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
apps/plugins/zxbox/zxbox.c
··· 9 9 * 10 10 * Copyright (c) 2006 Anton Romanov 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/albumart.c
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/albumart.h
··· 9 9 * 10 10 * Copyright (C) 2007 Nicolas Pennequin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/bmp.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/bmp.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/icons.c
··· 9 9 * 10 10 * Copyright (C) 2002 Robert E. Hak 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/icons.h
··· 9 9 * 10 10 * Copyright (C) 2002 Robert E. Hak 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/keyboard.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Bj�rn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/peakmeter.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Philipp Pertermann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/peakmeter.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Philipp Pertermann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/radio.c
··· 9 9 * 10 10 * Copyright (C) 2003 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/radio.h
··· 9 9 * 10 10 * Copyright (C) 2003 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/recording.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/recorder/recording.h
··· 9 9 * 10 10 * Copyright (C) 2002 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/root_menu.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/root_menu.h
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/screen_access.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/screen_access.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Kevin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/screens.c
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/screens.h
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/scrobbler.c
··· 9 9 * 10 10 * Copyright (C) 2006 Robert Keevil 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/scrobbler.h
··· 9 9 * 10 10 * Copyright (C) 2006 Robert Keevil 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/settings.c
··· 10 10 * Copyright (C) 2002 by Stuart Martin 11 11 * RTC config saving code (C) 2002 by hessu@hes.iki.fi 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
apps/settings.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Stuart Martin 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/settings_list.c
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/settings_list.h
··· 9 9 * 10 10 * Copyright (C) 2007 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/sound_menu.h
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/status.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/status.h
··· 9 9 * 10 10 * Copyright (C) 2002 Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/tagcache.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/tagcache.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/tagtree.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/tagtree.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/talk.c
··· 13 13 * (Talkbox reads directory names from mp3 clips called thumbnails, 14 14 * the voice UI lets menus and screens "talk" from a voicefile in memory. 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/talk.h
··· 13 13 * (Talkbox reads directory names from mp3 clips called thumbnails, 14 14 * the voice UI lets menus and screens "talk" from a voicefont in memory. 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
apps/tree.c
··· 9 9 * 10 10 * Copyright (C) 2002 Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/tree.h
··· 9 9 * 10 10 * Copyright (C) 2002 Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/version.h
··· 9 9 * 10 10 * Copyright (C) 2002 Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/voice_thread.c
··· 9 9 * 10 10 * Copyright (C) 2007 Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
apps/voice_thread.h
··· 9 9 * 10 10 * Copyright (C) 2007 Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/common.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/common.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/gigabeat-s.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/gigabeat.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/iaudio_coldfire.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/ipod.c
··· 12 12 * Based on Rockbox iriver bootloader by Linus Nielsen Feltzing 13 13 * and the ipodlinux bootloader by Daniel Palffy and Bernard Leach 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
bootloader/iriver_h1x0.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/iriver_h300.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/main-e200r-installer.c
··· 12 12 * Based on Rockbox iriver bootloader by Linus Nielsen Feltzing 13 13 * and the ipodlinux bootloader by Daniel Palffy and Bernard Leach 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
bootloader/main-pp.c
··· 12 12 * Based on Rockbox iriver bootloader by Linus Nielsen Feltzing 13 13 * and the ipodlinux bootloader by Daniel Palffy and Bernard Leach 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
bootloader/meizu_m6sl.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/mrobe500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/show_logo.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
bootloader/telechips.c
··· 11 11 * 12 12 * Based on Rockbox iriver bootloader by Linus Nielsen Feltzing 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
bootloader/tpj1022.c
··· 11 11 * 12 12 * Based on Rockbox iriver bootloader by Linus Nielsen Feltzing 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/ata_idle_notify.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/backlight.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/bidi.c
··· 12 12 * Largely based on php_hebrev by Zeev Suraski <zeev@php.net> 13 13 * Heavily modified by Gadi Cohen aka Kinslayer <dragon@wastelands.net> 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
firmware/buffer.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/atoi.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Gary Czvitkovicz 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/crc32-mi4.c
··· 9 9 * 10 10 * Copyright (C) 2007 Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/crc32.c
··· 9 9 * 10 10 * Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/dir_uncached.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/dircache.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/disk.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/ffs.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/file.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/memset16.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/sprintf.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Gary Czvitkovicz 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/strtok.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied. *
+4 -2
firmware/common/structec.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/common/timefuncs.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/debug.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/decompressor/decompressor.c
··· 13 13 * for archos player and recorder v1 14 14 * Decompresses a built-in UCL-compressed image (method 2e) and executes it. 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
firmware/decompressor/startup.S
··· 10 10 * Copyright (C) 2005 by Jens Arnold 11 11 * based on crt0.S by Linus Nielsen Feltzing 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/drivers/ata.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/ata_flash.c
··· 9 9 * 10 10 * Copyright (C) 2005 Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/ata_mmc.c
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/as3514.c
··· 12 12 * Copyright (c) 2007 Daniel Ankers 13 13 * Copyright (c) 2007 Christian Gmeiner 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/mas35xx.c
··· 12 12 * 13 13 * Copyright (c) 2007 by Christian Gmeiner 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/tlv320.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Christian Gmeiner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/tsc2100.c
··· 11 11 * 12 12 * Copyright (c) 2008 Jonathan Gordon 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/uda1380.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Andy Young 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/wm8721.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/wm8731.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/wm8751.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/wm8758.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/wm8975.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/wm8978.c
··· 11 11 * 12 12 * Driver for WM8978 audio codec 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/drivers/audio/wm8985.c
··· 7 7 * \/ \/ \/ \/ \/ 8 8 * $Id$ 9 9 * 10 - * All files in this archive are subject to the GNU General Public License. 11 - * See the file COPYING in the source tree root for full license agreement. 10 + * This program is free software; you can redistribute it and/or 11 + * modify it under the terms of the GNU General Public License 12 + * as published by the Free Software Foundation; either version 2 13 + * of the License, or (at your option) any later version. 12 14 * 13 15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 14 16 * KIND, either express or implied.
+4 -2
firmware/drivers/button.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/dac.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/dac.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/eeprom_24cxx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/fat.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/fmradio.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/generic_i2c.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/i2c.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/isp1362.c
··· 9 9 * 10 10 * Copyright (C) 2006 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/isp1583.c
··· 10 10 * Copyright (C) 2006 by Tomasz Malesinski 11 11 * Copyright (C) 2008 by Maurus Cuelenaere 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-16bit.c
··· 11 11 * 12 12 * Rockbox driver for 16-bit colour LCDs 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-1bit-vert.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-2bit-horz.c
··· 13 13 * 14 14 * Copyright (c) 2006 Seven Le Mesle (sevlm@free.fr) 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-2bit-vert.c
··· 9 9 * 10 10 * Copyright (C) 2004 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-2bit-vi.c
··· 11 11 * 12 12 * Rockbox driver for 2bit vertically interleaved LCDs 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-charcell.c
··· 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * Based on the work of Alan Korr, Kjell Ericson and others 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-charset-player.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-remote-1bit-v.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Richard S. La Charité III 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/lcd-remote-2bit-vi.c
··· 11 11 * 12 12 * Rockbox driver for 2bit vertically interleaved remote LCDs 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/drivers/led.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/m5636.c
··· 9 9 * 10 10 * Copyright (C) 2006 Ulrich Pegelow 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/mas.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/pcf50605.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/drivers/pcf50606.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_as3514.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_ds1339_ds3231.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Robert Kukla 11 11 * based on Archos code by Linus Nielsen Feltzing, Uwe Freese, Laurent Baum 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_e8564.c
··· 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing, Uwe Freese, Laurent Baum, 11 11 * Przemyslaw Holubowski 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_m41st84w.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing, Uwe Freese, Laurent Baum 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_mc13783.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_mr100.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Robert Kukla 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_pcf50605.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing, Uwe Freese, Laurent Baum 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_pcf50606.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing, Uwe Freese, Laurent Baum 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_rx5x348ab.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_s3c2440.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing, Uwe Freese, Laurent Baum 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/rtc/rtc_zenvisionm.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/serial.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr & Nick Robinson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/sw_i2c.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/tsc2100.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/drivers/tuner/lv24020lp.c
··· 10 10 * 11 11 * Copyright (C) 2007 Ivan Zupan 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/drivers/tuner/s1a0903x01.c
··· 10 10 * 11 11 * Copyright (C) 2003 Linus Nielsen Feltzing 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/drivers/tuner/tea5760uk.c
··· 10 10 * 11 11 * Copyright (C) 2004 Jörg Hohensohn 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/drivers/tuner/tea5767.c
··· 10 10 * 11 11 * Copyright (C) 2004 Jörg Hohensohn 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/eeprom_settings.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/enc_base.c
··· 9 9 * 10 10 * Copyright (C) 2006 Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/events.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/adc.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/as3514.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Daniel Ankers 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/ata.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/ata_idle_notify.h
··· 9 9 * 10 10 * Copyright (C) 2006 Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/ata_mmc.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/audio.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/audiohw.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Christian Gmeiner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/backlight.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/bidi.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Gadi Cohen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/bitswap.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/buffer.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/button.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/config-creativezv.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/config-creativezvm.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/config-creativezvm60gb.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/config-mrobe500.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/config.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/config_caps.h
··· 11 11 * 12 12 * Convert caps masks into HAVE_* defines 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/export/cpu.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/debug.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/disk.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/dm320.h
··· 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * Copyright (C) 2008 by Maurus Cuelenaere 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/export/ds2411.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/eeprom_24cxx.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/eeprom_settings.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/enc_base.h
··· 11 11 * 12 12 * Copyright (C) 2006 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/export/events.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/fat.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/fmradio.h
··· 10 10 * 11 11 * Copyright (C) 2002 by Linus Nielsen Feltzing 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/export/fmradio_i2c.h
··· 10 10 * 11 11 * Copyright (C) 2004 by Jörg Hohensohn 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/export/font.h
··· 9 9 * 10 10 * Copyright (c) 2002 by Greg Haerr <greg@censoft.com> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/gdb_api.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/general.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/generic_i2c.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/hangul.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Frank Dischner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/hotswap.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/hwcompat.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/i2c-coldfire.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/i2c-pp.h
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/export/i2c.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/i2s.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Daniel Ankers 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/id3.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/ifp_usb_serial.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/imx31l.h
··· 9 9 * 10 10 * Copyright (C) 2006 by James Espinoza 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/isp1362.h
··· 9 9 * 10 10 * Copyright (C) 2006 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/isp1583.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/kernel.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/lcd-charcell.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/lcd-remote.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Richard S. La Charité 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/lcd.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/led.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/logf.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/ltv350qv.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/lv24020lp.h
··· 10 10 * 11 11 * Copyright (C) 2007 Michael Sevakis 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/export/m5636.h
··· 9 9 * 10 10 * Copyright (C) 2006 Ulrich Pegelow 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/mas.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/mas35xx.h
··· 11 11 * 12 12 * Copyright (C) 2007 by Christian Gmeiner 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/export/mc13783.h
··· 9 9 * 10 10 * Copyright (c) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/mcf5249.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/mcf5250.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Christian Gmeiner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/mp3_playback.h
··· 12 12 * 13 13 * Copyright (C) 2004 by Linus Nielsen Feltzing 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
firmware/export/mp3data.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/mpeg.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/panic.h
··· 9 9 * 10 10 * Copyright (C) 2002 by wavey@wavey.org 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pcf50605.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pcf50606.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pcf5060x.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pcm.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pcm_record.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pcm_sampr.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pnx0101.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/power.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/powermgmt.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pp5002.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pp5020.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/pp5024.h
··· 11 11 * 12 12 * Copyright (C) 2006 by Daniel Stenberg 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/export/profile.h
··· 11 11 * 12 12 * Copyright (C) 2005 by Brandon Low 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/export/replaygain.h
··· 9 9 * 10 10 * Copyright (C) 2005 Magnus Holmgren 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/rolo.h
··· 9 9 * 10 10 * Copyright (C) 2002 Randy D. Wood 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/rtc.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing, Uwe Freese 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/s1a0903x01.h
··· 10 10 * 11 11 * Copyright (C) 2007 Michael Sevakis 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/export/s3c2440.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Marcoen Hirschberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/s5l8700.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Marcoen Hirschberg, Bart van Adrichem 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/scroll_engine.h
··· 13 13 * 14 14 * Much collected and combined from the various Rockbox LCD drivers. 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
firmware/export/serial.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/sh7034.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/sound.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/spdif.h
··· 10 10 * Copyright (C) 2006 by Michal Sevakis 11 11 * Based on the work of Thom Johansen 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/export/spi.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Catalin Patulea 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/structec.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/sw_i2c.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Robert Kukla 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/system.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/tcc77x.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/tcc780x.h
··· 9 9 * 10 10 * Copyright (C) 2007 Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/tea5767.h
··· 10 10 * 11 11 * Copyright (C) 2007 Michael Sevakis 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/export/thread.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Ulf Ralberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/timer.h
··· 9 9 * 10 10 * Copyright (C) 2005 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/tlv320.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Christian Gmeiner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/tsc2100.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/tuner.h
··· 10 10 * 11 11 * Copyright (C) 2004 Jörg Hohensohn 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/export/uda1380.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/usb.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/usb_ch9.h
··· 13 13 * available at http://www.kernel.org 14 14 * Original file: <kernel>/include/linux/usb/ch9.h 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
firmware/export/usb_core.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/usb_drv.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/wm8721.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/wm8731.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/wm8751.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/wm8758.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/wm8975.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/wm8978.h
··· 11 11 * 12 12 * Header file for WM8978 codec 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/export/wm8985.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/export/wmcodec.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Marcoen Hirschberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/font.c
··· 9 9 * 10 10 * Copyright (c) 2002 by Greg Haerr <greg@censoft.com> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/font_cache.c
··· 8 8 * 9 9 * Copyright (C) 2003 Tat Tang 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
firmware/general.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/hangul.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Frank Dischner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/hotswap.c
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/id3.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/ifp_usb_serial.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/crc32-mi4.h
··· 9 9 * 10 10 * Copyright (C) 2007 Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/crc32.h
··· 9 9 * 10 10 * Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/dir.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/dir_uncached.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/dircache.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/file.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/font_cache.h
··· 8 8 * 9 9 * Copyright (C) 2003 Tat Tang 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
firmware/include/inttypes.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/lru.h
··· 8 8 * 9 9 * Copyright (C) 2003 Tat Tang 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
firmware/include/memory.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/sprintf.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Felix Arends 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/sscanf.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/sys/types.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/include/timefuncs.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/kernel.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/logf.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/lru.c
··· 8 8 * 9 9 * Copyright (C) 2003 Tat Tang 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
firmware/mp3_playback.c
··· 12 12 * 13 13 * Copyright (C) 2004 by Linus Nielsen Feltzing 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
firmware/mp3data.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/mpeg.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/panic.c
··· 9 9 * 10 10 * Copyright (C) 2002 by wavey@wavey.org 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/pcm.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/pcm_record.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/pcm_sampr.c
··· 9 9 * 10 10 * Copyright (C) 2006 Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/powermgmt.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/profile.c
··· 11 11 * 12 12 * Copyright (C) 2005 by Brandon Low 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/replaygain.c
··· 9 9 * 10 10 * Copyright (C) 2005 Magnus Holmgren 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/rolo.c
··· 9 9 * 10 10 * Copyright (C) 2002 Randy D. Wood 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/scroll_engine.c
··· 13 13 * 14 14 * Much collected and combined from the various Rockbox LCD drivers. 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
firmware/sound.c
··· 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * Copyright (C) 2007 by Christian Gmeiner 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/system.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/adc-as3514.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/adc-pp5020.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/archos/av300/ata-av300.c
··· 18 18 * AvLo - linav project 19 19 * Copyright (c) 2005 by Christophe THOMAS (oxygen77 at free.fr) 20 20 * 21 - * All files in this archive are subject to the GNU General Public License. 22 - * See the file COPYING in the source tree root for full license agreement. 21 + * This program is free software; you can redistribute it and/or 22 + * modify it under the terms of the GNU General Public License 23 + * as published by the Free Software Foundation; either version 2 24 + * of the License, or (at your option) any later version. 23 25 * 24 26 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 25 27 * KIND, either express or implied.
+4 -2
firmware/target/arm/archos/av300/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/archos/av300/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/archos/av300/power-av300.c
··· 16 16 * AvLo - linav project 17 17 * Copyright (c) 2005 by Christophe THOMAS (oxygen77 at free.fr) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/arm/ata-as-arm.S
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ata-pp5002.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ata-pp5020.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ata-sd-pp.c
··· 9 9 * 10 10 * Copyright (C) 2006 Daniel Ankers 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ata-sd-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Antonius Hellmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/audio-pp.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/crt0-pp-bl.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/crt0-pp.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ffs-arm.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/i2c-pp.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/arm/i2c-telechips.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/i2s-pp.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/crt0.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/debug-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/debug-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/adc-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/ata-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Will Robertson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/avic-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2007 by James Espinoza 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/avic-imx31.h
··· 9 9 * 10 10 * Copyright (C) 2007 by James Espinoza 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/backlight-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/button-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/clkctl-imx31.c
··· 11 11 * 12 12 * Clock control functions for IMX31 processor 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/clkctl-imx31.h
··· 11 11 * 12 12 * Clock control functions for IMX31 processor 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
··· 11 11 * 12 12 * Gigabeat S GPIO interrupt event descriptions 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/gpio-imx31.c
··· 11 11 * 12 12 * IMX31 GPIO event manager 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/gpio-imx31.h
··· 9 9 * 10 10 * Copyright (c) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/gpio-target.h
··· 11 11 * 12 12 * Gigabeat S GPIO interrupt event descriptions header 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/i2c-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/i2c-imx31.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/i2s-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/kernel-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Will Robertson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/lcd-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
··· 11 11 * 12 12 * Gigabeat S MC13783 event descriptions 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/mc13783-imx31.c
··· 9 9 * 10 10 * Copyright (c) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/mc13783-target.h
··· 11 11 * 12 12 * Gigabeat S mc13783 event descriptions 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/mmu-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Will Robertson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/mmu-imx31.h
··· 9 9 * 10 10 * Copyright (C) 2006,2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/power-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/power-imx31.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Nils Wallménius 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/powermgmt-imx31.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/serial-imx31.h
··· 9 9 * 10 10 * Copyright (C) 2007 by James Espinoza 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/spi-imx31.c
··· 9 9 * 10 10 * Copyright (c) 2007 Will Robertson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/spi-imx31.h
··· 9 9 * 10 10 * Copyright (c) 2007 Will Robertson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/system-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2007 by James Espinoza 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/system-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/usb-imx31.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/usb-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/gigabeat-s/wmcodec-imx31.c
··· 11 11 * 12 12 * Copyright (C) 2008 Michael Sevakis 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/imx31/rolo_restart.S
··· 11 11 * 12 12 * RoLo restart code for IMX31 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/1g2g/adc-ipod-1g2g.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/1g2g/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/1g2g/backlight-1g2g.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/1g2g/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/1g2g/powermgmt-1g2g.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/3g/backlight-3g.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/adc-ipod-pcf.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/backlight-4g_color.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/backlight-mini1g_mini2g.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/backlight-nano_video.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/button-1g-3g.c
··· 15 15 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 16 16 * 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/button-clickwheel.c
··· 15 15 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 16 16 * 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/button-mini1g.c
··· 15 15 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 16 16 * 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/lcd-as-gray.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/lcd-color_nano.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/lcd-gray.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/power-ipod.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/powermgmt-ipod-pcf.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/video/lcd-as-video.S
··· 9 9 * 10 10 * Copyright (C) 2007 by Andree Buschmann 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/ipod/video/lcd-video.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/backlight-h10.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/button-h10.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/fmradio_i2c-h10.c
··· 10 10 * 11 11 * Copyright (C) 2002 by Linus Nielsen Feltzing 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/lcd-as-h10.S
··· 11 11 * 12 12 * H10 20GB LCD assembly routines 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/lcd-h10_20gb.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/lcd-h10_5gb.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/power-h10.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/h10/powermgmt-h10.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/iriver/usb-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardelll 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/lcd-as-memframe.S
··· 11 11 * 12 12 * ARM code for memory framebuffer LCDs 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/memcpy-arm.S
··· 12 12 * Contributed to glibc by MontaVista Software, Inc. (written by Nicolas Pitre) 13 13 * Adapted for Rockbox by Daniel Ankers 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
firmware/target/arm/memmove-arm.S
··· 12 12 * Contributed to glibc by MontaVista Software, Inc. (written by Nicolas Pitre) 13 13 * Adapted for Rockbox by Daniel Ankers 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
firmware/target/arm/memset-arm.S
··· 9 9 * 10 10 * Copyright (C) 2006 by Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/memset16-arm.S
··· 9 9 * 10 10 * Copyright (C) 2006 by Thom Johansen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/mmu-arm.c
··· 9 9 * 10 10 * Copyright (C) 2006,2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/mmu-arm.h
··· 9 9 * 10 10 * Copyright (C) 2006,2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/backlight-mr100.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/button-mr100.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/lcd-as-mr100.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/lcd-mr100.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/power-mr100.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/olympus/mrobe-100/powermgmt-mr100.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/pcm-pp.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/hdd1630/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/hdd1630/backlight-hdd1630.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/hdd1630/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/hdd1630/button-hdd1630.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/hdd1630/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/hdd1630/lcd-hdd1630.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/hdd1630/power-hdd1630.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/hdd1630/powermgmt-hdd1630.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/sa9200/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/sa9200/backlight-sa9200.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/sa9200/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/sa9200/button-sa9200.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/sa9200/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/sa9200/lcd-sa9200.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/sa9200/power-sa9200.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Daniel Ankers 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/philips/sa9200/powermgmt-sa9200.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/crt0-pnx0101.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/i2c-pnx0101.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/system-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/pcm-pnx0101.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Tomek Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/system-pnx0101.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/pnx0101/usb-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardelll 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/crt0.S
··· 13 13 * Copyright (c) 2003, Daniel Palffy (dpalffy (at) rainstorm.org) 14 14 * Copyright (c) 2005, Bernard Leach <leachbj@bouncycastle.org> 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/debug-s3c2440.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/debug-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Wade Brown 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2006,2007 by Marcoen Hirschberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/lcd-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/system-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Greg White 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/timer-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/usb-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/arm/s5l8700/ata-nand-s5l8700.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s5l8700/crt0.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Marcoen Hirschberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s5l8700/meizu-m6sl/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s5l8700/meizu-m6sl/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Marcoen Hirschberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s5l8700/meizu-m6sl/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s5l8700/system-s5l8700.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/s5l8700/system-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Daniel Ankers 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/audio-c200_e200.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/backlight-c200_e200.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/power-c200_e200.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Daniel Ankers 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-c200/button-c200.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-c200/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S
··· 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * Heavily based on lcd-as-memframe.c by Michael Sevakis 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-c200/lcd-c200.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-c200/powermgmt-c200.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-e200/button-e200.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-e200/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-e200/lcd-e200.c
··· 13 13 * 14 14 * Copyright (c) 2006 Daniel Ankers 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
firmware/target/arm/sandisk/sansa-e200/powermgmt-e200.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/system-arm.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/system-pp5002.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/system-pp502x.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/system-target.h
··· 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * Copyright (C) 2007 by Michael Sevakis 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/adc-tpj1022.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/backlight-tpj1022.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/button-tpj1022.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/lcd-tpj1022.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/power-tpj1022.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardell 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tatung/tpj1022/powermgmt-tpj1022.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/adc-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/ata-nand-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/c100/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/c100/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/c100/button-c100.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/c100/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/c100/lcd-S6B33B2.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Mark Arigo 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/c100/power-c100.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/crt0.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/debug-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/debug-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/i2c-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/kernel-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/lcd-ssd1815.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/logikdax/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/logikdax/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/logikdax/button-logikdax.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/logikdax/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/logikdax/power-logikdax.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/m200/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/m200/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/m200/button-m200.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/m200/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/m200/power-m200.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/pcm-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2008 by [whoever fills in these functions] 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/powermgmt-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/system-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/system-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/timer-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/timer-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc77x/usb-tcc77x.c
··· 9 9 * 10 10 * Copyright (C) 2008 by [whoever fills in these functions] 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/adc-tcc780x.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/ata-nand-tcc780x.c
··· 9 9 * 10 10 * Copyright (C) 2008 Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/audio-cowond2.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/backlight-cowond2.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/button-cowond2.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/i2c-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/lcd-cowond2.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/power-cowond2.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/powermgmt-cowond2.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/cowond2/usb-cowond2.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/crt0.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/debug-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/debug-tcc780x.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/kernel-tcc780x.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/pcm-tcc780x.c
··· 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * Copyright (C) 2008 by Rob Purchase 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/system-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/system-tcc780x.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/timer-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tcc780x/timer-tcc780x.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Rob Purchase 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/dma-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/lcd-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
··· 11 11 * 12 12 * Creative Zen Vision:M interrupt based PIC driver 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/power-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/creative-zvm/usb-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/crt0.S
··· 14 14 * Copyright (c) 2003, Daniel Palffy (dpalffy (at) rainstorm.org) 15 15 * Copyright (c) 2005, Bernard Leach <leachbj@bouncycastle.org> 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/debug-dm320.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/debug-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp-dm320.c
··· 9 9 * 10 10 * Copyright (C) 2007 Catalin Patulea <cat@vv.carleton.ca> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/aic23.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/arm.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Catalin Patulea 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/arm.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Catalin Patulea 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/audio.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/dma.c
··· 10 10 * Copyright (C) 2008 by Catalin Patulea 11 11 * Copyright (C) 2008 by Maurus Cuelenaere 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/dma.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/ipc.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Catalin Patulea 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/main.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Catalin Patulea 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/registers.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Catalin Patulea 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/dsp/tsc2100.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Catalin Patulea 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/i2c-dm320.c
··· 11 11 * 12 12 * DM320 I²C driver 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/i2c-dm320.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/kernel-dm320.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/adc-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/ata-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/backlight-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/button-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
··· 9 9 * 10 10 * Copyright (c) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
··· 12 12 * Some of this is based on the Cowon A2 Firmware release: 13 13 * http://www.cowonglobal.com/download/gnu/cowon_pmp_a2_src_1.59_GPL.tar.gz 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/lcd-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/pcm-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/power-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/mrobe-500/usb-mr500.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/spi-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Catalin Patulea 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/system-dm320.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/system-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/timer-dm320.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/timer-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Karl Kurbjun 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/tms320dm320/uart-dm320.c
··· 9 9 * 10 10 * Copyright (C) 2007 Catalin Patulea <cat@vv.carleton.ca> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/usb-drv-arc.c
··· 11 11 * 12 12 * Copyright (C) 2007 by Björn Stenberg 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
firmware/target/arm/usb-fw-pp5002.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/usb-fw-pp502x.c
··· 14 14 * Original file: podzilla/usb.c 15 15 * Copyright (C) 2005 Adam Johnston 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
firmware/target/arm/usb-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Barry Wardelll 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/arm/wmcodec-pp.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/arm/wmcodec-telechips.c
··· 16 16 * 17 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 18 18 * 19 - * All files in this archive are subject to the GNU General Public License. 20 - * See the file COPYING in the source tree root for full license agreement. 19 + * This program is free software; you can redistribute it and/or 20 + * modify it under the terms of the GNU General Public License 21 + * as published by the Free Software Foundation; either version 2 22 + * of the License, or (at your option) any later version. 21 23 * 22 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 23 25 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/ata-as-coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/crt0.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/ffs-coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/i2c-coldfire.c
··· 10 10 * 11 11 * Copyright (C) 2005 by Andy Young 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/adc-iaudio.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/ata-iaudio.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/lcd-remote-as-iaudio.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/lcd-remote-iaudio.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/lcd-remote-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/adc-m3.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/ata-m3.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/audio-m3.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/backlight-m3.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/button-m3.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/fmradio_i2c-m3.c
··· 10 10 * 11 11 * Copyright (C) 2002 by Linus Nielsen Feltzing 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/lcd-as-m3.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/lcd-m3.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/power-m3.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/powermgmt-m3.c
··· 9 9 * 10 10 * Copyright (C) 2008 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/system-m3.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m3/usb-m3.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m5/audio-m5.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m5/backlight-m5.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m5/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m5/button-m5.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m5/lcd-as-m5.S
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m5/lcd-m5.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/m5/power-m5.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/pcf50606-iaudio.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/powermgmt-iaudio.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/system-iaudio.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/usb-iaudio.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/audio-x5.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/backlight-x5.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/button-x5.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/ds2411-x5.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+5 -3
firmware/target/coldfire/iaudio/x5/fmradio_i2c-x5.c
··· 5 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 6 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 7 7 * \/ \/ \/ \/ \/ 8 - * $Id:$ 8 + * $Id$ 9 9 * Physical interface of the Philips TEA5767 in iAudio x5 10 10 * 11 11 * Copyright (C) 2002 by Linus Nielsen Feltzing 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/lcd-as-x5.S
··· 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * Based on lcd_write_data for H300 in lcd.S 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/lcd-x5.c
··· 9 9 * 10 10 * Copyright (C) 2004 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/m5636-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 Ulrich Pegelow 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/m5636-x5.c
··· 9 9 * 10 10 * Copyright (C) 2006 Ulrich Pegelow 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iaudio/x5/power-x5.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/ata-iriver.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/audio-iriver.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+5 -3
firmware/target/coldfire/iriver/fmradio_i2c-iriver.c
··· 5 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 6 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 7 7 * \/ \/ \/ \/ \/ 8 - * $Id:$ 8 + * $Id$ 9 9 * Physical interface of the Philips TEA5767 in iriver H100/H300 series 10 10 * 11 11 * Copyright (C) 2002 by Linus Nielsen Feltzing 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/adc-h100.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/backlight-h100.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/button-h100.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/lcd-as-h100.S
··· 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * Based on the work of Alan Korr and Jörg Hohensohn 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/lcd-h100.c
··· 9 9 * 10 10 * Copyright (C) 2004 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/power-h100.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/powermgmt-h100.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/spdif-h100.c
··· 10 10 * Copyright (C) 2006 by Michal Sevakis 11 11 * Based on the work of Thom Johansen 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h100/usb-h100.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/adc-h300.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/backlight-h300.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/button-h300.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Jonathan Gordon 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/lcd-as-h300.S
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/lcd-h300.c
··· 9 9 * 10 10 * Copyright (C) 2004 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/pcf50606-h300.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/power-h300.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/powermgmt-h300.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/sw_i2c-h300.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/h300/usb-h300.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/lcd-remote-as-iriver.S
··· 9 9 * 10 10 * Copyright (C) 2008 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/lcd-remote-iriver.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Richard S. La Charité III 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/lcd-remote-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/iriver/system-iriver.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/memcpy-coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2004-2005 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/memmove-coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/memset-coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/memset16-coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/pcf50606-coldfire.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/pcm-coldfire.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/strlen-coldfire.S
··· 9 9 * 10 10 * Copyright (C) 2007 Nils Wallménius 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/system-coldfire.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/system-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/coldfire/usb-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/adc-sh.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ata-archos.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ata-as-archos.S
··· 9 9 * 10 10 * Copyright (C) 2004-2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ata-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/descramble.S
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/fm_v2/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/fm_v2/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/fm_v2/button-fm_v2.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/fm_v2/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/fm_v2/power-fm_v2.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/fm_v2/powermgmt-fm_v2.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/fm_v2/usb-fm_v2.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/lcd-archos-bitmap.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/lcd-as-archos-bitmap.S
··· 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * Based on the work of Alan Korr and Jörg Hohensohn 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ondio/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ondio/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ondio/button-ondio.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ondio/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ondio/fmradio_i2c-ondio.c
··· 10 10 * 11 11 * Copyright (C) 2002 by Linus Nielsen Feltzing 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ondio/power-ondio.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ondio/powermgmt-ondio.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/ondio/usb-ondio.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/button-player.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/hwcompat-player.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/lcd-as-player.S
··· 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * Based on the work of Alan Korr and Jörg Hohensohn 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/lcd-player.c
··· 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * Based on the work of Alan Korr, Kjell Ericson and others 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/power-player.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/powermgmt-player.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/player/usb-player.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/recorder/adc-target.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/recorder/backlight-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/recorder/button-recorder.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/recorder/button-target.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/recorder/power-recorder.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/recorder/powermgmt-recorder.c
··· 10 10 * Copyright (C) 2002 by Heikki Hannikainen, Uwe Freese 11 11 * Revisions copyright (C) 2005 by Gerald Van Baren 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/archos/recorder/usb-recorder.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/bitswap.S
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/crt0.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/memcpy-sh.S
··· 9 9 * 10 10 * Copyright (C) 2004-2005 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/memmove-sh.S
··· 9 9 * 10 10 * Copyright (C) 2006 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/memset-sh.S
··· 9 9 * 10 10 * Copyright (C) 2004 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/strlen-sh.S
··· 9 9 * 10 10 * Copyright (C) 2005 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/target/sh/system-sh.c
··· 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * Based on the work of Alan Korr and others 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/system-target.h
··· 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * Based on the work of Alan Korr and others 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/target/sh/usb-target.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/test/i2c/main.c
··· 20 20 21 21 * 22 22 23 - * All files in this archive are subject to the GNU General Public License. 24 23 25 - * See the file COPYING in the source tree root for full license agreement. 24 + * This program is free software; you can redistribute it and/or 25 + * modify it under the terms of the GNU General Public License 26 + * as published by the Free Software Foundation; either version 2 27 + * of the License, or (at your option) any later version. 26 28 27 29 * 28 30
+4 -2
firmware/test/kernel/main.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/thread.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Ulf Ralberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/timer.c
··· 9 9 * 10 10 * Copyright (C) 2005 Jens Arnold 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/tuner.c
··· 10 10 * 11 11 * Copyright (C) 2007 by Michael Sevakis 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
firmware/usb.c
··· 14 14 * Original file: podzilla/usb.c 15 15 * Copyright (C) 2005 Adam Johnston 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
firmware/usbstack/usb_charging_only.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Frank Gevaerts 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/usbstack/usb_charging_only.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Frank Gevaerts 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/usbstack/usb_class_driver.h
··· 9 9 * 10 10 * Copyright (C) 2008 Frank Gevaerts 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/usbstack/usb_core.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Bj�rn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/usbstack/usb_serial.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Christian Gmeiner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/usbstack/usb_serial.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Christian Gmeiner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/usbstack/usb_storage.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
firmware/usbstack/usb_storage.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
flash/bootbox/main.c
··· 13 13 * booting into a full features one. Aside from that it does charging 14 14 * and USB mode, to enable copying the desired firmware. 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
flash/bootloader/bootloader.c
··· 14 14 * It's task is to copy Rockbox from Flash to DRAM. 15 15 * The image(s) in flash may optionally be compressed with UCL 2e 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
flash/extract/extract.c
··· 11 11 * 12 12 * Tool to extract the scrambled image out of an Archos flash ROM dump 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
flash/make_firmware/make_firmware.c
··· 12 12 * Autoring tool for the firmware image to be programmed into Flash ROM 13 13 * It composes the flash content with header, bootloader and image(s) 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
gdb/arm-stub.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Tomasz Malesinski 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
gdb/setjmp.S
··· 9 9 * 10 10 * Copyright (C) 2002 by Red Hat Inc 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
gdb/sh-stub.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/e200rpatcher/e200rpatcher.c
··· 15 15 * licensed under the GPL (v2) 16 16 * 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
rbutil/ipodpatcher/fat32format.c
··· 21 21 * Modified June 2007 by Dave Chapman for use in ipodpatcher 22 22 * 23 23 * 24 - * All files in this archive are subject to the GNU General Public License. 25 - * See the file COPYING in the source tree root for full license agreement. 24 + * This program is free software; you can redistribute it and/or 25 + * modify it under the terms of the GNU General Public License 26 + * as published by the Free Software Foundation; either version 2 27 + * of the License, or (at your option) any later version. 26 28 * 27 29 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 28 30 * KIND, either express or implied.
+4 -2
rbutil/ipodpatcher/ipod2c.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/ipodpatcher/ipodio-posix.c
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/ipodpatcher/ipodio-win32.c
··· 15 15 * Copyright (c) 2003 Jan Kiszka 16 16 * http://www.stud.uni-hannover.de/user/73174/RawDisk/ 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
rbutil/ipodpatcher/ipodio.h
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/ipodpatcher/ipodpatcher.c
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/ipodpatcher/ipodpatcher.h
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/ipodpatcher/main.c
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/autodetection.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/browsedirtree.h
··· 9 9 * Copyright (C) 2007 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/browseof.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/configure.h
··· 9 9 * Copyright (C) 2007 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/createvoicewindow.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id: installtalkwindow.h 15926 2007-12-14 19:49:11Z domonoky $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/detect.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id: detect.h 17769 2008-06-23 20:31:44Z Domonoky $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/encoders.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id: encoders.h 15212 2007-10-19 21:49:07Z domonoky $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/encodersgui.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id: encodersgui.h 15212 2007-10-19 21:49:07Z domonoky $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/httpget.h
··· 9 9 * Copyright (C) 2007 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/install.h
··· 9 9 * Copyright (C) 2007 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/installbootloader.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/installtalkwindow.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/installthemes.h
··· 9 9 * Copyright (C) 2007 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/installzip.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/irivertools/checksums.h
··· 10 10 * 11 11 * Copyright (C) 2007 Dominik Wenger 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/irivertools/irivertools.h
··· 10 10 * 11 11 * Copyright (C) 2007 Dominik Wenger 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/irivertools/md5sum.h
··· 10 10 * 11 11 * Copyright (C) 2007 Dominik Wenger 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/preview.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/progressloggergui.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/progressloggerinterface.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/rbsettings.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id: rbsettings.h 16059 2008-01-11 23:59:12Z domonoky $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/rbunzip.h
··· 9 9 * Copyright (C) 2008 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/rbutilqt.h
··· 9 9 * Copyright (C) 2007 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/rbzip.h
··· 9 9 * Copyright (C) 2008 by Dominik Wenger 10 10 * $Id: rbzip.h 16993 2008-04-06 18:12:56Z bluebrother $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/sysinfo.h
··· 9 9 * Copyright (C) 2007 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/talkfile.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/tts.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id: tts.h 15212 2007-10-19 21:49:07Z domonoky $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/ttsgui.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id: ttsgui.h 15212 2007-10-19 21:49:07Z domonoky $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/uninstall.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/uninstallwindow.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/utils.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/version.h
··· 9 9 * Copyright (C) 2007 by Dominik Riebeling 10 10 * $Id$ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/rbutilqt/voicefile.h
··· 9 9 * Copyright (C) 2007 by Dominik Wenger 10 10 * $Id: voicefile.h 15932 2007-12-15 13:13:57Z domonoky $ 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/sansapatcher/bin2c.c
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/sansapatcher/main.c
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/sansapatcher/sansaio-posix.c
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/sansapatcher/sansaio-win32.c
··· 15 15 * Copyright (c) 2003 Jan Kiszka 16 16 * http://www.stud.uni-hannover.de/user/73174/RawDisk/ 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.
+4 -2
rbutil/sansapatcher/sansaio.h
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/sansapatcher/sansapatcher.c
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
rbutil/sansapatcher/sansapatcher.h
··· 9 9 * 10 10 * Copyright (C) 2006-2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/bmp2rb.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/codepage_tables.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Frank Dischner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/codepage_tables.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Frank Dischner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/codepages.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Frank Dischner 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/creative.c
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/creative.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Maurus Cuelenaere 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/descramble.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/fwpatcher/iriver.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/gigabeat.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Christian Hack 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/gigabeat.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Marcoen Hirschberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/gigabeats.c
··· 9 9 * 10 10 * Copyright (C) 2007 by Will Robertson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/gigabeats.h
··· 9 9 * 10 10 * Copyright (C) 2006 by Marcoen Hirschberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/iriver.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/mi4.c
··· 9 9 * 10 10 * Copyright (C) 2006 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/mi4.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/mkboot.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/mkboot.h
··· 9 9 * 10 10 * Copyright (C) 2008 by Dominik Riebeling 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/mknkboot.c
··· 11 11 * 12 12 * Based on merge0.cpp by James Espinoza, but completely rewritten. 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
tools/mktccboot.c
··· 11 11 * 12 12 * Based on mkboot, Copyright (C) 2005 by Linus Nielsen Feltzing 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
tools/player_unifont.c
··· 10 10 * Copyright (C) 2007 by Jens Arnold 11 11 * Based on the work of Kjell Ericson 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
tools/rbspeex/rbspeex.c
··· 8 8 * 9 9 * Copyright (C) 2007 Thom Johansen 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
tools/rbspeex/rbspeex.h
··· 8 8 * 9 9 * Copyright (C) 2007 Thom Johansen 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
tools/rbspeex/rbspeexdec.c
··· 8 8 * 9 9 * Copyright (C) 2007 Thom Johansen 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
tools/rbspeex/rbspeexenc.c
··· 8 8 * 9 9 * Copyright (C) 2007 Thom Johansen 10 10 * 11 - * All files in this archive are subject to the GNU General Public License. 12 - * See the file COPYING in the source tree root for full license agreement. 11 + * This program is free software; you can redistribute it and/or 12 + * modify it under the terms of the GNU General Public License 13 + * as published by the Free Software Foundation; either version 2 14 + * of the License, or (at your option) any later version. 13 15 * 14 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 17 * KIND, either express or implied.
+4 -2
tools/rdf2binary.c
··· 9 9 * 10 10 * Copyright (C) 2005 Miika Pekkarinen 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/scramble.c
··· 9 9 * 10 10 * Copyright (C) 2002 - 2007 by Björn Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/telechips.c
··· 14 14 * Thanks to Hein-Pieter van Braam for his work in identifying the 15 15 * CRC algorithm used. 16 16 * 17 - * All files in this archive are subject to the GNU General Public License. 18 - * See the file COPYING in the source tree root for full license agreement. 17 + * This program is free software; you can redistribute it and/or 18 + * modify it under the terms of the GNU General Public License 19 + * as published by the Free Software Foundation; either version 2 20 + * of the License, or (at your option) any later version. 19 21 * 20 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 23 * KIND, either express or implied.
+4 -2
tools/telechips.h
··· 9 9 * 10 10 * Copyright (C) 2007 Dave Chapman 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/voicefont.c
··· 9 9 * 10 10 * Copyright (C) 2004 by Jörg Hohensohn 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/voicefont.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Jörg Hohensohn 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/wavtrim.c
··· 9 9 * 10 10 * Copyright (C) 2004 by Jörg Hohensohn 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
tools/wavtrim.h
··· 9 9 * 10 10 * Copyright (C) 2004 by Jörg Hohensohn 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/battery.c
··· 11 11 * 12 12 * Heavily modified for embedded use by Björn Stenberg (bjorn@haxx.se) 13 13 * 14 - * All files in this archive are subject to the GNU General Public License. 15 - * See the file COPYING in the source tree root for full license agreement. 14 + * This program is free software; you can redistribute it and/or 15 + * modify it under the terms of the GNU General Public License 16 + * as published by the Free Software Foundation; either version 2 17 + * of the License, or (at your option) any later version. 16 18 * 17 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 20 * KIND, either express or implied.
+4 -2
uisimulator/common/fmradio.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Linus Nielsen Feltzing 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/common/font-player.c
··· 7 7 * \/ \/ \/ \/ \/ 8 8 * $Id$ 9 9 * 10 - * All files in this archive are subject to the GNU General Public License. 11 - * See the file COPYING in the source tree root for full license agreement. 10 + * This program is free software; you can redistribute it and/or 11 + * modify it under the terms of the GNU General Public License 12 + * as published by the Free Software Foundation; either version 2 13 + * of the License, or (at your option) any later version. 12 14 * 13 15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 14 16 * KIND, either express or implied.
+4 -2
uisimulator/common/font-player.h
··· 7 7 * \/ \/ \/ \/ \/ 8 8 * $Id$ 9 9 * 10 - * All files in this archive are subject to the GNU General Public License. 11 - * See the file COPYING in the source tree root for full license agreement. 10 + * This program is free software; you can redistribute it and/or 11 + * modify it under the terms of the GNU General Public License 12 + * as published by the Free Software Foundation; either version 2 13 + * of the License, or (at your option) any later version. 12 14 * 13 15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 14 16 * KIND, either express or implied.
+4 -2
uisimulator/common/io.c
··· 9 9 * 10 10 * Copyright (C) 2002 Daniel Stenberg 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/common/lcd-common.c
··· 12 12 * Windows Copyright (C) 2002 by Felix Arends 13 13 * X11 Copyright (C) 2002 by Daniel Stenberg <daniel@haxx.se> 14 14 * 15 - * All files in this archive are subject to the GNU General Public License. 16 - * See the file COPYING in the source tree root for full license agreement. 15 + * This program is free software; you can redistribute it and/or 16 + * modify it under the terms of the GNU General Public License 17 + * as published by the Free Software Foundation; either version 2 18 + * of the License, or (at your option) any later version. 17 19 * 18 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 21 * KIND, either express or implied.
+4 -2
uisimulator/common/lcd-playersim.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Alan Korr 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/common/lcd-playersim.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Kjell Ericson 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/common/sim_icons.c
··· 9 9 * 10 10 * Copyright (C) 2002 Mats Lidell <matsl@contactor.se> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/common/sound.h
··· 10 10 * 11 11 * sound.h - common sound driver file. 12 12 * 13 - * All files in this archive are subject to the GNU General Public License. 14 - * See the file COPYING in the source tree root for full license agreement. 13 + * This program is free software; you can redistribute it and/or 14 + * modify it under the terms of the GNU General Public License 15 + * as published by the Free Software Foundation; either version 2 16 + * of the License, or (at your option) any later version. 15 17 * 16 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 19 * KIND, either express or implied.
+4 -2
uisimulator/common/stubs.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Björn Stenberg <bjorn@haxx.se> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/button.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Felix Arends 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/kernel-sdl.c
··· 9 9 * 10 10 * Copyright (C) 2002 by Felix Arends 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/lcd-bitmap.c
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/lcd-bitmap.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/lcd-charcells.c
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/lcd-charcells.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/lcd-remote-bitmap.c
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/lcd-remote-bitmap.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/lcd-sdl.c
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/lcd-sdl.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/sound.c
··· 9 9 * 10 10 * Copyright (C) 2005 by Nick Lanham 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/sound.h
··· 9 9 * 10 10 * Copyright (C) 2005 by Daniel Stenberg <daniel@haxx.se> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/sprintf.h
··· 9 9 * 10 10 * Copyright (C) 2002 by Felix Arends 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/system-sdl.h
··· 9 9 * 10 10 * Copyright (C) 2007 by Michael Sevakis 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/thread-sdl.c
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/thread-sdl.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/timer.c
··· 9 9 * 10 10 * Copyright (C) 2005 Kévin Ferrare 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/uisdl.c
··· 9 9 * 10 10 * Copyright (C) 2006 by Daniel Everton <dan@iocaine.org> 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
uisimulator/sdl/uisdl.h
··· 9 9 * 10 10 * Copyright (C) 2006 Dan Everton 11 11 * 12 - * All files in this archive are subject to the GNU General Public License. 13 - * See the file COPYING in the source tree root for full license agreement. 12 + * This program is free software; you can redistribute it and/or 13 + * modify it under the terms of the GNU General Public License 14 + * as published by the Free Software Foundation; either version 2 15 + * of the License, or (at your option) any later version. 14 16 * 15 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 18 * KIND, either express or implied.
+4 -2
utils/MTP/sendfirm.c
··· 13 13 * Copyright (C) 2005-2007 Linus Walleij 14 14 * Copyright (C) 2006 Chris A. Debenham 15 15 * 16 - * All files in this archive are subject to the GNU General Public License. 17 - * See the file COPYING in the source tree root for full license agreement. 16 + * This program is free software; you can redistribute it and/or 17 + * modify it under the terms of the GNU General Public License 18 + * as published by the Free Software Foundation; either version 2 19 + * of the License, or (at your option) any later version. 18 20 * 19 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 22 * KIND, either express or implied.
+4 -2
utils/jz4740_tools/jz4740_usbtool.c
··· 17 17 * licensed under the GPL (v2) 18 18 * 19 19 * 20 - * All files in this archive are subject to the GNU General Public License. 21 - * See the file COPYING in the source tree root for full license agreement. 20 + * This program is free software; you can redistribute it and/or 21 + * modify it under the terms of the GNU General Public License 22 + * as published by the Free Software Foundation; either version 2 23 + * of the License, or (at your option) any later version. 22 24 * 23 25 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 24 26 * KIND, either express or implied.
+4 -2
utils/tcctool/tcctool.c
··· 15 15 * licensed under the GPL (v2) 16 16 * 17 17 * 18 - * All files in this archive are subject to the GNU General Public License. 19 - * See the file COPYING in the source tree root for full license agreement. 18 + * This program is free software; you can redistribute it and/or 19 + * modify it under the terms of the GNU General Public License 20 + * as published by the Free Software Foundation; either version 2 21 + * of the License, or (at your option) any later version. 20 22 * 21 23 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 24 * KIND, either express or implied.