From 4350eec6bb2e87ee4b777911dbb2dbbf2a27ab7a Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Thu, 28 Apr 2005 14:06:20 +0000 Subject: Proper headers, simulator support should (emphasis on should) work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6370 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/searchengine/parser.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'apps/plugins/searchengine/parser.c') diff --git a/apps/plugins/searchengine/parser.c b/apps/plugins/searchengine/parser.c index fe10452..501450c 100644 --- a/apps/plugins/searchengine/parser.c +++ b/apps/plugins/searchengine/parser.c @@ -1,3 +1,21 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2005 by Michiel van der Kolk + * + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ #include "searchengine.h" #include "token.h" #include "dbinterface.h" -- cgit v1.1