diff -pruN 1.1.6-1/CMakeLists.txt 1.1.7-1/CMakeLists.txt
--- 1.1.6-1/CMakeLists.txt	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/CMakeLists.txt	2025-05-20 11:35:36.000000000 +0000
@@ -6,8 +6,9 @@
 # See COPYING license file for distribution details
 #
 
+cmake_minimum_required ( VERSION 3.6 )
 project ( libInstPatch C )
-cmake_minimum_required ( VERSION 3.0 )
+
 set ( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
 
 # libInstPatch package name
@@ -16,7 +17,7 @@ set ( PACKAGE "libinstpatch" )
 # libInstPatch package version
 set ( IPATCH_VERSION_MAJOR 1 )
 set ( IPATCH_VERSION_MINOR 1 )
-set ( IPATCH_VERSION_MICRO 6 )
+set ( IPATCH_VERSION_MICRO 7 )
 set ( VERSION "${IPATCH_VERSION_MAJOR}.${IPATCH_VERSION_MINOR}.${IPATCH_VERSION_MICRO}" )
 set ( IPATCH_VERSION "\"${VERSION}\"" )
 
@@ -31,7 +32,7 @@ set ( IPATCH_VERSION "\"${VERSION}\"" )
 # This is not exactly the same algorithm as the libtool one, but the results are the same.
 set ( LIB_VERSION_CURRENT 2 )
 set ( LIB_VERSION_AGE 2 )
-set ( LIB_VERSION_REVISION 0 )
+set ( LIB_VERSION_REVISION 1 )
 set ( LIB_VERSION_INFO 
       "${LIB_VERSION_CURRENT}.${LIB_VERSION_AGE}.${LIB_VERSION_REVISION}" )
 
@@ -49,9 +50,9 @@ if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
 else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
   set ( _init_lib_suffix "" )
 endif ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
-set ( LIB_SUFFIX ${_init_lib_suffix} CACHE STRING 
-      "library directory name suffix (32/64/nothing)" )
-mark_as_advanced ( LIB_SUFFIX )
+
+# Sane defaults for CMAKE_INSTALL_*
+include ( GNUInstallDirs )
 
 # Default install directory names
 include ( DefaultDirs )
@@ -150,7 +151,10 @@ add_definitions ( -DGLIB_DISABLE_DEPRECA
 include ( UnsetPkgConfig )
 
 # Check for libsndfile
-pkg_check_modules ( SNDFILE REQUIRED sndfile>=1.0.0 )
+find_package ( SndFile 1.2.1 )
+if ( NOT SNDFILE_FOUND )
+  pkg_check_modules ( SNDFILE REQUIRED sndfile>=1.2.1 )
+endif()
 
 # Check for GObjectIntrospection binding
 if (INTROSPECTION_ENABLED)
@@ -177,18 +181,6 @@ set (INSTPATCH_INSTALL_TARGET "libinstpa
 
 # pkg-config support
 if ( UNIX OR MINGW OR WIN32)
-    set ( prefix "${CMAKE_INSTALL_PREFIX}" )
-    set ( exec_prefix "\${prefix}" )
-    if ( IS_ABSOLUTE "${LIB_INSTALL_DIR}" )
-      set ( libdir "${LIB_INSTALL_DIR}" )
-    else ()
-      set ( libdir "\${exec_prefix}/${LIB_INSTALL_DIR}" )
-    endif ()
-    if ( IS_ABSOLUTE "${INCLUDE_INSTALL_DIR}" )
-      set ( includedir "${INCLUDE_INSTALL_DIR}/${INSTPATCH_INSTALL_TARGET}" )
-    else ()
-      set ( includedir "\${prefix}/${INCLUDE_INSTALL_DIR}/${INSTPATCH_INSTALL_TARGET}" )
-    endif ()
     # stamp library name with version current value (for Windows only)
     if(MINGW OR WIN32)
         set ( lib_version_suffix ${LIB_VERSION_CURRENT} )
@@ -198,7 +190,7 @@ if ( UNIX OR MINGW OR WIN32)
     configure_file ( libinstpatch-1.0.pc.in
         ${CMAKE_BINARY_DIR}/libinstpatch-1.0.pc IMMEDIATE @ONLY )
     install ( FILES ${CMAKE_BINARY_DIR}/libinstpatch-1.0.pc
-              DESTINATION ${LIB_INSTALL_DIR}/pkgconfig )
+              DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
 endif ( UNIX OR MINGW OR WIN32)
 
 # Extra targets for Unix build environments
diff -pruN 1.1.6-1/COPYING 1.1.7-1/COPYING
--- 1.1.6-1/COPYING	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/COPYING	2025-05-20 11:35:36.000000000 +0000
@@ -5,7 +5,7 @@ NOTE: This software is restricted to ver
                        Version 2.1, February 1999
 
  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-	51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -25,8 +25,7 @@ specially designated software packages--
 Free Software Foundation and other authors who decide to use it.  You
 can use it too, but we suggest you first think carefully about whether
 this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations
-below.
+strategy to use in any particular case, based on the explanations below.
 
   When we speak of free software, we are referring to freedom of use,
 not price.  Our General Public Licenses are designed to make sure that
@@ -91,9 +90,9 @@ libraries.  However, the Lesser license
 special circumstances.
 
   For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it
-becomes a de-facto standard.  To achieve this, non-free programs must
-be allowed to use the library.  A more frequent case is that a free
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
 library does the same job as widely used non-free libraries.  In this
 case, there is little to gain by limiting the free library to free
 software only, so we use the Lesser General Public License.
@@ -140,8 +139,8 @@ included without limitation in the term
   "Source code" for a work means the preferred form of the work for
 making modifications to it.  For a library, complete source code means
 all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control
-compilation and installation of the library.
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
 
   Activities other than copying, distribution and modification are not
 covered by this License; they are outside its scope.  The act of
@@ -307,10 +306,10 @@ of these things:
     the user installs one, as long as the modified version is
     interface-compatible with the version that the work was made with.
 
-    c) Accompany the work with a written offer, valid for at least
-    three years, to give the same user the materials specified in
-    Subsection 6a, above, for a charge no more than the cost of
-    performing this distribution.
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
 
     d) If distribution of the work is made by offering access to copy
     from a designated place, offer equivalent access to copy the above
@@ -388,10 +387,9 @@ all those who receive copies directly or
 the only way you could satisfy both it and this License would be to
 refrain entirely from distribution of the Library.
 
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply, and the section as a whole is intended to apply in other
-circumstances.
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
 
 It is not the purpose of this section to induce you to infringe any
 patents or other property right claims or to contest validity of any
@@ -409,11 +407,11 @@ be a consequence of the rest of this Lic
 
   12. If the distribution and/or use of the Library is restricted in
 certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License
-may add an explicit geographical distribution limitation excluding those
-countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
 
   13. The Free Software Foundation may publish revised and/or new
 versions of the Lesser General Public License from time to time.
@@ -461,4 +459,3 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVI
 DAMAGES.
 
                      END OF TERMS AND CONDITIONS
-
diff -pruN 1.1.6-1/README.md 1.1.7-1/README.md
--- 1.1.6-1/README.md	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/README.md	2025-05-20 11:35:36.000000000 +0000
@@ -1,5 +1,5 @@
 #	libInstPatch
-###	Copyright (C) 1999-2021 Element Green and others
+###	Copyright (C) 1999-2025 Element Green and others
 http://www.swamiproject.org
 
 [![Build Status](https://dev.azure.com/tommbrt/tommbrt/_apis/build/status/swami.libinstpatch?branchName=master)](https://dev.azure.com/tommbrt/tommbrt/_build/latest?definitionId=1&branchName=master)
diff -pruN 1.1.6-1/azure-pipelines.yml 1.1.7-1/azure-pipelines.yml
--- 1.1.6-1/azure-pipelines.yml	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/azure-pipelines.yml	2025-05-20 11:35:36.000000000 +0000
@@ -6,12 +6,12 @@
 jobs:
 - job: Linux
   pool:
-    vmImage: 'ubuntu-latest'
+    vmImage: 'ubuntu-24.04'
   steps:
     - script: |
         sudo apt-get update
         sudo apt-get -y install \
-          libglib2.0-0 \
+          libglib2.0-dev \
           libsndfile-dev
       displayName: 'Prerequisites'
     - script: |
@@ -22,7 +22,7 @@ jobs:
 
 - job: macOS
   pool:
-    vmImage: 'macOS-10.14'
+    vmImage: 'macos-15'
   steps:
     - script: |
         brew update || brew update
@@ -36,52 +36,37 @@ jobs:
         make
       displayName: 'Compile libinstpatch'
 
-- job: WindowsXP_VS2017_x86
+- job: Windows
   pool:
-    vmImage: 'vs2017-win2016'
-  variables:
-    gtk-bundle: 'http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip'
-    libsndfile-url: 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32.zip'
-  steps:
-    - script: |
-        @ECHO ON
-        mkdir d:\deps || exit -1
-        cd d:\deps || exit -1
-        curl -LfsS -o gtk-bundle-dev.zip $(gtk-bundle) || exit -1
-        curl -LfsS -o libsndfile-dev.zip $(libsndfile-url) || exit -1
-        7z x -aos -- gtk-bundle-dev.zip > NUL || exit -1
-        7z x -aos -- libsndfile-dev.zip > NUL || exit -1
-        REM need to fix the naming of libsndfile otherwise the linker won't find it
-        mv lib\libsndfile-1.lib lib\sndfile.lib || exit -1
-        mv lib\libsndfile-1.def lib\sndfile.def || exit -1
-      displayName: 'Prerequisites'
-    - script: |
-        @ECHO ON
-        SET "PATH=d:\deps\bin;%PATH%"
-        DEL /F C:\Strawberry\perl\bin\pkg-config.bat
-        mkdir build && cd build || exit -1
-        cmake -G "Visual Studio 15 2017" -T "v141_xp" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory) -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=0 .. || exit -1
-        cmake --build . --config Debug --target install || exit -1
-        del $(Build.ArtifactStagingDirectory)\bin\concrt*.dll
-        del $(Build.ArtifactStagingDirectory)\bin\vcruntime*.dll
-        del $(Build.ArtifactStagingDirectory)\bin\msvcp*.dll
-      displayName: 'Compile libinstpatch'
-    - bash: |
-        set -ex
-        art_dir=$(echo "$(Build.ArtifactStagingDirectory)" | sed 's/\\/\//g' | sed 's|\([a-zA-Z]\):|/\1|')
-        cp d:/deps/bin/libglib*.dll d:/deps/bin/libgobject*.dll d:/deps/bin/libgthread*.dll d:/deps/bin/*intl*.dll d:/deps/bin/libsndfile*.dll $art_dir/bin
-      displayName: 'Copy Artifacts'
-    - task: PublishBuildArtifacts@1
-      inputs:
-          pathtoPublish: $(Build.ArtifactStagingDirectory)
-          artifactName: libinstpatch-Win32
-
-- job: WindowsXP_VS2017_x64
-  pool:
-    vmImage: 'vs2017-win2016'
-  variables:
-    gtk-bundle: 'http://ftp.gnome.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip'
-    libsndfile-url: 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64.zip'
+    vmImage: 'windows-2019'
+  strategy:
+    matrix:
+      x86:
+        gtk-bundle: 'http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip'
+        libsndfile-url: 'https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2-win32.zip'
+        platform: 'Win32'
+        toolset: 'v142'
+        artifactName: 'libinstpatch-$(platform)'
+      x64:
+        gtk-bundle: 'http://ftp.gnome.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip'
+        libsndfile-url: 'https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2-win64.zip'
+        platform: 'x64'
+        toolset: 'v142'
+        artifactName: 'libinstpatch-$(platform)'
+      XP_x86:
+        gtk-bundle: 'http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip'
+        libsndfile-url: 'https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2-win32.zip'
+        platform: 'Win32'
+        toolset: 'v141_xp'
+        artifactName: 'libinstpatch-XP-$(platform)'
+        CFLAGS: '/arch:IA32'
+        CXXFLAGS: '/arch:IA32'
+      XP_x64:
+        gtk-bundle: 'http://ftp.gnome.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip'
+        libsndfile-url: 'https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2-win64.zip'
+        platform: 'x64'
+        toolset: 'v141_xp'
+        artifactName: 'libinstpatch-XP-$(platform)'
   steps:
     - script: |
         @ECHO ON
@@ -91,17 +76,19 @@ jobs:
         curl -LfsS -o libsndfile-dev.zip $(libsndfile-url) || exit -1
         7z x -aos -- gtk-bundle-dev.zip > NUL || exit -1
         7z x -aos -- libsndfile-dev.zip > NUL || exit -1
-        REM need to fix the naming of libsndfile otherwise the linker won't find it
-        mv lib\libsndfile-1.lib lib\sndfile.lib || exit -1
-        mv lib\libsndfile-1.def lib\sndfile.def || exit -1
+        rm *.zip
+        cd libsndfile-*
+        cp -rf * ..
+        cd ..
+        rm -rf libsndfile-*
       displayName: 'Prerequisites'
     - script: |
         @ECHO ON
         SET "PATH=d:\deps\bin;%PATH%"
         DEL /F C:\Strawberry\perl\bin\pkg-config.bat
         mkdir build && cd build || exit -1
-        cmake -G "Visual Studio 15 2017 Win64" -T "v141_xp" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory) -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=0 .. || exit -1
-        cmake --build . --config Debug --target install || exit -1
+        cmake -G "Visual Studio 16 2019" -T $(toolset) -A $(platform) -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory) -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=1 .. || exit -1
+        cmake --build . --config RelWithDebInfo --target install || exit -1
         del $(Build.ArtifactStagingDirectory)\bin\concrt*.dll
         del $(Build.ArtifactStagingDirectory)\bin\vcruntime*.dll
         del $(Build.ArtifactStagingDirectory)\bin\msvcp*.dll
@@ -109,65 +96,9 @@ jobs:
     - bash: |
         set -ex
         art_dir=$(echo "$(Build.ArtifactStagingDirectory)" | sed 's/\\/\//g' | sed 's|\([a-zA-Z]\):|/\1|')
-        cp d:/deps/bin/libglib*.dll d:/deps/bin/libgobject*.dll d:/deps/bin/libgthread*.dll d:/deps/bin/*intl*.dll d:/deps/bin/libsndfile*.dll $art_dir/bin
+        cp d:/deps/bin/libglib*.dll d:/deps/bin/libgobject*.dll d:/deps/bin/libgthread*.dll d:/deps/bin/*intl*.dll d:/deps/bin/sndfile*.dll $art_dir/bin
       displayName: 'Copy Artifacts'
     - task: PublishBuildArtifacts@1
       inputs:
           pathtoPublish: $(Build.ArtifactStagingDirectory)
-          artifactName: libinstpatch-x64
-
-- job: Windows_VS2019_x86
-  pool:
-    vmImage: 'windows-2019'
-  variables:
-    gtk-bundle: 'http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip'
-    libsndfile-url: 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32.zip'
-  steps:
-    - script: |
-        @ECHO ON
-        mkdir d:\deps || exit -1
-        cd d:\deps || exit -1
-        curl -LfsS -o gtk-bundle-dev.zip $(gtk-bundle) || exit -1
-        curl -LfsS -o libsndfile-dev.zip $(libsndfile-url) || exit -1
-        7z x -aos -- gtk-bundle-dev.zip > NUL || exit -1
-        7z x -aos -- libsndfile-dev.zip > NUL || exit -1
-        REM need to fix the naming of libsndfile otherwise the linker won't find it
-        mv lib\libsndfile-1.lib lib\sndfile.lib || exit -1
-        mv lib\libsndfile-1.def lib\sndfile.def || exit -1
-      displayName: 'Prerequisites'
-    - script: |
-        @ECHO ON
-        SET "PATH=d:\deps\bin;%PATH%"
-        DEL /F C:\Strawberry\perl\bin\pkg-config.bat
-        mkdir build && cd build || exit -1
-        cmake -G "Visual Studio 16 2019" -A Win32 -DCMAKE_INSTALL_PREFIX=$HOME/libinstpatch_install -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=0 .. || exit -1
-        cmake --build . || exit 1
-      displayName: 'Compile libinstpatch'
-
-- job: Windows_VS2019_x64
-  pool:
-    vmImage: 'windows-2019'
-  variables:
-    gtk-bundle: 'http://ftp.gnome.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip'
-    libsndfile-url: 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64.zip'
-  steps:
-    - script: |
-        @ECHO ON
-        mkdir d:\deps || exit -1
-        cd d:\deps || exit -1
-        curl -LfsS -o gtk-bundle-dev.zip $(gtk-bundle) || exit -1
-        curl -LfsS -o libsndfile-dev.zip $(libsndfile-url) || exit -1
-        7z x -aos -- gtk-bundle-dev.zip > NUL || exit -1
-        7z x -aos -- libsndfile-dev.zip > NUL || exit -1
-        REM need to fix the naming of libsndfile otherwise the linker won't find it
-        mv lib\libsndfile-1.lib lib\sndfile.lib || exit -1
-        mv lib\libsndfile-1.def lib\sndfile.def || exit -1
-      displayName: 'Prerequisites'
-    - script: |
-        @ECHO ON
-        SET "PATH=d:\deps\bin;%PATH%"
-        DEL /F C:\Strawberry\perl\bin\pkg-config.bat
-        mkdir build && cd build || exit -1
-        cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_INSTALL_PREFIX=$HOME/libinstpatch_install -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=0 .. || exit -1
-        cmake --build . || exit 1
-      displayName: 'Compile libinstpatch'
+          artifactName: $(artifactName)
diff -pruN 1.1.6-1/cmake/DefaultDirs.cmake 1.1.7-1/cmake/DefaultDirs.cmake
--- 1.1.6-1/cmake/DefaultDirs.cmake	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/cmake/DefaultDirs.cmake	2025-05-20 11:35:36.000000000 +0000
@@ -1,40 +1,12 @@
 # Several directory names used by libInstPatch to install files
 # the variable names are similar to the KDE4 build system
 
-# BUNDLE_INSTALL_DIR - Mac only: the directory for application bundles 
-set (BUNDLE_INSTALL_DIR "/Applications" CACHE STRING 
+# BUNDLE_INSTALL_DIR - Mac only: the directory for application bundles
+set (BUNDLE_INSTALL_DIR "/Applications" CACHE STRING
      "The install dir for application bundles")
 mark_as_advanced (BUNDLE_INSTALL_DIR)
-     
+
 # FRAMEWORK_INSTALL_DIR - Mac only: the directory for framework bundles
-set (FRAMEWORK_INSTALL_DIR "/Library/Frameworks" CACHE STRING 
+set (FRAMEWORK_INSTALL_DIR "/Library/Frameworks" CACHE STRING
      "The install dir for framework bundles")
-mark_as_advanced (FRAMEWORK_INSTALL_DIR) 
-
-# BIN_INSTALL_DIR - the directory where executables will be installed
-set (BIN_INSTALL_DIR "bin" CACHE STRING "The install dir for executables")
-mark_as_advanced (BIN_INSTALL_DIR) 
-
-# SBIN_INSTALL_DIR - the directory where system executables will be installed
-set (SBIN_INSTALL_DIR "sbin" CACHE STRING 
-     "The install dir for system executables")
-mark_as_advanced (SBIN_INSTALL_DIR) 
-
-# LIB_INSTALL_DIR - the directory where libraries will be installed
-set (LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE STRING "The install dir for libraries")
-mark_as_advanced (LIB_INSTALL_DIR) 
-
-# INCLUDE_INSTALL_DIR - the install dir for header files
-set (INCLUDE_INSTALL_DIR "include" CACHE STRING "The install dir for headers")
-mark_as_advanced (INCLUDE_INSTALL_DIR) 
-
-# DATA_INSTALL_DIR - the base install directory for data files
-set (DATA_INSTALL_DIR "share" CACHE STRING 
-     "The base install dir for data files")
-mark_as_advanced (DATA_INSTALL_DIR) 
-
-# DOC_INSTALL_DIR - the install dir for documentation
-set (DOC_INSTALL_DIR "share/doc" CACHE STRING 
-     "The install dir for documentation")
-mark_as_advanced (DOC_INSTALL_DIR) 
-
+mark_as_advanced (FRAMEWORK_INSTALL_DIR)
diff -pruN 1.1.6-1/cmake/GObjectIntrospectionMacros.cmake 1.1.7-1/cmake/GObjectIntrospectionMacros.cmake
--- 1.1.6-1/cmake/GObjectIntrospectionMacros.cmake	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/cmake/GObjectIntrospectionMacros.cmake	2025-05-20 11:35:36.000000000 +0000
@@ -88,7 +88,7 @@ macro(gir_add_introspections introspecti
       WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
     )
     list(APPEND _gir_typelibs ${CMAKE_CURRENT_BINARY_DIR}/${_typelib})
-    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DESTINATION lib${LIB_SUFFIX}/girepository-1.0)
+    install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DESTINATION ${CMAKE_INSTALL_LIBDIR}/girepository-1.0)
 
   endforeach()
 
diff -pruN 1.1.6-1/debian/changelog 1.1.7-1/debian/changelog
--- 1.1.6-1/debian/changelog	2021-01-24 14:20:14.000000000 +0000
+++ 1.1.7-1/debian/changelog	2025-09-28 17:55:52.000000000 +0000
@@ -1,3 +1,14 @@
+libinstpatch (1.1.7-1) unstable; urgency=medium
+
+  * New upstream version 1.1.7
+    + Fix build with GCC-15 (Closes: #1097199)
+    + Fix build with CMake 4 (Closes: #1113158)
+  * Change my email address
+  * Remove unnecessary constraints
+  * Bump Standards-Version to 4.7.2
+
+ -- Dennis Braun <snd@debian.org>  Sun, 28 Sep 2025 19:55:52 +0200
+
 libinstpatch (1.1.6-1) unstable; urgency=medium
 
   * New upstream version 1.1.6
diff -pruN 1.1.6-1/debian/control 1.1.7-1/debian/control
--- 1.1.6-1/debian/control	2021-01-24 14:20:14.000000000 +0000
+++ 1.1.7-1/debian/control	2025-09-18 17:11:38.000000000 +0000
@@ -3,7 +3,7 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
 Uploaders:
- Dennis Braun <d_braun@kabelmail.de>,
+ Dennis Braun <snd@debian.org>,
  Alessio Treglia <alessio@debian.org>,
  Jaromír Mikeš <mira.mikes@seznam.cz>
 Build-Depends:
@@ -11,10 +11,10 @@ Build-Depends:
  cmake,
  gettext,
  intltool,
- libglib2.0-dev (>= 2.14),
- libsndfile1-dev (>= 1.0.17-2)
+ libglib2.0-dev,
+ libsndfile1-dev
 Rules-Requires-Root: no
-Standards-Version: 4.5.1
+Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/multimedia-team/libinstpatch.git
 Vcs-Browser: https://salsa.debian.org/multimedia-team/libinstpatch
 Homepage: https://github.com/swami/libinstpatch
@@ -44,10 +44,10 @@ Package: libinstpatch-dev
 Section: libdevel
 Architecture: any
 Depends:
- libglib2.0-dev (>= 2.14),
+ libglib2.0-dev,
  libinstpatch-1.0-2 (= ${binary:Version}),
- libsndfile1-dev (>= 1.0.17-2),
- pkg-config,
+ libsndfile1-dev,
+ pkgconf,
  ${misc:Depends}
 Multi-Arch: same
 Description: MIDI instrument editing library development files
diff -pruN 1.1.6-1/debian/copyright 1.1.7-1/debian/copyright
--- 1.1.6-1/debian/copyright	2021-01-24 13:57:43.000000000 +0000
+++ 1.1.7-1/debian/copyright	2025-08-16 18:04:00.000000000 +0000
@@ -18,7 +18,7 @@ License: Public_Domain_2
 
 Files: debian/*
 Copyright:
- 2020-2021 Dennis Braun <d_braun@kabelmail.de>
+ 2020-2021 Dennis Braun <snd@debian.org>
  2010-2016 Jaromír Mikeš <mira.mikes@seznam.cz>
  2010-2012 Alessio Treglia <alessio@debian.org>
 License: LGPL-2.1
diff -pruN 1.1.6-1/debian/rules 1.1.7-1/debian/rules
--- 1.1.6-1/debian/rules	2021-01-24 13:41:41.000000000 +0000
+++ 1.1.7-1/debian/rules	2025-09-28 17:55:47.000000000 +0000
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardeni
 
 override_dh_install:
 	dh_install -plibinstpatch-dev usr/include
-	dh_install -plibinstpatch-dev usr/lib*/lib*.so usr/lib/$(DEB_HOST_MULTIARCH)/
-	dh_install -plibinstpatch-dev usr/lib*/pkgconfig/* usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/
-	dh_install -plibinstpatch-1.0-2 usr/lib*/lib*.so.* usr/lib/$(DEB_HOST_MULTIARCH)/
+	dh_install -plibinstpatch-dev usr/lib/$(DEB_HOST_MULTIARCH)/lib*.so
+	dh_install -plibinstpatch-dev usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/*
+	dh_install -plibinstpatch-1.0-2 usr/lib/$(DEB_HOST_MULTIARCH)/lib*.so.*
 	dh_install --remaining-packages
diff -pruN 1.1.6-1/docs/reference/CMakeLists.txt 1.1.7-1/docs/reference/CMakeLists.txt
--- 1.1.6-1/docs/reference/CMakeLists.txt	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/docs/reference/CMakeLists.txt	2025-05-20 11:35:36.000000000 +0000
@@ -36,10 +36,10 @@ if (GTKDOC_FOUND)
     IGNOREHEADERS ${ignore_headers}
     SCANOPTS ${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch/version.h
     SCANOBJOPTS --type-init-func=ipatch_init\(\)
-    CFLAGS -I${CMAKE_SOURCE_DIR}
+    CFLAGS -I${CMAKE_SOURCE_DIR} -include libinstpatch/misc.h
     LDFLAGS -L${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch -linstpatch-1.0
     LDPATH ${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch
-    DEPENDS instpatch-1.0
+    DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch/libinstpatch-1.0.so
   )
 
   add_custom_target(documentation ALL DEPENDS doc-libinstpatch)
diff -pruN 1.1.6-1/libinstpatch/CMakeLists.txt 1.1.7-1/libinstpatch/CMakeLists.txt
--- 1.1.6-1/libinstpatch/CMakeLists.txt	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/CMakeLists.txt	2025-05-20 11:35:36.000000000 +0000
@@ -236,7 +236,7 @@ link_directories (
     ${SNDFILE_LIBRARY_DIRS}
 )
 
-add_definitions ( -DLOCALEDIR="${DATA_INSTALL_DIR}/locale" )
+add_definitions ( -DLOCALEDIR="${CMAKE_INSTALL_LOCALEDIR}" )
 
 
 set (DEFINITION_FILE "")
@@ -267,7 +267,7 @@ install ( FILES
           ${instpatch_public_HEADERS}
           ${public_main_HEADER}
           ${CMAKE_CURRENT_BINARY_DIR}/version.h
-         DESTINATION ${INCLUDE_INSTALL_DIR}/${INSTPATCH_INSTALL_TARGET}/libinstpatch)
+         DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${INSTPATCH_INSTALL_TARGET}/libinstpatch)
 
 find_program (GLIB2_MKENUMS glib-mkenums)
 find_program (SED sed)
@@ -365,15 +365,15 @@ if ( IPATCH_CPPFLAGS )
 endif ( IPATCH_CPPFLAGS ) 
 
 install ( TARGETS libinstpatch
-  RUNTIME DESTINATION ${BIN_INSTALL_DIR}
-  LIBRARY DESTINATION ${LIB_INSTALL_DIR}
-  ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
+  RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+  LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+  ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
   FRAMEWORK DESTINATION ${FRAMEWORK_INSTALL_DIR}
   BUNDLE DESTINATION ${BUNDLE_INSTALL_DIR}
 )
 
 if ( MSVC )
-  install(FILES $<TARGET_PDB_FILE:libinstpatch> DESTINATION ${BIN_INSTALL_DIR} OPTIONAL)
+  install(FILES $<TARGET_PDB_FILE:libinstpatch> DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL)
 endif ( MSVC )
 
 macro(_list_prefix _outvar _listvar _prefix)
diff -pruN 1.1.6-1/libinstpatch/IpatchBase.c 1.1.7-1/libinstpatch/IpatchBase.c
--- 1.1.6-1/libinstpatch/IpatchBase.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchBase.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchBase
diff -pruN 1.1.6-1/libinstpatch/IpatchBase.h 1.1.7-1/libinstpatch/IpatchBase.h
--- 1.1.6-1/libinstpatch/IpatchBase.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchBase.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  *
  */
 #ifndef __IPATCH_BASE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchContainer.c 1.1.7-1/libinstpatch/IpatchContainer.c
--- 1.1.6-1/libinstpatch/IpatchContainer.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchContainer.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchContainer
diff -pruN 1.1.6-1/libinstpatch/IpatchContainer.h 1.1.7-1/libinstpatch/IpatchContainer.h
--- 1.1.6-1/libinstpatch/IpatchContainer.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchContainer.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_CONTAINER_H__
 #define __IPATCH_CONTAINER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchContainer_notify.c 1.1.7-1/libinstpatch/IpatchContainer_notify.c
--- 1.1.6-1/libinstpatch/IpatchContainer_notify.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchContainer_notify.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /*
  * IpatchContainer_notify.c - Container add/remove callback notify system
diff -pruN 1.1.6-1/libinstpatch/IpatchConvert_DLS2.c 1.1.7-1/libinstpatch/IpatchConvert_DLS2.c
--- 1.1.6-1/libinstpatch/IpatchConvert_DLS2.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConvert_DLS2.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchConvert_DLS2
diff -pruN 1.1.6-1/libinstpatch/IpatchConvert_DLS2.h 1.1.7-1/libinstpatch/IpatchConvert_DLS2.h
--- 1.1.6-1/libinstpatch/IpatchConvert_DLS2.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConvert_DLS2.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_CONVERT_DLS2_H__
 #define __IPATCH_CONVERT_DLS2_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchConvert_Gig.c 1.1.7-1/libinstpatch/IpatchConvert_Gig.c
--- 1.1.6-1/libinstpatch/IpatchConvert_Gig.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConvert_Gig.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchConvert_Gig
diff -pruN 1.1.6-1/libinstpatch/IpatchConvert_Gig.h 1.1.7-1/libinstpatch/IpatchConvert_Gig.h
--- 1.1.6-1/libinstpatch/IpatchConvert_Gig.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConvert_Gig.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_CONVERT_GIG_H__
 #define __IPATCH_CONVERT_GIG_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchConvert_SF2.c 1.1.7-1/libinstpatch/IpatchConvert_SF2.c
--- 1.1.6-1/libinstpatch/IpatchConvert_SF2.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConvert_SF2.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchConvert_SF2
diff -pruN 1.1.6-1/libinstpatch/IpatchConvert_SF2.h 1.1.7-1/libinstpatch/IpatchConvert_SF2.h
--- 1.1.6-1/libinstpatch/IpatchConvert_SF2.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConvert_SF2.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_CONVERT_SF2_H__
 #define __IPATCH_CONVERT_SF2_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchConvert_SLI.c 1.1.7-1/libinstpatch/IpatchConvert_SLI.c
--- 1.1.6-1/libinstpatch/IpatchConvert_SLI.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConvert_SLI.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchConvert_SLI
diff -pruN 1.1.6-1/libinstpatch/IpatchConvert_SLI.h 1.1.7-1/libinstpatch/IpatchConvert_SLI.h
--- 1.1.6-1/libinstpatch/IpatchConvert_SLI.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConvert_SLI.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_CONVERT_SLI_H__
 #define __IPATCH_CONVERT_SLI_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchConverter.c 1.1.7-1/libinstpatch/IpatchConverter.c
--- 1.1.6-1/libinstpatch/IpatchConverter.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConverter.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchConverter
diff -pruN 1.1.6-1/libinstpatch/IpatchConverter.h 1.1.7-1/libinstpatch/IpatchConverter.h
--- 1.1.6-1/libinstpatch/IpatchConverter.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConverter.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_CONVERTER_H__
 #define __IPATCH_CONVERTER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchConverterSF2VoiceCache.c 1.1.7-1/libinstpatch/IpatchConverterSF2VoiceCache.c
--- 1.1.6-1/libinstpatch/IpatchConverterSF2VoiceCache.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConverterSF2VoiceCache.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchConverterSF2VoiceCache
diff -pruN 1.1.6-1/libinstpatch/IpatchConverterSF2VoiceCache.h 1.1.7-1/libinstpatch/IpatchConverterSF2VoiceCache.h
--- 1.1.6-1/libinstpatch/IpatchConverterSF2VoiceCache.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConverterSF2VoiceCache.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_CONVERTER_SF2_VOICE_CACHE_H__
 #define __IPATCH_CONVERTER_SF2_VOICE_CACHE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchConverter_priv.h 1.1.7-1/libinstpatch/IpatchConverter_priv.h
--- 1.1.6-1/libinstpatch/IpatchConverter_priv.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchConverter_priv.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /*
  * IpatchConverter_priv.h - Helper macros for defining converters
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2.c 1.1.7-1/libinstpatch/IpatchDLS2.c
--- 1.1.6-1/libinstpatch/IpatchDLS2.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLS2
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2.h 1.1.7-1/libinstpatch/IpatchDLS2.h
--- 1.1.6-1/libinstpatch/IpatchDLS2.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS2_H__
 #define __IPATCH_DLS2_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Conn.c 1.1.7-1/libinstpatch/IpatchDLS2Conn.c
--- 1.1.6-1/libinstpatch/IpatchDLS2Conn.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Conn.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Conneral Public License for more details.
  *
  * You should have received a copy of the GNU Conneral Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLS2Conn
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Conn.h 1.1.7-1/libinstpatch/IpatchDLS2Conn.h
--- 1.1.6-1/libinstpatch/IpatchDLS2Conn.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Conn.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS2_CONN_H__
 #define __IPATCH_DLS2_CONN_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Info.c 1.1.7-1/libinstpatch/IpatchDLS2Info.c
--- 1.1.6-1/libinstpatch/IpatchDLS2Info.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Info.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLS2Info
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Info.h 1.1.7-1/libinstpatch/IpatchDLS2Info.h
--- 1.1.6-1/libinstpatch/IpatchDLS2Info.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Info.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS2_INFO_H__
 #define __IPATCH_DLS2_INFO_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Inst.c 1.1.7-1/libinstpatch/IpatchDLS2Inst.c
--- 1.1.6-1/libinstpatch/IpatchDLS2Inst.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Inst.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLS2Inst
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Inst.h 1.1.7-1/libinstpatch/IpatchDLS2Inst.h
--- 1.1.6-1/libinstpatch/IpatchDLS2Inst.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Inst.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS2_INST_H__
 #define __IPATCH_DLS2_INST_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Region.c 1.1.7-1/libinstpatch/IpatchDLS2Region.c
--- 1.1.6-1/libinstpatch/IpatchDLS2Region.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Region.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLS2Region
@@ -436,7 +434,7 @@ ipatch_dls2_region_get_property(GObject
     IpatchDLS2Region *region = IPATCH_DLS2_REGION(object);
     IpatchDLS2Sample *sample = NULL;
     IpatchRange range;
-    gboolean bool, retval = 0;
+    gboolean flag, retval = 0;
     gboolean get_from_sample = FALSE;
 
     switch(property_id)
@@ -489,21 +487,21 @@ ipatch_dls2_region_get_property(GObject
         break;
 
     case PROP_SELF_NON_EXCLUSIVE:
-        bool = (ipatch_item_get_flags(IPATCH_ITEM(object))
+        flag = (ipatch_item_get_flags(IPATCH_ITEM(object))
                 & IPATCH_DLS2_REGION_SELF_NON_EXCLUSIVE) > 0;
-        g_value_set_boolean(value, bool);
+        g_value_set_boolean(value, flag);
         break;
 
     case PROP_PHASE_MASTER:
-        bool = (ipatch_item_get_flags(IPATCH_ITEM(object))
+        flag = (ipatch_item_get_flags(IPATCH_ITEM(object))
                 & IPATCH_DLS2_REGION_PHASE_MASTER) > 0;
-        g_value_set_boolean(value, bool);
+        g_value_set_boolean(value, flag);
         break;
 
     case PROP_MULTI_CHANNEL:
-        bool = (ipatch_item_get_flags(IPATCH_ITEM(object))
+        flag = (ipatch_item_get_flags(IPATCH_ITEM(object))
                 & IPATCH_DLS2_REGION_MULTI_CHANNEL) > 0;
-        g_value_set_boolean(value, bool);
+        g_value_set_boolean(value, flag);
         break;
 
     case PROP_SAMPLE_SIZE:
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Region.h 1.1.7-1/libinstpatch/IpatchDLS2Region.h
--- 1.1.6-1/libinstpatch/IpatchDLS2Region.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Region.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS2_REGION_H__
 #define __IPATCH_DLS2_REGION_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Sample.c 1.1.7-1/libinstpatch/IpatchDLS2Sample.c
--- 1.1.6-1/libinstpatch/IpatchDLS2Sample.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Sample.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLS2Sample
diff -pruN 1.1.6-1/libinstpatch/IpatchDLS2Sample.h 1.1.7-1/libinstpatch/IpatchDLS2Sample.h
--- 1.1.6-1/libinstpatch/IpatchDLS2Sample.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLS2Sample.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS2_SAMPLE_H__
 #define __IPATCH_DLS2_SAMPLE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLSFile.c 1.1.7-1/libinstpatch/IpatchDLSFile.c
--- 1.1.6-1/libinstpatch/IpatchDLSFile.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLSFile.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLSFile
diff -pruN 1.1.6-1/libinstpatch/IpatchDLSFile.h 1.1.7-1/libinstpatch/IpatchDLSFile.h
--- 1.1.6-1/libinstpatch/IpatchDLSFile.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLSFile.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS_FILE_H__
 #define __IPATCH_DLS_FILE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLSFile_priv.h 1.1.7-1/libinstpatch/IpatchDLSFile_priv.h
--- 1.1.6-1/libinstpatch/IpatchDLSFile_priv.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLSFile_priv.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS_FILE_PRIV_H__
 #define __IPATCH_DLS_FILE_PRIV_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLSReader.c 1.1.7-1/libinstpatch/IpatchDLSReader.c
--- 1.1.6-1/libinstpatch/IpatchDLSReader.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLSReader.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLSReader
diff -pruN 1.1.6-1/libinstpatch/IpatchDLSReader.h 1.1.7-1/libinstpatch/IpatchDLSReader.h
--- 1.1.6-1/libinstpatch/IpatchDLSReader.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLSReader.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS_READER_H__
 #define __IPATCH_DLS_READER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchDLSWriter.c 1.1.7-1/libinstpatch/IpatchDLSWriter.c
--- 1.1.6-1/libinstpatch/IpatchDLSWriter.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLSWriter.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchDLSWriter
diff -pruN 1.1.6-1/libinstpatch/IpatchDLSWriter.h 1.1.7-1/libinstpatch/IpatchDLSWriter.h
--- 1.1.6-1/libinstpatch/IpatchDLSWriter.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchDLSWriter.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_DLS_WRITER_H__
 #define __IPATCH_DLS_WRITER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchFile.c 1.1.7-1/libinstpatch/IpatchFile.c
--- 1.1.6-1/libinstpatch/IpatchFile.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchFile.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchFile
diff -pruN 1.1.6-1/libinstpatch/IpatchFile.h 1.1.7-1/libinstpatch/IpatchFile.h
--- 1.1.6-1/libinstpatch/IpatchFile.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchFile.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_FILE_H__
 #define __IPATCH_FILE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchFileBuf.c 1.1.7-1/libinstpatch/IpatchFileBuf.c
--- 1.1.6-1/libinstpatch/IpatchFileBuf.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchFileBuf.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /*
  * IpatchFile.c - File buffer and integer read/write funcs
diff -pruN 1.1.6-1/libinstpatch/IpatchGig.c 1.1.7-1/libinstpatch/IpatchGig.c
--- 1.1.6-1/libinstpatch/IpatchGig.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGig.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchGig
diff -pruN 1.1.6-1/libinstpatch/IpatchGig.h 1.1.7-1/libinstpatch/IpatchGig.h
--- 1.1.6-1/libinstpatch/IpatchGig.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGig.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_H__
 #define __IPATCH_GIG_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchGigDimension.c 1.1.7-1/libinstpatch/IpatchGigDimension.c
--- 1.1.6-1/libinstpatch/IpatchGigDimension.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigDimension.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchGigDimension
diff -pruN 1.1.6-1/libinstpatch/IpatchGigDimension.h 1.1.7-1/libinstpatch/IpatchGigDimension.h
--- 1.1.6-1/libinstpatch/IpatchGigDimension.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigDimension.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_DIMENSION_H__
 #define __IPATCH_GIG_DIMENSION_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchGigEffects.c 1.1.7-1/libinstpatch/IpatchGigEffects.c
--- 1.1.6-1/libinstpatch/IpatchGigEffects.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigEffects.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchGigEffects
diff -pruN 1.1.6-1/libinstpatch/IpatchGigEffects.h 1.1.7-1/libinstpatch/IpatchGigEffects.h
--- 1.1.6-1/libinstpatch/IpatchGigEffects.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigEffects.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_EFFECTS_H__
 #define __IPATCH_GIG_EFFECTS_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchGigFile.c 1.1.7-1/libinstpatch/IpatchGigFile.c
--- 1.1.6-1/libinstpatch/IpatchGigFile.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigFile.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchGigFile
diff -pruN 1.1.6-1/libinstpatch/IpatchGigFile.h 1.1.7-1/libinstpatch/IpatchGigFile.h
--- 1.1.6-1/libinstpatch/IpatchGigFile.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigFile.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_FILE_H__
 #define __IPATCH_GIG_FILE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchGigFile_priv.h 1.1.7-1/libinstpatch/IpatchGigFile_priv.h
--- 1.1.6-1/libinstpatch/IpatchGigFile_priv.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigFile_priv.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_FILE_PRIV_H__
 #define __IPATCH_GIG_FILE_PRIV_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchGigInst.c 1.1.7-1/libinstpatch/IpatchGigInst.c
--- 1.1.6-1/libinstpatch/IpatchGigInst.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigInst.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchGigInst
diff -pruN 1.1.6-1/libinstpatch/IpatchGigInst.h 1.1.7-1/libinstpatch/IpatchGigInst.h
--- 1.1.6-1/libinstpatch/IpatchGigInst.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigInst.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_INST_H__
 #define __IPATCH_GIG_INST_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchGigRegion.c 1.1.7-1/libinstpatch/IpatchGigRegion.c
--- 1.1.6-1/libinstpatch/IpatchGigRegion.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigRegion.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchGigRegion
@@ -301,7 +299,7 @@ ipatch_gig_region_get_property(GObject *
 {
     IpatchGigRegion *region = IPATCH_GIG_REGION(object);
     IpatchRange range;
-    gboolean bool, retval;
+    gboolean flag, retval;
 
     switch(property_id)
     {
@@ -344,21 +342,21 @@ ipatch_gig_region_get_property(GObject *
         break;
 
     case PROP_SELF_NON_EXCLUSIVE:
-        bool = (ipatch_item_get_flags(IPATCH_ITEM(object))
+        flag = (ipatch_item_get_flags(IPATCH_ITEM(object))
                 & IPATCH_GIG_REGION_SELF_NON_EXCLUSIVE) > 0;
-        g_value_set_boolean(value, bool);
+        g_value_set_boolean(value, flag);
         break;
 
     case PROP_PHASE_MASTER:
-        bool = (ipatch_item_get_flags(IPATCH_ITEM(object))
+        flag = (ipatch_item_get_flags(IPATCH_ITEM(object))
                 & IPATCH_GIG_REGION_PHASE_MASTER) > 0;
-        g_value_set_boolean(value, bool);
+        g_value_set_boolean(value, flag);
         break;
 
     case PROP_MULTI_CHANNEL:
-        bool = (ipatch_item_get_flags(IPATCH_ITEM(object))
+        flag = (ipatch_item_get_flags(IPATCH_ITEM(object))
                 & IPATCH_GIG_REGION_MULTI_CHANNEL) > 0;
-        g_value_set_boolean(value, bool);
+        g_value_set_boolean(value, flag);
         break;
 
     default:
diff -pruN 1.1.6-1/libinstpatch/IpatchGigRegion.h 1.1.7-1/libinstpatch/IpatchGigRegion.h
--- 1.1.6-1/libinstpatch/IpatchGigRegion.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigRegion.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_REGION_H__
 #define __IPATCH_GIG_REGION_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchGigSample.c 1.1.7-1/libinstpatch/IpatchGigSample.c
--- 1.1.6-1/libinstpatch/IpatchGigSample.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigSample.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchGigSample
diff -pruN 1.1.6-1/libinstpatch/IpatchGigSample.h 1.1.7-1/libinstpatch/IpatchGigSample.h
--- 1.1.6-1/libinstpatch/IpatchGigSample.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigSample.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_SAMPLE_H__
 #define __IPATCH_GIG_SAMPLE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchGigSubRegion.c 1.1.7-1/libinstpatch/IpatchGigSubRegion.c
--- 1.1.6-1/libinstpatch/IpatchGigSubRegion.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigSubRegion.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchGigSubRegion
diff -pruN 1.1.6-1/libinstpatch/IpatchGigSubRegion.h 1.1.7-1/libinstpatch/IpatchGigSubRegion.h
--- 1.1.6-1/libinstpatch/IpatchGigSubRegion.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchGigSubRegion.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_GIG_SUB_REGION_H__
 #define __IPATCH_GIG_SUB_REGION_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchItem.c 1.1.7-1/libinstpatch/IpatchItem.c
--- 1.1.6-1/libinstpatch/IpatchItem.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchItem.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchItem
diff -pruN 1.1.6-1/libinstpatch/IpatchItem.h 1.1.7-1/libinstpatch/IpatchItem.h
--- 1.1.6-1/libinstpatch/IpatchItem.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchItem.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_ITEM_H__
 #define __IPATCH_ITEM_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchItemProp.c 1.1.7-1/libinstpatch/IpatchItemProp.c
--- 1.1.6-1/libinstpatch/IpatchItemProp.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchItemProp.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /*
  * IpatchItemProp.c - IpatchItem property change callback system
diff -pruN 1.1.6-1/libinstpatch/IpatchIter.c 1.1.7-1/libinstpatch/IpatchIter.c
--- 1.1.6-1/libinstpatch/IpatchIter.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchIter.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchIter
diff -pruN 1.1.6-1/libinstpatch/IpatchIter.h 1.1.7-1/libinstpatch/IpatchIter.h
--- 1.1.6-1/libinstpatch/IpatchIter.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchIter.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_ITER_H__
 #define __IPATCH_ITER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchList.c 1.1.7-1/libinstpatch/IpatchList.c
--- 1.1.6-1/libinstpatch/IpatchList.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchList.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchList
diff -pruN 1.1.6-1/libinstpatch/IpatchList.h 1.1.7-1/libinstpatch/IpatchList.h
--- 1.1.6-1/libinstpatch/IpatchList.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchList.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_LIST_H__
 #define __IPATCH_LIST_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchParamProp.c 1.1.7-1/libinstpatch/IpatchParamProp.c
--- 1.1.6-1/libinstpatch/IpatchParamProp.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchParamProp.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchParamProp
diff -pruN 1.1.6-1/libinstpatch/IpatchParamProp.h 1.1.7-1/libinstpatch/IpatchParamProp.h
--- 1.1.6-1/libinstpatch/IpatchParamProp.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchParamProp.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_PARAM_PROP_H__
 #define __IPATCH_PARAM_PROP_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchPaste.c 1.1.7-1/libinstpatch/IpatchPaste.c
--- 1.1.6-1/libinstpatch/IpatchPaste.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchPaste.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchPaste
diff -pruN 1.1.6-1/libinstpatch/IpatchPaste.h 1.1.7-1/libinstpatch/IpatchPaste.h
--- 1.1.6-1/libinstpatch/IpatchPaste.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchPaste.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_PASTE_H__
 #define __IPATCH_PASTE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchRange.c 1.1.7-1/libinstpatch/IpatchRange.c
--- 1.1.6-1/libinstpatch/IpatchRange.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchRange.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchRange
diff -pruN 1.1.6-1/libinstpatch/IpatchRange.h 1.1.7-1/libinstpatch/IpatchRange.h
--- 1.1.6-1/libinstpatch/IpatchRange.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchRange.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_RANGE_H__
 #define __IPATCH_RANGE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchRiff.c 1.1.7-1/libinstpatch/IpatchRiff.c
--- 1.1.6-1/libinstpatch/IpatchRiff.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchRiff.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchRiff
diff -pruN 1.1.6-1/libinstpatch/IpatchRiff.h 1.1.7-1/libinstpatch/IpatchRiff.h
--- 1.1.6-1/libinstpatch/IpatchRiff.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchRiff.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_RIFF_H__
 #define __IPATCH_RIFF_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2.c 1.1.7-1/libinstpatch/IpatchSF2.c
--- 1.1.6-1/libinstpatch/IpatchSF2.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2.h 1.1.7-1/libinstpatch/IpatchSF2.h
--- 1.1.6-1/libinstpatch/IpatchSF2.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_H__
 #define __IPATCH_SF2_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2File.c 1.1.7-1/libinstpatch/IpatchSF2File.c
--- 1.1.6-1/libinstpatch/IpatchSF2File.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2File.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2File
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2File.h 1.1.7-1/libinstpatch/IpatchSF2File.h
--- 1.1.6-1/libinstpatch/IpatchSF2File.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2File.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_FILE_H__
 #define __IPATCH_SF2_FILE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2File_priv.h 1.1.7-1/libinstpatch/IpatchSF2File_priv.h
--- 1.1.6-1/libinstpatch/IpatchSF2File_priv.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2File_priv.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_FILE_PRIV_H__
 #define __IPATCH_SF2_FILE_PRIV_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Gen.c 1.1.7-1/libinstpatch/IpatchSF2Gen.c
--- 1.1.6-1/libinstpatch/IpatchSF2Gen.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Gen.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2Gen
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Gen.h 1.1.7-1/libinstpatch/IpatchSF2Gen.h
--- 1.1.6-1/libinstpatch/IpatchSF2Gen.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Gen.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_GEN_H__
 #define __IPATCH_SF2_GEN_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2GenItem.c 1.1.7-1/libinstpatch/IpatchSF2GenItem.c
--- 1.1.6-1/libinstpatch/IpatchSF2GenItem.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2GenItem.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2GenItem
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2GenItem.h 1.1.7-1/libinstpatch/IpatchSF2GenItem.h
--- 1.1.6-1/libinstpatch/IpatchSF2GenItem.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2GenItem.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_GEN_ITEM_H__
 #define __IPATCH_SF2_GEN_ITEM_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Gen_tables.c 1.1.7-1/libinstpatch/IpatchSF2Gen_tables.c
--- 1.1.6-1/libinstpatch/IpatchSF2Gen_tables.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Gen_tables.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /*
  * IpatchSF2Gen_tables.c - SoundFont generator table structures
@@ -200,7 +198,7 @@ const IpatchSF2GenInfo ipatch_sf2_gen_in
     /* Velocity */
     { {-1}, {127}, {-1}, IPATCH_UNIT_TYPE_INT, N_("Fixed Velocity"), NULL},
     /* InitAttenuation */
-    {   {0}, {1440}, {0}, IPATCH_UNIT_TYPE_CENTIBELS, N_("Attenuation"),
+    {   {0}, {3600}, {0}, IPATCH_UNIT_TYPE_SF2_ATTENUATION, N_("Attenuation"),
         N_("Volume attenuation")
     },
     /* Reserved2 */
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2IZone.c 1.1.7-1/libinstpatch/IpatchSF2IZone.c
--- 1.1.6-1/libinstpatch/IpatchSF2IZone.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2IZone.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2IZone
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2IZone.h 1.1.7-1/libinstpatch/IpatchSF2IZone.h
--- 1.1.6-1/libinstpatch/IpatchSF2IZone.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2IZone.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_IZONE_H__
 #define __IPATCH_SF2_IZONE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Inst.c 1.1.7-1/libinstpatch/IpatchSF2Inst.c
--- 1.1.6-1/libinstpatch/IpatchSF2Inst.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Inst.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2Inst
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Inst.h 1.1.7-1/libinstpatch/IpatchSF2Inst.h
--- 1.1.6-1/libinstpatch/IpatchSF2Inst.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Inst.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_INST_H__
 #define __IPATCH_SF2_INST_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Mod.c 1.1.7-1/libinstpatch/IpatchSF2Mod.c
--- 1.1.6-1/libinstpatch/IpatchSF2Mod.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Mod.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Moderal Public License for more details.
  *
  * You should have received a copy of the GNU Moderal Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2Mod
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Mod.h 1.1.7-1/libinstpatch/IpatchSF2Mod.h
--- 1.1.6-1/libinstpatch/IpatchSF2Mod.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Mod.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Moderal Public License for more details.
  *
  * You should have received a copy of the GNU Moderal Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_MOD_H__
 #define __IPATCH_SF2_MOD_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2ModItem.c 1.1.7-1/libinstpatch/IpatchSF2ModItem.c
--- 1.1.6-1/libinstpatch/IpatchSF2ModItem.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2ModItem.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Moderal Public License for more details.
  *
  * You should have received a copy of the GNU Moderal Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2ModItem
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2ModItem.h 1.1.7-1/libinstpatch/IpatchSF2ModItem.h
--- 1.1.6-1/libinstpatch/IpatchSF2ModItem.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2ModItem.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Moderal Public License for more details.
  *
  * You should have received a copy of the GNU Moderal Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_MOD_ITEM_H__
 #define __IPATCH_SF2_MOD_ITEM_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2ModList.c 1.1.7-1/libinstpatch/IpatchSF2ModList.c
--- 1.1.6-1/libinstpatch/IpatchSF2ModList.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2ModList.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Moderal Public License for more details.
  *
  * You should have received a copy of the GNU Moderal Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2ModList
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2ModList.h 1.1.7-1/libinstpatch/IpatchSF2ModList.h
--- 1.1.6-1/libinstpatch/IpatchSF2ModList.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2ModList.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Moderal Public License for more details.
  *
  * You should have received a copy of the GNU Moderal Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_MOD_LIST_H__
 #define __IPATCH_SF2_MOD_LIST_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2PZone.c 1.1.7-1/libinstpatch/IpatchSF2PZone.c
--- 1.1.6-1/libinstpatch/IpatchSF2PZone.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2PZone.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2PZone
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2PZone.h 1.1.7-1/libinstpatch/IpatchSF2PZone.h
--- 1.1.6-1/libinstpatch/IpatchSF2PZone.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2PZone.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_PZONE_H__
 #define __IPATCH_SF2_PZONE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Preset.c 1.1.7-1/libinstpatch/IpatchSF2Preset.c
--- 1.1.6-1/libinstpatch/IpatchSF2Preset.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Preset.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2Preset
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Preset.h 1.1.7-1/libinstpatch/IpatchSF2Preset.h
--- 1.1.6-1/libinstpatch/IpatchSF2Preset.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Preset.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_PRESET_H__
 #define __IPATCH_SF2_PRESET_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Reader.c 1.1.7-1/libinstpatch/IpatchSF2Reader.c
--- 1.1.6-1/libinstpatch/IpatchSF2Reader.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Reader.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2Reader
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Reader.h 1.1.7-1/libinstpatch/IpatchSF2Reader.h
--- 1.1.6-1/libinstpatch/IpatchSF2Reader.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Reader.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_READER_H__
 #define __IPATCH_SF2_READER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Sample.c 1.1.7-1/libinstpatch/IpatchSF2Sample.c
--- 1.1.6-1/libinstpatch/IpatchSF2Sample.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Sample.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2Sample
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Sample.h 1.1.7-1/libinstpatch/IpatchSF2Sample.h
--- 1.1.6-1/libinstpatch/IpatchSF2Sample.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Sample.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_SAMPLE_H__
 #define __IPATCH_SF2_SAMPLE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache.c 1.1.7-1/libinstpatch/IpatchSF2VoiceCache.c
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2VoiceCache
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache.h 1.1.7-1/libinstpatch/IpatchSF2VoiceCache.h
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_VOICE_CACHE_H__
 #define __IPATCH_SF2_VOICE_CACHE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_DLS.c 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_DLS.c
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_DLS.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_DLS.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <stdio.h>
 #include <string.h>
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_DLS.h 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_DLS.h
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_DLS.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_DLS.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_VOICE_CACHE_DLS_H__
 #define __IPATCH_SF2_VOICE_CACHE_DLS_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_Gig.c 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_Gig.c
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_Gig.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_Gig.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2VoiceCache_Gig
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_Gig.h 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_Gig.h
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_Gig.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_Gig.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_VOICE_CACHE_GIG_H__
 #define __IPATCH_SF2_VOICE_CACHE_GIG_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_SF2.c 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_SF2.c
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_SF2.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_SF2.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <stdio.h>
 #include <string.h>
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_SF2.h 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_SF2.h
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_SF2.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_SF2.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  *
  */
 #ifndef __IPATCH_SF2_VOICE_CACHE_SF2_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_SLI.c 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_SLI.c
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_SLI.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_SLI.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <stdio.h>
 #include <string.h>
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_SLI.h 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_SLI.h
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_SLI.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_SLI.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_VOICE_CACHE_SLI_H__
 #define __IPATCH_SF2_VOICE_CACHE_SLI_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_VBank.c 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_VBank.c
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_VBank.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_VBank.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2VoiceCache_VBank
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_VBank.h 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_VBank.h
--- 1.1.6-1/libinstpatch/IpatchSF2VoiceCache_VBank.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2VoiceCache_VBank.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_VOICE_CACHE_VBANK_H__
 #define __IPATCH_SF2_VOICE_CACHE_VBANK_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Writer.c 1.1.7-1/libinstpatch/IpatchSF2Writer.c
--- 1.1.6-1/libinstpatch/IpatchSF2Writer.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Writer.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2Writer
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Writer.h 1.1.7-1/libinstpatch/IpatchSF2Writer.h
--- 1.1.6-1/libinstpatch/IpatchSF2Writer.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Writer.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_WRITER_H__
 #define __IPATCH_SF2_WRITER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Zone.c 1.1.7-1/libinstpatch/IpatchSF2Zone.c
--- 1.1.6-1/libinstpatch/IpatchSF2Zone.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Zone.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSF2Zone
diff -pruN 1.1.6-1/libinstpatch/IpatchSF2Zone.h 1.1.7-1/libinstpatch/IpatchSF2Zone.h
--- 1.1.6-1/libinstpatch/IpatchSF2Zone.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSF2Zone.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SF2_ZONE_H__
 #define __IPATCH_SF2_ZONE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSLI.c 1.1.7-1/libinstpatch/IpatchSLI.c
--- 1.1.6-1/libinstpatch/IpatchSLI.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLI.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSLI
diff -pruN 1.1.6-1/libinstpatch/IpatchSLI.h 1.1.7-1/libinstpatch/IpatchSLI.h
--- 1.1.6-1/libinstpatch/IpatchSLI.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLI.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SLI_H__
 #define __IPATCH_SLI_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIFile.c 1.1.7-1/libinstpatch/IpatchSLIFile.c
--- 1.1.6-1/libinstpatch/IpatchSLIFile.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIFile.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSLIFile
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIFile.h 1.1.7-1/libinstpatch/IpatchSLIFile.h
--- 1.1.6-1/libinstpatch/IpatchSLIFile.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIFile.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SLI_FILE_H__
 #define __IPATCH_SLI_FILE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIFile_priv.h 1.1.7-1/libinstpatch/IpatchSLIFile_priv.h
--- 1.1.6-1/libinstpatch/IpatchSLIFile_priv.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIFile_priv.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SLI_FILE_PRIV_H__
 #define __IPATCH_SLI_FILE_PRIV_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIInst.c 1.1.7-1/libinstpatch/IpatchSLIInst.c
--- 1.1.6-1/libinstpatch/IpatchSLIInst.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIInst.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSLIInst
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIInst.h 1.1.7-1/libinstpatch/IpatchSLIInst.h
--- 1.1.6-1/libinstpatch/IpatchSLIInst.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIInst.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SLI_INST_H__
 #define __IPATCH_SLI_INST_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIInst_CatMaps.c 1.1.7-1/libinstpatch/IpatchSLIInst_CatMaps.c
--- 1.1.6-1/libinstpatch/IpatchSLIInst_CatMaps.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIInst_CatMaps.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 
 #include "IpatchSLIInst.h"
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIReader.c 1.1.7-1/libinstpatch/IpatchSLIReader.c
--- 1.1.6-1/libinstpatch/IpatchSLIReader.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIReader.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSLIReader
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIReader.h 1.1.7-1/libinstpatch/IpatchSLIReader.h
--- 1.1.6-1/libinstpatch/IpatchSLIReader.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIReader.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SLI_READER_H__
 #define __IPATCH_SLI_READER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSLISample.c 1.1.7-1/libinstpatch/IpatchSLISample.c
--- 1.1.6-1/libinstpatch/IpatchSLISample.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLISample.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSLISample
diff -pruN 1.1.6-1/libinstpatch/IpatchSLISample.h 1.1.7-1/libinstpatch/IpatchSLISample.h
--- 1.1.6-1/libinstpatch/IpatchSLISample.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLISample.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SLI_SAMPLE_H__
 #define __IPATCH_SLI_SAMPLE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIWriter.c 1.1.7-1/libinstpatch/IpatchSLIWriter.c
--- 1.1.6-1/libinstpatch/IpatchSLIWriter.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIWriter.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSLIWriter
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIWriter.h 1.1.7-1/libinstpatch/IpatchSLIWriter.h
--- 1.1.6-1/libinstpatch/IpatchSLIWriter.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIWriter.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SLI_WRITER_H__
 #define __IPATCH_SLI_WRITER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIZone.c 1.1.7-1/libinstpatch/IpatchSLIZone.c
--- 1.1.6-1/libinstpatch/IpatchSLIZone.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIZone.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSLIZone
diff -pruN 1.1.6-1/libinstpatch/IpatchSLIZone.h 1.1.7-1/libinstpatch/IpatchSLIZone.h
--- 1.1.6-1/libinstpatch/IpatchSLIZone.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSLIZone.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SLI_ZONE_H__
 #define __IPATCH_SLI_ZONE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSample.c 1.1.7-1/libinstpatch/IpatchSample.c
--- 1.1.6-1/libinstpatch/IpatchSample.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSample.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSample
diff -pruN 1.1.6-1/libinstpatch/IpatchSample.h 1.1.7-1/libinstpatch/IpatchSample.h
--- 1.1.6-1/libinstpatch/IpatchSample.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSample.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_H__
 #define __IPATCH_SAMPLE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleData.c 1.1.7-1/libinstpatch/IpatchSampleData.c
--- 1.1.6-1/libinstpatch/IpatchSampleData.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleData.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleData
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleData.h 1.1.7-1/libinstpatch/IpatchSampleData.h
--- 1.1.6-1/libinstpatch/IpatchSampleData.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleData.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_DATA_H__
 #define __IPATCH_SAMPLE_DATA_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleList.c 1.1.7-1/libinstpatch/IpatchSampleList.c
--- 1.1.6-1/libinstpatch/IpatchSampleList.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleList.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleList
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleList.h 1.1.7-1/libinstpatch/IpatchSampleList.h
--- 1.1.6-1/libinstpatch/IpatchSampleList.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleList.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_LIST_H__
 #define __IPATCH_SAMPLE_LIST_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStore.c 1.1.7-1/libinstpatch/IpatchSampleStore.c
--- 1.1.6-1/libinstpatch/IpatchSampleStore.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStore.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStore
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStore.h 1.1.7-1/libinstpatch/IpatchSampleStore.h
--- 1.1.6-1/libinstpatch/IpatchSampleStore.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStore.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_H__
 #define __IPATCH_SAMPLE_STORE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreCache.c 1.1.7-1/libinstpatch/IpatchSampleStoreCache.c
--- 1.1.6-1/libinstpatch/IpatchSampleStoreCache.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreCache.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStoreCache
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreCache.h 1.1.7-1/libinstpatch/IpatchSampleStoreCache.h
--- 1.1.6-1/libinstpatch/IpatchSampleStoreCache.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreCache.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_CACHE_H__
 #define __IPATCH_SAMPLE_STORE_CACHE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreFile.c 1.1.7-1/libinstpatch/IpatchSampleStoreFile.c
--- 1.1.6-1/libinstpatch/IpatchSampleStoreFile.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreFile.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStoreFile
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreFile.h 1.1.7-1/libinstpatch/IpatchSampleStoreFile.h
--- 1.1.6-1/libinstpatch/IpatchSampleStoreFile.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreFile.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_FILE_H__
 #define __IPATCH_SAMPLE_STORE_FILE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreRam.c 1.1.7-1/libinstpatch/IpatchSampleStoreRam.c
--- 1.1.6-1/libinstpatch/IpatchSampleStoreRam.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreRam.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStoreRam
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreRam.h 1.1.7-1/libinstpatch/IpatchSampleStoreRam.h
--- 1.1.6-1/libinstpatch/IpatchSampleStoreRam.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreRam.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_RAM_H__
 #define __IPATCH_SAMPLE_STORE_RAM_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreRom.c 1.1.7-1/libinstpatch/IpatchSampleStoreRom.c
--- 1.1.6-1/libinstpatch/IpatchSampleStoreRom.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreRom.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStoreRom
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreRom.h 1.1.7-1/libinstpatch/IpatchSampleStoreRom.h
--- 1.1.6-1/libinstpatch/IpatchSampleStoreRom.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreRom.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_ROM_H__
 #define __IPATCH_SAMPLE_STORE_ROM_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreSndFile.c 1.1.7-1/libinstpatch/IpatchSampleStoreSndFile.c
--- 1.1.6-1/libinstpatch/IpatchSampleStoreSndFile.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreSndFile.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStoreSndFile
@@ -27,6 +25,7 @@
 #include <string.h>
 #include <glib.h>
 #include <glib-object.h>
+#include <sndfile.h>
 
 #include "IpatchSampleStoreSndFile.h"
 #include "IpatchSampleStore.h"
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreSndFile.h 1.1.7-1/libinstpatch/IpatchSampleStoreSndFile.h
--- 1.1.6-1/libinstpatch/IpatchSampleStoreSndFile.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreSndFile.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_SND_FILE_H__
 #define __IPATCH_SAMPLE_STORE_SND_FILE_H__
@@ -24,8 +22,6 @@
 #include <glib-object.h>
 #include <libinstpatch/IpatchSampleStore.h>
 
-#include <sndfile.h>
-
 /* forward type declarations */
 
 typedef struct _IpatchSampleStoreSndFile IpatchSampleStoreSndFile;
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreSplit24.c 1.1.7-1/libinstpatch/IpatchSampleStoreSplit24.c
--- 1.1.6-1/libinstpatch/IpatchSampleStoreSplit24.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreSplit24.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStoreSplit24
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreSplit24.h 1.1.7-1/libinstpatch/IpatchSampleStoreSplit24.h
--- 1.1.6-1/libinstpatch/IpatchSampleStoreSplit24.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreSplit24.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_SPLIT24_H__
 #define __IPATCH_SAMPLE_STORE_SPLIT24_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreSwap.c 1.1.7-1/libinstpatch/IpatchSampleStoreSwap.c
--- 1.1.6-1/libinstpatch/IpatchSampleStoreSwap.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreSwap.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStoreSwap
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreSwap.h 1.1.7-1/libinstpatch/IpatchSampleStoreSwap.h
--- 1.1.6-1/libinstpatch/IpatchSampleStoreSwap.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreSwap.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_SWAP_H__
 #define __IPATCH_SAMPLE_STORE_SWAP_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreVirtual.c 1.1.7-1/libinstpatch/IpatchSampleStoreVirtual.c
--- 1.1.6-1/libinstpatch/IpatchSampleStoreVirtual.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreVirtual.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleStoreVirtual
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleStoreVirtual.h 1.1.7-1/libinstpatch/IpatchSampleStoreVirtual.h
--- 1.1.6-1/libinstpatch/IpatchSampleStoreVirtual.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleStoreVirtual.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_STORE_VIRTUAL_H__
 #define __IPATCH_SAMPLE_STORE_VIRTUAL_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleTransform.c 1.1.7-1/libinstpatch/IpatchSampleTransform.c
--- 1.1.6-1/libinstpatch/IpatchSampleTransform.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleTransform.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSampleTransform
diff -pruN 1.1.6-1/libinstpatch/IpatchSampleTransform.h 1.1.7-1/libinstpatch/IpatchSampleTransform.h
--- 1.1.6-1/libinstpatch/IpatchSampleTransform.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSampleTransform.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SAMPLE_TRANSFORM_H__
 #define __IPATCH_SAMPLE_TRANSFORM_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchSndFile.c 1.1.7-1/libinstpatch/IpatchSndFile.c
--- 1.1.6-1/libinstpatch/IpatchSndFile.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSndFile.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchSndFile
diff -pruN 1.1.6-1/libinstpatch/IpatchSndFile.h 1.1.7-1/libinstpatch/IpatchSndFile.h
--- 1.1.6-1/libinstpatch/IpatchSndFile.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchSndFile.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_SND_FILE_H__
 #define __IPATCH_SND_FILE_H__
@@ -24,8 +22,6 @@
 #include <glib-object.h>
 #include <libinstpatch/IpatchFile.h>
 
-#include <sndfile.h>
-
 typedef struct _IpatchSndFile IpatchSndFile;
 typedef struct _IpatchSndFileClass IpatchSndFileClass;
 
diff -pruN 1.1.6-1/libinstpatch/IpatchState.c 1.1.7-1/libinstpatch/IpatchState.c
--- 1.1.6-1/libinstpatch/IpatchState.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchState.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <stdio.h>
 #include <glib.h>
diff -pruN 1.1.6-1/libinstpatch/IpatchState.h 1.1.7-1/libinstpatch/IpatchState.h
--- 1.1.6-1/libinstpatch/IpatchState.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchState.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_STATE_H__
 #define __IPATCH_STATE_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchStateGroup.c 1.1.7-1/libinstpatch/IpatchStateGroup.c
--- 1.1.6-1/libinstpatch/IpatchStateGroup.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchStateGroup.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <stdio.h>
 #include <glib.h>
diff -pruN 1.1.6-1/libinstpatch/IpatchStateGroup.h 1.1.7-1/libinstpatch/IpatchStateGroup.h
--- 1.1.6-1/libinstpatch/IpatchStateGroup.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchStateGroup.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_STATE_GROUP_H__
 #define __IPATCH_STATE_GROUP_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchStateItem.c 1.1.7-1/libinstpatch/IpatchStateItem.c
--- 1.1.6-1/libinstpatch/IpatchStateItem.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchStateItem.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <stdio.h>
 #include <glib.h>
diff -pruN 1.1.6-1/libinstpatch/IpatchStateItem.h 1.1.7-1/libinstpatch/IpatchStateItem.h
--- 1.1.6-1/libinstpatch/IpatchStateItem.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchStateItem.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_STATE_ITEM_H__
 #define __IPATCH_STATE_ITEM_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchState_types.c 1.1.7-1/libinstpatch/IpatchState_types.c
--- 1.1.6-1/libinstpatch/IpatchState_types.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchState_types.c	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <stdio.h>
 #include <string.h>
diff -pruN 1.1.6-1/libinstpatch/IpatchState_types.h 1.1.7-1/libinstpatch/IpatchState_types.h
--- 1.1.6-1/libinstpatch/IpatchState_types.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchState_types.h	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_STATE_TYPES_H__
 #define __IPATCH_STATE_TYPES_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchTypeProp.c 1.1.7-1/libinstpatch/IpatchTypeProp.c
--- 1.1.6-1/libinstpatch/IpatchTypeProp.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchTypeProp.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchTypeProp
diff -pruN 1.1.6-1/libinstpatch/IpatchTypeProp.h 1.1.7-1/libinstpatch/IpatchTypeProp.h
--- 1.1.6-1/libinstpatch/IpatchTypeProp.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchTypeProp.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_TYPE_PROP_H__
 #define __IPATCH_TYPE_PROP_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchUnit.c 1.1.7-1/libinstpatch/IpatchUnit.c
--- 1.1.6-1/libinstpatch/IpatchUnit.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchUnit.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchUnit
diff -pruN 1.1.6-1/libinstpatch/IpatchUnit.h 1.1.7-1/libinstpatch/IpatchUnit.h
--- 1.1.6-1/libinstpatch/IpatchUnit.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchUnit.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_UNIT_H__
 #define __IPATCH_UNIT_H__
@@ -87,7 +85,8 @@ typedef enum
     IPATCH_UNIT_TYPE_SF2_OFS_TIME = 163,
     IPATCH_UNIT_TYPE_CENTIBELS = 164,
     IPATCH_UNIT_TYPE_32K_SAMPLES = 165,
-    IPATCH_UNIT_TYPE_TENTH_PERCENT = 166
+    IPATCH_UNIT_TYPE_TENTH_PERCENT = 166,
+    IPATCH_UNIT_TYPE_SF2_ATTENUATION = 167
 } IpatchUnitType;
 
 /*
diff -pruN 1.1.6-1/libinstpatch/IpatchUnit_DLS.c 1.1.7-1/libinstpatch/IpatchUnit_DLS.c
--- 1.1.6-1/libinstpatch/IpatchUnit_DLS.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchUnit_DLS.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchUnit_DLS
diff -pruN 1.1.6-1/libinstpatch/IpatchUnit_DLS.h 1.1.7-1/libinstpatch/IpatchUnit_DLS.h
--- 1.1.6-1/libinstpatch/IpatchUnit_DLS.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchUnit_DLS.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_UNIT_DLS_H__
 #define __IPATCH_UNIT_DLS_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchUnit_SF2.c 1.1.7-1/libinstpatch/IpatchUnit_SF2.c
--- 1.1.6-1/libinstpatch/IpatchUnit_SF2.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchUnit_SF2.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchUnit_SF2
@@ -74,6 +72,12 @@ ipatch_unit_tenth_percent_to_percent_val
 static void
 ipatch_unit_percent_to_tenth_percent_value(const GValue *src_val,
         GValue *dest_val);
+static void
+ipatch_unit_sf2_attenuation_to_decibels_value(const GValue *src_val,
+                                              GValue *dest_val);
+static void
+ipatch_unit_decibels_to_sf2_attenuation_value(const GValue *src_val,
+                                              GValue *dest_val);
 
 
 /**
@@ -121,6 +125,12 @@ _ipatch_unit_sf2_init(void)
     info->name = "TenthPercent";
     ipatch_unit_register(info);
 
+    info->id = IPATCH_UNIT_TYPE_SF2_ATTENUATION;
+    info->flags = IPATCH_UNIT_LOGARITHMIC;
+    info->name = "SF2Attenuation";
+    ipatch_unit_register(info);
+    info->flags = 0;
+
     ipatch_unit_info_free(info);	/* done with info structure, free it */
 
     /* SF2 absolute pitch <==> DLS absolute pitch */
@@ -195,6 +205,14 @@ _ipatch_unit_sf2_init(void)
     (IPATCH_UNIT_TYPE_PERCENT, IPATCH_UNIT_TYPE_TENTH_PERCENT,
      ipatch_unit_percent_to_tenth_percent_value);
 
+    /* SF2 attenuation <==> Decibels  */
+    ipatch_unit_conversion_register
+    (IPATCH_UNIT_TYPE_SF2_ATTENUATION, IPATCH_UNIT_TYPE_DECIBELS,
+     ipatch_unit_sf2_attenuation_to_decibels_value);
+    ipatch_unit_conversion_register
+    (IPATCH_UNIT_TYPE_DECIBELS, IPATCH_UNIT_TYPE_SF2_ATTENUATION,
+     ipatch_unit_decibels_to_sf2_attenuation_value);
+
     /* Register converter for IPATCH_UNIT_TYPE_SEMITONES and
        IPATCH_UNIT_TYPE_CENTS. These mapping must be registered
        in the unit domain IPATCH_UNIT_CLASS_USER.
@@ -245,6 +263,10 @@ _ipatch_unit_sf2_init(void)
     ipatch_unit_class_register_map(IPATCH_UNIT_CLASS_USER,
                                    IPATCH_UNIT_TYPE_TENTH_PERCENT,
                                    IPATCH_UNIT_TYPE_PERCENT);
+
+    ipatch_unit_class_register_map(IPATCH_UNIT_CLASS_USER,
+                                   IPATCH_UNIT_TYPE_SF2_ATTENUATION,
+                                   IPATCH_UNIT_TYPE_DECIBELS);
 }
 
 /**
@@ -654,3 +676,19 @@ ipatch_unit_percent_to_tenth_percent_val
     double percent = g_value_get_double(src_val);
     g_value_set_int(dest_val, (gint)(percent * 10.0 + 0.5));
 }
+
+static void
+ipatch_unit_sf2_attenuation_to_decibels_value(const GValue *src_val,
+                                              GValue *dest_val)
+{
+    int attenuation = g_value_get_int(src_val);
+    g_value_set_double(dest_val, (double)attenuation / 25.0);
+}
+
+static void
+ipatch_unit_decibels_to_sf2_attenuation_value(const GValue *src_val,
+                                              GValue *dest_val)
+{
+    double db = g_value_get_double(src_val);
+    g_value_set_int(dest_val, (gint)(db * 25.0 + 0.5));
+}
diff -pruN 1.1.6-1/libinstpatch/IpatchUnit_SF2.h 1.1.7-1/libinstpatch/IpatchUnit_SF2.h
--- 1.1.6-1/libinstpatch/IpatchUnit_SF2.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchUnit_SF2.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_UNIT_SF2_H__
 #define __IPATCH_UNIT_SF2_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchUnit_generic.c 1.1.7-1/libinstpatch/IpatchUnit_generic.c
--- 1.1.6-1/libinstpatch/IpatchUnit_generic.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchUnit_generic.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchUnit_generic
diff -pruN 1.1.6-1/libinstpatch/IpatchUnit_generic.h 1.1.7-1/libinstpatch/IpatchUnit_generic.h
--- 1.1.6-1/libinstpatch/IpatchUnit_generic.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchUnit_generic.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_UNIT_GENERIC_H__
 #define __IPATCH_UNIT_GENERIC_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchVBank.c 1.1.7-1/libinstpatch/IpatchVBank.c
--- 1.1.6-1/libinstpatch/IpatchVBank.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVBank.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchVBank
diff -pruN 1.1.6-1/libinstpatch/IpatchVBank.h 1.1.7-1/libinstpatch/IpatchVBank.h
--- 1.1.6-1/libinstpatch/IpatchVBank.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVBank.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_VBANK_H__
 #define __IPATCH_VBANK_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchVBankInst.c 1.1.7-1/libinstpatch/IpatchVBankInst.c
--- 1.1.6-1/libinstpatch/IpatchVBankInst.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVBankInst.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchVBankInst
diff -pruN 1.1.6-1/libinstpatch/IpatchVBankInst.h 1.1.7-1/libinstpatch/IpatchVBankInst.h
--- 1.1.6-1/libinstpatch/IpatchVBankInst.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVBankInst.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_VBANK_INST_H__
 #define __IPATCH_VBANK_INST_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchVBankRegion.c 1.1.7-1/libinstpatch/IpatchVBankRegion.c
--- 1.1.6-1/libinstpatch/IpatchVBankRegion.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVBankRegion.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchVBankRegion
diff -pruN 1.1.6-1/libinstpatch/IpatchVBankRegion.h 1.1.7-1/libinstpatch/IpatchVBankRegion.h
--- 1.1.6-1/libinstpatch/IpatchVBankRegion.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVBankRegion.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_VBANK_REGION_H__
 #define __IPATCH_VBANK_REGION_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchVirtualContainer.c 1.1.7-1/libinstpatch/IpatchVirtualContainer.c
--- 1.1.6-1/libinstpatch/IpatchVirtualContainer.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVirtualContainer.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchVirtualContainer
diff -pruN 1.1.6-1/libinstpatch/IpatchVirtualContainer.h 1.1.7-1/libinstpatch/IpatchVirtualContainer.h
--- 1.1.6-1/libinstpatch/IpatchVirtualContainer.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVirtualContainer.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_VIRTUAL_CONTAINER_H__
 #define __IPATCH_VIRTUAL_CONTAINER_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchVirtualContainer_types.c 1.1.7-1/libinstpatch/IpatchVirtualContainer_types.c
--- 1.1.6-1/libinstpatch/IpatchVirtualContainer_types.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVirtualContainer_types.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchVirtualContainer_types
diff -pruN 1.1.6-1/libinstpatch/IpatchVirtualContainer_types.h 1.1.7-1/libinstpatch/IpatchVirtualContainer_types.h
--- 1.1.6-1/libinstpatch/IpatchVirtualContainer_types.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchVirtualContainer_types.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_VIRTUAL_CONTAINER_TYPES_H__
 #define __IPATCH_VIRTUAL_CONTAINER_TYPES_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchXml.c 1.1.7-1/libinstpatch/IpatchXml.c
--- 1.1.6-1/libinstpatch/IpatchXml.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchXml.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchXml
diff -pruN 1.1.6-1/libinstpatch/IpatchXml.h 1.1.7-1/libinstpatch/IpatchXml.h
--- 1.1.6-1/libinstpatch/IpatchXml.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchXml.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_XML_H__
 #define __IPATCH_XML_H__
diff -pruN 1.1.6-1/libinstpatch/IpatchXmlObject.c 1.1.7-1/libinstpatch/IpatchXmlObject.c
--- 1.1.6-1/libinstpatch/IpatchXmlObject.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchXmlObject.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: IpatchXmlObject
diff -pruN 1.1.6-1/libinstpatch/IpatchXmlObject.h 1.1.7-1/libinstpatch/IpatchXmlObject.h
--- 1.1.6-1/libinstpatch/IpatchXmlObject.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/IpatchXmlObject.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_XML_OBJECT_H__
 #define __IPATCH_XML_OBJECT_H__
diff -pruN 1.1.6-1/libinstpatch/builtin_enums.c 1.1.7-1/libinstpatch/builtin_enums.c
--- 1.1.6-1/libinstpatch/builtin_enums.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/builtin_enums.c	2025-05-20 11:35:36.000000000 +0000
@@ -1268,6 +1268,7 @@ static const GEnumValue _ipatch_unit_typ
  { IPATCH_UNIT_TYPE_CENTIBELS, "IPATCH_UNIT_TYPE_CENTIBELS", "centibels" },
  { IPATCH_UNIT_TYPE_32K_SAMPLES, "IPATCH_UNIT_TYPE_32K_SAMPLES", "32k-samples" },
  { IPATCH_UNIT_TYPE_TENTH_PERCENT, "IPATCH_UNIT_TYPE_TENTH_PERCENT", "tenth-percent" },
+ { IPATCH_UNIT_TYPE_SF2_ATTENUATION, "IPATCH_UNIT_TYPE_SF2_ATTENUATION", "sf2-attenuation" },
  { 0, NULL, NULL }
 };
 
diff -pruN 1.1.6-1/libinstpatch/compat.c 1.1.7-1/libinstpatch/compat.c
--- 1.1.6-1/libinstpatch/compat.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/compat.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include "compat.h"
 
diff -pruN 1.1.6-1/libinstpatch/compat.h 1.1.7-1/libinstpatch/compat.h
--- 1.1.6-1/libinstpatch/compat.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/compat.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /* Older glib compatibility functions */
 
diff -pruN 1.1.6-1/libinstpatch/ipatch_priv.h 1.1.7-1/libinstpatch/ipatch_priv.h
--- 1.1.6-1/libinstpatch/ipatch_priv.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/ipatch_priv.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /*
  * ipatch_priv.h - Private header file
diff -pruN 1.1.6-1/libinstpatch/libinstpatch.h.in 1.1.7-1/libinstpatch/libinstpatch.h.in
--- 1.1.6-1/libinstpatch/libinstpatch.h.in	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/libinstpatch.h.in	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __LIB_INST_PATCH_H__
 #define __LIB_INST_PATCH_H__
diff -pruN 1.1.6-1/libinstpatch/misc.c 1.1.7-1/libinstpatch/misc.c
--- 1.1.6-1/libinstpatch/misc.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/misc.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: misc
diff -pruN 1.1.6-1/libinstpatch/misc.h 1.1.7-1/libinstpatch/misc.h
--- 1.1.6-1/libinstpatch/misc.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/misc.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __MISC_H__
 #define __MISC_H__
diff -pruN 1.1.6-1/libinstpatch/sample.c 1.1.7-1/libinstpatch/sample.c
--- 1.1.6-1/libinstpatch/sample.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/sample.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: sample
diff -pruN 1.1.6-1/libinstpatch/sample.h 1.1.7-1/libinstpatch/sample.h
--- 1.1.6-1/libinstpatch/sample.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/sample.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __SAMPLE_H__
 #define __SAMPLE_H__
diff -pruN 1.1.6-1/libinstpatch/util.c 1.1.7-1/libinstpatch/util.c
--- 1.1.6-1/libinstpatch/util.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/util.c	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /**
  * SECTION: util
diff -pruN 1.1.6-1/libinstpatch/util.h 1.1.7-1/libinstpatch/util.h
--- 1.1.6-1/libinstpatch/util.h	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/util.h	2025-05-20 11:35:36.000000000 +0000
@@ -13,9 +13,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_UTIL_H__
 #define __IPATCH_UTIL_H__
diff -pruN 1.1.6-1/libinstpatch/version.h.in 1.1.7-1/libinstpatch/version.h.in
--- 1.1.6-1/libinstpatch/version.h.in	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch/version.h.in	2025-05-20 11:35:36.000000000 +0000
@@ -15,9 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef __IPATCH_VERSION_H__
 #define __IPATCH_VERSION_H__
diff -pruN 1.1.6-1/libinstpatch-1.0.pc.in 1.1.7-1/libinstpatch-1.0.pc.in
--- 1.1.6-1/libinstpatch-1.0.pc.in	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/libinstpatch-1.0.pc.in	2025-05-20 11:35:36.000000000 +0000
@@ -1,7 +1,7 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@/@INSTPATCH_INSTALL_TARGET@
 
 Name: libInstPatch
 Description: MIDI instrument patch library
diff -pruN 1.1.6-1/tests/sample_list_test.c 1.1.7-1/tests/sample_list_test.c
--- 1.1.6-1/tests/sample_list_test.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/tests/sample_list_test.c	2025-05-20 11:35:36.000000000 +0000
@@ -25,9 +25,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <libinstpatch/libinstpatch.h>
 #include <math.h>
diff -pruN 1.1.6-1/tests/sample_test.c 1.1.7-1/tests/sample_test.c
--- 1.1.6-1/tests/sample_test.c	2021-01-22 20:50:51.000000000 +0000
+++ 1.1.7-1/tests/sample_test.c	2025-05-20 11:35:36.000000000 +0000
@@ -21,9 +21,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA or on the web at http://www.gnu.org.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #include <libinstpatch/libinstpatch.h>
 
