Add license headers

Closes #413
This commit is contained in:
Zed
2021-12-27 02:37:38 +01:00
parent 9e413e1f8c
commit 73b5b60ac3
39 changed files with 39 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import karax/[karaxdsl, vdom]
import markdown

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import options
import karax/[karaxdsl, vdom]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import uri, strutils, strformat
import karax/[karaxdsl, vdom]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strformat
import karax/[karaxdsl, vdom]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import tables, macros, strutils
import karax/[karaxdsl, vdom]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strutils, strformat
import karax/[karaxdsl, vdom, vstyles]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strutils
import karax/[karaxdsl, vdom, vstyles]
import ".."/[types, utils]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strutils, strformat, sequtils, unicode, tables
import karax/[karaxdsl, vdom]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import uri
import karax/[karaxdsl, vdom]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strutils, strformat, sequtils, algorithm, uri, options
import karax/[karaxdsl, vdom]

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strutils, sequtils, strformat, options
import karax/[karaxdsl, vdom, vstyles]