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 --- apps/gui/backdrop.c | 6 ++++-- apps/gui/backdrop.h | 6 ++++-- apps/gui/bitmap/list.c | 6 ++++-- apps/gui/buttonbar.c | 6 ++++-- apps/gui/buttonbar.h | 6 ++++-- apps/gui/charcell/list.c | 6 ++++-- apps/gui/color_picker.c | 6 ++++-- apps/gui/color_picker.h | 6 ++++-- apps/gui/gwps-common.c | 6 ++++-- apps/gui/gwps-common.h | 6 ++++-- apps/gui/gwps.c | 6 ++++-- apps/gui/gwps.h | 6 ++++-- apps/gui/icon.c | 6 ++++-- apps/gui/icon.h | 6 ++++-- apps/gui/list.c | 6 ++++-- apps/gui/list.h | 6 ++++-- apps/gui/option_select.c | 6 ++++-- apps/gui/option_select.h | 6 ++++-- apps/gui/pitchscreen.c | 6 ++++-- apps/gui/quickscreen.c | 6 ++++-- apps/gui/quickscreen.h | 6 ++++-- apps/gui/scrollbar.c | 6 ++++-- apps/gui/scrollbar.h | 6 ++++-- apps/gui/splash.c | 6 ++++-- apps/gui/splash.h | 6 ++++-- apps/gui/statusbar.c | 6 ++++-- apps/gui/statusbar.h | 6 ++++-- apps/gui/viewport.c | 6 ++++-- apps/gui/viewport.h | 6 ++++-- apps/gui/wps_debug.c | 6 ++++-- apps/gui/wps_parser.c | 6 ++++-- apps/gui/yesno.c | 6 ++++-- apps/gui/yesno.h | 6 ++++-- 33 files changed, 132 insertions(+), 66 deletions(-) (limited to 'apps/gui') 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 @@ * * Copyright (C) 2006 Dave Chapman * - * 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/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 @@ * * Copyright (C) 2006 Dave Chapman * - * 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/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 @@ * * Copyright (C) 2007 by Jonathan Gordon * - * 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/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 @@ * * Copyright (C) Linus Nielsen Feltzing (2002) * - * 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * * Copyright (C) 2007 by Jonathan Gordon * - * 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/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 @@ * * Copyright (C) Jonathan Gordon (2006) * - * 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/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 @@ * * Copyright (C) Jonathan Gordon (2006) * - * 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/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 @@ * Copyright (C) 2002-2007 Björn Stenberg * Copyright (C) 2007-2008 Nicolas Pennequin * - * 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/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 @@ * * Copyright (C) 2002 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/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 @@ * * Copyright (C) 2002 Jerome Kuptz * - * 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/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 @@ * * Copyright (C) 2007 Nicolas Pennequin * - * 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/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 @@ * * Copyright (C) 2007 Jonathan Gordon * - * 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * Copyright (C) 2005 by Kevin Ferrare * Copyright (C) 2007 by Jonathan Gordon * - * 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * * Copyright (C) 2002 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/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 @@ * * Copyright (C) 2008 by Jonathan Gordon * - * 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * * Copyright (C) Markus Braun (2002) * - * 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/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 @@ * * Copyright (C) 2005 Kevin 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/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 @@ * * Copyright (C) Daniel Stenberg (2002) * - * 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * * Copyright (C) Robert E. Hak (2002), Linus Nielsen Feltzing (2002) * - * 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * * Copyright (C) 2008 by Jonathan Gordon * - * 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/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 @@ * * Copyright (C) 2008 by Jonathan Gordon * - * 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/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 @@ * * Copyright (C) 2007 Nicolas Pennequin, Dan Everton, Matthias Mohr * - * 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/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 @@ * * Copyright (C) 2007 Nicolas Pennequin, Dan Everton, Matthias Mohr * - * 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/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 @@ * * Copyright (C) 2005 by Kevin 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/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 @@ * * Copyright (C) 2005 by Kevin 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. -- cgit v1.2.3