summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-09-13 10:56:00 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-10-04 16:36:09 -0700
commitd908d992425dcb3561cfd9b1c80f2dfe6c4086e4 (patch)
tree28a77d52b249de1c91c4274d57555b528f64e696 /examples
parent516cb5543794cd6989538b5f3b3d5924fe83dc08 (diff)
downloadgjs-d908d992425dcb3561cfd9b1c80f2dfe6c4086e4.tar.gz
maint: Add GPL license and copyright to example copied from Seed
This example was originally copied from Seed's examples, so it gets the copyright and license information from Seed.
Diffstat (limited to 'examples')
-rw-r--r--examples/calc.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/calc.js b/examples/calc.js
index 87e21b62..88b4358b 100644
--- a/examples/calc.js
+++ b/examples/calc.js
@@ -1,4 +1,6 @@
#!/usr/bin/env gjs
+// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-FileCopyrightText: 2008 Robert Carr <carrr@rpi.edu>
imports.gi.versions.Gtk = '3.0';
const {Gtk} = imports.gi;