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 {