[X2Go-Commits] [remote-login-service-x2go] 04/07: Add ArcticaProject as copyright holders.

git-admin at x2go.org git-admin at x2go.org
Sat Sep 19 09:51:24 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository remote-login-service-x2go.

commit 72e5d85ef3bbc394c3a069730aa268db60c72c8e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 19 08:50:43 2015 +0200

    Add ArcticaProject as copyright holders.
---
 src/citrix-server.c |    4 +++-
 src/citrix-server.h |    4 +++-
 src/crypt.c         |    1 +
 src/crypt.h         |    1 +
 src/defines.h       |    4 +++-
 src/main.c          |    4 +++-
 src/rdp-server.c    |    4 +++-
 src/rdp-server.h    |    4 +++-
 src/server.c        |    4 +++-
 src/server.h        |    4 +++-
 src/uccs-server.c   |    4 +++-
 src/uccs-server.h   |    4 +++-
 src/x2go-server.c   |    5 +++--
 src/x2go-server.h   |    5 +++--
 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at 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 at canonical.com>
- * Modified for X2Go: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at 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 at canonical.com>
- * Modified for X2Go: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ * Authors: Ted Gould <ted at canonical.com>
+ *          Mike Gabriel <mike.gabriel at 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 at canonical.com>
+# Copyright (C) 2015 The Arctica Project
+# Authors: Matthew Fischer <matthew.fischer at canonical.com>
+#          Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 
 import sys
 import json

--
Alioth's /srv/git/code.x2go.org/remote-login-service-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/remote-login-service-x2go.git


More information about the x2go-commits mailing list