/usr/share/doc/libidn11/copyright is in libidn11 1.32-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Libidn
Upstream-Contact: Simon Josefsson <simon@josefsson.org>
Source: https://www.gnu.org/software/libidn/
Files: *
Copyright: Copyright (C) 2002-2012 Simon Josefsson
License: GPL-3+
The command-line tools, the build environment, the self-tests, the
Emacs Lisp code, and the examples are licensed under the GPLv3+. For
example quoting src/idn.c:
.
* idn.c --- Command line interface to libidn.
* Copyright (C) 2003-2012 Simon Josefsson
*
* This file is part of GNU Libidn.
*
* This program 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 program 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 program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General Public License
version 3 can be found in the `/usr/share/common-licenses/GPL-3'
file.
Files: doc/libidn.texi
Copyright: Copyright 2002-2012 Simon Josefsson.
License: GFDL-1.3+
This is the manual, licensed under GFDLv1.3+, quoting the file:
.
Copyright @copyright{} 2002-2012 Simon Josefsson.
.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled ``GNU Free
Documentation License''.
.
On Debian systems, the complete text of the GNU Free Documentation
License Version 1.3 can be found in the file
`/usr/share/common-licenses/GFDL-1.3'.
Files: csharp/*
Copyright: Copyright (C) 2004-2012 Free Software Foundation, Inc.
License: LGPL-3+ or GPL-2+
The C# library is dual-licensed under LGPLv3+ and GPLv2+. For
example quoting csharp/IDNA.cs:
.
// Copyright (C) 2004-2012 Free Software Foundation, Inc.
//
// Author: Alexander Gnauck AG-Software, mailto:gnauck@ag-software.de
//
// This file is part of GNU Libidn.
//
// GNU Libidn is free software: you can redistribute it and/or
// modify it under the terms of either:
//
// * the GNU Lesser General Public License as published by the Free
// Software Foundation; either version 3 of the License, or (at
// your option) any later version.
//
// or
//
// * the GNU General Public License as published by the Free
// Software Foundation; either version 2 of the License, or (at
// your option) any later version.
//
// or both in parallel, as here.
//
// GNU Libidn 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 copies of the GNU General Public License and
// the GNU Lesser General Public License along with this program. If
// not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU Lesser General Public
License version 3.0 can be found in the
`/usr/share/common-licenses/LGPL-3' file, and the full text of the
GNU General Public License version 2.0 can be found in the
`/usr/share/common-licenses/GPL-2' file.
Files: java/*
Copyright: Copyright (C) 2004-2007 Free Software Foundation, Inc.
License: LGPL-3+ or GPL-2+
The Java library is dual-licensed under LGPLv3+ and GPLv2+. For
example quoting java/gnu/inet/encoding/IDNA.java:
.
Copyright (C) 2004-2012 Free Software Foundation, Inc.
Author: Oliver Hitz
.
This file is part of GNU Libidn.
.
GNU Libidn is free software: you can redistribute it and/or
modify it under the terms of either:
.
* the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at
your option) any later version.
.
or
.
* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at
your option) any later version.
.
or both in parallel, as here.
.
GNU Libidn 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 copies of the GNU General Public License and
the GNU Lesser General Public License along with this program. If
not, see <http://www.gnu.org/licenses/>.
Files: gl/* gltests/* build-aux/* GNUmakefile maint.mk
Copyright: Copyright (C) 2007 Free Software Foundation, Inc.
License: GPL-3+
These files are copied from gnulib, and the copyright is normally
held by Free Software Foundation, Inc. For example gl/strerror.c:
.
Copyright (C) 2007-2012 Free Software Foundation, Inc.
.
This program 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 program 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 program. If not, see <http://www.gnu.org/licenses/>.
Files: lib/*
Copyright: Copyright (C) 2002-2012 Simon Josefsson
License: LGPL-3+ or GPL-2+
The C library is dual-licensed under LGPLv3+ and GPLv2+. For
example quoting lib/stringprep.c:
.
Copyright (C) 2002-2012 Simon Josefsson
.
This file is part of GNU Libidn.
.
GNU Libidn is free software: you can redistribute it and/or
modify it under the terms of either:
.
* the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at
your option) any later version.
.
or
.
* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at
your option) any later version.
.
or both in parallel, as here.
.
GNU Libidn 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 copies of the GNU General Public License and
the GNU Lesser General Public License along with this program. If
not, see <http://www.gnu.org/licenses/>.
Files: lib/gen-unicode-tables.pl
Copyright: Copyright (C) 2004, 2005, 2006, 2007, 2008 Simon Josefsson
Copyright (C) 1998, 1999 Tom Tromey
Copyright (C) 2001 Red Hat Software
License: GPL-3+
This file is originally from glib, quoting the file:
.
# Copyright (C) 2004-2012 Simon Josefsson
# Copyright (C) 1998, 1999 Tom Tromey
# Copyright (C) 2001 Red Hat Software
.
# This program 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 program 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 program. If not, see <http://www.gnu.org/licenses/>.
.
# I consider the output of this program to be unrestricted. Use it as
# you will.
Files: lib/punycode.?
Copyright: Copyright (C) 2002-2015 Simon Josefsson
License: LGPL-3+ or GPL-2+
This file was originally written by Adam M. Costello and is released
under the following license -- see http://www.nicemice.net/idn/
.
* Disclaimer and license: Regarding this entire document or any
* portion of it (including the pseudocode and C code), the author
* makes no guarantees and is not responsible for any damage resulting
* from its use. The author grants irrevocable permission to anyone
* to use, modify, and distribute it in any way that does not diminish
* the rights of anyone else to use, modify, and distribute it,
* provided that redistributed derivative works do not contain
* misleading author or version information. Derivative works need
* not be licensed under similar terms.
.
The file has been modified and is now distributed under dual LGPLv3+
and GPLv2+, quoting the file:
.
Copyright (C) 2002-2015 Simon Josefsson
.
This file is part of GNU Libidn.
.
GNU Libidn is free software: you can redistribute it and/or
modify it under the terms of either:
.
* the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at
your option) any later version.
.
or
.
* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at
your option) any later version.
.
or both in parallel, as here.
.
GNU Libidn 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 copies of the GNU General Public License and
the GNU Lesser General Public License along with this program. If
not, see <http://www.gnu.org/licenses/>.
Files: lib/nfkc.c
Copyright: Copyright (C) 2002, 2003, 2004, 2006, 2007,
2008, 2009 Simon Josefsson
Copyright (C) 1999, 2000 Tom Tromey
Copyright 2000 Red Hat, Inc.
License: LGPL-3+ or GPL-2+
This file contains some functions derived from glib under LGPLv2+ but
the entire file uses the dual LGPLv3+ and GPLv2+ license, quoting the file:
.
Copyright (C) 2002-2012 Simon Josefsson
.
This file is part of GNU Libidn.
.
GNU Libidn is free software: you can redistribute it and/or
modify it under the terms of either:
.
* the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at
your option) any later version.
.
or
.
* the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at
your option) any later version.
.
or both in parallel, as here.
.
GNU Libidn 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 copies of the GNU General Public License and
the GNU Lesser General Public License along with this program. If
not, see <http://www.gnu.org/licenses/>.
.
/* Code from GLIB gmacros.h starts here. */
.
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
.
/* Code from GLIB gunicode.h starts here. */
.
/* gunicode.h - Unicode manipulation functions
*
* Copyright (C) 1999, 2000 Tom Tromey
* Copyright 2000, 2005 Red Hat, Inc.
*
* The Gnome Library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* The Gnome Library 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
* Lesser General Public License for more details.
.
/* Code from GLIB gutf8.c starts here. */
.
/* gutf8.c - Operations on UTF-8 strings.
*
* Copyright (C) 1999 Tom Tromey
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
.
/* Code from GLIB gunidecomp.c starts here. */
.
/* decomp.c - Character decomposition.
*
* Copyright (C) 1999, 2000 Tom Tromey
* Copyright 2000 Red Hat, Inc.
*
* The Gnome Library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* The Gnome Library 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
* Lesser General Public License for more details.
.
On Debian systems, the full text of the GNU Lesser General Public
License version 2 can be found in the
`/usr/share/common-licenses/LGPL-2' file.
Files: lib/gl/* lib/gltests/*
Copyright: Copyright (C) 2007 Free Software Foundation, Inc.
License: LGPL-2.1+
These files are copied from gnulib, and the copyright is normally
held by Free Software Foundation, Inc. For example lib/gl/strverscmp.c:
.
Copyright (C) 1997, 2000, 2002, 2004, 2006, 2009-2012 Free Software
Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1, or (at your option)
any later version.
.
This program 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 Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
.
On Debian systems, the full text of the GNU Lesser General Public
License version 2.1 can be found in the
`/usr/share/common-licenses/LGPL-2.1' file.
Files: doc/gdoc
Copyright: Copyright (c) 2002-2012 Simon Josefsson
Copyright (c) 2001, 2002 Nikos Mavrogiannopoulos
Copyright (c) 1998 Michael Zucchi
License: GPL-3+
This tool is used to generate texinfo snippets and man pages from the
source code.
.
# This program 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 program 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 program. If not, see <http://www.gnu.org/licenses/>.
Files: doc/man/*
Copyright: Copyright © 2002-2012 Simon Josefsson.
License: GAP
These are the auto-generated man pages. For example doc/man/stringprep.3:
.
Copyright © 2002-2012 Simon Josefsson.
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.
|