aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-10 22:17:06 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-10 22:17:06 +0100
commitf821e53524e7635a39358ca0daadb2951d84a5dd (patch)
tree9b6f36fed9edd2e1efd3a35772576d71b9896a95 /src
parent4dfe87335c635ceb63ac1f94d10ddd6ac309d456 (diff)
downloadlibpam-x2go-f821e53524e7635a39358ca0daadb2951d84a5dd.tar.gz
libpam-x2go-f821e53524e7635a39358ca0daadb2951d84a5dd.tar.bz2
libpam-x2go-f821e53524e7635a39358ca0daadb2951d84a5dd.zip
fixing copyright headers
Diffstat (limited to 'src')
-rw-r--r--src/pam-x2go-children.c2
-rw-r--r--src/pam-x2go.c2
-rw-r--r--src/x2go-auth-check.c2
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>