From d1c99cfb7b12ad908126576060e2cf17ddddbf16 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Thu, 6 May 2021 23:22:02 +0200 Subject: [PATCH] Add copyright header --- ts/editor/icons.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts/editor/icons.ts b/ts/editor/icons.ts index 292ff2573..44a5348d4 100644 --- a/ts/editor/icons.ts +++ b/ts/editor/icons.ts @@ -1,3 +1,6 @@ +// Copyright: Ankitects Pty Ltd and contributors +// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html + export { default as boldIcon } from "./type-bold.svg"; export { default as italicIcon } from "./type-italic.svg"; export { default as underlineIcon } from "./type-underline.svg";