diff options
| author | Teddy Wing | 2017-09-29 00:29:56 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-09-29 00:56:15 +0200 |
| commit | 221c6951a7447b2c588bcb69c150b289efcdefcb (patch) | |
| tree | 1106aa7af3a48b3ee68380cf3bf79580a6ff94d5 /github-apple-option-p-to-preview.user.js | |
| parent | 6e9040f7ef45ef8262cdbebab719cd961c5b1147 (diff) | |
| download | GitHub-Apple-Option-P-to-Preview-221c6951a7447b2c588bcb69c150b289efcdefcb.tar.bz2 | |
Add license (GNU GPLv3+)
Diffstat (limited to 'github-apple-option-p-to-preview.user.js')
| -rw-r--r-- | github-apple-option-p-to-preview.user.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/github-apple-option-p-to-preview.user.js b/github-apple-option-p-to-preview.user.js index c6eac52..6442a46 100644 --- a/github-apple-option-p-to-preview.user.js +++ b/github-apple-option-p-to-preview.user.js @@ -7,6 +7,19 @@ // @grant none // ==/UserScript== +// 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 <http://www.gnu.org/licenses/>. + var KEY_CODE_P = 80; |
