summaryrefslogtreecommitdiff
path: root/src/login/logind-device.h
diff options
context:
space:
mode:
authorMark Hindley <mark@hindley.org.uk>2018-10-29 15:58:23 +0000
committerMark Hindley <mark@hindley.org.uk>2018-10-30 16:35:33 +0000
commita40b5201585a0fa96d1bcdfc4584b5d1ff7e2583 (patch)
tree605dc2f4ccaf782d2e928d72bbdeb6330abf521d /src/login/logind-device.h
parent48ae8adcd5d880d056a6ec6f68a31d38db24e55d (diff)
parent1f0d51f2fc42fcaa55d7fcd536dc722d69344454 (diff)
Merge remote-tracking branch 'origin/upstream/latest' into merge_v239
Diffstat (limited to 'src/login/logind-device.h')
-rw-r--r--src/login/logind-device.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/login/logind-device.h b/src/login/logind-device.h
index 927068e00..cc6e52367 100644
--- a/src/login/logind-device.h
+++ b/src/login/logind-device.h
@@ -1,24 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- This file is part of systemd.
-
- Copyright 2011 Lennart Poettering
-
- systemd 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.
-
- systemd 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 systemd; If not, see <http://www.gnu.org/licenses/>.
-***/
-
typedef struct Device Device;
#include "list.h"