summaryrefslogtreecommitdiffstats
path: root/src/lib/apputils
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/apputils')
-rw-r--r--src/lib/apputils/daemon.c2
-rw-r--r--src/lib/apputils/net-server.c6
2 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/apputils/daemon.c b/src/lib/apputils/daemon.c
index f0843961bf..a3d7cd7373 100644
--- a/src/lib/apputils/daemon.c
+++ b/src/lib/apputils/daemon.c
@@ -1,5 +1,5 @@
/* -*- mode: c; c-file-style: "bsd"; indent-tabs-mode: t -*- */
-/*-
+/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
diff --git a/src/lib/apputils/net-server.c b/src/lib/apputils/net-server.c
index 2439f2c935..abb94dd919 100644
--- a/src/lib/apputils/net-server.c
+++ b/src/lib/apputils/net-server.c
@@ -1,7 +1,6 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/* lib/apputils/net-server.c - Network code for krb5 servers (kdc, kadmind) */
/*
- * lib/apputils/net-server.c
- *
* Copyright 1990,2000,2007,2008,2009,2010 by the Massachusetts Institute of Technology.
*
* Export of this software from the United States of America may
@@ -22,9 +21,6 @@
* M.I.T. makes no representations about the suitability of
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
- *
- *
- * Network code for Kerberos v5 servers (kdc, kadmind).
*/
#include "k5-int.h"