Browse Source

Fix comment block on Python files

pull/3422/head
Benoit Marty 2 weeks ago
parent
commit
526bebeddf
  1. 8
      tools/github/download_all_github_artifacts.py
  2. 8
      tools/github/download_github_artifacts.py
  3. 8
      tools/sas/import_sas_emojis.py
  4. 8
      tools/sas/import_sas_strings.py
  5. 8
      tools/test/checkInvalidScreenshots.py
  6. 8
      tools/test/generateAllScreenshots.py
  7. 8
      tools/test/generateWorldScreenshots.py
  8. 8
      tools/test/util.py

8
tools/github/download_all_github_artifacts.py

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

8
tools/github/download_github_artifacts.py

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

8
tools/sas/import_sas_emojis.py

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

8
tools/sas/import_sas_strings.py

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

8
tools/test/checkInvalidScreenshots.py

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
#!/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.
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
import os

8
tools/test/generateAllScreenshots.py

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
#!/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.
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
#
import os

8
tools/test/generateWorldScreenshots.py

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
#!/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.
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
#
import os

8
tools/test/util.py

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
#!/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.
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
import os

Loading…
Cancel
Save