From c61b93dd7488b70adcf545e6c34d227ee82bc4eb Mon Sep 17 00:00:00 2001 From: derselbst Date: Sun, 20 May 2018 10:28:23 +0200 Subject: [PATCH] update copyright year --- src/fluidsynth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fluidsynth.c b/src/fluidsynth.c index 6242ae6d..33e6267d 100644 --- a/src/fluidsynth.c +++ b/src/fluidsynth.c @@ -804,7 +804,7 @@ void print_welcome() { printf("FluidSynth runtime version %s\n" - "Copyright (C) 2000-2017 Peter Hanappe and others.\n" + "Copyright (C) 2000-2018 Peter Hanappe and others.\n" "Distributed under the LGPL license.\n" "SoundFont(R) is a registered trademark of E-mu Systems, Inc.\n\n", fluid_version_str());