36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
Libidn2 COPYING -- Licensing information. -*- outline -*-
|
|
Copyright (C) 2011-2016 Simon Josefsson
|
|
See the end for copying conditions.
|
|
|
|
The source code for the C library (libidn2.a or libidn.so) are
|
|
licensed under the terms of either the GNU General Public License
|
|
version 2.0 or later (see the file COPYINGv2) or the GNU Lesser
|
|
General Public License version 3.0 or later (see the file
|
|
COPYING.LESSERv3), or both in parallel as here.
|
|
|
|
The command line tool, self tests, examples, and other auxiliary
|
|
files, are licensed under the GNU General Public License version 3.0
|
|
or later.
|
|
|
|
The license of the Unicode character data files (which are parsed into
|
|
static storage in the library) are documented in COPYING.unicode.
|
|
|
|
Other files are licensed as indicated in each file.
|
|
|
|
There may be exceptions to these general rules, see each file for
|
|
precise information.
|
|
|
|
----------------------------------------------------------------------
|
|
This file 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 3 of the License, or (at your
|
|
option) any later version.
|
|
|
|
This file 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 file. If not, see <http://www.gnu.org/licenses/>.
|