maint: update copyright notices to include 2014.

* .x-update-copyright: New file. Exclude files not owned by this
project from update-copyright rules.
* doc/libtool.texi: Replace m-dash with n-dash in texinfo
copyright notice so that update-copyright matches correctly.
Undo bogus copyright updates to example output from gdb session.
Bump copyright year.
* Changelog.old: Revert bogus updates from previous years
without .x-update-copyright.
AUTHORS, HACKING, Makefile.am, NEWS, README, THANKS, TODO,
bootstrap, bootstrap.conf, build-aux/edit-readme-alpha,
build-aux/git-hooks/commit-msg, build-aux/ltmain.in, cfg.mk,
configure.ac, gl/build-aux/bootstrap.in,
gl/build-aux/extract-trace, gl/build-aux/funclib.sh,
gl/build-aux/inline-source, gl/build-aux/options-parser,
libltdl/README, libltdl/argz.c, libltdl/argz_.h,
libltdl/configure.ac, libltdl/libltdl/lt__alloc.h,
libltdl/libltdl/lt__dirent.h, libltdl/libltdl/lt__glibc.h,
libltdl/libltdl/lt__private.h, libltdl/libltdl/lt__strl.h,
libltdl/libltdl/lt_dlloader.h, libltdl/libltdl/lt_error.h,
libltdl/libltdl/lt_system.h, libltdl/libltdl/slist.h,
libltdl/loaders/dld_link.c, libltdl/loaders/dlopen.c,
libltdl/loaders/dyld.c, libltdl/loaders/load_add_on.c,
libltdl/loaders/loadlibrary.c, libltdl/loaders/preopen.c,
libltdl/loaders/shl_load.c, libltdl/lt__alloc.c,
libltdl/lt__dirent.c, libltdl/lt__strl.c, libltdl/lt_dlloader.c,
libltdl/lt_error.c, libltdl/ltdl.c, libltdl/ltdl.h,
libltdl/ltdl.mk, libltdl/slist.c, libtoolize.in, m4/argz.m4,
m4/autobuild.m4, m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4,
m4/ltsugar.m4, m4/ltversion.in, m4/lt~obsolete.m4,
tests/am-subdir.at, tests/archive-in-archive.at,
tests/bindir.at, tests/cdemo.at, tests/cmdline_wrap.at,
tests/configure-iface.at, tests/convenience.at, tests/ctor.at,
tests/cwrapper.at, tests/darwin.at, tests/demo.at,
tests/depdemo.at, tests/deplib-in-subdir.at,
tests/deplibs-ident.at, tests/deplibs-mingw.at,
tests/destdir.at, tests/dlloader-api.at,
tests/dumpbin-symbols.at, tests/duplicate_conv.at,
tests/duplicate_deps.at, tests/duplicate_members.at,
tests/early-libtool.at, tests/exceptions.at,
tests/execute-mode.at, tests/exeext.at, tests/export-def.at,
tests/export.at, tests/f77demo.at, tests/fail.at,
tests/fcdemo.at, tests/flags.at, tests/help.at,
tests/indirect_deps.at, tests/infer-tag.at,
tests/inherited_flags.at, tests/install.at,
tests/lalib-syntax.at, tests/libtool.at, tests/libtoolize.at,
tests/link-order.at, tests/link-order2.at, tests/loadlibrary.at,
tests/localization.at, tests/lt_dladvise.at, tests/lt_dlexit.at,
tests/lt_dlopen.at, tests/lt_dlopen_a.at, tests/lt_dlopenext.at,
tests/ltdl-api.at, tests/ltdl-libdir.at, tests/mdemo.at,
tests/need_lib_prefix.at, tests/no-executables.at,
tests/nocase.at, tests/nonrecursive.at, tests/old-ltdl-iface.at,
tests/old-m4-iface.at, tests/pic_flag.at, tests/recursive.at,
tests/resident.at, tests/runpath-in-lalib.at,
tests/search-path.at, tests/shlibpath.at, tests/slist.at,
tests/standalone.at, tests/static.at, tests/stresstest.at,
tests/subproject.at, tests/sysroot.at, tests/tagdemo.at,
tests/template.at, tests/testsuite.at, tests/versioning.at,
tests/with-pic.at: Bump copyright year.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
Gary V. Vaughan 2014-01-02 11:45:36 +13:00
parent 11ab8f1f63
commit 0955ed3ca4
134 changed files with 159 additions and 137 deletions

