From 32312e377724af131c046004138d26d04b95cf9f Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Mon, 5 Aug 2019 13:06:01 -0700 Subject: [PATCH] Move GO_LICENSE and reference it where appropirate --- test-wasm/LICENSE => GO_LICENSE | 3 +++ meshdb/browser-tests/resources/wasm_exec.js | 2 +- test-wasm/go_js_wasm_exec | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) rename test-wasm/LICENSE => GO_LICENSE (91%) diff --git a/test-wasm/LICENSE b/GO_LICENSE similarity index 91% rename from test-wasm/LICENSE rename to GO_LICENSE index 6a66aea5e..9a939e398 100644 --- a/test-wasm/LICENSE +++ b/GO_LICENSE @@ -1,3 +1,6 @@ +Note: this license covers code copied and/or modified from the Go source +code. Such code is indicated by a comment at the top of the file. + Copyright (c) 2009 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/meshdb/browser-tests/resources/wasm_exec.js b/meshdb/browser-tests/resources/wasm_exec.js index 165d56775..5bf655e13 100644 --- a/meshdb/browser-tests/resources/wasm_exec.js +++ b/meshdb/browser-tests/resources/wasm_exec.js @@ -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 GO_LICENSE file. (() => { if (typeof global !== "undefined") { diff --git a/test-wasm/go_js_wasm_exec b/test-wasm/go_js_wasm_exec index 644108089..d1b01e3a9 100755 --- a/test-wasm/go_js_wasm_exec +++ b/test-wasm/go_js_wasm_exec @@ -1,7 +1,7 @@ #!/bin/bash # 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 GO_LICENSE file. # Modified work copyright 2019 Alex Browne. # Check Node.js version