~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to libltdl/README

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2012-05-11 12:00:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120511120000-4uz6r3lrod1dkly5
Tags: 3.9.6-1
* New upstream version
* Add Multi-Arch default plugin directory
* Set DM-Upload-Allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
2
2
 
3
3
It supports the following dlopen interfaces:
4
 
* dlopen (Solaris, Linux and various BSD flavors)
 
4
* dlopen (POSIX)
5
5
* shl_load (HP-UX)
6
6
* LoadLibrary (Win16 and Win32)
7
7
* load_add_on (BeOS)
8
8
* GNU DLD (emulates dynamic linking for static libraries)
9
9
* dyld (darwin/Mac OS X)
10
10
* libtool's dlpreopen
11
 
   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
 
11
--
 
12
   Copyright (C) 1999, 2003, 2011 Free Software Foundation, Inc.
12
13
   Written by Thomas Tanner, 1999
13
14
 
14
15
   This file is part of GNU Libtool.
15
16
 
16
 
GNU Libtool is free software; you can redistribute it and/or
17
 
modify it under the terms of the GNU General Public License as
18
 
published by the Free Software Foundation; either version 2 of
19
 
the License, or (at your option) any later version.
20
 
 
21
 
As a special exception to the GNU General Public License,
22
 
if you distribute this file as part of a program or library that
23
 
is built using GNU Libtool, you may include this file under the
24
 
same distribution terms that you use for the rest of that program.
25
 
 
26
 
GNU Libtool is distributed in the hope that it will be useful,
27
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
28
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29
 
GNU General Public License for more details.
30
 
 
31
 
You should have received a copy of the GNU General Public License
32
 
along with GNU Libtool; see the file COPYING.  If not, a copy
33
 
can be downloaded from  http://www.gnu.org/licenses/gpl.html,
34
 
or obtained by writing to the Free Software Foundation, Inc.,
35
 
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
36
 
 
 
17
Copying and distribution of this file, with or without modification,
 
18
are permitted in any medium without royalty provided the copyright
 
19
notice and this notice are preserved.  This file is offered as-is,
 
20
without warranty of any kind.