aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-applet.h
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-07-17 07:40:36 -0230
committerGuido Guenther <agx@sigxcpu.org>2008-07-17 07:40:36 -0230
commiteb7309c8820d2a29f22ff603766d44b8dd28899c (patch)
treee43e69c8dab460db8434ceee7c374d977e134093 /src/krb5-auth-applet.h
parentdocument changes and release (diff)
parentImported Upstream version 0.7.git7cc1d84 (diff)
downloadkrb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.tar.gz
krb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.tar.bz2
krb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.zip
Merge commit 'upstream/0.7.git7cc1d84'
Diffstat (limited to 'src/krb5-auth-applet.h')
-rw-r--r--src/krb5-auth-applet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/krb5-auth-applet.h b/src/krb5-auth-applet.h
index 0cf29d9..062e148 100644
--- a/src/krb5-auth-applet.h
+++ b/src/krb5-auth-applet.h
@@ -1,7 +1,7 @@
/* Krb5 Auth Applet -- Acquire and release kerberos tickets
- *
+ *
* (C) 2008 Guido Guenther <agx@sigxcpu.org>
- *
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
bgstack15