diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2020-09-05 21:17:22 -0700 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2020-10-04 16:36:09 -0700 |
commit | 516cb5543794cd6989538b5f3b3d5924fe83dc08 (patch) | |
tree | dc5b38778c1084ed014fd4c879f74a0d58e75916 /tools | |
parent | d74a189ad0967e5f72fcf1f3a2dcb327686a5436 (diff) | |
download | gjs-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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lcovrc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |