bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: License pedantry


From: Bruno Haible
Subject: Re: License pedantry
Date: Thu, 17 Sep 2009 22:08:13 +0200
User-agent: KMail/1.9.9

Ian Beckwith wrote:
> * Replaces incorrect FSF addresses with pointers to www.gnu.org/licenses.
>   (picked up by 'licensecheck', in the debian devscripts package).

David, is the following change OK with you?

Would you also accept to change the license mentioned in the header
to say "GPL", like we do for the rest of gnulib? (The files stay under
LGPLv2+, since we don't change modules/safe-alloc?)


2009-09-17  Bruno Haible  <address@hidden>

        * lib/safe-alloc.h: Use the standard header with LGPLv2+ copyright.
        * lib/safe-alloc.c: Likewise.

*** lib/safe-alloc.c.orig       2009-09-17 21:53:50.000000000 +0200
--- lib/safe-alloc.c    2009-09-17 21:49:51.000000000 +0200
***************
*** 1,23 ****
! /*
!  * safe-alloc.c: safer memory allocation
!  *
!  * Copyright (C) 2009 Free Software Foundation, Inc.
!  *
!  * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License as published by the Free Software Foundation; either
!  * version 2.1 of the License, or (at your option) any later version.
!  *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * 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 Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  *
!  */
  
  /* Written by Daniel Berrange <address@hidden>, 2008 */
  
--- 1,19 ----
! /* safe-alloc.c: safer memory allocation
! 
!    Copyright (C) 2009 Free Software Foundation, Inc.
! 
!    This program is free software: you can redistribute it and/or modify it
!    under the terms of the GNU Lesser General Public License as published
!    by the Free Software Foundation; either version 2.1 of the License, or
!    (at your option) any later version.
! 
!    This program is distributed in the hope that it will be useful,
!    but WITHOUT ANY WARRANTY; without even the implied warranty of
!    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 Lesser General Public License
!    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  
  /* Written by Daniel Berrange <address@hidden>, 2008 */
  
*** lib/safe-alloc.h.orig       2009-09-17 21:53:50.000000000 +0200
--- lib/safe-alloc.h    2009-09-17 21:49:57.000000000 +0200
***************
*** 1,23 ****
! /*
!  * safe-alloc.h: safer memory allocation
!  *
!  * Copyright (C) 2009 Free Software Foundation, Inc.
!  *
!  * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License as published by the Free Software Foundation; either
!  * version 2.1 of the License, or (at your option) any later version.
!  *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * 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 Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  *
!  */
  
  /* Written by Daniel Berrange <address@hidden>, 2008 */
  
--- 1,19 ----
! /* safe-alloc.h: safer memory allocation
! 
!    Copyright (C) 2009 Free Software Foundation, Inc.
! 
!    This program is free software: you can redistribute it and/or modify it
!    under the terms of the GNU Lesser General Public License as published
!    by the Free Software Foundation; either version 2.1 of the License, or
!    (at your option) any later version.
! 
!    This program is distributed in the hope that it will be useful,
!    but WITHOUT ANY WARRANTY; without even the implied warranty of
!    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 Lesser General Public License
!    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  
  /* Written by Daniel Berrange <address@hidden>, 2008 */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]