Browse Source

Fix shebang on python scripts

Signed-off-by: falkTX <falktx@gmail.com>
pull/131/head
falkTX 6 years ago
parent
commit
19b04b6557
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      utils/png2c.py
  2. +2
    -2
      utils/png2rgba.py

+ 1
- 1
utils/png2c.py View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-


# DISTRHO Plugin Framework (DPF) # DISTRHO Plugin Framework (DPF)


+ 2
- 2
utils/png2rgba.py View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-


# DISTRHO Plugin Framework (DPF) # DISTRHO Plugin Framework (DPF)
# Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com>
# Copyright (C) 2012-2019 Filipe Coelho <falktx@falktx.com>
# #
# Permission to use, copy, modify, and/or distribute this software for any purpose with # Permission to use, copy, modify, and/or distribute this software for any purpose with
# or without fee is hereby granted, provided that the above copyright notice and this # or without fee is hereby granted, provided that the above copyright notice and this


Loading…
Cancel
Save