From 9133aa53f5eb597f6a8830985bf0d4b1878207e2 Mon Sep 17 00:00:00 2001 From: derselbst Date: Wed, 12 Jul 2017 17:54:54 +0200 Subject: [PATCH] license upgrade missed occurrences --- fluidsynth/CMakeLists.txt | 2 +- fluidsynth/bindings/fluidmax/fluidsynth/version.h | 2 +- fluidsynth/doc/CMakeLists.txt | 2 +- fluidsynth/include/CMakeLists.txt | 2 +- fluidsynth/include/fluidsynth.h | 2 +- fluidsynth/include/fluidsynth/CMakeLists.txt | 2 +- fluidsynth/include/fluidsynth/audio.h | 2 +- fluidsynth/include/fluidsynth/event.h | 2 +- fluidsynth/include/fluidsynth/gen.h | 2 +- fluidsynth/include/fluidsynth/log.h | 2 +- fluidsynth/include/fluidsynth/midi.h | 2 +- fluidsynth/include/fluidsynth/misc.h | 2 +- fluidsynth/include/fluidsynth/mod.h | 2 +- fluidsynth/include/fluidsynth/ramsfont.h | 2 +- fluidsynth/include/fluidsynth/seq.h | 2 +- fluidsynth/include/fluidsynth/seqbind.h | 2 +- fluidsynth/include/fluidsynth/settings.h | 2 +- fluidsynth/include/fluidsynth/sfont.h | 2 +- fluidsynth/include/fluidsynth/shell.h | 2 +- fluidsynth/include/fluidsynth/synth.h | 2 +- fluidsynth/include/fluidsynth/types.h | 2 +- fluidsynth/include/fluidsynth/version.h.in | 2 +- fluidsynth/include/fluidsynth/voice.h | 2 +- fluidsynth/src/CMakeLists.txt | 2 +- fluidsynth/src/bindings/fluid_cmd.c | 2 +- fluidsynth/src/bindings/fluid_cmd.h | 2 +- fluidsynth/src/bindings/fluid_filerenderer.c | 2 +- fluidsynth/src/bindings/fluid_ladspa.c | 2 +- fluidsynth/src/bindings/fluid_ladspa.h | 2 +- fluidsynth/src/bindings/fluid_lash.c | 2 +- fluidsynth/src/bindings/fluid_lash.h | 2 +- fluidsynth/src/drivers/fluid_adriver.c | 2 +- fluidsynth/src/drivers/fluid_adriver.h | 2 +- fluidsynth/src/drivers/fluid_alsa.c | 2 +- fluidsynth/src/drivers/fluid_aufile.c | 2 +- fluidsynth/src/drivers/fluid_coreaudio.c | 2 +- fluidsynth/src/drivers/fluid_coremidi.c | 2 +- fluidsynth/src/drivers/fluid_dart.c | 2 +- fluidsynth/src/drivers/fluid_dsound.c | 2 +- fluidsynth/src/drivers/fluid_jack.c | 2 +- fluidsynth/src/drivers/fluid_mdriver.c | 2 +- fluidsynth/src/drivers/fluid_mdriver.h | 2 +- fluidsynth/src/drivers/fluid_midishare.c | 2 +- fluidsynth/src/drivers/fluid_oss.c | 2 +- fluidsynth/src/drivers/fluid_portaudio.c | 2 +- fluidsynth/src/drivers/fluid_pulse.c | 2 +- fluidsynth/src/drivers/fluid_sndmgr.c | 2 +- fluidsynth/src/drivers/fluid_winmidi.c | 2 +- fluidsynth/src/fluid_dll.c | 2 +- fluidsynth/src/fluidsynth.c | 2 +- fluidsynth/src/midi/fluid_midi.c | 2 +- fluidsynth/src/midi/fluid_midi.h | 2 +- fluidsynth/src/midi/fluid_midi_router.c | 2 +- fluidsynth/src/midi/fluid_midi_router.h | 2 +- fluidsynth/src/midi/fluid_seq.c | 2 +- fluidsynth/src/midi/fluid_seqbind.c | 2 +- fluidsynth/src/rvoice/fluid_adsr_env.c | 2 +- fluidsynth/src/rvoice/fluid_adsr_env.h | 2 +- fluidsynth/src/rvoice/fluid_chorus.c | 2 +- fluidsynth/src/rvoice/fluid_chorus.h | 2 +- fluidsynth/src/rvoice/fluid_iir_filter.c | 2 +- fluidsynth/src/rvoice/fluid_iir_filter.h | 2 +- fluidsynth/src/rvoice/fluid_lfo.h | 2 +- fluidsynth/src/rvoice/fluid_phase.h | 2 +- fluidsynth/src/rvoice/fluid_rev.h | 2 +- fluidsynth/src/rvoice/fluid_rvoice.c | 2 +- fluidsynth/src/rvoice/fluid_rvoice.h | 2 +- fluidsynth/src/rvoice/fluid_rvoice_dsp.c | 2 +- fluidsynth/src/rvoice/fluid_rvoice_event.c | 2 +- fluidsynth/src/rvoice/fluid_rvoice_event.h | 2 +- fluidsynth/src/rvoice/fluid_rvoice_mixer.c | 2 +- fluidsynth/src/rvoice/fluid_rvoice_mixer.h | 2 +- fluidsynth/src/sfloader/fluid_defsfont.c | 2 +- fluidsynth/src/sfloader/fluid_defsfont.h | 6 +++--- fluidsynth/src/sfloader/fluid_ramsfont.c | 2 +- fluidsynth/src/sfloader/fluid_ramsfont.h | 2 +- fluidsynth/src/sfloader/fluid_sfont.h | 2 +- fluidsynth/src/synth/fluid_chan.c | 2 +- fluidsynth/src/synth/fluid_chan.h | 2 +- fluidsynth/src/synth/fluid_event.c | 2 +- fluidsynth/src/synth/fluid_event_priv.h | 2 +- fluidsynth/src/synth/fluid_event_queue.h | 2 +- fluidsynth/src/synth/fluid_gen.c | 2 +- fluidsynth/src/synth/fluid_gen.h | 2 +- fluidsynth/src/synth/fluid_mod.c | 2 +- fluidsynth/src/synth/fluid_mod.h | 2 +- fluidsynth/src/synth/fluid_synth.c | 2 +- fluidsynth/src/synth/fluid_synth.h | 2 +- fluidsynth/src/synth/fluid_tuning.c | 2 +- fluidsynth/src/synth/fluid_tuning.h | 2 +- fluidsynth/src/synth/fluid_voice.c | 2 +- fluidsynth/src/synth/fluid_voice.h | 2 +- fluidsynth/src/unused/fluid_dsp_float.c | 2 +- fluidsynth/src/unused/fluid_dsp_simple.c | 2 +- fluidsynth/src/unused/fluid_event_queue.c | 2 +- fluidsynth/src/unused/fluid_rvoice_handler.c | 2 +- fluidsynth/src/unused/fluid_rvoice_handler.h | 2 +- fluidsynth/src/utils/fluid_conv.c | 2 +- fluidsynth/src/utils/fluid_conv.h | 2 +- fluidsynth/src/utils/fluid_list.c | 4 ++-- fluidsynth/src/utils/fluid_list.h | 4 ++-- fluidsynth/src/utils/fluid_ringbuffer.c | 2 +- fluidsynth/src/utils/fluid_ringbuffer.h | 2 +- fluidsynth/src/utils/fluid_settings.c | 2 +- fluidsynth/src/utils/fluid_settings.h | 2 +- fluidsynth/src/utils/fluid_sys.c | 2 +- fluidsynth/src/utils/fluid_sys.h | 2 +- fluidsynth/src/utils/fluidsynth_priv.h | 2 +- 108 files changed, 112 insertions(+), 112 deletions(-) diff --git a/fluidsynth/CMakeLists.txt b/fluidsynth/CMakeLists.txt index 1ba3c80c..e14d0879 100644 --- a/fluidsynth/CMakeLists.txt +++ b/fluidsynth/CMakeLists.txt @@ -12,7 +12,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307, USA diff --git a/fluidsynth/bindings/fluidmax/fluidsynth/version.h b/fluidsynth/bindings/fluidmax/fluidsynth/version.h index a963d3e4..ec195a95 100644 --- a/fluidsynth/bindings/fluidmax/fluidsynth/version.h +++ b/fluidsynth/bindings/fluidmax/fluidsynth/version.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/doc/CMakeLists.txt b/fluidsynth/doc/CMakeLists.txt index c8e3d06a..799d9574 100644 --- a/fluidsynth/doc/CMakeLists.txt +++ b/fluidsynth/doc/CMakeLists.txt @@ -12,7 +12,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307, USA diff --git a/fluidsynth/include/CMakeLists.txt b/fluidsynth/include/CMakeLists.txt index e246add4..e64c853a 100644 --- a/fluidsynth/include/CMakeLists.txt +++ b/fluidsynth/include/CMakeLists.txt @@ -12,7 +12,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307, USA diff --git a/fluidsynth/include/fluidsynth.h b/fluidsynth/include/fluidsynth.h index 1933e7f5..3713e4b3 100644 --- a/fluidsynth/include/fluidsynth.h +++ b/fluidsynth/include/fluidsynth.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/CMakeLists.txt b/fluidsynth/include/fluidsynth/CMakeLists.txt index b906b755..a09a5f96 100644 --- a/fluidsynth/include/fluidsynth/CMakeLists.txt +++ b/fluidsynth/include/fluidsynth/CMakeLists.txt @@ -12,7 +12,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307, USA diff --git a/fluidsynth/include/fluidsynth/audio.h b/fluidsynth/include/fluidsynth/audio.h index 651eef67..e666e748 100644 --- a/fluidsynth/include/fluidsynth/audio.h +++ b/fluidsynth/include/fluidsynth/audio.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/event.h b/fluidsynth/include/fluidsynth/event.h index 9f33ee95..41fdfbb4 100644 --- a/fluidsynth/include/fluidsynth/event.h +++ b/fluidsynth/include/fluidsynth/event.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/gen.h b/fluidsynth/include/fluidsynth/gen.h index cdf90c9b..70afac59 100644 --- a/fluidsynth/include/fluidsynth/gen.h +++ b/fluidsynth/include/fluidsynth/gen.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/log.h b/fluidsynth/include/fluidsynth/log.h index 40e3a2d4..8ebe48d2 100644 --- a/fluidsynth/include/fluidsynth/log.h +++ b/fluidsynth/include/fluidsynth/log.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/midi.h b/fluidsynth/include/fluidsynth/midi.h index c79d8658..90e50927 100644 --- a/fluidsynth/include/fluidsynth/midi.h +++ b/fluidsynth/include/fluidsynth/midi.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/misc.h b/fluidsynth/include/fluidsynth/misc.h index 4d422480..0527801a 100644 --- a/fluidsynth/include/fluidsynth/misc.h +++ b/fluidsynth/include/fluidsynth/misc.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/mod.h b/fluidsynth/include/fluidsynth/mod.h index 4339d531..01857dc7 100644 --- a/fluidsynth/include/fluidsynth/mod.h +++ b/fluidsynth/include/fluidsynth/mod.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/ramsfont.h b/fluidsynth/include/fluidsynth/ramsfont.h index 9b035f04..c4cf9458 100644 --- a/fluidsynth/include/fluidsynth/ramsfont.h +++ b/fluidsynth/include/fluidsynth/ramsfont.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/seq.h b/fluidsynth/include/fluidsynth/seq.h index 42ce74f0..0187b66d 100644 --- a/fluidsynth/include/fluidsynth/seq.h +++ b/fluidsynth/include/fluidsynth/seq.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/seqbind.h b/fluidsynth/include/fluidsynth/seqbind.h index 1841aa8e..fc46f08e 100644 --- a/fluidsynth/include/fluidsynth/seqbind.h +++ b/fluidsynth/include/fluidsynth/seqbind.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/settings.h b/fluidsynth/include/fluidsynth/settings.h index 096abbb6..613ad770 100644 --- a/fluidsynth/include/fluidsynth/settings.h +++ b/fluidsynth/include/fluidsynth/settings.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/sfont.h b/fluidsynth/include/fluidsynth/sfont.h index 8605904b..ac7904c3 100644 --- a/fluidsynth/include/fluidsynth/sfont.h +++ b/fluidsynth/include/fluidsynth/sfont.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/shell.h b/fluidsynth/include/fluidsynth/shell.h index 618e371d..ba0ebf4c 100644 --- a/fluidsynth/include/fluidsynth/shell.h +++ b/fluidsynth/include/fluidsynth/shell.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/synth.h b/fluidsynth/include/fluidsynth/synth.h index b4422219..d54f0d5c 100644 --- a/fluidsynth/include/fluidsynth/synth.h +++ b/fluidsynth/include/fluidsynth/synth.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/types.h b/fluidsynth/include/fluidsynth/types.h index 1d968b42..a019bbde 100644 --- a/fluidsynth/include/fluidsynth/types.h +++ b/fluidsynth/include/fluidsynth/types.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/version.h.in b/fluidsynth/include/fluidsynth/version.h.in index 2c689939..716678ce 100644 --- a/fluidsynth/include/fluidsynth/version.h.in +++ b/fluidsynth/include/fluidsynth/version.h.in @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/include/fluidsynth/voice.h b/fluidsynth/include/fluidsynth/voice.h index 9e5842cf..36e0b80b 100644 --- a/fluidsynth/include/fluidsynth/voice.h +++ b/fluidsynth/include/fluidsynth/voice.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/CMakeLists.txt b/fluidsynth/src/CMakeLists.txt index ed08b1f1..fa113c41 100644 --- a/fluidsynth/src/CMakeLists.txt +++ b/fluidsynth/src/CMakeLists.txt @@ -12,7 +12,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307, USA diff --git a/fluidsynth/src/bindings/fluid_cmd.c b/fluidsynth/src/bindings/fluid_cmd.c index 7f0976b8..58dc5040 100644 --- a/fluidsynth/src/bindings/fluid_cmd.c +++ b/fluidsynth/src/bindings/fluid_cmd.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/bindings/fluid_cmd.h b/fluidsynth/src/bindings/fluid_cmd.h index 429d3d27..b81bc425 100644 --- a/fluidsynth/src/bindings/fluid_cmd.h +++ b/fluidsynth/src/bindings/fluid_cmd.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/bindings/fluid_filerenderer.c b/fluidsynth/src/bindings/fluid_filerenderer.c index 9af6b30f..bbe903b2 100644 --- a/fluidsynth/src/bindings/fluid_filerenderer.c +++ b/fluidsynth/src/bindings/fluid_filerenderer.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/bindings/fluid_ladspa.c b/fluidsynth/src/bindings/fluid_ladspa.c index 0be62cc6..6c92cf00 100644 --- a/fluidsynth/src/bindings/fluid_ladspa.c +++ b/fluidsynth/src/bindings/fluid_ladspa.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/bindings/fluid_ladspa.h b/fluidsynth/src/bindings/fluid_ladspa.h index dab33add..eb07ffe6 100644 --- a/fluidsynth/src/bindings/fluid_ladspa.h +++ b/fluidsynth/src/bindings/fluid_ladspa.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/bindings/fluid_lash.c b/fluidsynth/src/bindings/fluid_lash.c index 983df318..164a1951 100644 --- a/fluidsynth/src/bindings/fluid_lash.c +++ b/fluidsynth/src/bindings/fluid_lash.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/bindings/fluid_lash.h b/fluidsynth/src/bindings/fluid_lash.h index b3e9c961..9b948efb 100644 --- a/fluidsynth/src/bindings/fluid_lash.h +++ b/fluidsynth/src/bindings/fluid_lash.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_adriver.c b/fluidsynth/src/drivers/fluid_adriver.c index 6a8f4b8b..c41e354e 100644 --- a/fluidsynth/src/drivers/fluid_adriver.c +++ b/fluidsynth/src/drivers/fluid_adriver.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_adriver.h b/fluidsynth/src/drivers/fluid_adriver.h index ba69b4f5..58b60adc 100644 --- a/fluidsynth/src/drivers/fluid_adriver.h +++ b/fluidsynth/src/drivers/fluid_adriver.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_alsa.c b/fluidsynth/src/drivers/fluid_alsa.c index 227df720..9869426e 100644 --- a/fluidsynth/src/drivers/fluid_alsa.c +++ b/fluidsynth/src/drivers/fluid_alsa.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_aufile.c b/fluidsynth/src/drivers/fluid_aufile.c index c44e38ed..3194e6e7 100644 --- a/fluidsynth/src/drivers/fluid_aufile.c +++ b/fluidsynth/src/drivers/fluid_aufile.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_coreaudio.c b/fluidsynth/src/drivers/fluid_coreaudio.c index 5cca012e..8d6f112c 100644 --- a/fluidsynth/src/drivers/fluid_coreaudio.c +++ b/fluidsynth/src/drivers/fluid_coreaudio.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_coremidi.c b/fluidsynth/src/drivers/fluid_coremidi.c index 4bd76b13..f85eb80d 100644 --- a/fluidsynth/src/drivers/fluid_coremidi.c +++ b/fluidsynth/src/drivers/fluid_coremidi.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_dart.c b/fluidsynth/src/drivers/fluid_dart.c index f907b68a..6dfe7ae9 100644 --- a/fluidsynth/src/drivers/fluid_dart.c +++ b/fluidsynth/src/drivers/fluid_dart.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_dsound.c b/fluidsynth/src/drivers/fluid_dsound.c index 622f5ef9..7a39258e 100644 --- a/fluidsynth/src/drivers/fluid_dsound.c +++ b/fluidsynth/src/drivers/fluid_dsound.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_jack.c b/fluidsynth/src/drivers/fluid_jack.c index 9ac4ae89..df14c4d6 100644 --- a/fluidsynth/src/drivers/fluid_jack.c +++ b/fluidsynth/src/drivers/fluid_jack.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_mdriver.c b/fluidsynth/src/drivers/fluid_mdriver.c index 335b617c..54049205 100644 --- a/fluidsynth/src/drivers/fluid_mdriver.c +++ b/fluidsynth/src/drivers/fluid_mdriver.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_mdriver.h b/fluidsynth/src/drivers/fluid_mdriver.h index d110eeeb..335dcfb6 100644 --- a/fluidsynth/src/drivers/fluid_mdriver.h +++ b/fluidsynth/src/drivers/fluid_mdriver.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_midishare.c b/fluidsynth/src/drivers/fluid_midishare.c index 8d63b6bb..81cb7b1e 100644 --- a/fluidsynth/src/drivers/fluid_midishare.c +++ b/fluidsynth/src/drivers/fluid_midishare.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_oss.c b/fluidsynth/src/drivers/fluid_oss.c index eec97455..f72f14e9 100644 --- a/fluidsynth/src/drivers/fluid_oss.c +++ b/fluidsynth/src/drivers/fluid_oss.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_portaudio.c b/fluidsynth/src/drivers/fluid_portaudio.c index 919b556c..0f283633 100644 --- a/fluidsynth/src/drivers/fluid_portaudio.c +++ b/fluidsynth/src/drivers/fluid_portaudio.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_pulse.c b/fluidsynth/src/drivers/fluid_pulse.c index a80e6031..ba207bba 100644 --- a/fluidsynth/src/drivers/fluid_pulse.c +++ b/fluidsynth/src/drivers/fluid_pulse.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_sndmgr.c b/fluidsynth/src/drivers/fluid_sndmgr.c index 0796255a..816942d7 100644 --- a/fluidsynth/src/drivers/fluid_sndmgr.c +++ b/fluidsynth/src/drivers/fluid_sndmgr.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/drivers/fluid_winmidi.c b/fluidsynth/src/drivers/fluid_winmidi.c index 92061e5b..155cba8f 100644 --- a/fluidsynth/src/drivers/fluid_winmidi.c +++ b/fluidsynth/src/drivers/fluid_winmidi.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/fluid_dll.c b/fluidsynth/src/fluid_dll.c index 8b1b69c1..89ec205d 100644 --- a/fluidsynth/src/fluid_dll.c +++ b/fluidsynth/src/fluid_dll.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/fluidsynth.c b/fluidsynth/src/fluidsynth.c index 6b52307a..27998216 100644 --- a/fluidsynth/src/fluidsynth.c +++ b/fluidsynth/src/fluidsynth.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/midi/fluid_midi.c b/fluidsynth/src/midi/fluid_midi.c index 0bb111ab..d663c498 100644 --- a/fluidsynth/src/midi/fluid_midi.c +++ b/fluidsynth/src/midi/fluid_midi.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/midi/fluid_midi.h b/fluidsynth/src/midi/fluid_midi.h index 89827afb..fc26c9b3 100644 --- a/fluidsynth/src/midi/fluid_midi.h +++ b/fluidsynth/src/midi/fluid_midi.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/midi/fluid_midi_router.c b/fluidsynth/src/midi/fluid_midi_router.c index 0196f675..195b4fce 100644 --- a/fluidsynth/src/midi/fluid_midi_router.c +++ b/fluidsynth/src/midi/fluid_midi_router.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/midi/fluid_midi_router.h b/fluidsynth/src/midi/fluid_midi_router.h index 2a06adc8..3f850c4f 100644 --- a/fluidsynth/src/midi/fluid_midi_router.h +++ b/fluidsynth/src/midi/fluid_midi_router.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/midi/fluid_seq.c b/fluidsynth/src/midi/fluid_seq.c index d8b07734..739b7a70 100644 --- a/fluidsynth/src/midi/fluid_seq.c +++ b/fluidsynth/src/midi/fluid_seq.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/midi/fluid_seqbind.c b/fluidsynth/src/midi/fluid_seqbind.c index d8580b97..4cead706 100644 --- a/fluidsynth/src/midi/fluid_seqbind.c +++ b/fluidsynth/src/midi/fluid_seqbind.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_adsr_env.c b/fluidsynth/src/rvoice/fluid_adsr_env.c index c9266da3..5362405f 100644 --- a/fluidsynth/src/rvoice/fluid_adsr_env.c +++ b/fluidsynth/src/rvoice/fluid_adsr_env.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_adsr_env.h b/fluidsynth/src/rvoice/fluid_adsr_env.h index d8f6b684..23e503b0 100644 --- a/fluidsynth/src/rvoice/fluid_adsr_env.h +++ b/fluidsynth/src/rvoice/fluid_adsr_env.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_chorus.c b/fluidsynth/src/rvoice/fluid_chorus.c index 078dee9f..96f50cbb 100644 --- a/fluidsynth/src/rvoice/fluid_chorus.c +++ b/fluidsynth/src/rvoice/fluid_chorus.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_chorus.h b/fluidsynth/src/rvoice/fluid_chorus.h index f459a7d6..1a211c57 100644 --- a/fluidsynth/src/rvoice/fluid_chorus.h +++ b/fluidsynth/src/rvoice/fluid_chorus.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_iir_filter.c b/fluidsynth/src/rvoice/fluid_iir_filter.c index e299f311..8a3703c6 100644 --- a/fluidsynth/src/rvoice/fluid_iir_filter.c +++ b/fluidsynth/src/rvoice/fluid_iir_filter.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_iir_filter.h b/fluidsynth/src/rvoice/fluid_iir_filter.h index 5737971c..f8a122ff 100644 --- a/fluidsynth/src/rvoice/fluid_iir_filter.h +++ b/fluidsynth/src/rvoice/fluid_iir_filter.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_lfo.h b/fluidsynth/src/rvoice/fluid_lfo.h index 0befa04e..2d5d32bb 100644 --- a/fluidsynth/src/rvoice/fluid_lfo.h +++ b/fluidsynth/src/rvoice/fluid_lfo.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_phase.h b/fluidsynth/src/rvoice/fluid_phase.h index 26d8d463..ac228964 100644 --- a/fluidsynth/src/rvoice/fluid_phase.h +++ b/fluidsynth/src/rvoice/fluid_phase.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_rev.h b/fluidsynth/src/rvoice/fluid_rev.h index 09aa2d69..54945a1a 100644 --- a/fluidsynth/src/rvoice/fluid_rev.h +++ b/fluidsynth/src/rvoice/fluid_rev.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_rvoice.c b/fluidsynth/src/rvoice/fluid_rvoice.c index d6daa98d..a862f50b 100644 --- a/fluidsynth/src/rvoice/fluid_rvoice.c +++ b/fluidsynth/src/rvoice/fluid_rvoice.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_rvoice.h b/fluidsynth/src/rvoice/fluid_rvoice.h index f591abde..66c6bf20 100644 --- a/fluidsynth/src/rvoice/fluid_rvoice.h +++ b/fluidsynth/src/rvoice/fluid_rvoice.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_rvoice_dsp.c b/fluidsynth/src/rvoice/fluid_rvoice_dsp.c index 285e2d38..7931c812 100644 --- a/fluidsynth/src/rvoice/fluid_rvoice_dsp.c +++ b/fluidsynth/src/rvoice/fluid_rvoice_dsp.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_rvoice_event.c b/fluidsynth/src/rvoice/fluid_rvoice_event.c index 96ca8d62..a62152fa 100644 --- a/fluidsynth/src/rvoice/fluid_rvoice_event.c +++ b/fluidsynth/src/rvoice/fluid_rvoice_event.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_rvoice_event.h b/fluidsynth/src/rvoice/fluid_rvoice_event.h index 1515ba9c..1432c0c0 100644 --- a/fluidsynth/src/rvoice/fluid_rvoice_event.h +++ b/fluidsynth/src/rvoice/fluid_rvoice_event.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_rvoice_mixer.c b/fluidsynth/src/rvoice/fluid_rvoice_mixer.c index 9608908d..6190b683 100644 --- a/fluidsynth/src/rvoice/fluid_rvoice_mixer.c +++ b/fluidsynth/src/rvoice/fluid_rvoice_mixer.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/rvoice/fluid_rvoice_mixer.h b/fluidsynth/src/rvoice/fluid_rvoice_mixer.h index 4f7e9eec..bc8d15e9 100644 --- a/fluidsynth/src/rvoice/fluid_rvoice_mixer.h +++ b/fluidsynth/src/rvoice/fluid_rvoice_mixer.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/sfloader/fluid_defsfont.c b/fluidsynth/src/sfloader/fluid_defsfont.c index 7bde86f4..0ff67ded 100644 --- a/fluidsynth/src/sfloader/fluid_defsfont.c +++ b/fluidsynth/src/sfloader/fluid_defsfont.c @@ -15,7 +15,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/sfloader/fluid_defsfont.h b/fluidsynth/src/sfloader/fluid_defsfont.h index e611c0aa..0d5c6c07 100644 --- a/fluidsynth/src/sfloader/fluid_defsfont.h +++ b/fluidsynth/src/sfloader/fluid_defsfont.h @@ -14,7 +14,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA @@ -311,7 +311,7 @@ SFData *sfload_file (const char * fname); * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public + * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * @@ -320,7 +320,7 @@ SFData *sfload_file (const char * fname); * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. diff --git a/fluidsynth/src/sfloader/fluid_ramsfont.c b/fluidsynth/src/sfloader/fluid_ramsfont.c index 5cf796d8..0180089b 100644 --- a/fluidsynth/src/sfloader/fluid_ramsfont.c +++ b/fluidsynth/src/sfloader/fluid_ramsfont.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/sfloader/fluid_ramsfont.h b/fluidsynth/src/sfloader/fluid_ramsfont.h index 73ef4854..a6e2b4b0 100644 --- a/fluidsynth/src/sfloader/fluid_ramsfont.h +++ b/fluidsynth/src/sfloader/fluid_ramsfont.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/sfloader/fluid_sfont.h b/fluidsynth/src/sfloader/fluid_sfont.h index 677a46da..434eac25 100644 --- a/fluidsynth/src/sfloader/fluid_sfont.h +++ b/fluidsynth/src/sfloader/fluid_sfont.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_chan.c b/fluidsynth/src/synth/fluid_chan.c index 37fb5c03..82d8dbc9 100644 --- a/fluidsynth/src/synth/fluid_chan.c +++ b/fluidsynth/src/synth/fluid_chan.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_chan.h b/fluidsynth/src/synth/fluid_chan.h index 286af044..06d6e674 100644 --- a/fluidsynth/src/synth/fluid_chan.h +++ b/fluidsynth/src/synth/fluid_chan.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_event.c b/fluidsynth/src/synth/fluid_event.c index 7fe58c1c..3b27cb7b 100644 --- a/fluidsynth/src/synth/fluid_event.c +++ b/fluidsynth/src/synth/fluid_event.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_event_priv.h b/fluidsynth/src/synth/fluid_event_priv.h index a5b2adb9..f1fbb919 100644 --- a/fluidsynth/src/synth/fluid_event_priv.h +++ b/fluidsynth/src/synth/fluid_event_priv.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_event_queue.h b/fluidsynth/src/synth/fluid_event_queue.h index 7ea23fca..45242d0b 100644 --- a/fluidsynth/src/synth/fluid_event_queue.h +++ b/fluidsynth/src/synth/fluid_event_queue.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_gen.c b/fluidsynth/src/synth/fluid_gen.c index 5ae8937e..996e2f34 100644 --- a/fluidsynth/src/synth/fluid_gen.c +++ b/fluidsynth/src/synth/fluid_gen.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_gen.h b/fluidsynth/src/synth/fluid_gen.h index 64ab4bc7..f01b4042 100644 --- a/fluidsynth/src/synth/fluid_gen.h +++ b/fluidsynth/src/synth/fluid_gen.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_mod.c b/fluidsynth/src/synth/fluid_mod.c index 345372ff..1f3a56fa 100644 --- a/fluidsynth/src/synth/fluid_mod.c +++ b/fluidsynth/src/synth/fluid_mod.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_mod.h b/fluidsynth/src/synth/fluid_mod.h index 4d6705fd..72dcc516 100644 --- a/fluidsynth/src/synth/fluid_mod.h +++ b/fluidsynth/src/synth/fluid_mod.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_synth.c b/fluidsynth/src/synth/fluid_synth.c index a545ce74..544ecfed 100644 --- a/fluidsynth/src/synth/fluid_synth.c +++ b/fluidsynth/src/synth/fluid_synth.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_synth.h b/fluidsynth/src/synth/fluid_synth.h index 9caf2c5e..28f02ab5 100644 --- a/fluidsynth/src/synth/fluid_synth.h +++ b/fluidsynth/src/synth/fluid_synth.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_tuning.c b/fluidsynth/src/synth/fluid_tuning.c index 2c54c39d..cf7efe2b 100644 --- a/fluidsynth/src/synth/fluid_tuning.c +++ b/fluidsynth/src/synth/fluid_tuning.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_tuning.h b/fluidsynth/src/synth/fluid_tuning.h index d32a966b..2380def0 100644 --- a/fluidsynth/src/synth/fluid_tuning.h +++ b/fluidsynth/src/synth/fluid_tuning.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_voice.c b/fluidsynth/src/synth/fluid_voice.c index b3e0621d..472a8089 100644 --- a/fluidsynth/src/synth/fluid_voice.c +++ b/fluidsynth/src/synth/fluid_voice.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/synth/fluid_voice.h b/fluidsynth/src/synth/fluid_voice.h index 74c92524..3e1493ee 100644 --- a/fluidsynth/src/synth/fluid_voice.h +++ b/fluidsynth/src/synth/fluid_voice.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/unused/fluid_dsp_float.c b/fluidsynth/src/unused/fluid_dsp_float.c index 646546c7..c319f9a5 100644 --- a/fluidsynth/src/unused/fluid_dsp_float.c +++ b/fluidsynth/src/unused/fluid_dsp_float.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/unused/fluid_dsp_simple.c b/fluidsynth/src/unused/fluid_dsp_simple.c index 799cff0f..fc90f28a 100644 --- a/fluidsynth/src/unused/fluid_dsp_simple.c +++ b/fluidsynth/src/unused/fluid_dsp_simple.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/unused/fluid_event_queue.c b/fluidsynth/src/unused/fluid_event_queue.c index 56a04cd8..24804ba2 100644 --- a/fluidsynth/src/unused/fluid_event_queue.c +++ b/fluidsynth/src/unused/fluid_event_queue.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/unused/fluid_rvoice_handler.c b/fluidsynth/src/unused/fluid_rvoice_handler.c index c9fdcff6..2bc4ccdb 100644 --- a/fluidsynth/src/unused/fluid_rvoice_handler.c +++ b/fluidsynth/src/unused/fluid_rvoice_handler.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/unused/fluid_rvoice_handler.h b/fluidsynth/src/unused/fluid_rvoice_handler.h index db2aaaa0..0b4c61ce 100644 --- a/fluidsynth/src/unused/fluid_rvoice_handler.h +++ b/fluidsynth/src/unused/fluid_rvoice_handler.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluid_conv.c b/fluidsynth/src/utils/fluid_conv.c index 47c67962..8e41af44 100644 --- a/fluidsynth/src/utils/fluid_conv.c +++ b/fluidsynth/src/utils/fluid_conv.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluid_conv.h b/fluidsynth/src/utils/fluid_conv.h index ab5a4273..bac32545 100644 --- a/fluidsynth/src/utils/fluid_conv.h +++ b/fluidsynth/src/utils/fluid_conv.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluid_list.c b/fluidsynth/src/utils/fluid_list.c index fe6dde95..97c1bbe7 100644 --- a/fluidsynth/src/utils/fluid_list.c +++ b/fluidsynth/src/utils/fluid_list.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public + * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * @@ -11,7 +11,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. diff --git a/fluidsynth/src/utils/fluid_list.h b/fluidsynth/src/utils/fluid_list.h index e8be2541..6159fe77 100644 --- a/fluidsynth/src/utils/fluid_list.h +++ b/fluidsynth/src/utils/fluid_list.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public + * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * @@ -11,7 +11,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. diff --git a/fluidsynth/src/utils/fluid_ringbuffer.c b/fluidsynth/src/utils/fluid_ringbuffer.c index cd3acfa1..fb65a520 100644 --- a/fluidsynth/src/utils/fluid_ringbuffer.c +++ b/fluidsynth/src/utils/fluid_ringbuffer.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluid_ringbuffer.h b/fluidsynth/src/utils/fluid_ringbuffer.h index 78f0fa2b..417807e2 100644 --- a/fluidsynth/src/utils/fluid_ringbuffer.h +++ b/fluidsynth/src/utils/fluid_ringbuffer.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluid_settings.c b/fluidsynth/src/utils/fluid_settings.c index 7e298e5b..3bfe48a4 100644 --- a/fluidsynth/src/utils/fluid_settings.c +++ b/fluidsynth/src/utils/fluid_settings.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluid_settings.h b/fluidsynth/src/utils/fluid_settings.h index f8ef1507..f5a0d4e6 100644 --- a/fluidsynth/src/utils/fluid_settings.h +++ b/fluidsynth/src/utils/fluid_settings.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluid_sys.c b/fluidsynth/src/utils/fluid_sys.c index 75cee737..86ff1ec8 100644 --- a/fluidsynth/src/utils/fluid_sys.c +++ b/fluidsynth/src/utils/fluid_sys.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluid_sys.h b/fluidsynth/src/utils/fluid_sys.h index b9c1a6c1..06ebcc5d 100644 --- a/fluidsynth/src/utils/fluid_sys.h +++ b/fluidsynth/src/utils/fluid_sys.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA diff --git a/fluidsynth/src/utils/fluidsynth_priv.h b/fluidsynth/src/utils/fluidsynth_priv.h index 1b2b5c4e..a2e6648c 100644 --- a/fluidsynth/src/utils/fluidsynth_priv.h +++ b/fluidsynth/src/utils/fluidsynth_priv.h @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA