diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-09 05:25:50 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-09 05:25:50 +0100 |
commit | f13467ec23a98ad42c3a58edfe97ddc106f4ff7f (patch) | |
tree | f89f41d8c206b6b43b4be4d4ce31fe22f2fc2a61 /src/udev/ata_id | |
parent | license: LGPL-2.1+ -> LGPL-2.1-or-later (diff) | |
download | systemd-f13467ec23a98ad42c3a58edfe97ddc106f4ff7f.tar.xz systemd-f13467ec23a98ad42c3a58edfe97ddc106f4ff7f.zip |
license: GPL-2.0+ -> GPL-2.0-or-later
Diffstat (limited to 'src/udev/ata_id')
-rw-r--r-- | src/udev/ata_id/ata_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c index b5e14922a2..ce0bf5d24b 100644 --- a/src/udev/ata_id/ata_id.c +++ b/src/udev/ata_id/ata_id.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * ata_id - reads product/serial number from ATA drives * |