mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add more license headers
This commit is contained in:
parent
73b5b60ac3
commit
3259223c9c
4 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#? stdtmpl(subsChar = '$', metaChar = '#')
|
||||
## SPDX-License-Identifier: AGPL-3.0-only
|
||||
#proc generateOpenSearchXML*(name, hostname, url: string): string =
|
||||
# result = ""
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#? stdtmpl(subsChar = '$', metaChad = '#')
|
||||
#? stdtmpl(subsChar = '$', metaChar = '#')
|
||||
## SPDX-License-Identifier: AGPL-3.0-only
|
||||
#import strutils, xmltree, strformat, options
|
||||
#import ../types, ../utils, ../formatters
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue