From 2acc0ac542d9186feee25bbe444c49cb59ca393e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 28 Jun 2008 18:10:04 +0000 Subject: Updated our source code header to explicitly mention that we are GPL v2 or later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/battery.c | 6 ++++-- uisimulator/common/fmradio.c | 6 ++++-- uisimulator/common/font-player.c | 6 ++++-- uisimulator/common/font-player.h | 6 ++++-- uisimulator/common/io.c | 6 ++++-- uisimulator/common/lcd-common.c | 6 ++++-- uisimulator/common/lcd-playersim.c | 6 ++++-- uisimulator/common/lcd-playersim.h | 6 ++++-- uisimulator/common/sim_icons.c | 6 ++++-- uisimulator/common/sound.h | 6 ++++-- uisimulator/common/stubs.c | 6 ++++-- uisimulator/sdl/button.c | 6 ++++-- uisimulator/sdl/kernel-sdl.c | 6 ++++-- uisimulator/sdl/lcd-bitmap.c | 6 ++++-- uisimulator/sdl/lcd-bitmap.h | 6 ++++-- uisimulator/sdl/lcd-charcells.c | 6 ++++-- uisimulator/sdl/lcd-charcells.h | 6 ++++-- uisimulator/sdl/lcd-remote-bitmap.c | 6 ++++-- uisimulator/sdl/lcd-remote-bitmap.h | 6 ++++-- uisimulator/sdl/lcd-sdl.c | 6 ++++-- uisimulator/sdl/lcd-sdl.h | 6 ++++-- uisimulator/sdl/sound.c | 6 ++++-- uisimulator/sdl/sound.h | 6 ++++-- uisimulator/sdl/sprintf.h | 6 ++++-- uisimulator/sdl/system-sdl.h | 6 ++++-- uisimulator/sdl/thread-sdl.c | 6 ++++-- uisimulator/sdl/thread-sdl.h | 6 ++++-- uisimulator/sdl/timer.c | 6 ++++-- uisimulator/sdl/uisdl.c | 6 ++++-- uisimulator/sdl/uisdl.h | 6 ++++-- 30 files changed, 120 insertions(+), 60 deletions(-) (limited to 'uisimulator') diff --git a/uisimulator/battery.c b/uisimulator/battery.c index 6a669da517..b92f4d4bdb 100644 --- a/uisimulator/battery.c +++ b/uisimulator/battery.c @@ -11,8 +11,10 @@ * * Heavily modified for embedded use by Björn Stenberg (bjorn@haxx.se) * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/fmradio.c b/uisimulator/common/fmradio.c index 279e1b8d23..3fd61b6f4a 100644 --- a/uisimulator/common/fmradio.c +++ b/uisimulator/common/fmradio.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Linus Nielsen Feltzing * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/font-player.c b/uisimulator/common/font-player.c index 03bb9dd0fd..0d2d5236cb 100644 --- a/uisimulator/common/font-player.c +++ b/uisimulator/common/font-player.c @@ -7,8 +7,10 @@ * \/ \/ \/ \/ \/ * $Id$ * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/font-player.h b/uisimulator/common/font-player.h index efa86e92c6..8ddf083ca2 100644 --- a/uisimulator/common/font-player.h +++ b/uisimulator/common/font-player.h @@ -7,8 +7,10 @@ * \/ \/ \/ \/ \/ * $Id$ * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c index 5bd08554cb..5827508d97 100644 --- a/uisimulator/common/io.c +++ b/uisimulator/common/io.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Daniel Stenberg * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/lcd-common.c b/uisimulator/common/lcd-common.c index 1bb87160ac..52857455f9 100644 --- a/uisimulator/common/lcd-common.c +++ b/uisimulator/common/lcd-common.c @@ -12,8 +12,10 @@ * Windows Copyright (C) 2002 by Felix Arends * X11 Copyright (C) 2002 by Daniel Stenberg * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/lcd-playersim.c b/uisimulator/common/lcd-playersim.c index 1c877d4409..ed2af8d605 100644 --- a/uisimulator/common/lcd-playersim.c +++ b/uisimulator/common/lcd-playersim.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Alan Korr * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/lcd-playersim.h b/uisimulator/common/lcd-playersim.h index 763e4159e9..2225172c4e 100644 --- a/uisimulator/common/lcd-playersim.h +++ b/uisimulator/common/lcd-playersim.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Kjell Ericson * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/sim_icons.c b/uisimulator/common/sim_icons.c index f24fce2ca5..445a685648 100644 --- a/uisimulator/common/sim_icons.c +++ b/uisimulator/common/sim_icons.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 Mats Lidell * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/sound.h b/uisimulator/common/sound.h index 964e526fb4..84723bbfad 100644 --- a/uisimulator/common/sound.h +++ b/uisimulator/common/sound.h @@ -10,8 +10,10 @@ * * sound.h - common sound driver file. * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 00be8624df..7bf3a4f546 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Björn Stenberg * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/button.c b/uisimulator/sdl/button.c index ee1117481b..9c9d019288 100644 --- a/uisimulator/sdl/button.c +++ b/uisimulator/sdl/button.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Felix Arends * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/kernel-sdl.c b/uisimulator/sdl/kernel-sdl.c index b6e6a34551..3a1d82bf24 100644 --- a/uisimulator/sdl/kernel-sdl.c +++ b/uisimulator/sdl/kernel-sdl.c @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Felix Arends * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/lcd-bitmap.c b/uisimulator/sdl/lcd-bitmap.c index bc9e56732f..92480396bc 100644 --- a/uisimulator/sdl/lcd-bitmap.c +++ b/uisimulator/sdl/lcd-bitmap.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/lcd-bitmap.h b/uisimulator/sdl/lcd-bitmap.h index 20288c772d..74aafa8cd1 100644 --- a/uisimulator/sdl/lcd-bitmap.h +++ b/uisimulator/sdl/lcd-bitmap.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/lcd-charcells.c b/uisimulator/sdl/lcd-charcells.c index 85ff9678e4..6f09858717 100644 --- a/uisimulator/sdl/lcd-charcells.c +++ b/uisimulator/sdl/lcd-charcells.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/lcd-charcells.h b/uisimulator/sdl/lcd-charcells.h index 6b1e85e549..890594f766 100644 --- a/uisimulator/sdl/lcd-charcells.h +++ b/uisimulator/sdl/lcd-charcells.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/lcd-remote-bitmap.c b/uisimulator/sdl/lcd-remote-bitmap.c index 21fa0d2ab4..d165534e00 100644 --- a/uisimulator/sdl/lcd-remote-bitmap.c +++ b/uisimulator/sdl/lcd-remote-bitmap.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/lcd-remote-bitmap.h b/uisimulator/sdl/lcd-remote-bitmap.h index 09391726fb..0a92ee6b79 100644 --- a/uisimulator/sdl/lcd-remote-bitmap.h +++ b/uisimulator/sdl/lcd-remote-bitmap.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/lcd-sdl.c b/uisimulator/sdl/lcd-sdl.c index 981655a32c..1014a371c0 100644 --- a/uisimulator/sdl/lcd-sdl.c +++ b/uisimulator/sdl/lcd-sdl.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/lcd-sdl.h b/uisimulator/sdl/lcd-sdl.h index 85a885f3fd..9ffa5246cf 100644 --- a/uisimulator/sdl/lcd-sdl.h +++ b/uisimulator/sdl/lcd-sdl.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/sound.c b/uisimulator/sdl/sound.c index 169ff1c856..5f061695a8 100644 --- a/uisimulator/sdl/sound.c +++ b/uisimulator/sdl/sound.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Nick Lanham * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/sound.h b/uisimulator/sdl/sound.h index 4392991832..5f4cc6eaf0 100644 --- a/uisimulator/sdl/sound.h +++ b/uisimulator/sdl/sound.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by Daniel Stenberg * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/sprintf.h b/uisimulator/sdl/sprintf.h index 24e1d4e352..129a6187c2 100644 --- a/uisimulator/sdl/sprintf.h +++ b/uisimulator/sdl/sprintf.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Felix Arends * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/system-sdl.h b/uisimulator/sdl/system-sdl.h index 08f702d01e..04e033e330 100644 --- a/uisimulator/sdl/system-sdl.h +++ b/uisimulator/sdl/system-sdl.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Michael Sevakis * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/thread-sdl.c b/uisimulator/sdl/thread-sdl.c index 5aae9a4bf8..905a017ee0 100644 --- a/uisimulator/sdl/thread-sdl.c +++ b/uisimulator/sdl/thread-sdl.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/thread-sdl.h b/uisimulator/sdl/thread-sdl.h index 0f3b7b6d3a..b88ba50f8c 100644 --- a/uisimulator/sdl/thread-sdl.h +++ b/uisimulator/sdl/thread-sdl.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/timer.c b/uisimulator/sdl/timer.c index beaee3b3ce..f4368bb745 100644 --- a/uisimulator/sdl/timer.c +++ b/uisimulator/sdl/timer.c @@ -9,8 +9,10 @@ * * Copyright (C) 2005 Kévin Ferrare * -* All files in this archive are subject to the GNU General Public License. -* See the file COPYING in the source tree root for full license agreement. +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License +* as published by the Free Software Foundation; either version 2 +* of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/uisdl.c b/uisimulator/sdl/uisdl.c index 28aaf59f82..f0e99070e5 100644 --- a/uisimulator/sdl/uisdl.c +++ b/uisimulator/sdl/uisdl.c @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Daniel Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index dde505bf91..625258a86f 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 Dan Everton * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. -- cgit v1.2.3