From d908d992425dcb3561cfd9b1c80f2dfe6c4086e4 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sun, 13 Sep 2020 10:56:00 -0700 Subject: 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. --- examples/calc.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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 imports.gi.versions.Gtk = '3.0'; const {Gtk} = imports.gi; -- cgit v1.2.1