summaryrefslogtreecommitdiff
path: root/examples/gtk-application.js
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-09-05 21:36:16 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-10-04 16:36:09 -0700
commitcd9fd1dfdacd19b3a08f15f7e70c1974337cca5e (patch)
treecd96780a9be7240add9306ea627392ae85d5bf4d /examples/gtk-application.js
parent015a4d4ca235830736b014363f7df40a56ace66d (diff)
downloadgjs-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 'examples/gtk-application.js')
-rw-r--r--examples/gtk-application.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gtk-application.js b/examples/gtk-application.js
index e8ea05a4..f60e4690 100644
--- a/examples/gtk-application.js
+++ b/examples/gtk-application.js
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
+
// See the note about Application.run() at the bottom of the script
const System = imports.system;