This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gowswrapper. commit a9ddf41a2ee099a084c9726755fe93bb28f48f17 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 16 13:04:30 2021 +0200 {*.cpp,*.pro}: Add license headers. --- main.cpp | 19 +++++++++++++++++++ x2gowswrapper.cpp | 19 +++++++++++++++++++ x2gowswrapper.h | 19 +++++++++++++++++++ x2gowswrapper.pro | 19 +++++++++++++++++++ 4 files changed, 76 insertions(+) diff --git a/main.cpp b/main.cpp index 067d60e..0ef2c51 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,22 @@ +/* + * Copyright © 2021 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #include <QCoreApplication> #include "x2gowswrapper.h" diff --git a/x2gowswrapper.cpp b/x2gowswrapper.cpp index 0806d51..91922e7 100644 --- a/x2gowswrapper.cpp +++ b/x2gowswrapper.cpp @@ -1,3 +1,22 @@ +/* + * Copyright © 2021 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #include "x2gowswrapper.h" #include <QCoreApplication> #include <QDebug> diff --git a/x2gowswrapper.h b/x2gowswrapper.h index 594ed66..a8a3f86 100644 --- a/x2gowswrapper.h +++ b/x2gowswrapper.h @@ -1,3 +1,22 @@ +/* + * Copyright © 2021 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #include <QObject> #include <QTextStream> #include <QProcess> diff --git a/x2gowswrapper.pro b/x2gowswrapper.pro index f5aaf60..fc5c9ef 100644 --- a/x2gowswrapper.pro +++ b/x2gowswrapper.pro @@ -1,3 +1,22 @@ +/* + * Copyright © 2021 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ + ###################################################################### # Automatically generated by qmake (2.01a) Di. Feb 9 15:24:41 2021 ###################################################################### -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gowswrapper.git