This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goadmincenter. commit 4a8231b1c87af837765b39fb0d181076d2bfa5ab Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 9 03:03:33 2015 +0100 common: change X2go to X2Go where appropriate. Probably needs more work project-wide. --- x2goadmincenter/man/man8/x2goadmincenter.8 | 8 ++++---- x2goadminserver/cgi-bin/x2gorpcserver.cgi | 6 +++--- x2goadminserver/etc/x2goadminserver.conf | 6 +++--- x2goadminserver/lib/x2goadminserver.pm | 6 +++--- .../lib/x2goadminserver_backend_cipux.pm | 6 +++--- .../lib/x2goadminserver_backend_ldap.pm | 6 +++--- x2goadminserver/man/man5/x2goadminserver.conf.5 | 8 ++++---- x2goadminserver/man/man8/x2gorpcserver.cgi.8 | 8 ++++---- 8 files changed, 27 insertions(+), 27 deletions(-) diff --git a/x2goadmincenter/man/man8/x2goadmincenter.8 b/x2goadmincenter/man/man8/x2goadmincenter.8 index 1319b00..1381d52 100644 --- a/x2goadmincenter/man/man8/x2goadmincenter.8 +++ b/x2goadmincenter/man/man8/x2goadmincenter.8 @@ -5,9 +5,9 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goadmincenter 8 "Sep 2011" "Version 0.0.0.x" "X2go Administration Center (Qt4)" +.TH x2goadmincenter 8 "Sep 2011" "Version 0.0.0.x" "X2Go Administration Center (Qt4)" .SH NAME -x2goadmincenter \- X2go Administration Center +x2goadmincenter \- X2Go Administration Center .SH SYNOPSIS 'nh .fi @@ -15,8 +15,8 @@ x2goadmincenter \- X2go Administration Center \fBx2goadmincenter\fR .SH DESCRIPTION -\fBx2goadmincenter\fR is a GUI application for administrating X2go Servers. +\fBx2goadmincenter\fR is a GUI application for administrating X2Go Servers. .PP .SH AUTHOR -This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2go project +This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project (http://www.x2go.org). diff --git a/x2goadminserver/cgi-bin/x2gorpcserver.cgi b/x2goadminserver/cgi-bin/x2gorpcserver.cgi index 94b5416..f9a3f3f 100755 --- a/x2goadminserver/cgi-bin/x2gorpcserver.cgi +++ b/x2goadminserver/cgi-bin/x2gorpcserver.cgi @@ -3,12 +3,12 @@ # Copyright (C) 2010-2015 by Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # Copyright (C) 2010-2015 by Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de> -# X2go Admin Server is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published +# X2Go Admin Server is free software; you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published # by the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# X2go Admin Server is distributed in the hope that it will be useful, +# X2Go Admin Server is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. diff --git a/x2goadminserver/etc/x2goadminserver.conf b/x2goadminserver/etc/x2goadminserver.conf index 24832ce..d782423 100644 --- a/x2goadminserver/etc/x2goadminserver.conf +++ b/x2goadminserver/etc/x2goadminserver.conf @@ -1,12 +1,12 @@ # Copyright (C) 2010-2015 by Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # Copyright (C) 2010-2015 by Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de> -# X2go Admin Server is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published +# X2Go Admin Server is free software; you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published # by the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# X2go Admin Server is distributed in the hope that it will be useful, +# X2Go Admin Server is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. diff --git a/x2goadminserver/lib/x2goadminserver.pm b/x2goadminserver/lib/x2goadminserver.pm index 0e455fa..1f6120f 100644 --- a/x2goadminserver/lib/x2goadminserver.pm +++ b/x2goadminserver/lib/x2goadminserver.pm @@ -1,12 +1,12 @@ # Copyright (C) 2010-2015 by Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # Copyright (C) 2010-2015 by Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de> -# X2go Admin Server is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published +# X2Go Admin Server is free software; you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published # by the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# X2go Admin Server is distributed in the hope that it will be useful, +# X2Go Admin Server is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. diff --git a/x2goadminserver/lib/x2goadminserver_backend_cipux.pm b/x2goadminserver/lib/x2goadminserver_backend_cipux.pm index 132f258..6d34774 100644 --- a/x2goadminserver/lib/x2goadminserver_backend_cipux.pm +++ b/x2goadminserver/lib/x2goadminserver_backend_cipux.pm @@ -1,12 +1,12 @@ # Copyright (C) 2010-2015 by Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # Copyright (C) 2010-2015 by Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de> -# X2go Admin Server is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published +# X2Go Admin Server is free software; you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published # by the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# X2go Admin Server is distributed in the hope that it will be useful, +# X2Go Admin Server is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. diff --git a/x2goadminserver/lib/x2goadminserver_backend_ldap.pm b/x2goadminserver/lib/x2goadminserver_backend_ldap.pm index 7b288f6..ac00235 100644 --- a/x2goadminserver/lib/x2goadminserver_backend_ldap.pm +++ b/x2goadminserver/lib/x2goadminserver_backend_ldap.pm @@ -1,12 +1,12 @@ # Copyright (C) 2010-2015 by Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # Copyright (C) 2010-2015 by Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de> -# X2go Admin Server is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published +# X2Go Admin Server is free software; you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published # by the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# X2go Admin Server is distributed in the hope that it will be useful, +# X2Go Admin Server is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. diff --git a/x2goadminserver/man/man5/x2goadminserver.conf.5 b/x2goadminserver/man/man5/x2goadminserver.conf.5 index 894a267..eaf728c 100644 --- a/x2goadminserver/man/man5/x2goadminserver.conf.5 +++ b/x2goadminserver/man/man5/x2goadminserver.conf.5 @@ -5,18 +5,18 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goadminserver.conf 5 "Sep 2011" "Version 0.0.0.x" "X2go Administration Server" +.TH x2goadminserver.conf 5 "Sep 2011" "Version 0.0.0.x" "X2Go Administration Server" .SH NAME -x2goadminserver.conf \- X2go Admin Server Configuration File +x2goadminserver.conf \- X2Go Admin Server Configuration File .SH SYNOPSIS 'nh .fi .ad l -\fBx2goadminserver.conf\fR is the configuration file of the X2go Administration Server. +\fBx2goadminserver.conf\fR is the configuration file of the X2Go Administration Server. .SH DESCRIPTION \fBx2goadminserver.conf\fR needs to be documented here. .PP .SH AUTHOR -This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2go project +This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project (http://www.x2go.org). diff --git a/x2goadminserver/man/man8/x2gorpcserver.cgi.8 b/x2goadminserver/man/man8/x2gorpcserver.cgi.8 index fd90110..37f7ce3 100644 --- a/x2goadminserver/man/man8/x2gorpcserver.cgi.8 +++ b/x2goadminserver/man/man8/x2gorpcserver.cgi.8 @@ -5,9 +5,9 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gorpcserver.cgi 8 "Sep 2011" "Version 0.0.0.x" "X2go Administration Server" +.TH x2gorpcserver.cgi 8 "Sep 2011" "Version 0.0.0.x" "X2Go Administration Server" .SH NAME -x2gorpcserver.cgi \- X2go Admin Server / RPC Server Script +x2gorpcserver.cgi \- X2Go Admin Server / RPC Server Script .SH SYNOPSIS 'nh .fi @@ -15,8 +15,8 @@ x2gorpcserver.cgi \- X2go Admin Server / RPC Server Script \fBx2gorpcserver.cgi\fR .SH DESCRIPTION -\fBx2gorpcserver.cgi\fR is a CGI script and a component of the X2go Administration Server. +\fBx2gorpcserver.cgi\fR is a CGI script and a component of the X2Go Administration Server. .PP .SH AUTHOR -This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2go project +This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project (http://www.x2go.org). -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goadmincenter.git