mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
This bulk-adds licensing information for a load of test directories and the `po/` directory, since it’s impractical or impossible to add licensing information for those files otherwise. For the test files, in particular, adding the licensing headers would affect the tests. Adding `.license` files alongside would cause them to get interpreted by the test runner, which is undesirable. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #1415
27 lines
889 B
Plaintext
27 lines
889 B
Plaintext
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
Upstream-Name: GLib
|
|
Upstream-Contact: https://gitlab.gnome.org/GNOME/glib/-/issues
|
|
Source: https://gitlab.gnome.org/GNOME/glib/
|
|
|
|
# These test files are too simple to be copyrightable, but adding
|
|
# copyright/licensing headers to them (or beside them in a .license file) may
|
|
# affect the tests
|
|
Files:
|
|
gio/tests/cert-tests/*.p12
|
|
gio/tests/cert-tests/*.pem
|
|
gio/tests/desktop-files/**.desktop
|
|
gio/tests/schema-tests/*.gschema.xml
|
|
gio/tests/thumbnails/*.png
|
|
glib/tests/bookmarks/*.xbel
|
|
glib/tests/markups/*.cdata-as-text
|
|
glib/tests/markups/*.expected
|
|
glib/tests/markups/*.gmarkup
|
|
Copyright: See individual files
|
|
License: CC0-1.0
|
|
|
|
# Translation files are explicitly contributed under the license of the project,
|
|
# but by multiple authors
|
|
Files: po/*.po
|
|
Copyright: See individual files
|
|
License: LGPL-2.1-or-later
|