summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-02-27 14:46:47 -0800
committerRuss Allbery <rra@stanford.edu>2013-02-27 16:52:47 -0800
commit4d11772001f65264bf714711550acdbb05900f4c (patch)
tree0b796e06bc582a60f013d7b59fce4f179d0fdb67 /client
parent234e3805c524a7432caed8be328df6e2fbfe9afb (diff)
Use correct form of Stanford's copyright statement
Change-Id: I06dd9ecca19315179bdd34d4b301548fe7604331 Reviewed-on: https://gerrit.stanford.edu/842 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'client')
-rw-r--r--client/file.c3
-rw-r--r--client/internal.h3
-rw-r--r--client/keytab.c3
-rw-r--r--client/krb5.c3
-rw-r--r--client/options.c2
-rw-r--r--client/remctl.c3
-rw-r--r--client/srvtab.c3
-rw-r--r--client/wallet-rekey.c3
-rw-r--r--client/wallet.c2
9 files changed, 16 insertions, 9 deletions
diff --git a/client/file.c b/client/file.c
index 861da6a..c171969 100644
--- a/client/file.c
+++ b/client/file.c
@@ -2,7 +2,8 @@
* File handling for the wallet client.
*
* Written by Russ Allbery <rra@stanford.edu>
- * Copyright 2007, 2008, 2010 Board of Trustees, Leland Stanford Jr. University
+ * Copyright 2007, 2008, 2010
+ * The Board of Trustees of the Leland Stanford Junior University
*
* See LICENSE for licensing terms.
*/
diff --git a/client/internal.h b/client/internal.h
index c8e5802..24dd875 100644
--- a/client/internal.h
+++ b/client/internal.h
@@ -2,7 +2,8 @@
* Internal support functions for the wallet client.
*
* Written by Russ Allbery <rra@stanford.edu>
- * Copyright 2007, 2008, 2010 Board of Trustees, Leland Stanford Jr. University
+ * Copyright 2007, 2008, 2010
+ * The Board of Trustees of the Leland Stanford Junior University
*
* See LICENSE for licensing terms.
*/
diff --git a/client/keytab.c b/client/keytab.c
index 6614c4b..0a3e419 100644
--- a/client/keytab.c
+++ b/client/keytab.c
@@ -2,7 +2,8 @@
* Implementation of keytab handling for the wallet client.
*
* Written by Russ Allbery <rra@stanford.edu>
- * Copyright 2007, 2008, 2010 Board of Trustees, Leland Stanford Jr. University
+ * Copyright 2007, 2008, 2010, 2013
+ * The Board of Trustees of the Leland Stanford Junior University
*
* See LICENSE for licensing terms.
*/
diff --git a/client/krb5.c b/client/krb5.c
index aad39f6..e86a225 100644
--- a/client/krb5.c
+++ b/client/krb5.c
@@ -6,7 +6,8 @@
* client.
*
* Written by Russ Allbery <rra@stanford.edu>
- * Copyright 2007, 2008, 2010 Board of Trustees, Leland Stanford Jr. University
+ * Copyright 2007, 2008, 2010
+ * The Board of Trustees of the Leland Stanford Junior University
*/
#include <config.h>
diff --git a/client/options.c b/client/options.c
index 2f1de70..67ecb7f 100644
--- a/client/options.c
+++ b/client/options.c
@@ -6,7 +6,7 @@
*
* Written by Russ Allbery <rra@stanford.edu>
* Copyright 2006, 2007, 2008, 2010
- * Board of Trustees, Leland Stanford Jr. University
+ * The Board of Trustees of the Leland Stanford Junior University
*
* See LICENSE for licensing terms.
*/
diff --git a/client/remctl.c b/client/remctl.c
index 5a541d5..071e410 100644
--- a/client/remctl.c
+++ b/client/remctl.c
@@ -2,7 +2,8 @@
* remctl interface for the wallet client.
*
* Written by Russ Allbery <rra@stanford.edu>
- * Copyright 2007, 2010 Board of Trustees, Leland Stanford Jr. University
+ * Copyright 2007, 2010
+ * The Board of Trustees of the Leland Stanford Junior University
*
* See LICENSE for licensing terms.
*/
diff --git a/client/srvtab.c b/client/srvtab.c
index b26e6fc..73277e9 100644
--- a/client/srvtab.c
+++ b/client/srvtab.c
@@ -2,7 +2,8 @@
* Implementation of srvtab handling for the wallet client.
*
* Written by Russ Allbery <rra@stanford.edu>
- * Copyright 2007, 2008, 2010 Board of Trustees, Leland Stanford Jr. University
+ * Copyright 2007, 2008, 2010
+ * The Board of Trustees of the Leland Stanford Junior University
*
* See LICENSE for licensing terms.
*/
diff --git a/client/wallet-rekey.c b/client/wallet-rekey.c
index 3a9687c..5007f41 100644
--- a/client/wallet-rekey.c
+++ b/client/wallet-rekey.c
@@ -3,7 +3,8 @@
*
* Written by Russ Allbery <rra@stanford.edu>
* and Jon Robertson <jonrober@stanford.edu>
- * Copyright 2010 Board of Trustees, Leland Stanford Jr. University
+ * Copyright 2010
+ * The Board of Trustees of the Leland Stanford Junior University
*
* See LICENSE for licensing terms.
*/
diff --git a/client/wallet.c b/client/wallet.c
index dc04dcd..c5a7877 100644
--- a/client/wallet.c
+++ b/client/wallet.c
@@ -3,7 +3,7 @@
*
* Written by Russ Allbery <rra@stanford.edu>
* Copyright 2006, 2007, 2008, 2010
- * Board of Trustees, Leland Stanford Jr. University
+ * The Board of Trustees of the Leland Stanford Junior University
*
* See LICENSE for licensing terms.
*/