Skip to content

Commit

Permalink
fix: add back license haha
Browse files Browse the repository at this point in the history
  • Loading branch information
RadNotRed committed Dec 24, 2024
1 parent e46fcd6 commit cfa1889
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/javascript/msdl.v1.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// AGPL-3.0-only https://spdx.org/licenses/AGPL-3.0-or-later.html
// Modified from https://github.com/gravesoft/msdl for use in AtlasOS documentation
//
// Changes:
// - Auto-selecting language, and removing 'Choose once'
// - Removing table to download other versions
// - Restructuring of script
// - Simplification of certain functions like updateVars
// - Fixes/adaptations for use in Atlas documentation

const msApiUrl = "https://www.microsoft.com/software-download-connector/api/"
const parms = "?profile=606624d44113&Locale=en-US&sessionID="
const sessionUrl = "https://vlscppe.microsoft.com/fp/tags?org_id=y6jn8c31&session_id="
Expand Down

0 comments on commit cfa1889

Please sign in to comment.