diff options
Diffstat (limited to 'server/keytab-backend')
-rwxr-xr-x | server/keytab-backend | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/server/keytab-backend b/server/keytab-backend index 86dece6..87868d5 100755 --- a/server/keytab-backend +++ b/server/keytab-backend @@ -20,19 +20,7 @@ our $ID = q$Id$; # Written by Russ Allbery <rra@stanford.edu> # Copyright 2006, 2007 Board of Trustees, Leland Stanford Jr. University # -# 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. +# See LICENSE for licensing terms. ############################################################################## # Declarations and site configuration @@ -211,22 +199,4 @@ from L<http://www.eyrie.org/~eagle/software/wallet/>. Russ Allbery <rra@stanford.edu> -=head1 COPYRIGHT AND LICENSE - -Copyright 2006, 2007 Board of Trustees, Leland Stanford Jr. University - -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. - =cut |