diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-18 17:26:32 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-19 19:08:15 +0100 |
commit | d74a9adf93a24d7a90dece58d80fc1f2e9cd7799 (patch) | |
tree | 59fef5bd94fc5a3c6ecfb9f742655456f8ec2a1f /hwdb/parse_hwdb.py | |
parent | Add SPDX license identifiers to man pages (diff) | |
download | systemd-d74a9adf93a24d7a90dece58d80fc1f2e9cd7799.tar.xz systemd-d74a9adf93a24d7a90dece58d80fc1f2e9cd7799.zip |
Add SPDX indentifier to hwdb/parse_hwdb.py
Diffstat (limited to 'hwdb/parse_hwdb.py')
-rwxr-xr-x | hwdb/parse_hwdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwdb/parse_hwdb.py b/hwdb/parse_hwdb.py index eb52dc917b..f4cc9c6974 100755 --- a/hwdb/parse_hwdb.py +++ b/hwdb/parse_hwdb.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ +# SPDX-License-Identifier: MIT # # This file is part of systemd. It is distrubuted under the MIT license, see # below. |