File: README

package info (click to toggle)
libidn 1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 12,440 kB
  • ctags: 2,921
  • sloc: ansic: 37,939; java: 13,518; sh: 11,651; xml: 2,543; perl: 1,993; cs: 1,974; awk: 740; makefile: 413; lisp: 231; php: 214; sed: 16; python: 9
file content (32 lines) | stat: -rw-r--r-- 1,408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Libidn README -- Important introductory notes.
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
See the end for copying conditions.

Libidn is a package for internationalized string handling based on the
Stringprep, Punycode, IDNA and TLD specifications.  Libidn is a GNU
project.

Read INSTALL for installation instructions, and doc/libidn.* for the
manual in various formats (including Info, HTML, PostScript, and PDF).

The C library (libidn.a), C# library (Libidn.dll) and Java library
(libidn-*.jar) are licensed under the GNU Lesser General Public
License version 2.1 or later.  See the file COPYING.LIB.

The command line tool, self tests, examples, and other auxilliary
files, are licensed under the GNU General Public License version 3.0
or later.  See the file COPYING.

Libidn will not be stable without your help.  Report bugs, proof read
the manual, or make a monetary donation.

If you need help to use Libidn, or wish to help others, you are
invited to join our mailing list help-libidn@gnu.org, see
<http://lists.gnu.org/mailman/listinfo/help-libidn>.

For more information, see <http://www.gnu.org/software/libidn/>.

----------------------------------------------------------------------
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.