From 2eafde8cca885987c12dfeb7aaed815c11a93ebc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 20 Mar 2021 19:35:51 +0100 Subject: Relicense under the GNU GPLv3+ --- main.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'main.js') diff --git a/main.js b/main.js index 204717e..a8e3328 100644 --- a/main.js +++ b/main.js @@ -1,3 +1,19 @@ +// Copyright (c) 2015 Teddy Wing +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + + (function() { [ 'lib/mousetrap/tests/libs/key-event.js', -- cgit v1.2.3