diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-05 21:59:05 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-05 21:59:05 +0000 |
commit | 500b0dfb2ec5a9cb561f6095f169275dee98e054 (patch) | |
tree | 8c6682da37c9526fcc98ea9eb1d06ae1559de332 /server | |
parent | 3f6c232d09a00cbaecb2ca419d8086845e642ffa (diff) |
Add comprehensive license information in LICENSE and update the copyright
and license statements in all files. Make sure that some files that were
missing copyright information now have them. Reference LICENSE rather
than README in all notices.
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 |