diff options
| author | BLINDAUER Emmanuel <e.blindauer@gmail.com> | 2016-12-16 20:55:52 +0100 | 
|---|---|---|
| committer | BLINDAUER Emmanuel <e.blindauer@gmail.com> | 2016-12-16 20:55:52 +0100 | 
| commit | 1430c54c4090fba87d64df0f1256aca95d1fd789 (patch) | |
| tree | 6ac6a08852581ece2cf81a771ba6c306638ef9ee | |
| parent | 2927eed74c882322dc34b91e656c13de424a1418 (diff) | |
| download | xrdp-proprietary-1430c54c4090fba87d64df0f1256aca95d1fd789.tar.gz xrdp-proprietary-1430c54c4090fba87d64df0f1256aca95d1fd789.zip | |
- Removed tailing space
- Fixed the copyright and year
| -rw-r--r-- | sesman/xauth.c | 3 | ||||
| -rw-r--r-- | sesman/xauth.h | 7 | 
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   *   */ | 
