mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-17 07:30:21 +02:00
The `.flake8` file has a trivial version history, so the copyright is straightforward from that. `meson.build` has a more complex history, but the only significant contributions were from Centricular. From `git log gio/gdbus-2.0/codegen/meson.build`, the other (following) commits are too trivial to be copyrightable: -d10be6102f
-30b25a6fd9
-95fa229f34
-631c3534b7
-00d7568e4f
-9734e4854e
-65be80c3ed
-66e4ba806a
-a1c78d63ef
-a73ca336aa
-19353017a7
-b4231844a2
-4cb945d780
-4ce58df854
-e2433308c4
-013980d839
Both files were contributed while the `COPYING` file for GLib was LGPL-2.1-or-later, so both were previously implicitly licensed as that. Let’s make that explicit. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #1415