summaryrefslogtreecommitdiff
path: root/gudev/gudev.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-03-30 11:15:39 +0200
committerBastien Nocera <hadess@hadess.net>2021-03-30 11:15:39 +0200
commit3a77ac1993492296bcfdc8ee17626e5d1c7f9761 (patch)
treeabbdad5354e67402f26fbd6eace1627a4fd858ed /gudev/gudev.h
parente3834de6cca55d7294bc3932af1ea9f85f5f116b (diff)
downloadlibgudev-3a77ac1993492296bcfdc8ee17626e5d1c7f9761.tar.gz
all: Use SPDX headers
Diffstat (limited to 'gudev/gudev.h')
-rw-r--r--gudev/gudev.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/gudev/gudev.h b/gudev/gudev.h
index 2606101..cb43cde 100644
--- a/gudev/gudev.h
+++ b/gudev/gudev.h
@@ -1,19 +1,7 @@
/* -*- Mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
*
- * Copyright (C) 2008 David Zeuthen <davidz@redhat.com>
- *
- * 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 program; If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2008 David Zeuthen <davidz@redhat.com>
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef __G_UDEV_H__