mirror of
https://github.com/rclone/rclone.git
synced 2025-07-06 06:27:53 +02:00
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:
committed by
Nick Craig-Wood
parent
d7cb17848d
commit
1dbdc48a77
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user