Fix comment block on Python files
This commit is contained in:
parent
2b016227e9
commit
3219cad14c
8 changed files with 32 additions and 32 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
// Copyright 2022-2024 New Vector Ltd.
|
# Copyright 2022-2024 New Vector Ltd.
|
||||||
//
|
#
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
// Please see LICENSE in the repository root for full details.
|
# Please see LICENSE in the repository root for full details.
|
||||||
#
|
#
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
// Copyright 2022-2024 New Vector Ltd.
|
# Copyright 2022-2024 New Vector Ltd.
|
||||||
//
|
#
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
// Please see LICENSE in the repository root for full details.
|
# Please see LICENSE in the repository root for full details.
|
||||||
#
|
#
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
// Copyright 2020-2024 New Vector Ltd.
|
# Copyright 2020-2024 New Vector Ltd.
|
||||||
//
|
#
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
// Please see LICENSE in the repository root for full details.
|
# Please see LICENSE in the repository root for full details.
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
import json
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
// Copyright 2020-2024 New Vector Ltd.
|
# Copyright 2020-2024 New Vector Ltd.
|
||||||
//
|
#
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
// Please see LICENSE in the repository root for full details.
|
# Please see LICENSE in the repository root for full details.
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
import json
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
// Copyright 2024 New Vector Ltd.
|
# Copyright 2024 New Vector Ltd.
|
||||||
//
|
#
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
// Please see LICENSE in the repository root for full details.
|
# Please see LICENSE in the repository root for full details.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
// Copyright 2024 New Vector Ltd.
|
# Copyright 2024 New Vector Ltd.
|
||||||
//
|
#
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
// Please see LICENSE in the repository root for full details.
|
# Please see LICENSE in the repository root for full details.
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
// Copyright 2024 New Vector Ltd.
|
# Copyright 2024 New Vector Ltd.
|
||||||
//
|
#
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
// Please see LICENSE in the repository root for full details.
|
# Please see LICENSE in the repository root for full details.
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
// Copyright 2024 New Vector Ltd.
|
# Copyright 2024 New Vector Ltd.
|
||||||
//
|
#
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
// Please see LICENSE in the repository root for full details.
|
# Please see LICENSE in the repository root for full details.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue