diff --git a/LICENSE b/LICENSE index 9611866..d48c1a3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,28 @@ MIT License +Copyright (c) 2021 Lucy "noirscape" V. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-- +MIT License + Copyright (c) 2018 atlas44 Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/gen_contents.py b/gen_contents.py index a552ffe..3e0a009 100644 --- a/gen_contents.py +++ b/gen_contents.py @@ -60,11 +60,6 @@ def extract_specific_file_from_zip(zip_file, bin_name) -> io.BytesIO: filedata.seek(0) return filedata -def fetch_hekate_zip(api_url) -> io.BytesIO: - r = requests.get(api_url) - jdata = r.json() - return download_file_to_bytes_io([d for d in jdata["assets"] if d["name"].startswith("hekate_ctcaer")][0]["browser_download_url"]) - def fetch_github_repo_file(api_url, filename) -> io.BytesIO: r = requests.get(api_url) jdata = r.json() diff --git a/html/preface.html b/html/preface.html index 9723451..d2fa365 100644 --- a/html/preface.html +++ b/html/preface.html @@ -10,11 +10,14 @@

Web Fusée Launcher

Fusee Launcher ported to JavaScript using WebUSB.

- Source can be found on GitHub (or by hitting view source, there is no backend!). - Ported from fusee-launcher. + Source can be found on my Gitlab instance (you can find a mirror on GitHub).
+ Code forked from atlas44 on GitHub.
+ Ported from fusee-launcher.
Thanks to ktemkin and ReSwitched for Fusée Gelée and a ton of other things!

+

This fork simply adds all the payloads used in the Switch Guide.

+

Instructions: