DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 19b04b65576ac8f2a50f0487c6bc981d144db9f2
parent 28a4bfa26159aafcfbb1e1750b19caa561c34746
Author: falkTX <falktx@gmail.com>
Date:   Tue, 12 Feb 2019 10:58:58 +0100

Fix shebang on python scripts

Signed-off-by: falkTX <falktx@gmail.com>

Diffstat:
Mutils/png2c.py | 2+-
Mutils/png2rgba.py | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/png2c.py b/utils/png2c.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # DISTRHO Plugin Framework (DPF) diff --git a/utils/png2rgba.py b/utils/png2rgba.py @@ -1,8 +1,8 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # 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 # or without fee is hereby granted, provided that the above copyright notice and this