aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-tools.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-09-28 20:27:07 +0200
committerGuido Günther <agx@sigxcpu.org>2009-09-28 20:27:07 +0200
commitb6cfb6e707bb3151df08fe2f521da3b323dc87a3 (patch)
tree2a8881c5611dd20b699eb16082d33c098e12dcb4 /src/krb5-auth-tools.c
parentImported Upstream version 0.12 (diff)
downloadkrb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.tar.gz
krb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.tar.bz2
krb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.zip
Imported Upstream version 0.13
Diffstat (limited to 'src/krb5-auth-tools.c')
-rw-r--r--src/krb5-auth-tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/krb5-auth-tools.c b/src/krb5-auth-tools.c
index 3b0cbd4..bd72afb 100644
--- a/src/krb5-auth-tools.c
+++ b/src/krb5-auth-tools.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Guido Guenther <agx@sigxcup.org>
+ * Copyright (C) 2009 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
bgstack15