summaryrefslogtreecommitdiffstats
path: root/src/plugins/authdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/authdata')
-rw-r--r--src/plugins/authdata/greet/greet_auth.c7
-rw-r--r--src/plugins/authdata/greet_client/greet.c6
-rw-r--r--src/plugins/authdata/greet_server/greet_auth.c7
3 files changed, 9 insertions, 11 deletions
diff --git a/src/plugins/authdata/greet/greet_auth.c b/src/plugins/authdata/greet/greet_auth.c
index 1c88b2cc70..beac135a38 100644
--- a/src/plugins/authdata/greet/greet_auth.c
+++ b/src/plugins/authdata/greet/greet_auth.c
@@ -1,7 +1,6 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/* plugins/authdata/greet/greet_auth.c */
/*
- * plugins/authdata/greet/
- *
* Copyright 2008 by the Massachusetts Institute of Technology.
*
* Export of this software from the United States of America may
@@ -22,7 +21,9 @@
* 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.
- *
+ */
+
+/*
*
* Sample authorization data plugin
*/
diff --git a/src/plugins/authdata/greet_client/greet.c b/src/plugins/authdata/greet_client/greet.c
index 8a49471b91..c3bbfb14ad 100644
--- a/src/plugins/authdata/greet_client/greet.c
+++ b/src/plugins/authdata/greet_client/greet.c
@@ -1,7 +1,6 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/* plugins/authdata/greet_client/greet.c - Sample authorization data plugin */
/*
- * plugins/authdata/greet_client/
- *
* Copyright 2009 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.
- *
- *
- * Sample authorization data plugin
*/
#include <string.h>
diff --git a/src/plugins/authdata/greet_server/greet_auth.c b/src/plugins/authdata/greet_server/greet_auth.c
index 578a4ab8c8..5dbd8c12c7 100644
--- a/src/plugins/authdata/greet_server/greet_auth.c
+++ b/src/plugins/authdata/greet_server/greet_auth.c
@@ -1,7 +1,6 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/* plugins/authdata/greet_server/greet_auth.c */
/*
- * plugins/authdata/greet_server/
- *
* Copyright 2009 by the Massachusetts Institute of Technology.
*
* Export of this software from the United States of America may
@@ -22,7 +21,9 @@
* 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.
- *
+ */
+
+/*
*
* Sample authorization data plugin
*/