ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/libltdl/README
(Generate patch)

Comparing:
ircd-hybrid-7.2/libltdl/README (file contents), Revision 945 by michael, Mon Jul 20 15:48:27 2009 UTC vs.
ircd-hybrid/branches/8.2.x/libltdl/README (file contents), Revision 5394 by michael, Tue Jan 20 14:03:09 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)