Add copyright header

This commit is contained in:
Henrik Giesel 2021-05-06 23:22:02 +02:00
parent b2eec9c3c3
commit d1c99cfb7b

View File

@ -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";