I am uploading a NMU to fix this. Please find the debdiff attached.
diff -Nru haskell-charsetdetect-ae-1.1.0.4/debian/changelog haskell-charsetdetect-ae-1.1.0.4/debian/changelog --- haskell-charsetdetect-ae-1.1.0.4/debian/changelog 2024-09-14 21:48:40.000000000 +0200 +++ haskell-charsetdetect-ae-1.1.0.4/debian/changelog 2025-05-07 12:59:35.000000000 +0200 @@ -1,3 +1,10 @@ +haskell-charsetdetect-ae (1.1.0.4-7.1) unstable; urgency=medium + + * Non-maintainer upload + * d/copyright: Fix BSD license variant (Closes: #1102354) + + -- Bastian Germann <b...@debian.org> Wed, 07 May 2025 12:59:35 +0200 + haskell-charsetdetect-ae (1.1.0.4-7) unstable; urgency=medium * Declare compliance with Debian policy 4.7.0 diff -Nru haskell-charsetdetect-ae-1.1.0.4/debian/copyright haskell-charsetdetect-ae-1.1.0.4/debian/copyright --- haskell-charsetdetect-ae-1.1.0.4/debian/copyright 2021-11-27 13:52:06.000000000 +0100 +++ haskell-charsetdetect-ae-1.1.0.4/debian/copyright 2025-05-07 12:59:35.000000000 +0200 @@ -20,8 +20,8 @@ License: MPL-1.1/GPL-2/LGPL-2.1 Files: libcharsetdetect/nspr-emu/prcpucfg.h -Copyright: Google Inc. -License: BSD +Copyright: 2008, Google Inc. +License: BSD-3-clause~Google Files: debian/* Copyright: held by the contributors mentioned in debian/changelog @@ -74,9 +74,29 @@ You may obtain a copy of the Mozilla Public License at http://www.mozilla.org/MPL/ -License: BSD - Chromium (and thus presumably their contribution) is licensed under the BSD license. - . - On Debian systems, the full text of the BSD license - can be found in the file - `/usr/share/common-licenses/BSD'. +License: BSD-3-clause~Google + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.