[gjs: 7/18] maint: Add license to files that were copied from GLib




commit 516cb5543794cd6989538b5f3b3d5924fe83dc08
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Sep 5 21:17:22 2020 -0700

    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

 subprojects/libffi.wrap        | 2 ++
 subprojects/proxy-libintl.wrap | 2 ++
 subprojects/sysprof.wrap       | 2 ++
 subprojects/zlib.wrap          | 3 +++
 tools/lcovrc                   | 2 ++
 5 files changed, 11 insertions(+)
---
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


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