home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / passwd / copyright < prev    next >
Encoding:
Text File  |  2006-12-19  |  4.7 KB  |  94 lines

  1. This is Debian GNU/Linux's prepackaged version of the shadow utilities.
  2.  
  3. It was downloaded from: <ftp://ftp.pld.org.pl/software/shadow/>.
  4.  
  5. Copyright:
  6.  
  7. This software is copyright 1988 - 1994, Julianne Frances Haugh.
  8. All rights reserved.
  9.  
  10. Redistribution and use in source and binary forms, with or without
  11. modification, are permitted provided that the following conditions
  12. are met:
  13. 1. Redistributions of source code must retain the above copyright
  14.    notice, this list of conditions and the following disclaimer.
  15. 2. Redistributions in binary form must reproduce the above copyright
  16.    notice, this list of conditions and the following disclaimer in the
  17.    documentation and/or other materials provided with the distribution.
  18. 3. Neither the name of Julianne F. Haugh nor the names of its contributors
  19.    may be used to endorse or promote products derived from this software
  20.    without specific prior written permission.
  21.  
  22. THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
  23. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  24. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  25. ARE DISCLAIMED.  IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
  26. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  27. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  28. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  29. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  30. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  31. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  32. SUCH DAMAGE.
  33.  
  34. This source code is currently archived on ftp.uu.net in the
  35. comp.sources.misc portion of the USENET archives.  You may also contact
  36. the author, Julianne F. Haugh, at jockgrrl@ix.netcom.com if you have
  37. any questions regarding this package.
  38.  
  39. THIS SOFTWARE IS BEING DISTRIBUTED AS-IS.  THE AUTHORS DISCLAIM ALL
  40. LIABILITY FOR ANY CONSEQUENCES OF USE.  THE USER IS SOLELY RESPONSIBLE
  41. FOR THE MAINTENANCE OF THIS SOFTWARE PACKAGE.  THE AUTHORS ARE UNDER NO
  42. OBLIGATION TO PROVIDE MODIFICATIONS OR IMPROVEMENTS.  THE USER IS
  43. ENCOURAGED TO TAKE ANY AND ALL STEPS NEEDED TO PROTECT AGAINST ACCIDENTAL
  44. LOSS OF INFORMATION OR MACHINE RESOURCES.
  45.  
  46. Special thanks are due to Chip Rosenthal for his fine testing efforts;
  47. to Steve Simmons for his work in porting this code to BSD; and to Bill
  48. Kennedy for his contributions of LaserJet printer time and energies.
  49. Also, thanks for Dennis L. Mumaugh for the initial shadow password
  50. information and to Tony Walton (olapw@olgb1.oliv.co.uk) for the System
  51. V Release 4 changes.  Effort in porting to SunOS has been contributed
  52. by Dr. Michael Newberry (miken@cs.adfa.oz.au) and Micheal J. Miller, Jr.
  53. (mke@kaberd.rain.com).  Effort in porting to AT&T UNIX System V Release
  54. 4 has been provided by Andrew Herbert (andrew@werple.pub.uu.oz.au).
  55. Special thanks to Marek Michalkiewicz (marekm@i17linuxb.ists.pwr.wroc.pl)
  56. for taking over the Linux port of this software.
  57.  
  58. Source files: login_access.c, login_desrpc.c, login_krb.c are derived
  59. from the logdaemon-5.0 package, which is under the following license:
  60.  
  61. /************************************************************************
  62. * Copyright 1995 by Wietse Venema.  All rights reserved. Individual files
  63. * may be covered by other copyrights (as noted in the file itself.)
  64. *
  65. * This material was originally written and compiled by Wietse Venema at
  66. * Eindhoven University of Technology, The Netherlands, in 1990, 1991,
  67. * 1992, 1993, 1994 and 1995.
  68. *
  69. * Redistribution and use in source and binary forms are permitted
  70. * provided that this entire copyright notice is duplicated in all such
  71. * copies.  
  72. *
  73. * This software is provided "as is" and without any expressed or implied
  74. * warranties, including, without limitation, the implied warranties of
  75. * merchantibility and fitness for any particular purpose.
  76. ************************************************************************/
  77.  
  78. Some parts substantially in src/su.c derived from an ancestor of
  79. su for GNU.  Run a shell with substitute user and group IDs.
  80. Copyright (C) 1992-2003 Free Software Foundation, Inc.
  81.  
  82.    This program is free software; you can redistribute it and/or modify
  83.    it under the terms of the GNU General Public License as published by
  84.    the Free Software Foundation; either version 2, or (at your option)
  85.    any later version.
  86.  
  87.    This program is distributed in the hope that it will be useful,
  88.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  89.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  90.    GNU General Public License for more details.
  91.  
  92.    On Debian GNU/Linux systems, the complete text of the GNU General Public
  93.    License can be found in '/usr/share/common-licenses/GPL'
  94.