aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-08-21 18:40:32 -0500
committerTed Gould <ted@gould.cx>2012-08-21 18:40:32 -0500
commit558ba6b7af07ffede8aebbdfe4c7114129d018b3 (patch)
treeef72c431700c25e7753a52539b9f682b80bcbb0c /src
parent758b090f738e41359ec6386439a5df0d5f4c9744 (diff)
downloadlibpam-x2go-558ba6b7af07ffede8aebbdfe4c7114129d018b3.tar.gz
libpam-x2go-558ba6b7af07ffede8aebbdfe4c7114129d018b3.tar.bz2
libpam-x2go-558ba6b7af07ffede8aebbdfe4c7114129d018b3.zip
Adding a copyright header
Diffstat (limited to 'src')
-rw-r--r--src/freerdp-auth-check.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/freerdp-auth-check.c b/src/freerdp-auth-check.c
index 5b29cf1..83bab2f 100644
--- a/src/freerdp-auth-check.c
+++ b/src/freerdp-auth-check.c
@@ -1,3 +1,21 @@
+/*
+ * Copyright © 2012 Canonical Ltd.
+ *
+ * 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
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranties of
+ * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * 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>
+ */
+
#include <freerdp/freerdp.h>
#include <freerdp/channels/channels.h>
#include <string.h>