mirror of
https://github.com/ankitects/anki.git
synced 2026-01-11 21:13:55 -05:00
fix: copyright issue and contributors
This commit is contained in:
parent
32f39ead77
commit
dddc490713
2 changed files with 5 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ Emmanuel Ferdman <https://github.com/emmanuel-ferdman>
|
|||
Sunong2008 <https://github.com/Sunrongguo2008>
|
||||
Marvin Kopf <marvinkopf@outlook.com>
|
||||
David Brenn <davidbrenn@t-online.de>
|
||||
TheFefel <flxkhn0602@gmail.com>
|
||||
Felix Kühne <flxkhn0602@gmail.com>
|
||||
Matthis Ehrhardt <matthis-ehrhardt@gmx.de>
|
||||
Billy Julian Lesmana <hunter140797@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
Copyright: Ankitects Pty Ltd and contributors
|
||||
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
-->
|
||||
<script lang="ts">
|
||||
import { colorBlindColors } from "./graph-helpers";
|
||||
import * as tr from "@generated/ftl";
|
||||
|
|
|
|||
Loading…
Reference in a new issue