[glibc] hppa: Consistently reference LGPL in copyright header

Florian Weimer fw@sourceware.org
Thu Nov 13 08:46:43 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2254e871f49b8844a77367318d8b9cd8ca839374

commit 2254e871f49b8844a77367318d8b9cd8ca839374
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Nov 13 09:46:15 2025 +0100

    hppa: Consistently reference LGPL in copyright header
    
    The file was added with a GPL reference (but LGPL statement) in
    commit 0d6bed71502f053fa702ccbb7dd4fa6741b2a0ed ("hppa: Add
    ____longjmp_check C implementation.").
    
    Reviewed-by: Carlos O'Donell <carlos@redhat.com>
    Reviewed-by: Collin Funk <collin.funk1@gmail.com>

Diff:
---
 sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c b/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c
index 845507b11f..25413e80cf 100644
--- a/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c
+++ b/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c
@@ -11,10 +11,9 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
-   02110-1301, USA.  */
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 #include <signal.h>


More information about the Glibc-cvs mailing list