[skip ci] Import MIT license identifier to rss.py
Licensing was approved by the individual contributors.
This commit is contained in:
parent
c0274ecb40
commit
5e3fdd49d0
1 changed files with 11 additions and 1 deletions
12
rss.py
12
rss.py
|
@ -1,5 +1,15 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""Python Script for generating an rss.xml for the Guide. Requires bencodepy from pypy."""
|
|
||||||
|
#
|
||||||
|
# Copyright (C) 2016 James Elliott
|
||||||
|
# Copyright (C) 2016-2018 Plailect
|
||||||
|
# Copyright (C) 2022-2023 Nintendo Homebrew
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
|
|
||||||
|
# Python Script for generating an rss.xml for the Guide. Requires bencodepy from pypy.
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
Loading…
Reference in a new issue