DPF

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

commit c503ca081e07c55b48001de9ef0a61e3006f12f7
parent 0762a73bffee1e8df7f5095ee770d3eb3c764c0f
Author: falkTX <falktx@falktx.com>
Date:   Fri, 21 May 2021 09:50:05 +0100

Update copyright year

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

Diffstat:
MLICENSE | 2+-
Mtests/Demo.cpp | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,5 +1,5 @@ DISTRHO Plugin Framework (DPF) -Copyright (C) 2012-2018 Filipe Coelho <falktx@falktx.com> +Copyright (C) 2012-2021 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 diff --git a/tests/Demo.cpp b/tests/Demo.cpp @@ -394,7 +394,7 @@ int main(int argc, char* argv[]) createAndShowExampleWidgetStandaloneWindow<ExampleTextStandaloneWindow>(app); #endif else - d_stderr2("Invalid demo mode, must be one of: color, rectangles, shapes"); + d_stderr2("Invalid demo mode, must be one of: color, images, rectangles or shapes"); } else {