diff options
Diffstat (limited to 'glib/glibmm/variantdbusstring.cc')
-rw-r--r-- | glib/glibmm/variantdbusstring.cc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/glib/glibmm/variantdbusstring.cc b/glib/glibmm/variantdbusstring.cc new file mode 100644 index 00000000..e8ad5ce7 --- /dev/null +++ b/glib/glibmm/variantdbusstring.cc @@ -0,0 +1,17 @@ +/* Copyright (C) 2017 The glibmm Development Team + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + */ + +#include <glibmm/variantdbusstring.h> |