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 /client | |
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 'client')
-rw-r--r-- | client/file.c | 2 | ||||
-rw-r--r-- | client/internal.h | 2 | ||||
-rw-r--r-- | client/keytab.c | 2 | ||||
-rw-r--r-- | client/remctl.c | 2 | ||||
-rw-r--r-- | client/srvtab.c | 2 | ||||
-rw-r--r-- | client/wallet.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/client/file.c b/client/file.c index 621b49d..5002d01 100644 --- a/client/file.c +++ b/client/file.c @@ -5,7 +5,7 @@ ** 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. */ #include <config.h> diff --git a/client/internal.h b/client/internal.h index 7980fef..a32ed23 100644 --- a/client/internal.h +++ b/client/internal.h @@ -5,7 +5,7 @@ ** 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. */ #ifndef CLIENT_INTERNAL_H diff --git a/client/keytab.c b/client/keytab.c index 02533f8..1137c45 100644 --- a/client/keytab.c +++ b/client/keytab.c @@ -5,7 +5,7 @@ ** 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. */ #include <config.h> diff --git a/client/remctl.c b/client/remctl.c index 089d7f4..6d80bf2 100644 --- a/client/remctl.c +++ b/client/remctl.c @@ -5,7 +5,7 @@ ** 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. */ #include <config.h> diff --git a/client/srvtab.c b/client/srvtab.c index e6b9e0d..dd1cd58 100644 --- a/client/srvtab.c +++ b/client/srvtab.c @@ -5,7 +5,7 @@ ** 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. */ #include <config.h> diff --git a/client/wallet.c b/client/wallet.c index 9aa2cee..4a99794 100644 --- a/client/wallet.c +++ b/client/wallet.c @@ -5,7 +5,7 @@ ** Written by Russ Allbery <rra@stanford.edu> ** Copyright 2006, 2007 Board of Trustees, Leland Stanford Jr. University ** -** See README for licensing terms. +** See LICENSE for licensing terms. */ #include <config.h> |