summaryrefslogtreecommitdiff
path: root/apps/gui
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 /apps/gui
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 'apps/gui')
-rw-r--r--apps/gui/backdrop.c6
-rw-r--r--apps/gui/backdrop.h6
-rw-r--r--apps/gui/bitmap/list.c6
-rw-r--r--apps/gui/buttonbar.c6
-rw-r--r--apps/gui/buttonbar.h6
-rw-r--r--apps/gui/charcell/list.c6
-rw-r--r--apps/gui/color_picker.c6
-rw-r--r--apps/gui/color_picker.h6
-rw-r--r--apps/gui/gwps-common.c6
-rw-r--r--apps/gui/gwps-common.h6
-rw-r--r--apps/gui/gwps.c6
-rw-r--r--apps/gui/gwps.h6
-rw-r--r--apps/gui/icon.c6
-rw-r--r--apps/gui/icon.h6
-rw-r--r--apps/gui/list.c6
-rw-r--r--apps/gui/list.h6
-rw-r--r--apps/gui/option_select.c6
-rw-r--r--apps/gui/option_select.h6
-rw-r--r--apps/gui/pitchscreen.c6
-rw-r--r--apps/gui/quickscreen.c6
-rw-r--r--apps/gui/quickscreen.h6
-rw-r--r--apps/gui/scrollbar.c6
-rw-r--r--apps/gui/scrollbar.h6
-rw-r--r--apps/gui/splash.c6
-rw-r--r--apps/gui/splash.h6
-rw-r--r--apps/gui/statusbar.c6
-rw-r--r--apps/gui/statusbar.h6
-rw-r--r--apps/gui/viewport.c6
-rw-r--r--apps/gui/viewport.h6
-rw-r--r--apps/gui/wps_debug.c6
-rw-r--r--apps/gui/wps_parser.c6
-rw-r--r--apps/gui/yesno.c6
-rw-r--r--apps/gui/yesno.h6
33 files changed, 132 insertions, 66 deletions
diff --git a/apps/gui/backdrop.c b/apps/gui/backdrop.c
index bc8c4a7331..6178894c42 100644
--- a/apps/gui/backdrop.c
+++ b/apps/gui/backdrop.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2006 Dave Chapman 10 * Copyright (C) 2006 Dave Chapman
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/apps/gui/backdrop.h b/apps/gui/backdrop.h
index a05cb633f6..dc9805f07b 100644
--- a/apps/gui/backdrop.h
+++ b/apps/gui/backdrop.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2006 Dave Chapman 10 * Copyright (C) 2006 Dave Chapman
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/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c
index 1090cffd9b..d7494dbc29 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Jonathan Gordon 10 * Copyright (C) 2007 by Jonathan Gordon
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/apps/gui/buttonbar.c b/apps/gui/buttonbar.c
index ce03c82a69..02be37a198 100644
--- a/apps/gui/buttonbar.c
+++ b/apps/gui/buttonbar.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) Linus Nielsen Feltzing (2002) 10 * Copyright (C) Linus Nielsen Feltzing (2002)
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/apps/gui/buttonbar.h b/apps/gui/buttonbar.h
index 98eb83b184..884e3132bf 100644
--- a/apps/gui/buttonbar.h
+++ b/apps/gui/buttonbar.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/charcell/list.c b/apps/gui/charcell/list.c
index 72c2cb7bb9..2df030f8b6 100644
--- a/apps/gui/charcell/list.c
+++ b/apps/gui/charcell/list.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 by Jonathan Gordon 10 * Copyright (C) 2007 by Jonathan Gordon
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/apps/gui/color_picker.c b/apps/gui/color_picker.c
index 0614fb74eb..239a8b4c81 100644
--- a/apps/gui/color_picker.c
+++ b/apps/gui/color_picker.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) Jonathan Gordon (2006) 10 * Copyright (C) Jonathan Gordon (2006)
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/apps/gui/color_picker.h b/apps/gui/color_picker.h
index 3bd232580b..8122b72a11 100644
--- a/apps/gui/color_picker.h
+++ b/apps/gui/color_picker.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) Jonathan Gordon (2006) 10 * Copyright (C) Jonathan Gordon (2006)
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/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 3fd77a2211..b6a7c89308 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -10,8 +10,10 @@
10 * Copyright (C) 2002-2007 Björn Stenberg 10 * Copyright (C) 2002-2007 Björn Stenberg
11 * Copyright (C) 2007-2008 Nicolas Pennequin 11 * Copyright (C) 2007-2008 Nicolas Pennequin
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/apps/gui/gwps-common.h b/apps/gui/gwps-common.h
index ccdc31b5a9..3102d72c80 100644
--- a/apps/gui/gwps-common.h
+++ b/apps/gui/gwps-common.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2002 Björn Stenberg 10 * Copyright (C) 2002 Björn 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/apps/gui/gwps.c b/apps/gui/gwps.c
index 31b1989786..d752cb3da5 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2002 Jerome Kuptz 10 * Copyright (C) 2002 Jerome Kuptz
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/apps/gui/gwps.h b/apps/gui/gwps.h
index ad0c4a53c4..69a84f915b 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Nicolas Pennequin 10 * Copyright (C) 2007 Nicolas Pennequin
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/apps/gui/icon.c b/apps/gui/icon.c
index c8ac48de92..e247644ade 100644
--- a/apps/gui/icon.c
+++ b/apps/gui/icon.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Jonathan Gordon 10 * Copyright (C) 2007 Jonathan Gordon
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/apps/gui/icon.h b/apps/gui/icon.h
index 8408ed46b0..9a58076509 100644
--- a/apps/gui/icon.h
+++ b/apps/gui/icon.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/list.c b/apps/gui/list.c
index 720c61b393..0ec40d3aed 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/list.h b/apps/gui/list.h
index 8006847806..e2d7a518e4 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/option_select.c b/apps/gui/option_select.c
index 0e4ed8deac..f6b15467a6 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -10,8 +10,10 @@
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin Ferrare
11 * Copyright (C) 2007 by Jonathan Gordon 11 * Copyright (C) 2007 by Jonathan Gordon
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/apps/gui/option_select.h b/apps/gui/option_select.h
index ed7b6ae6d6..b1a4a86e65 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c
index 6b8fcf2356..c9d6750242 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2002 Björn Stenberg 10 * Copyright (C) 2002 Björn 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/apps/gui/quickscreen.c b/apps/gui/quickscreen.c
index ddc02c1103..3eb9426c39 100644
--- a/apps/gui/quickscreen.c
+++ b/apps/gui/quickscreen.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2008 by Jonathan Gordon 10 * Copyright (C) 2008 by Jonathan Gordon
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/apps/gui/quickscreen.h b/apps/gui/quickscreen.h
index 47361bd472..1d2ed18c97 100644
--- a/apps/gui/quickscreen.h
+++ b/apps/gui/quickscreen.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/scrollbar.c b/apps/gui/scrollbar.c
index 5a12ea6a1c..0cb3602d11 100644
--- a/apps/gui/scrollbar.c
+++ b/apps/gui/scrollbar.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) Markus Braun (2002) 10 * Copyright (C) Markus Braun (2002)
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/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index 9e60730de0..c9b97b268e 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 Kevin Ferrare 10 * Copyright (C) 2005 Kevin 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/apps/gui/splash.c b/apps/gui/splash.c
index 1ead051b06..0405c0586d 100644
--- a/apps/gui/splash.c
+++ b/apps/gui/splash.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) Daniel Stenberg (2002) 10 * Copyright (C) Daniel Stenberg (2002)
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/apps/gui/splash.h b/apps/gui/splash.h
index 206674d9d0..bb3c8727d1 100644
--- a/apps/gui/splash.h
+++ b/apps/gui/splash.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/statusbar.c b/apps/gui/statusbar.c
index 436e3d6cca..b9941eb061 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) Robert E. Hak (2002), Linus Nielsen Feltzing (2002) 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. 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/apps/gui/statusbar.h b/apps/gui/statusbar.h
index 57be2b1873..7e8221461d 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/viewport.c b/apps/gui/viewport.c
index 8f9998b2d6..6aad7c5b05 100644
--- a/apps/gui/viewport.c
+++ b/apps/gui/viewport.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2008 by Jonathan Gordon 10 * Copyright (C) 2008 by Jonathan Gordon
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/apps/gui/viewport.h b/apps/gui/viewport.h
index 1917b7b817..3605dbe711 100644
--- a/apps/gui/viewport.h
+++ b/apps/gui/viewport.h
@@ -10,8 +10,10 @@
10 * 10 *
11 * Copyright (C) 2008 by Jonathan Gordon 11 * Copyright (C) 2008 by Jonathan Gordon
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/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index f5ac27ade3..2295b4db6e 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Nicolas Pennequin, Dan Everton, Matthias Mohr 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. 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/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index 67411ed076..e89f2692cf 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2007 Nicolas Pennequin, Dan Everton, Matthias Mohr 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. 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/apps/gui/yesno.c b/apps/gui/yesno.c
index 91358d8feb..40d1ed413f 100644
--- a/apps/gui/yesno.c
+++ b/apps/gui/yesno.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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/apps/gui/yesno.h b/apps/gui/yesno.h
index fbccb5d8cc..801a925ee4 100644
--- a/apps/gui/yesno.h
+++ b/apps/gui/yesno.h
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Kevin Ferrare 10 * Copyright (C) 2005 by Kevin 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.