Add missing license header on Python files.

This commit is contained in:
Benoit Marty 2024-09-06 17:25:05 +02:00
parent 526bebeddf
commit ea44bb55ba
5 changed files with 25 additions and 0 deletions

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
import os
import subprocess

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
import sys
from xml.dom import minidom

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
import re
import sys
from xml.dom import minidom

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
import json
import sys

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
import os
import subprocess