DPF

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

commit 9f47e4f9f3539e536a3e611a81ba5a13e9a9ca80
parent e32be495c12dc641f93f16610347611eea0e75c1
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