diff options
author | Russ Allbery <rra@stanford.edu> | 2013-02-27 16:08:09 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-02-27 16:54:18 -0800 |
commit | 515ae144c16df1fe9b66343ee34c8cc967fd61b6 (patch) | |
tree | 2750ecac8f217fce96457266e3a3d7469deea1ee | |
parent | 1a4ec451eb04fabe9039fd9a13f63865f6b32e01 (diff) |
Add missing license statement to client/krb5.c
Change-Id: I6c055a010c52b5c666db203a8c990c531cd1dfe4
Reviewed-on: https://gerrit.stanford.edu/851
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
-rw-r--r-- | client/krb5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/krb5.c b/client/krb5.c index e86a225..dde37ed 100644 --- a/client/krb5.c +++ b/client/krb5.c @@ -8,6 +8,8 @@ * Written by Russ Allbery <rra@stanford.edu> * Copyright 2007, 2008, 2010 * The Board of Trustees of the Leland Stanford Junior University + * + * See LICENSE for licensing terms. */ #include <config.h> |