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/testRegress.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/testRegress.js')
| -rw-r--r-- | installed-tests/js/testRegress.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installed-tests/js/testRegress.js b/installed-tests/js/testRegress.js index 32ca5bba..10763989 100644 --- a/installed-tests/js/testRegress.js +++ b/installed-tests/js/testRegress.js @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later + const Regress = imports.gi.Regress; // We use Gio to have some objects that we know exist |
