diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2020-09-05 21:36:16 -0700 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2020-10-04 16:36:09 -0700 |
commit | cd9fd1dfdacd19b3a08f15f7e70c1974337cca5e (patch) | |
tree | cd96780a9be7240add9306ea627392ae85d5bf4d /installed-tests/js/testGtk3.js | |
parent | 015a4d4ca235830736b014363f7df40a56ace66d (diff) | |
download | gjs-cd9fd1dfdacd19b3a08f15f7e70c1974337cca5e.tar.gz |
maint: Add dual MIT/LGPL license to all GJS files that didn't have one
This adds a SPDX-License-Identifier comment to all files that are part
of GJS, part of its unit tests, or auxiliary tools. (Except for some
files like the debugger scripts that don't support comments.)
Diffstat (limited to 'installed-tests/js/testGtk3.js')
-rw-r--r-- | installed-tests/js/testGtk3.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installed-tests/js/testGtk3.js b/installed-tests/js/testGtk3.js index 288bdbdc..5a781567 100644 --- a/installed-tests/js/testGtk3.js +++ b/installed-tests/js/testGtk3.js @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later + imports.gi.versions.Gtk = '3.0'; const ByteArray = imports.byteArray; |