mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
licensing: add two missing spdx headers
Both files were developed in our tree, so they are under the default license.
This commit is contained in:
parent
7b84e701a8
commit
703c70ccd4
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
from html.parser import HTMLParser
|
||||
from enum import Enum
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
Loading…
x
Reference in New Issue
Block a user