libtool/libltdl
Pavel Raiskup 792b680701 maint: update copyright years
Also sync gnulib & bootstrap git submodules.

* gnulib, gl-mod/bootstrap: Move to latest git versions.
* bootstrap: Regenerate.
* all files: Bump years by 'make update-copyright'.
2017-04-21 16:56:19 +02:00
..
libltdl maint: update copyright years 2017-04-21 16:56:19 +02:00
loaders maint: update copyright years 2017-04-21 16:56:19 +02:00
.gitignore libltdl: move libltdl argz module into LT namespace. 2014-11-02 14:28:55 +00:00
configure.ac maint: update copyright years 2017-04-21 16:56:19 +02:00
lt__alloc.c maint: update copyright years 2017-04-21 16:56:19 +02:00
lt__argz.c maint: update copyright years 2017-04-21 16:56:19 +02:00
lt__dirent.c maint: update copyright years 2017-04-21 16:56:19 +02:00
lt__strl.c maint: update copyright years 2017-04-21 16:56:19 +02:00
lt_dlloader.c maint: update copyright years 2017-04-21 16:56:19 +02:00
lt_error.c maint: update copyright years 2017-04-21 16:56:19 +02:00
ltdl.c maint: update copyright years 2017-04-21 16:56:19 +02:00
ltdl.h maint: update copyright years 2017-04-21 16:56:19 +02:00
ltdl.mk maint: update copyright years 2017-04-21 16:56:19 +02:00
README maint: update copyright years 2017-04-21 16:56:19 +02:00
slist.c maint: update copyright years 2017-04-21 16:56:19 +02:00

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (POSIX)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen
--
   Copyright (C) 1999, 2003, 2011-2017 Free Software Foundation, Inc.
   Written by Thomas Tanner, 1999

   This file is part of GNU Libtool.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without warranty of any kind.