diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-19 08:50:43 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-19 08:50:43 +0200 |
commit | 72e5d85ef3bbc394c3a069730aa268db60c72c8e (patch) | |
tree | 8288442c0afeb486ffb283135da2773ae3585cfd | |
parent | 7e5e097f058310245a49240fc4a61e63aa50bed7 (diff) | |
download | remote-logon-service-72e5d85ef3bbc394c3a069730aa268db60c72c8e.tar.gz remote-logon-service-72e5d85ef3bbc394c3a069730aa268db60c72c8e.tar.bz2 remote-logon-service-72e5d85ef3bbc394c3a069730aa268db60c72c8e.zip |
Add ArcticaProject as copyright holders.
-rw-r--r-- | src/citrix-server.c | 4 | ||||
-rw-r--r-- | src/citrix-server.h | 4 | ||||
-rw-r--r-- | src/crypt.c | 1 | ||||
-rw-r--r-- | src/crypt.h | 1 | ||||
-rw-r--r-- | src/defines.h | 4 | ||||
-rw-r--r-- | src/main.c | 4 | ||||
-rw-r--r-- | src/rdp-server.c | 4 | ||||
-rw-r--r-- | src/rdp-server.h | 4 | ||||
-rw-r--r-- | src/server.c | 4 | ||||
-rw-r--r-- | src/server.h | 4 | ||||
-rw-r--r-- | src/uccs-server.c | 4 | ||||
-rw-r--r-- | src/uccs-server.h | 4 | ||||
-rw-r--r-- | src/x2go-server.c | 5 | ||||
-rw-r--r-- | src/x2go-server.h | 5 | ||||
-rwxr-xr-x | tests/slmock | 4 |
15 files changed, 41 insertions, 15 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__ @@ -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__ diff --git a/tests/slmock b/tests/slmock index 1007328..10ccc95 100755 --- a/tests/slmock +++ b/tests/slmock @@ -1,7 +1,9 @@ #!/usr/bin/python3 # # Copyright (C) 2012 Canonical, Ltd. -# Author: Matthew Fischer <matthew.fischer@canonical.com> +# Copyright (C) 2015 The Arctica Project +# Authors: Matthew Fischer <matthew.fischer@canonical.com> +# Mike Gabriel <mike.gabriel@das-netzwerkteam.de> import sys import json |