Browse Source

Add missing license header on Python files.

pull/3422/head
Benoit Marty 2 weeks ago
parent
commit
ea44bb55ba
  1. 5
      tools/dependencies/checkDependencies.py
  2. 5
      tools/localazy/checkForbiddenTerms.py
  3. 5
      tools/localazy/formatXmlResourcesFile.py
  4. 5
      tools/localazy/generateLocalazyConfig.py
  5. 5
      tools/localazy/importSupportedLocalesFromLocalazy.py

5
tools/dependencies/checkDependencies.py

@ -1,5 +1,10 @@ @@ -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

5
tools/localazy/checkForbiddenTerms.py

@ -1,5 +1,10 @@ @@ -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

5
tools/localazy/formatXmlResourcesFile.py

@ -1,5 +1,10 @@ @@ -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

5
tools/localazy/generateLocalazyConfig.py

@ -1,5 +1,10 @@ @@ -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

5
tools/localazy/importSupportedLocalesFromLocalazy.py

@ -1,5 +1,10 @@ @@ -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

Loading…
Cancel
Save