[skip ci] Import MIT license identifier to rss.py

Licensing was approved by the individual contributors.
This commit is contained in:
lifehackerhansol 2023-03-18 17:15:41 -07:00
parent c0274ecb40
commit 5e3fdd49d0

12
rss.py
View file

@ -1,5 +1,15 @@
#!/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 hashlib