From 33c147402bf851fbed0ba8975a85221bb348fea9 Mon Sep 17 00:00:00 2001 From: Nathan Umali Date: Wed, 25 Nov 2020 03:31:16 -0800 Subject: [PATCH] Update owner of the SoundFont registered trademark. (#706) As of the time of this PR, the SoundFont registered trademark is owned by Creative Technology Ltd. http://tmsearch.uspto.gov/bin/showfield?f=doc&state=4803:rj74xq.2.1 http://assignments.uspto.gov/assignments/q?db=tm&qt=sno&reel=&frame=&sno=74325965 --- src/fluidsynth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fluidsynth.c b/src/fluidsynth.c index ea5504f4..c1a3260e 100644 --- a/src/fluidsynth.c +++ b/src/fluidsynth.c @@ -1112,7 +1112,7 @@ print_welcome() printf("FluidSynth runtime version %s\n" "Copyright (C) 2000-2020 Peter Hanappe and others.\n" "Distributed under the LGPL license.\n" - "SoundFont(R) is a registered trademark of E-mu Systems, Inc.\n\n", + "SoundFont(R) is a registered trademark of Creative Technology Ltd.\n\n", fluid_version_str()); }