summaryrefslogtreecommitdiffstats
path: root/src/util/et
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-03-09 21:46:07 +0000
committerGreg Hudson <ghudson@mit.edu>2011-03-09 21:46:07 +0000
commit7da53e2942176c5ddfe007ba0a36f449e9fdb9fb (patch)
tree4881536c48fdeb215e0cbaea18263365330ad9b0 /src/util/et
parentfe012b454a193c1f81ab8011ecd620750e5869f0 (diff)
downloadkrb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.tar.gz
krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.tar.xz
krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.zip
Adjust most C source files to match the new standards for copyright
and license comments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24695 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et')
-rw-r--r--src/util/et/com_err.h4
-rw-r--r--src/util/et/compile_et.c12
2 files changed, 7 insertions, 9 deletions
diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h
index 66004603b1..0a631e981e 100644
--- a/src/util/et/com_err.h
+++ b/src/util/et/com_err.h
@@ -1,6 +1,4 @@
/*
- * Header file for common error description library.
- *
* Copyright 1988, Student Information Processing Board of the
* Massachusetts Institute of Technology.
*
@@ -10,6 +8,8 @@
* with this package.
*/
+/* Header file for common error description library. */
+
#ifndef __COM_ERR_H
#if defined(_WIN32)
diff --git a/src/util/et/compile_et.c b/src/util/et/compile_et.c
index 993b3ed873..47c5637912 100644
--- a/src/util/et/compile_et.c
+++ b/src/util/et/compile_et.c
@@ -1,11 +1,14 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
- *
* Copyright 1986, 1987, 1988
* by MIT Student Information Processing Board.
*
* For copyright info, see "mit-sipb-copyright.h".
- *
+ */
+/*
+ * Copyright (c) 1987 Regents of the University of California.
+ * All rights reserved. The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
*/
#include <stdio.h>
@@ -287,11 +290,6 @@ int yyerror(s) char *s; {
#ifdef NEED_STRCASECMP
/* Need strcasecmp for this machine */
-/*
- * Copyright (c) 1987 Regents of the University of California.
- * All rights reserved. The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
- */
/* based on @(#)strcasecmp.c 1.3 (Berkeley) 8/3/87 */