3
.x-update-copyright Normal file
View File

@ -0,0 +1,3 @@
ChangeLog.old
\.diff$
\.patch$

View File

@ -30,7 +30,7 @@
Charles Wilson libtool@cwilson.fastmail.fm
Brooks Moses bmoses@google.com
--
Copyright (C) 1996, 1998-2013 Free Software Foundation, Inc.
Copyright (C) 1996, 1998-2014 Free Software Foundation, Inc.
This file is part of GNU Libtool.

View File

@ -24999,7 +24999,7 @@ Thu May 28 18:59:08 1998 Ian Lance Taylor <ian@cygnus.com>
* For historical reasons: this is when I started writing libtool.
--
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2010 Free Software Foundation, Inc.
This file is part of GNU Libtool.

View File

@ -444,7 +444,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
--
Copyright (C) 2004-2008, 2010-2013 Free Software Foundation, Inc.
Copyright (C) 2004-2008, 2010-2014 Free Software Foundation, Inc.
Written by Gary V. Vaughan, 2004
This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
##
## Copyright (C) 2003-2013 Free Software Foundation, Inc.
## Copyright (C) 2003-2014 Free Software Foundation, Inc.
## Written by Gary V. Vaughan, 2003
##
## This file is part of GNU Libtool.

2
NEWS
View File

@ -1075,7 +1075,7 @@ New in 0.1:
* First release of libtool
* Support for: *-*-freebsd*, *-*-netbsd*, *-*-sunos4*, *-*-ultrix4*
--
Copyright (C) 1996, 1998-2013 Free Software Foundation, Inc.
Copyright (C) 1996, 1998-2014 Free Software Foundation, Inc.
This file is part of GNU Libtool.

2
README
View File

@ -299,7 +299,7 @@ things:
$ libtool --version
ltmain.sh (GNU libtool 1.1603 2004/09/12 22:02:07) 2.1a
Copyright (C) 2004, 2011-2013 Free Software Foundation, Inc.
Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2
THANKS
View File

@ -211,7 +211,7 @@
and small patches are credited for their contributions in the ChangeLogs.
--
Copyright (C) 1996, 1998-1999, 2001-2013 Free Software Foundation,
Copyright (C) 1996, 1998-1999, 2001-2014 Free Software Foundation,
Inc.
Written by Gord Matzigkeit, 1996

2
TODO
View File

@ -329,7 +329,7 @@ GNU Libtool
it easier to add new platforms.
--
Copyright (C) 2004-2005, 2007-2008, 2011-2013 Free Software
Copyright (C) 2004-2005, 2007-2008, 2011-2014 Free Software
Foundation, Inc.
Written by Gary V. Vaughan, 2004

View File

@ -3,7 +3,7 @@
# Bootstrap an Autotooled package from checked-out sources.
# Written by Gary V. Vaughan, 2010
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,6 +1,6 @@
# bootstrap.conf (GNU Libtool) version 2011-11-24
#
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2010
# This is free software; see the source for copying conditions. There is NO

View File

@ -1,7 +1,7 @@
#! /bin/sh
# edit-readme-alpha - edit README file for alpha releases
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2010
#
# This file is part of GNU Libtool.

View File

@ -1,7 +1,26 @@
#!/bin/sh
# An example hook script for catching duplicate or malformed
# Co-authored-by or Copyright-paperwork-exempt lines in the
# commit message.
# An example hook script for catching duplicate or malformed Co-authored-by
# or Copyright-paperwork-exempt lines in the commit message.
# Written by Gary V. Vaughan <gary@gnu.org>, 2011
# Copyright (C) 2011-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Libtoolize 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.
#
# Libtoolize 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, see <http://www.gnu.org/licenses/>.
: ${SED="sed"}
test set = ${ECHO+'set'} = set || ECHO='printf %s\n'

View File

@ -4,7 +4,7 @@
# Provide generalized library-building support services.
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2
cfg.mk
View File

