home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libidn11 / copyright < prev    next >
Encoding:
Text File  |  2008-11-04  |  11.3 KB  |  273 lines

  1. Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
  2. Upstream-Name: Libidn
  3. Upstream-Maintainer: Simon Josefsson <simon@josefsson.org>
  4. Upstream-Source: ftp://alpha.gnu.org/pub/gnu/libidn/
  5.  
  6. Files: *
  7. Copyright: Copyright (C) 2002-2008  Simon Josefsson
  8. License: GPL-3+
  9.  The command-line tools, the build environment, the self-tests, the
  10.  Emacs Lisp code, and the examples are licensed under the GPLv3+.  For
  11.  example src/idn.c:
  12.  
  13.  * idn.c --- Command line interface to libidn.
  14.  * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008  Simon Josefsson
  15.  *
  16.  * This file is part of GNU Libidn.
  17.  *
  18.  * This program is free software: you can redistribute it and/or modify
  19.  * it under the terms of the GNU General Public License as published by
  20.  * the Free Software Foundation, either version 3 of the License, or
  21.  * (at your option) any later version.
  22.  *
  23.  * This program is distributed in the hope that it will be useful,
  24.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  25.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  26.  * GNU General Public License for more details.
  27.  *
  28.  * You should have received a copy of the GNU General Public License
  29.  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  30.  
  31.  On Debian systems, the full text of the GNU General Public License
  32.  version 3 can be found in the `/usr/share/common-licenses/GPL-3'
  33.  file.
  34.  
  35. Files: doc/libidn.texi
  36. Copyright: Copyright 2002-2008 Simon Josefsson.
  37. License: GFDL-1.2+
  38.  This is the manual, licensed under GFDLv1.2+.  
  39.  
  40.   Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007, 2008 Simon Josefsson.
  41.  
  42.   Permission is granted to copy, distribute and/or modify this document
  43.   under the terms of the GNU Free Documentation License, Version 1.2 or
  44.   any later version published by the Free Software Foundation; with no
  45.   Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A
  46.   copy of the license is included in the section entitled ``GNU Free
  47.   Documentation License''.
  48.  
  49.  On Debian systems, the complete text of the GNU Free Documentation
  50.  License Version 1.2 can be found in the file
  51.  `/usr/share/common-licenses/GFDL-1.2'.
  52.  
  53. Files: csharp/*
  54. Copyright: Copyright (C) 2004, 2007  Free Software Foundation, Inc.
  55. License: LGPL-2.1+
  56.  The C# library is licensed under the LGPLv2.1+.  For example
  57.  csharp/generate/GenerateNFKC.cs:
  58.  
  59.  // <summary> Copyright (C) 2004, 2007  Free Software Foundation, Inc.
  60.  // *
  61.  // Author: Alexander Gnauck AG-Software
  62.  // *
  63.  // This file is part of GNU Libidn.
  64.  // *
  65.  // This library is free software; you can redistribute it and/or
  66.  // modify it under the terms of the GNU Lesser General Public License
  67.  // as published by the Free Software Foundation; either version 2.1 of
  68.  // the License, or (at your option) any later version.
  69.  // *
  70.  // This library is distributed in the hope that it will be useful, but
  71.  // WITHOUT ANY WARRANTY; without even the implied warranty of
  72.  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  73.  // Lesser General Public License for more details.
  74.  // *
  75.  // You should have received a copy of the GNU Lesser General Public
  76.  // License along with this library; if not, write to the Free Software
  77.  // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  78.  // USA
  79.  // </summary>
  80.  
  81.  On Debian systems, the full text of the GNU Lesser General Public
  82.  License version 2.1 can be found in the
  83.  `/usr/share/common-licenses/LGPL-2.1' file.
  84.  
  85. Files: java/*
  86. Copyright: Copyright (C) 2004-2007  Free Software Foundation, Inc.
  87. License: LGPL-2.1+
  88.  The Java library is licensed under the LGPLv2.1+.  For example
  89.  java/gnu/inet/encoding/IDNA.java:
  90.  
  91.  * Copyright (C) 2004, 2005, 2006, 2007  Free Software Foundation, Inc.
  92.  *
  93.  * Author: Oliver Hitz
  94.  *
  95.  * This file is part of GNU Libidn.
  96.  *
  97.  * This library is free software; you can redistribute it and/or
  98.  * modify it under the terms of the GNU Lesser General Public License
  99.  * as published by the Free Software Foundation; either version 2.1 of
  100.  * the License, or (at your option) any later version.
  101.  *
  102.  * This library is distributed in the hope that it will be useful, but
  103.  * WITHOUT ANY WARRANTY; without even the implied warranty of
  104.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  105.  * Lesser General Public License for more details.
  106.  *
  107.  * You should have received a copy of the GNU Lesser General Public
  108.  * License along with this library; if not, write to the Free Software
  109.  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  110.  * USA
  111.  
  112. Files: gl/*
  113. Files: gltests/*
  114. Files: build-aux/*
  115. Copyright: Copyright (C) 2007 Free Software Foundation, Inc.
  116. License: GPL-3+
  117.  These files are copied from gnulib, and the copyright is normally
  118.  held by Free Software Foundation, Inc.  For example gl/strerror.c:
  119.  
  120.    Copyright (C) 2007 Free Software Foundation, Inc.
  121.  
  122.    This program is free software: you can redistribute it and/or modify
  123.    it under the terms of the GNU General Public License as published by
  124.    the Free Software Foundation; either version 3 of the License, or
  125.    (at your option) any later version.
  126.  
  127.    This program is distributed in the hope that it will be useful,
  128.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  129.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  130.    GNU General Public License for more details.
  131.  
  132.    You should have received a copy of the GNU General Public License
  133.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  134.  
  135. Files: lib/*
  136. Copyright: Copyright (C) 2002-2008  Simon Josefsson
  137. License: LGPL-2.1+
  138.  This is the library itself, licensed under LGPLv2.1+.  For example
  139.  lib/stringprep.c:
  140.  
  141.  * stringprep.c --- Core stringprep implementation.
  142.  * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008  Simon Josefsson
  143.  *
  144.  * This file is part of GNU Libidn.
  145.  *
  146.  * GNU Libidn is free software; you can redistribute it and/or
  147.  * modify it under the terms of the GNU Lesser General Public
  148.  * License as published by the Free Software Foundation; either
  149.  * version 2.1 of the License, or (at your option) any later version.
  150.  *
  151.  * GNU Libidn is distributed in the hope that it will be useful,
  152.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  153.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  154.  * Lesser General Public License for more details.
  155.  *
  156.  * You should have received a copy of the GNU Lesser General Public
  157.  * License along with GNU Libidn; if not, write to the Free Software
  158.  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  159.  
  160. Files: lib/gen-unicode-tables.pl
  161. Copyright: 
  162. Copyright: Copyright (C) 2004, 2005, 2006, 2007 Simon Josefsson
  163. Copyright: Copyright (C) 1998, 1999 Tom Tromey
  164. Copyright: Copyright (C) 2001 Red Hat Software
  165. License: LGPL-2.1+
  166.  This file is originally from glib.
  167.  
  168.  # This program is free software; you can redistribute it and/or modify
  169.  # it under the terms of the GNU General Public License as published by
  170.  # the Free Software Foundation; either version 2, or (at your option)
  171.  # any later version.
  172.  #
  173.  # This program is distributed in the hope that it will be useful,
  174.  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  175.  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  176.  # GNU General Public License for more details.
  177.  #
  178.  # You should have received a copy of the GNU General Public License
  179.  # along with this program; if not, you can either send email to this
  180.  # program's maintainer or write to: The Free Software Foundation,
  181.  # Inc.; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  182.  
  183.  # I consider the output of this program to be unrestricted.  Use it as
  184.  # you will.
  185.  
  186. Files: lib/punycode.?
  187. Copyright: Copyright (C) 2002-2007  Simon Josefsson
  188. Copyright: Copyright (C) The Internet Society (2003).
  189. License: LGPL-2.1+
  190.  This file was written by Adam M. Costello and is released under the
  191.  following license (see RFC 3492):
  192.  
  193.  * Disclaimer and license: Regarding this entire document or any
  194.  * portion of it (including the pseudocode and C code), the author
  195.  * makes no guarantees and is not responsible for any damage resulting
  196.  * from its use.  The author grants irrevocable permission to anyone
  197.  * to use, modify, and distribute it in any way that does not diminish
  198.  * the rights of anyone else to use, modify, and distribute it,
  199.  * provided that redistributed derivative works do not contain
  200.  * misleading author or version information.  Derivative works need
  201.  * not be licensed under similar terms.
  202.  
  203.  The file has been modified and is now distributed under the
  204.  LGPLv2.1+.
  205.  
  206. Files: lib/nfkc.c
  207. Copyright: Copyright (C) 2002, 2003, 2004, 2006, 2007  Simon Josefsson
  208. Copyright: Copyright (C) 1999, 2000 Tom Tromey
  209. Copyright: Copyright 2000 Red Hat, Inc.
  210. License: LGPL-2.1+
  211.  This file contains some functions derived from glib.
  212.  
  213.  * nfkc.c --- Unicode normalization utilities.
  214.  * Copyright (C) 2002, 2003, 2004, 2006, 2007  Simon Josefsson
  215.  *
  216.  * This file is part of GNU Libidn.
  217.  *
  218.  * GNU Libidn is free software; you can redistribute it and/or
  219.  * modify it under the terms of the GNU Lesser General Public
  220.  * License as published by the Free Software Foundation; either
  221.  * version 2.1 of the License, or (at your option) any later version.
  222.  *
  223.  * GNU Libidn is distributed in the hope that it will be useful,
  224.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  225.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  226.  * Lesser General Public License for more details.
  227.  *
  228.  * You should have received a copy of the GNU Lesser General Public
  229.  * License along with GNU Libidn; if not, write to the Free Software
  230.  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  231.  
  232.  * This file contains functions from GLIB, including gutf8.c and
  233.  * gunidecomp.c, all licensed under LGPL and copyright hold by:
  234.  *
  235.  *  Copyright (C) 1999, 2000 Tom Tromey
  236.  *  Copyright 2000 Red Hat, Inc.
  237.  
  238. Files: lib/gl/*
  239. Files: lib/gltests/*
  240. Copyright: Copyright (C) 2007 Free Software Foundation, Inc.
  241. License: LGPL-2.1+
  242.  These files are copied from gnulib, and the copyright is normally
  243.  held by Free Software Foundation, Inc.  For example lib/gl/strverscmp.c:
  244.  
  245.    Compare strings while treating digits characters numerically.
  246.    Copyright (C) 1997, 2000, 2002, 2004, 2006 Free Software Foundation, Inc.
  247.    This file is part of the GNU C Library.
  248.    Contributed by Jean-Fran√ßois Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
  249.  
  250.    This program is free software; you can redistribute it and/or modify
  251.    it under the terms of the GNU Lesser General Public License as published by
  252.    the Free Software Foundation; either version 2.1, or (at your option)
  253.    any later version.
  254.  
  255.    This program is distributed in the hope that it will be useful,
  256.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  257.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  258.    GNU Lesser General Public License for more details.
  259.  
  260.    You should have received a copy of the GNU Lesser General Public License along
  261.    with this program; if not, write to the Free Software Foundation,
  262.    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  263.  
  264. Files: doc/gdoc
  265. Copyright: Copyright (c) 2002-2007 Simon Josefsson
  266. Copyright: Copyright (c) 1998 Michael Zucchi
  267. License: GPL-3+
  268.  ## This software falls under the GNU Public License. Please read     ##
  269.  ##              the COPYING file for more information                ##
  270.  
  271. Remaining files are generated by autoconf, automake, libtool, gettext,
  272. texinfo, etc and are not discussed further.
  273.