Skip to content

Commit f91c8b6

Browse files
committed
Fix python header
1 parent 28b6af3 commit f91c8b6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bin/release

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/python
22

3-
/**
4-
* This file is part of Galette Stripe plugin (https://galette-community.github.io/plugin-stripe).
5-
* SPDX-FileCopyrightText: Copyright © 2021-2026 The Galette Team
6-
* SPDX-License-Identifier: GPL-3.0-or-later
7-
*/
3+
#
4+
# This file is part of Galette Stripe plugin (https://galette-community.github.io/plugin-stripe).
5+
# SPDX-FileCopyrightText: Copyright © 2021-2026 The Galette Team
6+
# SPDX-License-Identifier: GPL-3.0-or-later
7+
#
88

99
import os, sys, argparse, re, git, http.client, subprocess, glob
1010
import urlgrabber.progress, tarfile, shutil, gitdb, time, fnmatch

0 commit comments

Comments
 (0)