From d74a9adf93a24d7a90dece58d80fc1f2e9cd7799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 18 Nov 2017 17:26:32 +0100 Subject: [PATCH] Add SPDX indentifier to hwdb/parse_hwdb.py --- hwdb/parse_hwdb.py | 1 + 1 file changed, 1 insertion(+) 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.