@ -1,6 +1,6 @@
# cfg.mk -- Configuration for maintainer-makefile
#
# Copyright (c) 2011-2013 Free Software Foundation, Inc.
# Copyright (c) 2011-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2011
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# Process this file with autoconf to create configure. -*- autoconf -*-
# Copyright (C) 2001, 2004-2005, 2008, 2010-2013 Free Software
# Copyright (C) 2001, 2004-2005, 2008, 2010-2014 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2001
#

View File

@ -20,7 +20,7 @@
@copying
This manual is for GNU Libtool (version @value{VERSION}, @value{UPDATED}).
Copyright @copyright{} 1996--2013 Free Software Foundation, Inc.
Copyright @copyright{} 1996-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
@ -935,7 +935,7 @@ lives. So, let's try again, by invoking GDB directly on the executable:
@example
burger$ @kbd{gdb @value{objdir}/hell}
GNU gdb 5.3 (i386-unknown-netbsd)
Copyright 2002, 2011-2013 Free Software Foundation, Inc.
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it
under certain conditions. Type "show copying" to see the conditions.
@ -7166,7 +7166,7 @@ trick$ chmod +x libtool
trick$ libtool --version
ltmain.sh (GNU @@PACKAGE@@@@TIMESTAMP@@) @@VERSION@@
Copyright (C) 2011 Free Software Foundation, Inc.
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
trick$

View File

