[gtk/docs-gtk-org] glib: Update the license identifier



commit b13e15340f610e65a5c376034335246388fe6933
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Dec 10 21:30:29 2021 +0000

    glib: Update the license identifier

 glib/gio/gio.toml.in         | 2 +-
 glib/glib/glib.toml.in       | 2 +-
 glib/gmodule/gmodule.toml.in | 2 +-
 glib/gobject/gobject.toml.in | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glib/gio/gio.toml.in b/glib/gio/gio.toml.in
index 5b925af61f..95f056309f 100644
--- a/glib/gio/gio.toml.in
+++ b/glib/gio/gio.toml.in
@@ -6,7 +6,7 @@ repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
 docs_urls = "https://docs.gtk.org/gio/";
 authors = "GTK Development Team"
-license = "GPL-2.1-or-later"
+license = "LGPL-2.1-or-later"
 description = "Gio is a library providing useful classes for general purpose I/O, networking, IPC, settings, 
and other high level application functionality"
 dependencies = [ "GLib-2.0", "GModule-2.0", "GObject-2.0" ]
 devhelp = true
diff --git a/glib/glib/glib.toml.in b/glib/glib/glib.toml.in
index c70a1bd3e7..6c3ab94a5a 100644
--- a/glib/glib/glib.toml.in
+++ b/glib/glib/glib.toml.in
@@ -6,7 +6,7 @@ repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
 docs_url = "https://docs.gtk.org/glib/";
 authors = "GTK Development Team"
-license = "GPL-2.1-or-later"
+license = "LGPL-2.1-or-later"
 description = "GLib is a general-purpose, portable utility library, which provides many useful data types, 
macros, type conversions, string utilities, file utilities, a mainloop abstraction, and so on."
 dependencies = [ "GModule-2.0", "GObject-2.0", "Gio-2.0" ]
 devhelp = true
diff --git a/glib/gmodule/gmodule.toml.in b/glib/gmodule/gmodule.toml.in
index d2ed020539..655ec10257 100644
--- a/glib/gmodule/gmodule.toml.in
+++ b/glib/gmodule/gmodule.toml.in
@@ -6,7 +6,7 @@ repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
 docs_url = "https://docs.gtk.org/gmodule/";
 authors = "GTK Development Team"
-license = "GPL-2.1-or-later"
+license = "LGPL-2.1-or-later"
 description = "Portable API for dynamically loading modules"
 dependencies = [ "GLib-2.0", "GObject-2.0", "Gio-2.0" ]
 devhelp = true
diff --git a/glib/gobject/gobject.toml.in b/glib/gobject/gobject.toml.in
index 86a6d559a6..171adff588 100644
--- a/glib/gobject/gobject.toml.in
+++ b/glib/gobject/gobject.toml.in
@@ -6,7 +6,7 @@ repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
 docs_url = "https://docs.gtk.org/gobject/";
 authors = "GTK Development Team"
-license = "GPL-2.1-or-later"
+license = "LGPL-2.1-or-later"
 description = "The base type system and object class"
 dependencies = [ "GLib-2.0", "GModule-2.0", "Gio-2.0" ]
 devhelp = true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]