From c503ca081e07c55b48001de9ef0a61e3006f12f7 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 21 May 2021 09:50:32 +0100 Subject: [PATCH] Update copyright year Signed-off-by: falkTX --- LICENSE | 2 +- tests/Demo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 6bd93e18..822c5576 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ DISTRHO Plugin Framework (DPF) -Copyright (C) 2012-2018 Filipe Coelho +Copyright (C) 2012-2021 Filipe Coelho 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 index f5998fef..751ce106 100644 --- a/tests/Demo.cpp +++ b/tests/Demo.cpp @@ -394,7 +394,7 @@ int main(int argc, char* argv[]) createAndShowExampleWidgetStandaloneWindow(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 {