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:
Zbigniew Jędrzejewski-Szmek 2021-10-17 09:46:19 +02:00
parent 7b84e701a8
commit 703c70ccd4
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: LGPL-2.1-or-later
import re
import sys