Skip to content

Commit

Permalink
Use license notice from MPL-2.0 Exhibit A
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Apr 17, 2024
1 parent 6b40458 commit 4b8bc21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Extract the original Scratch project from HTML or zip files generated by the Tur

The unpackager is developed as a simple static website. There is no build step. index.html is the website and unpackager.js is the core unpackaging logic. Library dependencies are manually vendored in the dependencies folder.

Unpackager is licensed under the Mozilla Public License version 2.0, just like the TurboWarp Packager.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<!DOCTYPE html>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<html lang="en">
<head>
<meta charset="utf8">
Expand Down
6 changes: 6 additions & 0 deletions unpackager.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*!
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

var unpackage = (function() {
'use strict';

Expand Down

0 comments on commit 4b8bc21

Please sign in to comment.