diff options
Diffstat (limited to 'src/lib/krb5/krb/plugin.c')
-rw-r--r-- | src/lib/krb5/krb/plugin.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/krb5/krb/plugin.c b/src/lib/krb5/krb/plugin.c index 0df393ad9f..be909f1443 100644 --- a/src/lib/krb5/krb/plugin.c +++ b/src/lib/krb5/krb/plugin.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* lib/krb5/krb/plugin.c - Plugin framework functions */ /* - * lib/krb5/krb/plugin.c - * * Copyright (C) 2010 by the Massachusetts Institute of Technology. * All rights reserved. * @@ -23,9 +22,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. - * - * - * Plugin framework functions */ #include "k5-int.h" |