qulogic/gplugin

Fix licenses
develop
2020-02-09, Richard Laager
89102446d325
Parents bbca5bc652ee
Children e8a5c06b6004
Fix licenses

This fixes all the inconsistent licenses to be LGPL 2.0 or later, as
intended.

Fixes GPLUGIN-88
--- a/gplugin-gtk/gplugin-gtk.h.in Sun Feb 09 21:10:53 2020 -0600
+++ b/gplugin-gtk/gplugin-gtk.h.in Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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/>.
*/
#ifndef GPLUGIN_GTK_H
#define GPLUGIN_GTK_H
--- a/gplugin/gplugin-native.h.in Sun Feb 09 21:10:53 2020 -0600
+++ b/gplugin/gplugin-native.h.in Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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/>.
*/
#ifndef GPLUGIN_NATIVE_H
#define GPLUGIN_NATIVE_H
--- a/gplugin/gplugin-version.h.in Sun Feb 09 21:10:53 2020 -0600
+++ b/gplugin/gplugin-version.h.in Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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/>.
*/
#if !defined(GPLUGIN_GLOBAL_HEADER_INSIDE) && !defined(GPLUGIN_COMPILATION)
--- a/gplugin/gplugin.h.in Sun Feb 09 21:10:53 2020 -0600
+++ b/gplugin/gplugin.h.in Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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/>.
*/
#ifndef GPLUGIN_H
#define GPLUGIN_H
--- a/lua/gplugin-lua-core.c Sun Feb 09 21:10:53 2020 -0600
+++ b/lua/gplugin-lua-core.c Sun Feb 09 21:13:44 2020 -0600
@@ -38,7 +38,7 @@
"load-on-query", TRUE,
"name", "Lua Plugin Loader",
"version", GPLUGIN_VERSION,
- "license-id", "GPL3",
+ "license-id", "LGPL-2.0-or-later",
"summary", "A plugin that can load Lua plugins",
"description", "This plugin allows the loading of plugins written in "
"the Lua programming language.",
--- a/perl/gplugin-perl-core.c Sun Feb 09 21:10:53 2020 -0600
+++ b/perl/gplugin-perl-core.c Sun Feb 09 21:13:44 2020 -0600
@@ -35,7 +35,7 @@
"load-on-query", TRUE,
"name", "Perl plugin loader",
"version", GPLUGIN_VERSION,
- "license-id", "GPL3",
+ "license-id", "LGPL-2.0-or-later",
"summary", "A plugin that can load perl plugins",
"description", "This plugin allows the loading of plugins written in "
"the perl programming language.",
--- a/python/gplugin-python-core.c Sun Feb 09 21:10:53 2020 -0600
+++ b/python/gplugin-python-core.c Sun Feb 09 21:13:44 2020 -0600
@@ -37,7 +37,7 @@
"load-on-query", TRUE,
"name", "Python Plugin Loader",
"version", GPLUGIN_VERSION,
- "license-id", "GPL3",
+ "license-id", "LGPL-2.0-or-later",
"summary", "A plugin that can load python plugins",
"description", "This plugin allows the loading of plugins written in "
"the python programming language.",
--- a/tcc/gplugin-tcc-core.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/gplugin-tcc-core.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 <gplugin.h>
@@ -38,7 +38,7 @@
"load-on-query", TRUE,
"name", "C source plugin loader",
"version", GPLUGIN_VERSION,
- "license-id", "LGPL2",
+ "license-id", "LGPL-2.0-or-later",
"summary", "A plugin that can load C source plugins",
"description", "This plugin allows the loading of plugins written in C.",
"authors", authors,
--- a/tcc/gplugin-tcc-loader.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/gplugin-tcc-loader.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 "gplugin-tcc-loader.h"
--- a/tcc/gplugin-tcc-loader.h Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/gplugin-tcc-loader.h Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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/>.
*/
#ifndef GPLUGIN_TCC_LOADER_H
#define GPLUGIN_TCC_LOADER_H
--- a/tcc/gplugin-tcc-plugin.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/gplugin-tcc-plugin.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 "gplugin-tcc-plugin.h"
--- a/tcc/gplugin-tcc-plugin.h Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/gplugin-tcc-plugin.h Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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/>.
*/
#ifndef GPLUGIN_TCC_PLUGIN_H
#define GPLUGIN_TCC_PLUGIN_H
--- a/tcc/tests/plugins/basic-plugin.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/tests/plugins/basic-plugin.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 <gplugin.h>
#include <gplugin-native.h>
--- a/tcc/tests/plugins/dependent.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/tests/plugins/dependent.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 <gplugin.h>
#include <gplugin-native.h>
--- a/tcc/tests/plugins/load-exception.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/tests/plugins/load-exception.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 <gplugin.h>
#include <gplugin-native.h>
--- a/tcc/tests/plugins/load-failed.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/tests/plugins/load-failed.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 <gplugin.h>
#include <gplugin-native.h>
--- a/tcc/tests/plugins/unload-failed.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/tests/plugins/unload-failed.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 <gplugin.h>
#include <gplugin-native.h>
--- a/tcc/tests/test-tcc-loader.c Sun Feb 09 21:10:53 2020 -0600
+++ b/tcc/tests/test-tcc-loader.c Sun Feb 09 21:13:44 2020 -0600
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2011-2013 Gary Kramlich <grim@reaperworld.com>
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 <glib.h>