diff options
Diffstat (limited to 'src/rdp-server.c')
-rw-r--r-- | src/rdp-server.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rdp-server.c b/src/rdp-server.c index f0bd87b..d489314 100644 --- a/src/rdp-server.c +++ b/src/rdp-server.c @@ -1,5 +1,6 @@ /* * Copyright © 2012 Canonical Ltd. + * Copyright © 2015 The Arctica Project * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as @@ -13,7 +14,8 @@ * You should have received a copy of the GNU General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. * - * Author: Ted Gould <ted@canonical.com> + * Authors: Ted Gould <ted@canonical.com> + * Mike Gabriel <mike.gabriel@das-netzwerkteam.de> */ #ifdef HAVE_CONFIG_H |