WASM: comply with wasm_exec.js licence terms

The BSD-style license that Go uses requires the license to be included
with the source distribution; so add it as LICENSE.wasmexec (to avoid
confusion with the other licenses in rclone) and note the location of
the license in wasm_exec.js itself.
This commit is contained in:
Matthew Vernon 2022-12-07 12:11:49 +00:00 committed by Nick Craig-Wood
parent d7cb17848d
commit 1dbdc48a77
2 changed files with 28 additions and 1 deletions

View file

@ -1,6 +1,6 @@
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE.wasmexec file.
"use strict";