mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Add copyright headers
This commit is contained in:
parent
66b3096926
commit
488fb1af85
2 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue