diff options
Diffstat (limited to 'server')
-rwxr-xr-x | server/keytab-backend | 32 | ||||
-rwxr-xr-x | server/wallet-backend | 2 |
2 files changed, 2 insertions, 32 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 diff --git a/server/wallet-backend b/server/wallet-backend index b6c0dfb..c3e43ed 100755 --- a/server/wallet-backend +++ b/server/wallet-backend @@ -6,7 +6,7 @@ our $ID = q$Id$; # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. ############################################################################## # Declarations and site configuration |