diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pam-x2go-children.c | 2 | ||||
-rw-r--r-- | src/pam-x2go.c | 2 | ||||
-rw-r--r-- | src/x2go-auth-check.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/pam-x2go-children.c b/src/pam-x2go-children.c index 2b27ba6..e161ca3 100644 --- a/src/pam-x2go-children.c +++ b/src/pam-x2go-children.c @@ -1,4 +1,5 @@ /* + * Copyright © 2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * Copyright © 2012 Canonical Ltd. * * This program is free software: you can redistribute it and/or modify it @@ -14,6 +15,7 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Author libpam-freerdp (where we forked from): Ted Gould <ted@canonical.com> */ #include <stdlib.h> diff --git a/src/pam-x2go.c b/src/pam-x2go.c index 49350f9..4744e2b 100644 --- a/src/pam-x2go.c +++ b/src/pam-x2go.c @@ -1,4 +1,5 @@ /* + * Copyright © 2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * Copyright © 2012 Canonical Ltd. * * This program is free software: you can redistribute it and/or modify it @@ -14,6 +15,7 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Author libpam-freerdp (where we forked from): Ted Gould <ted@canonical.com> */ #include <stdlib.h> diff --git a/src/x2go-auth-check.c b/src/x2go-auth-check.c index 7370dec..2306139 100644 --- a/src/x2go-auth-check.c +++ b/src/x2go-auth-check.c @@ -1,4 +1,5 @@ /* + * Copyright © 2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * Copyright © 2012 Canonical Ltd. * * This program is free software: you can redistribute it and/or modify it @@ -14,6 +15,7 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. * * Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Author libpam-freerdp (where we forked from): Ted Gould <ted@canonical.com> */ #include <libssh/libssh.h> |