This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 8c761ed59a7d27631875908608c5a61335ce8fcd Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Aug 31 19:52:34 2019 +0200 src/: add new stubs for miscellaneous utilities - x2goclient-utils.{c,h}. --- src/x2goclient-utils.c | 29 +++++++++++++++++++++++++++++ src/x2goclient-utils.h | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/src/x2goclient-utils.c b/src/x2goclient-utils.c new file mode 100644 index 0000000..501e29b --- /dev/null +++ b/src/x2goclient-utils.c @@ -0,0 +1,29 @@ +/* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ + +/* x2goclient-utils.c - Miscellaneous utilities for X2Go Client + + Copyright (C) 2019 Mike Gabriel + Copyright (C) 2019 Mihai Moldovan + All rights reserved. + + The libx2goclient library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The libx2goclient library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the Mate Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "x2goclient-utils.h" diff --git a/src/x2goclient-utils.h b/src/x2goclient-utils.h new file mode 100644 index 0000000..fb6efc3 --- /dev/null +++ b/src/x2goclient-utils.h @@ -0,0 +1,35 @@ +/* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ + +/* x2goclient-utils.h - Miscellaneous utilities for X2Go Client + + Copyright (C) 2019 Mike Gabriel + Copyright (C) 2019 Mihai Moldovan + All rights reserved. + + The libx2goclient library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The libx2goclient library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the Mate Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + */ + +#ifndef x2goclient_utils_h +#define x2goclient_utils_h + +#include <gmodule.h> + +G_BEGIN_DECLS + + +G_END_DECLS + +#endif /* x2goclient_utils_h */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git