| 1 |
This package was put together by Max Vozeler <xam@debian.org>
|
| 2 |
|
| 3 |
util-linux was downloaded from ftp://ftp.kernel.org/pub/linux/utils/util-linux
|
| 4 |
The crypto patch was downloaded from http://loop-aes.sourceforge.net/ as
|
| 5 |
part of the loop-AES distribution tarball.
|
| 6 |
|
| 7 |
Copyright:
|
| 8 |
|
| 9 |
----- util-linux --------------------------
|
| 10 |
Upstream maintainers include:
|
| 11 |
Maintainer: Andries Brouwer <aeb@cwi.nl>
|
| 12 |
Maintainer address: util-linux@math.uio.no
|
| 13 |
Maintainer of getopt: Frodo Looijaard <frodol@dds.nl>
|
| 14 |
Maintainer of simpleinit: Richard Gooch <rgooch@atnf.csiro.au>
|
| 15 |
|
| 16 |
getopt, more, pg, wall, and whereis may be redistributed under the terms
|
| 17 |
of the UCB BSD license found on Debian systems in the file
|
| 18 |
/usr/share/common-licenses/BSD
|
| 19 |
|
| 20 |
Everything else may be redistributed under the terms of the GNU GPL
|
| 21 |
Version 2 or later found on Debian systems in the file
|
| 22 |
/usr/share/common-licenses/GPL
|
| 23 |
|
| 24 |
----- crypto patch ------------------------
|
| 25 |
Copyright 2001-2004 by Jari Ruusu <jariruusu@users.sourceforge.net>
|
| 26 |
Copyright 1998 Free Software Foundation, Inc.
|
| 27 |
|
| 28 |
The AES cipher sources used by this software may be redistributed
|
| 29 |
under the following terms:
|
| 30 |
|
| 31 |
// Copyright (c) 2001, Dr Brian Gladman <brg@gladman.uk.net>, Worcester, UK.
|
| 32 |
// All rights reserved.
|
| 33 |
//
|
| 34 |
// TERMS
|
| 35 |
//
|
| 36 |
// Redistribution and use in source and binary forms, with or without
|
| 37 |
// modification, are permitted subject to the following conditions:
|
| 38 |
//
|
| 39 |
// 1. Redistributions of source code must retain the above copyright
|
| 40 |
// notice, this list of conditions and the following disclaimer.
|
| 41 |
//
|
| 42 |
// 2. Redistributions in binary form must reproduce the above copyright
|
| 43 |
// notice, this list of conditions and the following disclaimer in the
|
| 44 |
// documentation and/or other materials provided with the distribution.
|
| 45 |
//
|
| 46 |
// 3. The copyright holder's name must not be used to endorse or promote
|
| 47 |
// any products derived from this software without his specific prior
|
| 48 |
// written permission.
|
| 49 |
//
|
| 50 |
// This software is provided 'as is' with no express or implied warranties
|
| 51 |
// of correctness or fitness for purpose.
|
| 52 |
|
| 53 |
Everything else may be redistributed under the terms of the
|
| 54 |
GNU General Public License found on Debian systems in the file
|
| 55 |
`/usr/share/common-licenses/GPL'.
|