diff options
author | Teddy Wing | 2021-03-20 19:35:51 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-20 19:36:54 +0100 |
commit | 2eafde8cca885987c12dfeb7aaed815c11a93ebc (patch) | |
tree | 277b88bb03bf6ac4ccfc1e7fe3c31a02ae336a94 /main.js | |
parent | 76dc2213fa8963fd7e9fc66556c1ad43c17ae8c3 (diff) | |
download | Peniquitous-2eafde8cca885987c12dfeb7aaed815c11a93ebc.tar.bz2 |
Relicense under the GNU GPLv3+
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 <https://www.gnu.org/licenses/>. + + (function() { [ 'lib/mousetrap/tests/libs/key-event.js', |