From 72e5d85ef3bbc394c3a069730aa268db60c72c8e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 19 Sep 2015 08:50:43 +0200 Subject: 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 +++-- 14 files changed, 38 insertions(+), 14 deletions(-) (limited to 'src') 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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 . * - * Author: Ted Gould + * Authors: Ted Gould + * Mike Gabriel */ #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 + * 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 . * - * Author: Ted Gould - * Modified for X2Go: Mike Gabriel + * Authors: Ted Gould + * Mike Gabriel */ #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 + * 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 . * - * Author: Ted Gould - * Modified for X2Go: Mike Gabriel + * Authors: Ted Gould + * Mike Gabriel */ #ifndef __X2GO_SERVER_H__ -- cgit v1.2.3