libtool-patches
[Top][All Lists]
Advanced

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

FYI: change autoconf macro licenses [libtool--devo--1.0--patch-2]


From: Gary V. Vaughan
Subject: FYI: change autoconf macro licenses [libtool--devo--1.0--patch-2]
Date: Sat, 8 Jan 2005 21:17:17 +0000 (GMT)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/libtool--devo--1.0--patch-1 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-1
  M  ChangeLog
  M  m4/libtool.m4
  M  m4/ltdl.m4
  M  m4/ltoptions.m4
  M  m4/ltsugar.m4
  M  m4/ltversion.in
  M  m4/lt~obsolete.m4
  M  m4/argz.m4
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
        * m4/argz.m4, m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4,
        m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: RMS says,
        'I think the [license of autoconf macro files] should be:
        # This file is free software; the Free Software Foundation
        # gives unlimited permission to copy and/or distribute it,
        # with or without modifications, as long as this notice is
        # preserved.'.
  
  2005-01-08  Gary V. Vaughan  <address@hidden>
  
  --- orig/m4/argz.m4
  +++ mod/m4/argz.m4
  @@ -1,24 +1,13 @@
   # Portability macros for glibc argz.                    -*- Autoconf -*-
   # Written by Gary V. Vaughan <address@hidden>
   
  -# Copyright (C) 2004  Free Software Foundation, Inc.
  +# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
   
  -# This program is free software; you can redistribute it and/or modify
  -# it under the terms of the GNU General Public License as published by
  -# the Free Software Foundation; either version 2, 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 General Public License for more details.
  -#
  -# You should have received a copy of the GNU General Public License
  -# along with this program; if not, write to the Free Software
  -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  -# 02111-1307, USA.
  +# This file is free software; the Free Software Foundation gives
  +# unlimited permission to copy and/or distribute it, with or without
  +# modifications, as long as this notice is preserved.
   
  -# serial 1
  +# serial 2
   
   AC_DEFUN([gl_FUNC_ARGZ],
   [gl_PREREQ_ARGZ
  
  
  --- orig/m4/libtool.m4
  +++ mod/m4/libtool.m4
  @@ -1,4 +1,14 @@
   # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
  +#
  +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
  +# Free Software Foundation, Inc.
  +#
  +# This file is part of GNU Libtool:
  +# Originally by Gordon Matzigkeit <address@hidden>, 1996
  +#
  +# This file is free software; the Free Software Foundation gives
  +# unlimited permission to copy and/or distribute it, with or without
  +# modifications, as long as this notice is preserved.
   
   m4_define([_LT_COPYING], [dnl
   # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
  @@ -27,7 +37,7 @@
   # the same distribution terms that you use for the rest of that program.
   ])
   
  -# serial 49 LT_INIT
  +# serial 50 LT_INIT
   
   
   # LT_PREREQ(VERSION)
  
  
  --- orig/m4/ltdl.m4
  +++ mod/m4/ltdl.m4
  @@ -1,26 +1,11 @@
  -## ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
  -## Copyright (C) 1999-2004 Free Software Foundation, Inc.
  -##
  -## This program is free software; you can redistribute it and/or modify
  -## it under the terms of the GNU General Public License as published by
  -## the Free Software Foundation; either version 2 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
  -## General Public License for more details.
  -##
  -## You should have received a copy of the GNU General Public License
  -## along with this program; if not, write to the Free Software
  -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  -##
  -## As a special exception to the GNU General Public License, if you
  -## distribute this file as part of a program that contains a
  -## configuration script generated by Autoconf, you may include it under
  -## the same distribution terms that you use for the rest of that program.
  +# ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
  +# Copyright (C) 1999-2005 Free Software Foundation, Inc.
  +#
  +# This file is free software; the Free Software Foundation gives
  +# unlimited permission to copy and/or distribute it, with or without
  +# modifications, as long as this notice is preserved.
   
  -# serial 6 LTDL_INIT
  +# serial 7 LTDL_INIT
   
   # LT_WITH_LTDL([DIRECTORY])
   # -------------------------
  
  
  --- orig/m4/ltoptions.m4
  +++ mod/m4/ltoptions.m4
  @@ -1,24 +1,13 @@
   # Helper functions for option handling.                    -*- Autoconf -*-
  -# Written by Gary V. Vaughan <address@hidden>
  -
  -# Copyright (C) 2004  Free Software Foundation, Inc.
   
  -# This program is free software; you can redistribute it and/or modify
  -# it under the terms of the GNU General Public License as published by
  -# the Free Software Foundation; either version 2, 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 General Public License for more details.
  +# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
  +# Written by Gary V. Vaughan <address@hidden>
   #
  -# You should have received a copy of the GNU General Public License
  -# along with this program; if not, write to the Free Software
  -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  -# 02111-1307, USA.
  +# This file is free software; the Free Software Foundation gives
  +# unlimited permission to copy and/or distribute it, with or without
  +# modifications, as long as this notice is preserved.
   
  -# serial 1
  +# serial 2
   
   # This is to help aclocal find these macros, as it can't see m4_define.
   AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
  
  
  --- orig/m4/ltsugar.m4
  +++ mod/m4/ltsugar.m4
  @@ -1,28 +1,13 @@
   # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
   #
  -# Copyright (C) 2004 Free Software Foundation, Inc.
  +# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
   # Written by Gary V. Vaughan.
   #
  -# This program is free software; you can redistribute it and/or modify
  -# it under the terms of the GNU General Public License as published by
  -# the Free Software Foundation; either version 2 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
  -# General Public License for more details.
  -#
  -# You should have received a copy of the GNU General Public License
  -# along with this program; if not, write to the Free Software
  -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  -#
  -# As a special exception to the GNU General Public License, if you
  -# distribute this file as part of a program that contains a
  -# configuration script generated by Autoconf, you may include it under
  -# the same distribution terms that you use for the rest of that program.
  +# This file is free software; the Free Software Foundation gives
  +# unlimited permission to copy and/or distribute it, with or without
  +# modifications, as long as this notice is preserved.
   
  -# serial 1
  +# serial 2
   
   # This is to help aclocal find these macros, as it can't see m4_define.
   AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
  
  
  --- orig/m4/ltversion.in
  +++ mod/m4/ltversion.in
  @@ -1,4 +1,12 @@
   # ltversion.m4 -- version numbers                    -*- Autoconf -*-
  +#
  +# Copyright (C) 2004 Free Software Foundation, Inc.
  +# Written by Scott James Remnant.
  +#
  +## This file is free software; the Free Software Foundation gives
  +# unlimited permission to copy and/or distribute it, with or without
  +# modifications, as long as this notice is preserved.
  +
   # @configure_input@
   
   # serial @MACRO_SERIAL@
  
  
  --- orig/m4/lt~obsolete.m4
  +++ mod/m4/lt~obsolete.m4
  @@ -1,28 +1,13 @@
   # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    
-*-Autoconf-*-
   #
  -# Copyright (C) 2004 Free Software Foundation, Inc.
  +# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
   # Written by Scott James Remnant.
   #
  -# This program is free software; you can redistribute it and/or modify
  -# it under the terms of the GNU General Public License as published by
  -# the Free Software Foundation; either version 2 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
  -# General Public License for more details.
  -#
  -# You should have received a copy of the GNU General Public License
  -# along with this program; if not, write to the Free Software
  -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  -#
  -# As a special exception to the GNU General Public License, if you
  -# distribute this file as part of a program that contains a
  -# configuration script generated by Autoconf, you may include it under
  -# the same distribution terms that you use for the rest of that program.
  +# This file is free software; the Free Software Foundation gives
  +# unlimited permission to copy and/or distribute it, with or without
  +# modifications, as long as this notice is preserved.
   
  -# serial 1
  +# serial 2
   
   # These exist entirely to fool aclocal when bootstrapping libtool.
   #
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFB4E3cFRMICSmD1gYRAs0RAJ9zSxp8MbqHe4g+Iigw8cKRA5CgpwCfawyI
1NHQIkLSmqHJl5V6A5MY4vc=
=Q/6K
-----END PGP SIGNATURE-----




reply via email to

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