From 526bebeddf31b9dacd8a60e30c5a7b6a012ad03f Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 6 Sep 2024 17:21:51 +0200 Subject: [PATCH] Fix comment block on Python files --- tools/github/download_all_github_artifacts.py | 8 ++++---- tools/github/download_github_artifacts.py | 8 ++++---- tools/sas/import_sas_emojis.py | 8 ++++---- tools/sas/import_sas_strings.py | 8 ++++---- tools/test/checkInvalidScreenshots.py | 8 ++++---- tools/test/generateAllScreenshots.py | 8 ++++---- tools/test/generateWorldScreenshots.py | 8 ++++---- tools/test/util.py | 8 ++++---- 8 files changed, 32 insertions(+), 32 deletions(-) diff --git a/tools/github/download_all_github_artifacts.py b/tools/github/download_all_github_artifacts.py index fd3cb3c10b..906f122990 100755 --- a/tools/github/download_all_github_artifacts.py +++ b/tools/github/download_all_github_artifacts.py @@ -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 diff --git a/tools/github/download_github_artifacts.py b/tools/github/download_github_artifacts.py index 0474ca1564..a92e0b6d65 100755 --- a/tools/github/download_github_artifacts.py +++ b/tools/github/download_github_artifacts.py @@ -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 diff --git a/tools/sas/import_sas_emojis.py b/tools/sas/import_sas_emojis.py index c172ce050a..3a1e84a458 100755 --- a/tools/sas/import_sas_emojis.py +++ b/tools/sas/import_sas_emojis.py @@ -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 diff --git a/tools/sas/import_sas_strings.py b/tools/sas/import_sas_strings.py index 66aef463d1..995cab0628 100755 --- a/tools/sas/import_sas_strings.py +++ b/tools/sas/import_sas_strings.py @@ -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 diff --git a/tools/test/checkInvalidScreenshots.py b/tools/test/checkInvalidScreenshots.py index 83cbcfb727..6f6764d7ce 100755 --- a/tools/test/checkInvalidScreenshots.py +++ b/tools/test/checkInvalidScreenshots.py @@ -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 diff --git a/tools/test/generateAllScreenshots.py b/tools/test/generateAllScreenshots.py index 181e2989a2..3c3850140a 100755 --- a/tools/test/generateAllScreenshots.py +++ b/tools/test/generateAllScreenshots.py @@ -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 diff --git a/tools/test/generateWorldScreenshots.py b/tools/test/generateWorldScreenshots.py index e56b66e78e..56ba46c960 100755 --- a/tools/test/generateWorldScreenshots.py +++ b/tools/test/generateWorldScreenshots.py @@ -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 diff --git a/tools/test/util.py b/tools/test/util.py index 5d10223b70..8c6ebec337 100644 --- a/tools/test/util.py +++ b/tools/test/util.py @@ -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