summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/srv/pwqual_dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kadm5/srv/pwqual_dict.c')
-rw-r--r--src/lib/kadm5/srv/pwqual_dict.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/lib/kadm5/srv/pwqual_dict.c b/src/lib/kadm5/srv/pwqual_dict.c
index 58ece2fe03..778b177b5e 100644
--- a/src/lib/kadm5/srv/pwqual_dict.c
+++ b/src/lib/kadm5/srv/pwqual_dict.c
@@ -1,7 +1,6 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/* lib/kadm5/srv/pwqual_dict.c */
/*
- * lib/kadm5/srv/pwqual_dict.c
- *
* Copyright (C) 2010 by the Massachusetts Institute of Technology.
* All rights reserved.
*
@@ -23,16 +22,13 @@
* 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.
- *
- * Dictionary initialization and lookup code is (see top-level NOTICE file for
- * license):
- *
+ */
+/*
* Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved
- *
- *
- * Password quality module to look up passwords within the realm dictionary.
*/
+/* Password quality module to look up passwords within the realm dictionary. */
+
#include "k5-platform.h"
#include <krb5/pwqual_plugin.h>
#include <sys/types.h>