summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-28 18:10:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-28 18:10:04 +0000
commit2acc0ac542d9186feee25bbe444c49cb59ca393e (patch)
tree39d07a175658097cee18bc2b18f567f43f3b2c74 /uisimulator/common
parentaf21db6ded50fd205d64a18c5af2d78eac6c2a41 (diff)
downloadrockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.tar.gz
rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.zip
Updated our source code header to explicitly mention that we are GPL v2 or
later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/fmradio.c6
-rw-r--r--uisimulator/common/font-player.c6
-rw-r--r--uisimulator/common/font-player.h6
-rw-r--r--uisimulator/common/io.c6
-rw-r--r--uisimulator/common/lcd-common.c6
-rw-r--r--uisimulator/common/lcd-playersim.c6
-rw-r--r--uisimulator/common/lcd-playersim.h6
-rw-r--r--uisimulator/common/sim_icons.c6
-rw-r--r--uisimulator/common/sound.h6
-rw-r--r--uisimulator/common/stubs.c6
10 files changed, 40 insertions, 20 deletions
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 @@
9 * 9 *
10 * Copyright (C) 2002 by Linus Nielsen Feltzing 10 * Copyright (C) 2002 by Linus Nielsen Feltzing
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * All files in this archive are subject to the GNU General Public License. 10 * This program is free software; you can redistribute it and/or
11 * See the file COPYING in the source tree root for full license agreement. 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14 * KIND, either express or implied. 16 * 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 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * All files in this archive are subject to the GNU General Public License. 10 * This program is free software; you can redistribute it and/or
11 * See the file COPYING in the source tree root for full license agreement. 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14 * KIND, either express or implied. 16 * 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 @@
9 * 9 *
10 * Copyright (C) 2002 Daniel Stenberg 10 * Copyright (C) 2002 Daniel Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
12 * Windows Copyright (C) 2002 by Felix Arends 12 * Windows Copyright (C) 2002 by Felix Arends
13 * X11 Copyright (C) 2002 by Daniel Stenberg <daniel@haxx.se> 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. 15 * This program is free software; you can redistribute it and/or
16 * See the file COPYING in the source tree root for full license agreement. 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied. 21 * 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 @@
9 * 9 *
10 * Copyright (C) 2002 by Alan Korr 10 * Copyright (C) 2002 by Alan Korr
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2002 by Kjell Ericson 10 * Copyright (C) 2002 by Kjell Ericson
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2002 Mats Lidell <matsl@contactor.se> 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. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
10 * 10 *
11 * sound.h - common sound driver file. 11 * sound.h - common sound driver file.
12 * 12 *
13 * All files in this archive are subject to the GNU General Public License. 13 * This program is free software; you can redistribute it and/or
14 * See the file COPYING in the source tree root for full license agreement. 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied. 19 * 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 @@
9 * 9 *
10 * Copyright (C) 2002 by Björn Stenberg <bjorn@haxx.se> 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. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.