aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-19 08:50:43 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-19 08:50:43 +0200
commit72e5d85ef3bbc394c3a069730aa268db60c72c8e (patch)
tree8288442c0afeb486ffb283135da2773ae3585cfd /src
parent7e5e097f058310245a49240fc4a61e63aa50bed7 (diff)
downloadremote-logon-service-72e5d85ef3bbc394c3a069730aa268db60c72c8e.tar.gz
remote-logon-service-72e5d85ef3bbc394c3a069730aa268db60c72c8e.tar.bz2
remote-logon-service-72e5d85ef3bbc394c3a069730aa268db60c72c8e.zip
Add ArcticaProject as copyright holders.
Diffstat (limited to 'src')
-rw-r--r--src/citrix-server.c4
-rw-r--r--src/citrix-server.h4
-rw-r--r--src/crypt.c1
-rw-r--r--src/crypt.h1
-rw-r--r--src/defines.h4
-rw-r--r--src/main.c4
-rw-r--r--src/rdp-server.c4
-rw-r--r--src/rdp-server.h4
-rw-r--r--src/server.c4
-rw-r--r--src/server.h4
-rw-r--r--src/uccs-server.c4
-rw-r--r--src/uccs-server.h4
-rw-r--r--src/x2go-server.c5
-rw-r--r--src/x2go-server.h5
14 files changed, 38 insertions, 14 deletions
diff --git a/src/citrix-server.c b/src/citrix-server.c
index 6837ad6..e7d4e1d 100644
--- a/src/citrix-server.c
+++ b/src/citrix-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
diff --git a/src/citrix-server.h b/src/citrix-server.h
index 058b663..376fbd6 100644
--- a/src/citrix-server.h
+++ b/src/citrix-server.h
@@ -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>
*/
#ifndef __CITRIX_SERVER_H__
diff --git a/src/crypt.c b/src/crypt.c
index 21355d4..4e8775f 100644
--- a/src/crypt.c
+++ b/src/crypt.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
diff --git a/src/crypt.h b/src/crypt.h
index fd26e9e..89fd780 100644
--- a/src/crypt.h
+++ b/src/crypt.h
@@ -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
diff --git a/src/defines.h b/src/defines.h
index 3747db1..a29d90f 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -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>
*/
#ifndef __DEFINES_H__
diff --git a/src/main.c b/src/main.c
index 80a5745..7c0a806 100644
--- a/src/main.c
+++ b/src/main.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
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
diff --git a/src/rdp-server.h b/src/rdp-server.h
index 297c8ef..1339d86 100644
--- a/src/rdp-server.h
+++ b/src/rdp-server.h
@@ -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>
*/
#ifndef __RDP_SERVER_H__
diff --git a/src/server.c b/src/server.c
index 551aa99..3272b76 100644
--- a/src/server.c
+++ b/src/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
diff --git a/src/server.h b/src/server.h
index e9f214d..b3fe77b 100644
--- a/src/server.h
+++ b/src/server.h
@@ -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>
*/
#ifndef __SERVER_H__
diff --git a/src/uccs-server.c b/src/uccs-server.c
index 69710df..a87e4d1 100644
--- a/src/uccs-server.c
+++ b/src/uccs-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
diff --git a/src/uccs-server.h b/src/uccs-server.h
index 3171c96..4603a6c 100644
--- a/src/uccs-server.h
+++ b/src/uccs-server.h
@@ -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>
*/
#ifndef __UCCS_SERVER_H__
diff --git a/src/x2go-server.c b/src/x2go-server.c
index fb0935e..3b740de 100644
--- a/src/x2go-server.c
+++ b/src/x2go-server.c
@@ -1,6 +1,7 @@
/*
* Copyright © 2012 Canonical Ltd.
* Copyright © 2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * 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
@@ -14,8 +15,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>
- * Modified for X2Go: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Authors: Ted Gould <ted@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/x2go-server.h b/src/x2go-server.h
index b492a2c..6135321 100644
--- a/src/x2go-server.h
+++ b/src/x2go-server.h
@@ -1,6 +1,7 @@
/*
* Copyright © 2012 Canonical Ltd.
* Copyright © 2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * 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
@@ -14,8 +15,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>
- * Modified for X2Go: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Authors: Ted Gould <ted@canonical.com>
+ * Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
*/
#ifndef __X2GO_SERVER_H__