diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-18 17:09:20 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-19 19:08:15 +0100 |
commit | 53e1b683907c2f12330f00feb9630150196f064d (patch) | |
tree | fb2ae4b112f1ff0988e198c3815bf89059d68614 /src/shared/dissect-image.h | |
parent | Merge pull request #7388 from keszybz/doc-tweak (diff) | |
download | systemd-53e1b683907c2f12330f00feb9630150196f064d.tar.gz systemd-53e1b683907c2f12330f00feb9630150196f064d.tar.bz2 systemd-53e1b683907c2f12330f00feb9630150196f064d.zip |
Add SPDX license identifiers to source files under the LGPL
This follows what the kernel is doing, c.f.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5fd54ace4721fc5ce2bb5aef6318fcf17f421460.
Diffstat (limited to 'src/shared/dissect-image.h')
-rw-r--r-- | src/shared/dissect-image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/dissect-image.h b/src/shared/dissect-image.h index cdb083be6..20afbb5bf 100644 --- a/src/shared/dissect-image.h +++ b/src/shared/dissect-image.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once /*** |