@ -3,7 +3,7 @@
# Bootstrap an Autotooled package from checked-out sources.
# Written by Gary V. Vaughan, 2010
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -3,7 +3,7 @@
# Extract macro arguments from autotools input with GNU M4.
# Written by Gary V. Vaughan, 2010
#
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -4,7 +4,7 @@ scriptversion=2013-10-28.05; # UTC
# General shell script boiler plate, and helper functions.
# Written by Gary V. Vaughan, 2004
# Copyright (C) 2004-2013 Free Software Foundation, Inc.
# Copyright (C) 2004-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -3,7 +3,7 @@
# Output the contents of a shell script with sourced files inlined.
# Written by Gary V. Vaughan, 2012
# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# Copyright (C) 2012-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -6,7 +6,7 @@ scriptversion=2012-10-21.11; # UTC
# A portable, pluggable option parser for Bourne shell.
# Written by Gary V. Vaughan, 2010
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -9,7 +9,7 @@ It supports the following dlopen interfaces:
* dyld (darwin/Mac OS X)
* libtool's dlpreopen
--
Copyright (C) 1999, 2003, 2011-2013 Free Software Foundation, Inc.
Copyright (C) 1999, 2003, 2011-2014 Free Software Foundation, Inc.
Written by Thomas Tanner, 1999
This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
/* argz.c -- argz implementation for non-glibc systems
Copyright (C) 2004, 2006-2008, 2011-2013 Free Software Foundation,
Copyright (C) 2004, 2006-2008, 2011-2014 Free Software Foundation,
Inc.
Written by Gary V. Vaughan, 2004

View File

@ -1,6 +1,6 @@
/* lt__argz.h -- internal argz interface for non-glibc systems
Copyright (C) 2004, 2007-2008, 2011-2013 Free Software Foundation,
Copyright (C) 2004, 2007-2008, 2011-2014 Free Software Foundation,
Inc.
Written by Gary V. Vaughan, 2004

View File

@ -1,6 +1,6 @@
# Process this file with autoconf to create configure. -*- autoconf -*-
#
# Copyright (C) 2004-2005, 2007-2008, 2011-2013 Free Software
# Copyright (C) 2004-2005, 2007-2008, 2011-2014 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2004
#

View File

@ -1,6 +1,6 @@
/* lt__alloc.h -- internal memory management interface
Copyright (C) 2004, 2011-2013 Free Software Foundation, Inc.
Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
Written by Gary V. Vaughan, 2004
NOTE: The canonical source of this file is maintained with the

View File

@ -1,6 +1,6 @@
/* lt__dirent.h -- internal directory entry scanning interface
Copyright (C) 2001, 2004, 2006, 2011-2013 Free Software Foundation,
Copyright (C) 2001, 2004, 2006, 2011-2014 Free Software Foundation,
Inc.
Written by Bob Friesenhahn, 2001

View File

@ -1,6 +1,6 @@
/* lt__glibc.h -- support for non glibc environments
Copyright (C) 2004, 2006-2007, 2011-2013 Free Software Foundation,
Copyright (C) 2004, 2006-2007, 2011-2014 Free Software Foundation,
Inc.
Written by Gary V. Vaughan, 2004

View File

@ -1,6 +1,6 @@
/* lt__private.h -- internal apis for libltdl
Copyright (C) 2004-2008, 2011-2013 Free Software Foundation, Inc.
Copyright (C) 2004-2008, 2011-2014 Free Software Foundation, Inc.
Written by Gary V. Vaughan, 2004
NOTE: The canonical source of this file is maintained with the

View File

@ -1,6 +1,6 @@
/* lt__strl.h -- size-bounded string copying and concatenation
Copyright (C) 2004, 2006, 2011-2013 Free Software Foundation, Inc.
Copyright (C) 2004, 2006, 2011-2014 Free Software Foundation, Inc.
Written by Bob Friesenhahn, 2004
NOTE: The canonical source of this file is maintained with the

View File

@ -1,6 +1,6 @@
/* lt_dlloader.h -- dynamic library loader interface
Copyright (C) 2004, 2007-2008, 2011-2013 Free Software Foundation,
Copyright (C) 2004, 2007-2008, 2011-2014 Free Software Foundation,
Inc.
Written by Gary V. Vaughan, 2004

View File

@ -1,6 +1,6 @@
/* lt_error.h -- error propagation interface
Copyright (C) 1999-2001, 2004, 2007, 2011-2013 Free Software
Copyright (C) 1999-2001, 2004, 2007, 2011-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1999

View File

@ -1,6 +1,6 @@
/* lt_system.h -- system portability abstraction layer
Copyright (C) 2004, 2007, 2010-2013 Free Software Foundation, Inc.
Copyright (C) 2004, 2007, 2010-2014 Free Software Foundation, Inc.
Written by Gary V. Vaughan, 2004
NOTE: The canonical source of this file is maintained with the

View File

@ -1,6 +1,6 @@
/* slist.h -- generalised singly linked lists
Copyright (C) 2000, 2004, 2009, 2011-2013 Free Software Foundation,
Copyright (C) 2000, 2004, 2009, 2011-2014 Free Software Foundation,
Inc.
Written by Gary V. Vaughan, 2000

View File

@ -1,6 +1,6 @@
/* loader-dld_link.c -- dynamic linking with dld
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2013 Free Software
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1998

View File

@ -1,6 +1,6 @@
/* loader-dlopen.c -- dynamic linking with dlopen/dlsym
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2013 Free Software
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1998

View File

@ -1,6 +1,6 @@
/* loader-dyld.c -- dynamic linking on darwin and OS X
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2013 Free Software
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software
Foundation, Inc.
Written by Peter O'Gorman, 1998

View File

@ -1,6 +1,6 @@
/* loader-load_add_on.c -- dynamic linking for BeOS
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2013 Free Software
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1998

View File

@ -1,6 +1,6 @@
/* loader-loadlibrary.c -- dynamic linking for Win32
Copyright (C) 1998-2000, 2004-2008, 2010-2013 Free Software
Copyright (C) 1998-2000, 2004-2008, 2010-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1998

View File

@ -1,6 +1,6 @@
/* loader-preopen.c -- emulate dynamic linking using preloaded_symbols
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2013 Free Software
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1998

View File

@ -1,6 +1,6 @@
/* loader-shl_load.c -- dynamic linking with shl_load (HP-UX)
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2013 Free Software
Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1998

View File

@ -1,6 +1,6 @@
/* lt__alloc.c -- internal memory management interface
Copyright (C) 2004, 2006-2007, 2011-2013 Free Software Foundation,
Copyright (C) 2004, 2006-2007, 2011-2014 Free Software Foundation,
Inc.
Written by Gary V. Vaughan, 2004

View File

@ -1,6 +1,6 @@
/* lt__dirent.c -- internal directory entry scanning interface
Copyright (C) 2001, 2004, 2011-2013 Free Software Foundation, Inc.
Copyright (C) 2001, 2004, 2011-2014 Free Software Foundation, Inc.
Written by Bob Friesenhahn, 2001
NOTE: The canonical source of this file is maintained with the

View File

@ -1,6 +1,6 @@
/* lt__strl.c -- size-bounded string copying and concatenation
Copyright (C) 2004, 2011-2013 Free Software Foundation, Inc.
Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
Written by Bob Friesenhahn, 2004
NOTE: The canonical source of this file is maintained with the

View File

@ -1,6 +1,6 @@
/* lt_dlloader.c -- dynamic library loader interface
Copyright (C) 2004, 2007-2008, 2011-2013 Free Software Foundation,
Copyright (C) 2004, 2007-2008, 2011-2014 Free Software Foundation,
Inc.
Written by Gary V. Vaughan, 2004

View File

@ -1,6 +1,6 @@
/* lt_error.c -- error propagation interface
Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2013 Free Software
Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1999

View File

@ -1,6 +1,6 @@
/* ltdl.c -- system independent dlopen wrapper
Copyright (C) 1998-2000, 2004-2008, 2011-2013 Free Software
Copyright (C) 1998-2000, 2004-2008, 2011-2014 Free Software
Foundation, Inc.
Written by Thomas Tanner, 1998

View File

@ -1,6 +1,6 @@
/* ltdl.h -- generic dlopen functions
Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2013 Free
Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2014 Free
Software Foundation, Inc.
Written by Thomas Tanner, 1998

View File

@ -1,6 +1,6 @@
## ltdl.mk -- includable Makefile snippet
##
## Copyright (C) 2003-2005, 2007, 2011-2013 Free Software Foundation,
## Copyright (C) 2003-2005, 2007, 2011-2014 Free Software Foundation,
## Inc.
## Written by Gary V. Vaughan, 2003
##

View File

@ -1,6 +1,6 @@
/* slist.c -- generalised singly linked lists
Copyright (C) 2000, 2004, 2007-2009, 2011-2013 Free Software
Copyright (C) 2000, 2004, 2007-2009, 2011-2014 Free Software
Foundation, Inc.
Written by Gary V. Vaughan, 2000

View File

@ -3,7 +3,7 @@
# Prepare a package to use libtool.
# Written by Gary V. Vaughan <gary@gnu.org>, 2003
# Copyright (C) 2003-2013 Free Software Foundation, Inc.
# Copyright (C) 2003-2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@ -1,6 +1,6 @@
# Portability macros for glibc argz. -*- Autoconf -*-
#
# Copyright (C) 2004-2007, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2004-2007, 2011-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan <gary@gnu.org>
#
# This file is free software; the Free Software Foundation gives

View File

@ -1,5 +1,5 @@
# autobuild.m4 serial 7
dnl Copyright (C) 2004, 2006-2013 Free Software Foundation, Inc.
dnl Copyright (C) 2004, 2006-2014 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

2
m4/libtool.m4 vendored
View File

@ -1,6 +1,6 @@
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
#
# Copyright (C) 1996-2001, 2003-2013 Free Software Foundation, Inc.
# Copyright (C) 1996-2001, 2003-2014 Free Software Foundation, Inc.
# Written by Gordon Matzigkeit, 1996
#
# This file is free software; the Free Software Foundation gives

View File

@ -1,6 +1,6 @@
# ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
#
# Copyright (C) 1999-2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 1999-2008, 2011-2014 Free Software Foundation, Inc.
# Written by Thomas Tanner, 1999
#
# This file is free software; the Free Software Foundation gives

2
m4/ltoptions.m4 vendored
View File

@ -1,6 +1,6 @@
# Helper functions for option handling. -*- Autoconf -*-
#
# Copyright (C) 2004-2005, 2007-2009, 2011-2013 Free Software
# Copyright (C) 2004-2005, 2007-2009, 2011-2014 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2004
#

2
m4/ltsugar.m4 vendored
View File

@ -1,6 +1,6 @@
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
#
# Copyright (C) 2004-2005, 2007-2008, 2011-2013 Free Software
# Copyright (C) 2004-2005, 2007-2008, 2011-2014 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2004
#

View File

@ -1,6 +1,6 @@
# ltversion.m4 -- version numbers -*- Autoconf -*-
#
# Copyright (C) 2004, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
# Written by Scott James Remnant, 2004
#
# This file is free software; the Free Software Foundation gives

2
m4/lt~obsolete.m4 vendored
View File

@ -1,6 +1,6 @@
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
#
# Copyright (C) 2004-2005, 2007, 2009, 2011-2013 Free Software
# Copyright (C) 2004-2005, 2007, 2009, 2011-2014 Free Software
# Foundation, Inc.
# Written by Scott James Remnant, 2004.
#

View File

@ -1,6 +1,6 @@
# am-subdir.at -- libtool subdir-objects support -*- Autotest -*-
# Copyright (C) 2004, 2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2004, 2008, 2011-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2004
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# dmacks.at -- test for dmacks bug -*- Autotest -*-
#
# Copyright (C) 2007-2008, 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2007-2008, 2010-2014 Free Software Foundation, Inc.
# Written by Peter O'Gorman, 2007
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# bindir.at - Test the -bindir option
#
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
# Written by Dave Korn, 2009
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# cdemo.at -- Using Automake to build a program and library -*- Autotest -*-
#
# Copyright (C) 2003-2004, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2003-2004, 2011-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2003
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# cmdline_wrap.at -- run tests with low max_cmd_len -*- Autotest -*-
# Copyright (C) 2007, 2009, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2007, 2009, 2011-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2007
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# configure-iface.at -- test ltdl configure interface -*- Autotest -*-
#
# Copyright (C) 2007-2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2007-2008, 2011-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2007
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# convenience.at -- testing C convenience archives -*- Autotest -*-
# Copyright (C) 2005, 2007-2013 Free Software Foundation, Inc.
# Copyright (C) 2005, 2007-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2005
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# ctor.at -- Test constructors via C++ -*- Autotest -*-
#
# Copyright (C) 2007-2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2007-2008, 2011-2014 Free Software Foundation, Inc.
# Written by Noah Misch, 2007
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# cwrapper.at -- test cwrapper compliance with standards -*- Autotest -*-
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
# Written by Charles Wilson, 2009
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# darwin.at - tests specific to Mac OS X
#
# Copyright (C) 2008-2009, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2008-2009, 2011-2014 Free Software Foundation, Inc.
# Written by Peter O'Gorman, 2008
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# demo.at -- Linking and loading. -*- Autotest -*-
#
# Copyright (C) 2003-2004, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2003-2004, 2011-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2003
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# depdemo.at -- Library interdependencies -*- Autotest -*-
#
# Copyright (C) 2003-2004, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2003-2004, 2011-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2003
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# deplib-in-subdir.at -- -*- Autotest -*-
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#

View File

@ -1,6 +1,6 @@
# deplibs-ident.at -- detecting identical deplibs -*- Autotest -*-
# Copyright (C) 2005, 2007-2008, 2011-2013 Free Software Foundation,
# Copyright (C) 2005, 2007-2008, 2011-2014 Free Software Foundation,
# Inc.
# Written by Ralf Wildenhues, 2005
#

View File

@ -1,6 +1,6 @@
# deplibs-mingw.at -- -*- Autotest -*-
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#

View File

@ -1,6 +1,6 @@
# destdir.at -- test various DESTDIR issues -*- Autotest -*-
# Copyright (C) 2006-2007, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2006-2007, 2011-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2006
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# dlloader.at -- test dlloader functionality -*- Autotest -*-
#
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
# This file is part of GNU Libtool.
#
# GNU Libtool is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
# dumpbin-symbols.at -- libtool "dumpbin -symbols" support -*- Autotest -*-
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#

View File

@ -1,6 +1,6 @@
# duplicate_conv.at -- duplicate convenience archive names -*- Autotest -*-
# Copyright (C) 2006, 2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2006, 2008, 2011-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2006
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# duplicate_deps.at -- preserve duplicate convenience deps -*- Autotest -*-
# Copyright (C) 2006-2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2006-2008, 2011-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2006
$
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# duplicate_members.at -- duplicate members in archive tests -*- Autotest -*-
# Copyright (C) 2005, 2007-2009, 2011-2013 Free Software Foundation,
# Copyright (C) 2005, 2007-2009, 2011-2014 Free Software Foundation,
# Inc.
# Written by Alexandre Oliva & Peter O'Gorman, 2005
#

View File

@ -1,6 +1,6 @@
# early-libtool.at -- early libtool script generation -*- Autotest -*-
# Copyright (C) 2005-2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2005-2008, 2011-2014 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2005
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# exception.at -- test C++ exception handling with libtool -*- Autotest -*-
#
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#

View File

@ -1,6 +1,6 @@
# execute-mode.at -- libtool --mode=execute -*- Autotest -*-
#
# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# Copyright (C) 2008-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2008
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# exeext.at -- ensure that exeext handling works -*- Autotest -*-
#
# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
# Written by Peter Rosin
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# export-def.at -- test module-definition files -*- Autotest -*-
# Copyright (C) 2013 Free Software Foundation, Inc.
# Copyright (C) 2013-2014 Free Software Foundation, Inc.
# Written by Peter Rosin, 2013
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# export.at -- test symbol exports -*- Autotest -*-
# Copyright (C) 2007-2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2007-2008, 2011-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2007
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# f77demo.at -- Fortran 77 language support. -*- Autotest -*-
#
# Copyright (C) 2003, 2005-2006, 2011-2013 Free Software Foundation,
# Copyright (C) 2003, 2005-2006, 2011-2014 Free Software Foundation,
# Inc.
# Written by Eric Lindahl, 2002
# Written by Gary V. Vaughan, 2003

View File

@ -1,6 +1,6 @@
# fail.at -- test that libtool really fail when it should -*- Autotest -*-
#
# Copyright (C) 2005, 2008-2009, 2011-2013 Free Software Foundation,
# Copyright (C) 2005, 2008-2009, 2011-2014 Free Software Foundation,
# Inc.
# Written by Ralf Wildenhues, 2005
#

View File

@ -1,6 +1,6 @@
# fcdemo.at -- Fortran 90/95 language support. -*- Autotest -*-
#
# Copyright (C) 2003, 2005-2006, 2011-2013 Free Software Foundation,
# Copyright (C) 2003, 2005-2006, 2011-2014 Free Software Foundation,
# Inc.
# Written by Eric Lindahl, 2002
# Written by Gary V. Vaughan, 2003

View File

@ -1,6 +1,6 @@
# flags.at -- libtool passing of flags -*- Autotest -*-
#
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#

View File

@ -1,6 +1,6 @@
# help.at -- standard command line options -*- Autotest -*-
#
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#

View File

@ -1,6 +1,6 @@
# indirect_deps.at -- support for link_all_deplibs=no -*- Autotest -*-
# Copyright (C) 2007-2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2007-2008, 2011-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2007.
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# infer-tag.at -- libtool without --tag -*- Autotest -*-
#
# Copyright (C) 2008, 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2008, 2010-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#

View File

@ -1,6 +1,6 @@
# inherited_flags.at -- test inherited_linker_flags -*- Autotest -*-
#
# Copyright (C) 2005-2008, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2005-2008, 2011-2014 Free Software Foundation, Inc.
# Written by Peter O'Garman, 2005
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# install.at -- install mode tests -*- Autotest -*-
#
# Copyright (C) 2008-2009, 2011-2013 Free Software Foundation, Inc.
# Copyright (C) 2008-2009, 2011-2014 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2008
#
# This file is part of GNU Libtool.

View File

@ -1,6 +1,6 @@
# lalib-syntax.at -- parsing .la files robustly -*- Autotest -*-
#
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#

View File

@ -1,6 +1,6 @@
# libtool.at -- basic libtool operation tests -*- Autotest -*-
#
# Copyright (C) 2003-2005, 2008, 2011-2013 Free Software Foundation,
# Copyright (C) 2003-2005, 2008, 2011-2014 Free Software Foundation,
# Inc.
# Written by Gary V. Vaughan, 2003
#

View File

@ -1,6 +1,6 @@
# libtoolize.at -- test libtoolize operation -*- Autotest -*-
#
# Copyright (C) 2005, 2007-2008, 2011-2013 Free Software Foundation,
# Copyright (C) 2005, 2007-2008, 2011-2014 Free Software Foundation,
# Inc.
# Written by Gary V. Vaughan, 2005
#

View File

@ -1,6 +1,6 @@
# link-order.at -- ensure that library linking order matches -*- Autotest -*-
#
# Copyright (C) 2005, 2007-2008, 2011-2013 Free Software Foundation,
# Copyright (C) 2005, 2007-2008, 2011-2014 Free Software Foundation,
# Inc.
# Written by Alexandre Oliva & Ralf Wildenhues, 2005
#

Some files were not shown because too many files have changed in this diff Show More