From 543badfda7cbfd6725c6cd2e5e1cf430cbf5990c Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 5 Feb 2007 19:07:38 +0000 Subject: A horde of LGPL boilerplates. --- examples/detect.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'examples/detect.c') diff --git a/examples/detect.c b/examples/detect.c index b1a527b..635df5f 100644 --- a/examples/detect.c +++ b/examples/detect.c @@ -1,3 +1,24 @@ +/** + * \file delfile.c + * Example program to detect a device and list capabilities. + * + * Copyright (C) 2005-2007 Linus Walleij + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ #include "common.h" #include #include -- cgit v1.2.1