mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-25 17:43:07 +02:00
[skip ci] Import MIT license identifier to rss.py
Licensing was approved by the individual contributors.
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user