From 488fb1af85a4fb4ce4c1f8284b68ba62f23f9809 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 20 Apr 2021 15:43:59 +0200 Subject: [PATCH] Add copyright headers --- ts/editor/addons.ts | 2 ++ ts/editor/toolbar.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ts/editor/addons.ts b/ts/editor/addons.ts index b275e233d..4cd3af6be 100644 --- a/ts/editor/addons.ts +++ b/ts/editor/addons.ts @@ -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 { default as RawButton } from "editor-toolbar/RawButton.svelte"; import { default as LabelButton } from "editor-toolbar/LabelButton.svelte"; import { default as IconButton } from "editor-toolbar/IconButton.svelte"; diff --git a/ts/editor/toolbar.ts b/ts/editor/toolbar.ts index e2eaca08e..d03e20490 100644 --- a/ts/editor/toolbar.ts +++ b/ts/editor/toolbar.ts @@ -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 type { ToolbarItem } from "editor-toolbar/types"; import type ButtonGroup from "editor-toolbar/ButtonGroup.svelte"; import type { ButtonGroupProps } from "editor-toolbar/ButtonGroup";