summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2012-06-19 16:23:45 -0700
committerRuss Allbery <rra@stanford.edu>2012-06-19 16:23:45 -0700
commit04a1231c8ec1efa88b5e00a4f90f846e1aa52917 (patch)
tree9e3a533ba6cd649c09f1071a7c4198418ceb0311 /util
parentb826083a9f4d2a5efdcf4438062205ab112dc044 (diff)
Add missing copyright and license statements to many files
Also change the license on the POD documentation from Expat to the all-permissive license and switch the license on several remctl source files from the MIT license to the Expat license. Change-Id: Ie7ebedf3b56cc2c19211217282519a7e6200c9e2
Diffstat (limited to 'util')
-rw-r--r--util/gss-tokens.c2
-rw-r--r--util/gss-tokens.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/gss-tokens.c b/util/gss-tokens.c
index 2184c34..f3ec989 100644
--- a/util/gss-tokens.c
+++ b/util/gss-tokens.c
@@ -12,7 +12,7 @@
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012
* The Board of Trustees of the Leland Stanford Junior University
*
- * See README for licensing terms.
+ * See LICENSE for licensing terms.
*/
#include <config.h>
diff --git a/util/gss-tokens.h b/util/gss-tokens.h
index 252de39..acc1200 100644
--- a/util/gss-tokens.h
+++ b/util/gss-tokens.h
@@ -6,7 +6,7 @@
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012
* The Board of Trustees of the Leland Stanford Junior University
*
- * See README for licensing terms.
+ * See LICENSE for licensing terms.
*/
#ifndef UTIL_GSS_TOKENS_H