summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sesman/xauth.c3
-rw-r--r--sesman/xauth.h7
2 files changed, 4 insertions, 6 deletions
diff --git a/sesman/xauth.c b/sesman/xauth.c
index c019b782..fef7e9a3 100644
--- a/sesman/xauth.c
+++ b/sesman/xauth.c
@@ -1,8 +1,7 @@
/**
* xrdp: A Remote Desktop Protocol server.
*
- * Copyright (C) Jay Sorg 2004-2017
- * Copyright (C) Emmanuel Blindauer 2004-2017
+ * Copyright (C) Emmanuel Blindauer 2016
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/sesman/xauth.h b/sesman/xauth.h
index 2bc98420..3254d635 100644
--- a/sesman/xauth.h
+++ b/sesman/xauth.h
@@ -1,7 +1,7 @@
/**
* xrdp: A Remote Desktop Protocol server.
*
- * Copyright (C) Jay Sorg 2004-2013
+ * Copyright (C) Emmanuel Blindauer 2016
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,9 +18,8 @@
/**
*
- * @file xauth.c
- * @brief XAUTHORITY handling code
- * @author Emmaunel Blindauer
+ * @file xauth.c
+ * @brief XAUTHORITY handling code
*
*/