diff options
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> |