Skip to content

Commit

Permalink
fix up license and copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
gregkh committed Nov 20, 2009
1 parent d021519 commit 71a4554
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lsusb.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* enumerate and monitor v4l devices
* lsusb
*
* Copyright (C) 2009 Kay Sievers <kay.sievers@vrfy.org>
* Copyright (C) 2009 Greg Kroah-Hartman <greg@kroah.com>
*
* This program 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.1 of the License, or (at your option) any later version.
* modify it under the terms of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*/

#include <stdio.h>
Expand All @@ -21,7 +21,6 @@
#include <poll.h>
#include <sys/select.h>

#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE 1
#include "libudev.h"

int main(int argc, char *argv[])
Expand Down

0 comments on commit 71a4554

Please sign in to comment.