diff options
author | Russ Allbery <rra@stanford.edu> | 2007-03-09 00:30:59 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-03-09 00:30:59 +0000 |
commit | df39a5c8acc53c14df6cba18682090d72c1f94f2 (patch) | |
tree | a798ec75e3f8c05c626ef3b50ce85d02fa9f31ea /debian/copyright | |
parent | af5baf462cf17cd53c7df44e6d63d95db2dcb266 (diff) |
Initial Debian build rules that just generate a kasetkey package.
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..db8e5d4 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Packaged for Debian by Russ Allbery <rra@debian.org> 2007-03-08 + +The source for this package currently isn't available except via the +Debian package. It will be released publicly later. + +Upstream author: + + Russ Allbery <rra@stanford.edu> + +Debian packaging copyright: + + Copyright 2006, 2007 Board of Trustees, Leland Stanford Jr. + University. + + All files and modifications related to Debian packaging are covered + under the same license terms as the rest of the package. + +Copyright: + + Copyright 1994, 1998, 1999, 2000, 2006, 2007 Board of Trustees, Leland + Stanford Jr. University. All rights reserved. + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation, and that the name of Stanford University not + be used in advertising or publicity pertaining to distribution of the + software without specific, written prior permission. Stanford + University makes no representations about the suitability of this + software for any purpose. It is provided "as is" without express or + implied warranty. + + THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |