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
This commit is contained in:
Nathan Umali 2020-11-25 03:31:16 -08:00 committed by GitHub
parent c9b187bd85
commit 33c147402b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());
}