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:
parent
d7cb17848d
commit
1dbdc48a77
2 changed files with 28 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue