home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / mkisofs / copyright < prev   
Encoding:
Text File  |  2006-08-17  |  8.5 KB  |  218 lines

  1. This package was first debianized by Erik Andersen andersee@debian.org. The
  2. current debian maintainer is Joerg Jaspert <joerg@debian.org>
  3.  
  4. Co-Maintainers: Eduard Bloch, Steve McIntyre
  5.  
  6. It was downloaded from ftp://ftp.berlios.de/pub/cdrecord/
  7. HomePage is at:
  8. http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
  9.  
  10. Upstream authors: Joerg Schilling <js@cs.tu-berlin.de> and others.
  11.  
  12. The package contains also parts of zisofs-tools, downloaded from
  13. ftp://ftp.kernel.org/pub/linux/utils/fs/zisofs/.
  14.  
  15. Upstream Author: H. Peter Anvin <hpa@zytor.com>
  16.  
  17. Copyright:
  18. ----------------------------------------------------------------------------
  19. * cdrecord -- Record data on a CD-Recorder
  20.   Copyright (c) 1995-2004 J. Schilling
  21.   License: GPLv2 with the following additional requirement:
  22. -       You may not modify certain copyright messages in cdrecord.c
  23.         See cdrecord.c for further information.
  24.  
  25. -       You may (with a few exceptions) not modify the location of the
  26.         configuration file /etc/default/cdrecord.
  27.         See defaults.c for further information.
  28.  
  29. cdrecord.c says (but see below):
  30. ------------------------------------------
  31. |   Warning: you are not allowed to modify or to remove the
  32. |   Copyright and version printing code below!
  33. |   See also GPL º 2 subclause c)
  34. |  
  35. |   If you modify cdrecord you need to include additional version
  36. |   printing code that:
  37. |  
  38. |      -    Clearly states that the current version is an
  39. |          inofficial (modified) version and thus may have bugs
  40. |          that are not present in the original.
  41. |  
  42. |      -    Print your support e-mail address and tell people that
  43. |          you will do complete support for this version of
  44. |          cdrecord.
  45. |  
  46. |          Or clearly state that there is absolutely no support
  47. |          for the modified version you did create.
  48. |  
  49. |      -    Tell the users not to ask the original author for
  50. |          help.
  51. |  
  52. |   This limitation definitely also applies when you use any other
  53. |   cdrecord release together with libscg-0.6 or later, or when you
  54. |   use any amount of code from cdrecord-1.11a17 or later.
  55. |   In fact, it applies to any version of cdrecord, see also
  56. |   GPL Preamble, subsection 6.
  57. |  
  58. |   I am sorry for the inconvenience but I am forced to do this because
  59. |   some people create inofficial branches. These branches create
  60. |   problems but the initiators do not give support and thus cause the
  61. |   development of the official cdrecord versions to slow down because
  62. |   I am loaded with unneeded work.
  63. |  
  64. |   Please note that this is a memorandum on how I interpret the GPL.
  65. |   If you use/modify/redistribute cdrecord, you need to accept it
  66. |   this way.
  67. |   
  68. |  
  69. |   The above statement is void if there has been neither a new version
  70. |   of cdrecord nor a new version of star from the original author
  71. |   within more then a year.
  72. ------------------------------------------
  73.  
  74. For that Andreas Metzler had a mail conversation with Joerg, the last
  75. and important mail is included below, except an unrelated part I
  76. removed. It's in German, translation follows after the original mail.
  77. ------------------------------------------------------------
  78. From: Joerg Schilling <schilling@fokus.fraunhofer.de>
  79. Subject: Re: Geaendertes Copyright in a36
  80. To: ametzler@logic.univie.ac.at
  81. Date: Thu, 19 Aug 2004 18:10:31 +0200
  82.  
  83. >From ametzler@logic.univie.ac.at  Thu Aug 19 18:04:42 2004
  84.  
  85. [...]
  86. >und im Rahmen des Zulaessigen[1].
  87.  
  88. >Darf ich nochmal nachbohren: linuxcheck() faellt auch nicht unter
  89. >"you are not allowed to modify or to remove the Copyright and version
  90. >printing code below!"?
  91.  
  92. Darf geaendert werden. und ich habe auch absichtlich ein "Loch" gelassen, so
  93. dasz jemand den uname() Test mit einem automatischen Patch versehen kann.
  94.  
  95. J÷rg
  96.  
  97. -- 
  98.  EMail:joerg@schily.isdn.cs.tu-berlin.de (home) J÷rg Schilling D-13353 Berlin
  99.        js@cs.tu-berlin.de        (uni)  If you don't have iso-8859-1
  100.        schilling@fokus.fraunhofer.de    (work) chars I am J"org Schilling
  101.  URL:  http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily
  102. ------------------------------------------------------------
  103.  
  104. And now the English translation of the mail above. Only content:
  105. ------------------------------------------------------------
  106. Andreas asks:
  107. Let me ask again: linuxcheck() is not restricted with
  108. "you are not allowed to modify or to remove the Copyright and version
  109. printing code below!"?
  110.  
  111. J÷rg answers:
  112. It is allowed to change this and I have a "gap" there intentionally, so
  113. one can change the uname() check with an automated patch.
  114. ------------------------------------------------------------
  115.  
  116. Thats not a Debian-specific license and it only leaves the version
  117. printing stuff in cdrecord.c. Which is allowed from GPL.
  118.  
  119. defaults.c says:
  120. ------------------------------------------
  121.  | WARNING you are only allowed to change this filename if you also
  122.  | change the documentation and add a statement that makes clear
  123.  | where the official location of the file is why you did choose a
  124.  | nonstandard location and that the nonstandard location only refers
  125.  | to unofficial cdrecord versions.
  126.  |
  127.  | I was forced to add this because some people change cdrecord without
  128.  | rational reason and then publish the result. As those people
  129.  | don't contribute work and don't give support, they are causing extra
  130.  | work for me and this way slow down the cdrecord development.
  131. ------------------------------------------
  132. * cdda2wav 
  133.   Copyright 1998-2003 Heiko Eissfeldt
  134.   parts    (C) Peter Widow
  135.   parts    (C) Thomas Niederreiter
  136.   parts    (C) RSA Data Security, Inc.
  137.   License: GPLv2
  138.  
  139. * mkisofs
  140.   Written by Eric Youngdale (1993).
  141.   Copyright 1993 Yggdrasil Computing, Incorporated
  142.   Copyright (c) 1999,2000-2004 J. Schilling
  143.   APPLE_HYB James Pearson j.pearson@ge.ucl.ac.uk 22/2/2000
  144.   License: GPLv2
  145.  
  146. * libedc compact disc reed-solomon routines
  147.  (c) 1998-2002 by Heiko Eissfeldt, heiko@colossus.escape.de
  148.  (c) 2002 by Joerg Schilling
  149.   License: GPLv2
  150.  
  151. libfile - code from file(1)
  152.  (c) Ian F. Darwin, 1987
  153.  License
  154.  | This software is not subject to any license of the American Telephone
  155.  | and Telegraph Company or of the Regents of the University of California.
  156.  |
  157.  | Permission is granted to anyone to use this software for any purpose on
  158.  | any computer system, and to alter it and redistribute it freely, subject
  159.  | to the following restrictions:
  160.  |
  161.  | 1. The author is not responsible for the consequences of use of this
  162.  |    software, no matter how awful, even if they arise from flaws in it.
  163.  |
  164.  | 2. The origin of this software must not be misrepresented, either by
  165.  |    explicit claim or by omission.  Since few users ever read sources,
  166.  |    credits must appear in the documentation.
  167.  |
  168.  | 3. Altered versions must be plainly marked as such, and must not be
  169.  |    misrepresented as being the original software.  Since few users
  170.  |    ever read sources, credits must appear in the documentation.
  171.  |
  172.  | 4. This notice may not be removed or altered.
  173.  
  174. libhfs_iso - Modified version of libhfs (v2.0) to work with mkhybrid.
  175.  (C) 1996, 1997 Robert Leslie
  176.   License: GPLv2
  177.  
  178. libcdparanoia
  179.  (C) by Monty (xiphmont@mit.edu)
  180.  Modifications to make the code portable Copyright (c) 2002 J. Schilling
  181.   License: GPLv2
  182.  
  183. readcd
  184.   Copyright (c) 1987, 1995-2003 J. Schilling
  185.   License: GPLv2
  186.  
  187. *
  188.  *
  189.  * This program is free software; you can redistribute it and/or
  190.  * modify it under the terms of the GNU General Public License
  191.  * as published by the Free Software Foundation; either version 2
  192.  * of the License, or (at your option) any later version.
  193.  *
  194.  * This program is distributed in the hope that it will be useful,
  195.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  196.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  197.  * GNU General Public License for more details.
  198.  *
  199.  * You should have received a copy of the GNU General Public License
  200.  * along with this program; see the file COPYING.  If not, write to the Free
  201.  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  202.  * 02111-1307, USA.
  203.  
  204. ---
  205.  
  206. Copyright of zisofs-tools:
  207. Copyright 2001 H. Peter Anvin - All Rights Reserved
  208.  *   This program is free software; you can redistribute it and/or modify
  209.  *   it under the terms of the GNU General Public License as published by
  210.  *   the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139,
  211.  *   USA; either version 2 of the License, or (at your option) any later
  212.  *   version; incorporated herein by reference.
  213.  
  214. =====================================================================
  215. =====================================================================
  216. Note that the complete text of the GNU General Public License is available in
  217. /usr/share/common-licenses/GPL on a Debian system.
  218.