summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-09-05 21:17:22 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-10-04 16:36:09 -0700
commit516cb5543794cd6989538b5f3b3d5924fe83dc08 (patch)
treedc5b38778c1084ed014fd4c879f74a0d58e75916
parentd74a189ad0967e5f72fcf1f3a2dcb327686a5436 (diff)
downloadgjs-516cb5543794cd6989538b5f3b3d5924fe83dc08.tar.gz
maint: Add license to files that were copied from GLib
I copied the lcovrc and GLib's dependencies' wrap files from the GLib repository, so they need to get GLib's license. Except for zlib.wrap, which was copied from the Meson wrapdb, so it gets the license from https://github.com/mesonbuild/zlib/blob/master/LICENSE.build
-rw-r--r--subprojects/libffi.wrap2
-rw-r--r--subprojects/proxy-libintl.wrap2
-rw-r--r--subprojects/sysprof.wrap2
-rw-r--r--subprojects/zlib.wrap3
-rw-r--r--tools/lcovrc2
5 files changed, 11 insertions, 0 deletions
diff --git a/subprojects/libffi.wrap b/subprojects/libffi.wrap
index 6dea9ebe..da8b8371 100644
--- a/subprojects/libffi.wrap
+++ b/subprojects/libffi.wrap
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
[wrap-git]
directory=libffi
url=https://gitlab.freedesktop.org/gstreamer/meson-ports/libffi.git
diff --git a/subprojects/proxy-libintl.wrap b/subprojects/proxy-libintl.wrap
index b53c8f7c..09a04501 100644
--- a/subprojects/proxy-libintl.wrap
+++ b/subprojects/proxy-libintl.wrap
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
[wrap-git]
directory=proxy-libintl
url=https://github.com/frida/proxy-libintl.git
diff --git a/subprojects/sysprof.wrap b/subprojects/sysprof.wrap
index b1cff4b0..895c57eb 100644
--- a/subprojects/sysprof.wrap
+++ b/subprojects/sysprof.wrap
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
[wrap-git]
directory=sysprof
url=https://gitlab.gnome.org/GNOME/sysprof.git
diff --git a/subprojects/zlib.wrap b/subprojects/zlib.wrap
index 6aff13ff..72453bce 100644
--- a/subprojects/zlib.wrap
+++ b/subprojects/zlib.wrap
@@ -1,3 +1,6 @@
+# SPDX-License-Identifier: MIT
+# SPDX-FileCopyrightText: 2018 The Meson development team
+
[wrap-file]
directory = zlib-1.2.11
diff --git a/tools/lcovrc b/tools/lcovrc
index cc5da987..b92281a4 100644
--- a/tools/lcovrc
+++ b/tools/lcovrc
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
# lcov and genhtml configuration
# See http://ltp.sourceforge.net/coverage/lcov/lcovrc.5.php
# Adapted from GLib's lcovrc