Add license headers

This commit is contained in:
Henrik Giesel 2021-04-22 16:49:30 +02:00
parent 57357a42a5
commit 7aaf7b7fe0
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
export function mergeTooltipAndShortcut(
tooltip: string | undefined,
shortcutLabel: string | undefined

View file

@ -1,3 +1,5 @@
// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import * as tr from "./i18n";
const modifiers = ["Control", "Alt", "Shift", "Meta"];