summaryrefslogtreecommitdiff
path: root/gusb/gusb-device.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-01-21 10:08:50 +0000
committerRichard Hughes <richard@hughsie.com>2020-01-21 10:33:11 +0000
commitdfaec95d34f6f066d191cc286192c8c09b4686a8 (patch)
treeeb69dadecf8ddbbfc8e81332c591310dff7028b6 /gusb/gusb-device.c
parenta6fefb360c82d926723c46e16a5a799fc9e36882 (diff)
downloadgusb-dfaec95d34f6f066d191cc286192c8c09b4686a8.tar.gz
trivial: Use SPDX-License-Identifier tags
Diffstat (limited to 'gusb/gusb-device.c')
-rw-r--r--gusb/gusb-device.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/gusb/gusb-device.c b/gusb/gusb-device.c
index 0490164..2e62e97 100644
--- a/gusb/gusb-device.c
+++ b/gusb/gusb-device.c
@@ -4,20 +4,7 @@
* Copyright (C) 2011 Hans de Goede <hdegoede@redhat.com>
* Copyright (C) 2011 Debarshi Ray <debarshir@src.gnome.org>
*
- * Licensed under the GNU Lesser General Public License Version 2.1
- *
- * 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.1 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, see <http://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1+
*/
/**