Fix the gpl notice in the previous commits new files, and fix the yelow gevearts naughtily ignored

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30996 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-11-16 10:37:48 +00:00
parent be716c0be8
commit ea2a3ee7a8
5 changed files with 18 additions and 8 deletions

View file

@ -195,9 +195,11 @@ void *skin_find_item(const char *label, enum skin_find_what what,
while (list.linkedlist) while (list.linkedlist)
{ {
bool skip = false; bool skip = false;
#ifdef HAVE_LCD_BITMAP
struct wps_token *token = NULL; struct wps_token *token = NULL;
if (!isvplist) if (!isvplist)
token = SKINOFFSETTOPTR(skin_buffer, list.linkedlist->token); token = SKINOFFSETTOPTR(skin_buffer, list.linkedlist->token);
#endif
switch (what) switch (what)
{ {
case SKIN_FIND_UIVP: case SKIN_FIND_UIVP:

View file

@ -9,8 +9,10 @@
* *
* Copyright (C) 2006-2007 Robert Keevil * Copyright (C) 2006-2007 Robert Keevil
* *
* All files in this archive are subject to the GNU General Public License. * This program is free software; you can redistribute it and/or
* See the file COPYING in the source tree root for full license agreement. * 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied. * KIND, either express or implied.

View file

@ -9,8 +9,10 @@
* *
* Copyright (C) 2006-2007 Robert Keevil * Copyright (C) 2006-2007 Robert Keevil
* *
* All files in this archive are subject to the GNU General Public License. * This program is free software; you can redistribute it and/or
* See the file COPYING in the source tree root for full license agreement. * 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied. * KIND, either express or implied.

View file

@ -9,8 +9,10 @@
* *
* Copyright (C) 2006-2007 Robert Keevil * Copyright (C) 2006-2007 Robert Keevil
* *
* All files in this archive are subject to the GNU General Public License. * This program is free software; you can redistribute it and/or
* See the file COPYING in the source tree root for full license agreement. * 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied. * KIND, either express or implied.

View file

@ -9,8 +9,10 @@
* *
* Copyright (C) 2006-2007 Robert Keevil * Copyright (C) 2006-2007 Robert Keevil
* *
* All files in this archive are subject to the GNU General Public License. * This program is free software; you can redistribute it and/or
* See the file COPYING in the source tree root for full license agreement. * 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 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied. * KIND, either express or implied.