summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/battery.c6
-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
-rw-r--r--uisimulator/sdl/button.c6
-rw-r--r--uisimulator/sdl/kernel-sdl.c6
-rw-r--r--uisimulator/sdl/lcd-bitmap.c6
-rw-r--r--uisimulator/sdl/lcd-bitmap.h6
-rw-r--r--uisimulator/sdl/lcd-charcells.c6
-rw-r--r--uisimulator/sdl/lcd-charcells.h6
-rw-r--r--uisimulator/sdl/lcd-remote-bitmap.c6
-rw-r--r--uisimulator/sdl/lcd-remote-bitmap.h6
-rw-r--r--uisimulator/sdl/lcd-sdl.c6
-rw-r--r--uisimulator/sdl/lcd-sdl.h6
-rw-r--r--uisimulator/sdl/sound.c6
-rw-r--r--uisimulator/sdl/sound.h6
-rw-r--r--uisimulator/sdl/sprintf.h6
-rw-r--r--uisimulator/sdl/system-sdl.h6
-rw-r--r--uisimulator/sdl/thread-sdl.c6
-rw-r--r--uisimulator/sdl/thread-sdl.h6
-rw-r--r--uisimulator/sdl/timer.c6
-rw-r--r--uisimulator/sdl/uisdl.c6
-rw-r--r--uisimulator/sdl/uisdl.h6
30 files changed, 120 insertions, 60 deletions
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 @@
11 * 11 *
12 * Heavily modified for embedded use by Björn Stenberg (bjorn@haxx.se) 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. 14 * This program is free software; you can redistribute it and/or
15 * See the file COPYING in the source tree root for full license agreement. 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied. 20 * 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 @@
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.
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 @@
9 * 9 *
10 * Copyright (C) 2002 by Felix Arends 10 * Copyright (C) 2002 by Felix Arends
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/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 @@
9 * 9 *
10 * Copyright (C) 2002 by Felix Arends 10 * Copyright (C) 2002 by Felix Arends
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2005 by Nick Lanham 10 * Copyright (C) 2005 by Nick Lanham
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/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 @@
9 * 9 *
10 * Copyright (C) 2005 by Daniel Stenberg <daniel@haxx.se> 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. 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/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 @@
9 * 9 *
10 * Copyright (C) 2002 by Felix Arends 10 * Copyright (C) 2002 by Felix Arends
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/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 @@
9 * 9 *
10 * Copyright (C) 2007 by Michael Sevakis 10 * Copyright (C) 2007 by Michael Sevakis
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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/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 @@
9* 9*
10* Copyright (C) 2005 Kévin Ferrare 10* Copyright (C) 2005 Kévin Ferrare
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/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 @@
9 * 9 *
10 * Copyright (C) 2006 by Daniel Everton <dan@iocaine.org> 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. 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/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 @@
9 * 9 *
10 * Copyright (C) 2006 Dan Everton 10 * Copyright (C) 2006 Dan Everton
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.