home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / perl / copyright < prev    next >
Encoding:
Text File  |  2012-12-11  |  9.6 KB  |  223 lines

  1. This package was debianized by Brendan O'Dea <bod@debian.org> on
  2. Thu, 17 Aug 2000 16:10:54 +1000.
  3.  
  4. It was downloaded from:
  5.  
  6.     <URL:http://www.perl.com/CPAN/src/5.0/>
  7.  
  8. Upstream Authors:
  9.  
  10.     Larry Wall et. al. (see /usr/share/doc/perl/AUTHORS).
  11.  
  12. Copyright:
  13.  
  14.     Copyright 1989-2001, Larry Wall  All rights reserved.
  15.  
  16.     This program is free software; you can redistribute it and/or modify
  17.     it under the terms of either:
  18.  
  19.     a) the GNU General Public License as published by the Free Software
  20.        Foundation; either version 1, or (at your option) any later
  21.        version, or
  22.  
  23.     b) the "Artistic License" which comes with Perl.
  24.  
  25.     On Debian GNU/Linux systems, the complete text of the GNU General
  26.     Public License can be found in `/usr/share/common-licenses/GPL' and
  27.     the Artistic Licence in `/usr/share/common-licenses/Artistic'.
  28.  
  29. ----------------------------------------------------------------------
  30.  
  31. The zlib library in ext/Compress-Raw-Zlib/zlib-src has the following
  32. copyright and license:
  33.  
  34.   Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
  35.  
  36.   This software is provided 'as-is', without any express or implied
  37.   warranty.  In no event will the authors be held liable for any damages
  38.   arising from the use of this software.
  39.  
  40.   Permission is granted to anyone to use this software for any purpose,
  41.   including commercial applications, and to alter it and redistribute it
  42.   freely, subject to the following restrictions:
  43.  
  44.   1. The origin of this software must not be misrepresented; you must not
  45.      claim that you wrote the original software. If you use this software
  46.      in a product, an acknowledgment in the product documentation would be
  47.      appreciated but is not required.
  48.   2. Altered source versions must be plainly marked as such, and must not be
  49.      misrepresented as being the original software.
  50.   3. This notice may not be removed or altered from any source distribution.
  51.  
  52. ----------------------------------------------------------------------
  53.  
  54. The Unicode database files in lib/unicore/*.txt are 
  55. Copyright (c) 1991-2006 Unicode, Inc.
  56.  
  57. Their license information is given as
  58.  For terms of use, see http://www.unicode.org/terms_of_use.html
  59.  
  60. The corresponding license is as follows:
  61.  
  62.   EXHIBIT 1
  63.   UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
  64.  
  65.    Unicode Data Files include all data files under the directories
  66.    http://www.unicode.org/Public/, http://www.unicode.org/reports/,
  67.    and http://www.unicode.org/cldr/data/ . Unicode Software includes any
  68.    source code published in the Unicode Standard or under the directories
  69.    http://www.unicode.org/Public/, http://www.unicode.org/reports/,
  70.    and http://www.unicode.org/cldr/data/.
  71.  
  72.       NOTICE TO USER: Carefully read the following legal agreement. BY
  73.       DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE
  74.       INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU
  75.       UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND
  76.       CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD,
  77.       INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
  78.  
  79.       COPYRIGHT AND PERMISSION NOTICE
  80.  
  81.       Copyright ┬⌐ 1991-2008 Unicode, Inc. All rights
  82.       reserved. Distributed under the Terms of Use in
  83.       http://www.unicode.org/copyright.html.
  84.  
  85.       Permission is hereby granted, free of charge, to any person
  86.       obtaining a copy of the Unicode data files and any associated
  87.       documentation (the "Data Files") or Unicode software and any
  88.       associated documentation (the "Software") to deal in the Data Files
  89.       or Software without restriction, including without limitation
  90.       the rights to use, copy, modify, merge, publish, distribute,
  91.       and/or sell copies of the Data Files or Software, and to permit
  92.       persons to whom the Data Files or Software are furnished to do so,
  93.       provided that (a) the above copyright notice(s) and this permission
  94.       notice appear with all copies of the Data Files or Software,
  95.       (b) both the above copyright notice(s) and this permission notice
  96.       appear in associated documentation, and (c) there is clear notice
  97.       in each modified Data File or in the Software as well as in the
  98.       documentation associated with the Data File(s) or Software that
  99.       the data or software has been modified.
  100.  
  101.       THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY
  102.       OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  103.       WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
  104.       AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
  105.       COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
  106.       FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
  107.       OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  108.       PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  109.       TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  110.       PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  111.  
  112.       Except as contained in this notice, the name of a copyright holder
  113.       shall not be used in advertising or otherwise to promote the sale,
  114.       use or other dealings in these Data Files or Software without
  115.       prior written authorization of the copyright holder.
  116.  
  117. ----------------------------------------------------------------------
  118.  
  119. The file lib/Cwd.pm has the following copyright and license:
  120.  
  121.   Copyright (c) 2004 by the Perl 5 Porters.  All rights reserved.
  122.  
  123.   This program is free software; you can redistribute it and/or modify
  124.   it under the same terms as Perl itself.
  125.  
  126.   Portions of the C code in this library are copyright (c) 1994 by the
  127.   Regents of the University of California.  All rights reserved.  The
  128.   license on this code is compatible with the licensing of the rest of
  129.   the distribution - please see the source code in F<Cwd.xs> for the
  130.   details.
  131.  
  132. The file referenced above, ext/Cwd/Cwd.xs, has the following copyright:
  133.  
  134.  * Copyright (c) 1994
  135.  *      The Regents of the University of California.  All rights reserved.
  136.  *
  137.  * This code is derived from software contributed to Berkeley by
  138.  * Jan-Simon Pendry.
  139.  
  140. and is licensed with the standard 3-clause BSD license. On Debian GNU/Linux
  141. systems, this license can be found in `/usr/share/common-licenses/BSD'.
  142.  
  143. ----------------------------------------------------------------------
  144.  
  145. The C parts of File::Glob in ext/File-Glob/bsd_glob.[ch] hav the
  146. following copyright:
  147.  
  148.  * Copyright (c) 1989, 1993
  149.  *      The Regents of the University of California.  All rights reserved.
  150.  *
  151.  * This code is derived from software contributed to Berkeley by
  152.  * Guido van Rossum.
  153.  
  154. and are licensed with the standard 3-clause BSD license. On Debian GNU/Linux
  155. systems, this license can be found in `/usr/share/common-licenses/BSD'.
  156.  
  157. ----------------------------------------------------------------------
  158.  
  159. The bzip2 library in ext/Compress-Raw-Bzip2/bzip2-src has the following
  160. copyright and license:
  161.  
  162.   This program, "bzip2", the associated library "libbzip2", and all
  163.   documentation, are copyright (C) 1996-2007 Julian R Seward.  All
  164.   rights reserved.
  165.   
  166.   Redistribution and use in source and binary forms, with or without
  167.   modification, are permitted provided that the following conditions
  168.   are met:
  169.   
  170.   1. Redistributions of source code must retain the above copyright
  171.      notice, this list of conditions and the following disclaimer.
  172.   
  173.   2. The origin of this software must not be misrepresented; you must 
  174.      not claim that you wrote the original software.  If you use this 
  175.      software in a product, an acknowledgment in the product 
  176.      documentation would be appreciated but is not required.
  177.   
  178.   3. Altered source versions must be plainly marked as such, and must
  179.      not be misrepresented as being the original software.
  180.   
  181.   4. The name of the author may not be used to endorse or promote 
  182.      products derived from this software without specific prior written 
  183.      permission.
  184.   
  185.   THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  186.   OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  187.   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  188.   ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  189.   DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  190.   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  191.   GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  192.   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  193.   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  194.   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  195.   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  196.   
  197.   Julian Seward, jseward@bzip.org
  198.   bzip2/libbzip2 version 1.0.5 of 10 December 2007
  199.   
  200. --------------------------------------------------------------------------
  201.  
  202. The Text::Tabs module in lib/Text/Tabs.pm has the following
  203. copyright and license:
  204.  
  205.   Copyright (C) 1996-2002,2005,2006 David Muir Sharnoff.  
  206.   Copyright (C) 2005 Aristotle Pagaltzis 
  207.   This module may be modified, used, copied, and redistributed at your own risk.
  208.   Publicly redistributed modified versions must use a different name.
  209.  
  210. --------------------------------------------------------------------------
  211.  
  212. Portions of the Debian packaging are
  213.  Copyright 2008-2010 Niko Tyni <ntyni@debian.org>
  214. The other people listed in debian/changelog are most probably
  215. copyright holders too, but they have not included explicit copyright
  216. or licensing information.
  217.  
  218. The portions by Niko Tyni may be redistributed and/or modified under
  219. the same terms as Perl itself. It is assumed that other contributors
  220. have placed their contributions under a compatible license.
  221.  
  222. --------------------------------------------------------------------------
  223.