Control: tags -1 patch
Please find a patch attached that fixes the copyright file. There is also an additional file licensed under the BSD-3-clause (not GPL) that I have added.
diff -Nru r-cran-lbfgsb3c-2024-3.5/debian/changelog r-cran-lbfgsb3c-2024-3.5/debian/changelog --- r-cran-lbfgsb3c-2024-3.5/debian/changelog 2025-01-27 07:40:10.000000000 +0100 +++ r-cran-lbfgsb3c-2024-3.5/debian/changelog 2025-09-02 13:10:46.000000000 +0200 @@ -1,3 +1,10 @@ +r-cran-lbfgsb3c (2024-3.5-1.1) unstable; urgency=medium + + * Non-maintainer upload + * Correct L-BFGS-B's copyright (Closes: #1105872) + + -- Bastian Germann <[email protected]> Tue, 02 Sep 2025 13:10:46 +0200 + r-cran-lbfgsb3c (2024-3.5-1) unstable; urgency=medium * Team upload. diff -Nru r-cran-lbfgsb3c-2024-3.5/debian/copyright r-cran-lbfgsb3c-2024-3.5/debian/copyright --- r-cran-lbfgsb3c-2024-3.5/debian/copyright 2025-01-27 07:39:49.000000000 +0100 +++ r-cran-lbfgsb3c-2024-3.5/debian/copyright 2025-09-02 13:09:49.000000000 +0200 @@ -13,17 +13,43 @@ License: GPL-2 Files: src/blas.f +Copyright: + Brett M. Averick +License: BSD-3-clause + +Files: inst/lbfgsb140731.f src/lbfgsb.f src/timer.f -Copyright: 2017-2020 Matthew L Fidler, - John C Nash, +Copyright: + P. Lu-Chen, Ciyou Zhu, Richard Byrd, Jorge Nocedal, Jose Luis Morales License: BSD-3-clause - You can find the full text of the BSD-3-clause license at - /usr/share/common-licenses/BSD. + +License: BSD-3-clause + 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 the <organization> 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 <COPYRIGHT HOLDER> 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. Files: debian/* Copyright: 2020 Andreas Tille <[email protected]>

