From ad0901fa6a85df533550b55de0272e3e5a2ab60a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 15 Jun 2022 17:24:08 +0100 Subject: trivial: Use SPDX-License-Identifier in one more place --- gusb/gusb-umockdev-test.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/gusb/gusb-umockdev-test.c b/gusb/gusb-umockdev-test.c index 23ee491..c0f56e4 100644 --- a/gusb/gusb-umockdev-test.c +++ b/gusb/gusb-umockdev-test.c @@ -3,18 +3,7 @@ * * Copyright (C) 2022 Benjamin Berg * - * 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. - * - * 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; If not, see . + * SPDX-License-Identifier: LGPL-2.1+ */ #include -- cgit v1.2.1