Browse Source

Update copyright year

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 4 years ago
parent
commit
c503ca081e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      LICENSE
  2. +1
    -1
      tests/Demo.cpp

+ 1
- 1
LICENSE View File

@@ -1,5 +1,5 @@
DISTRHO Plugin Framework (DPF) 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 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 or without fee is hereby granted, provided that the above copyright notice and this


+ 1
- 1
tests/Demo.cpp View File

@@ -394,7 +394,7 @@ int main(int argc, char* argv[])
createAndShowExampleWidgetStandaloneWindow<ExampleTextStandaloneWindow>(app); createAndShowExampleWidgetStandaloneWindow<ExampleTextStandaloneWindow>(app);
#endif #endif
else 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 else
{ {


Loading…
Cancel
Save