main.c (usbview-2.0) | : | main.c (usbview-2.1) | ||
---|---|---|---|---|
/************************************************************************* | // SPDX-License-Identifier: GPL-2.0-only | |||
** main.c for USBView - a USB device viewer | /* | |||
** Copyright (c) 1999, 2000 by Greg Kroah-Hartman, <greg@kroah.com> | * main.c for USBView - a USB device viewer | |||
** | * Copyright (c) 1999, 2000 by 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 General Public License as published by | ||||
** the Free Software Foundation; version 2 of the License. | ||||
** | ||||
** This program 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 General Public License for more details. | ||||
** | ||||
** (See the included file COPYING) | ||||
*************************************************************************/ | ||||
#ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H | |||
#include <config.h> | #include <config.h> | |||
#endif | #endif | |||
#include <gtk/gtk.h> | #include <gtk/gtk.h> | |||
#include "usbtree.h" | #include "usbtree.h" | |||
int main (int argc, char *argv[]) | int main (int argc, char *argv[]) | |||
{ | { | |||
End of changes. 1 change blocks. | ||||
16 lines changed or deleted | 5 lines changed or added |