Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Move GO_LICENSE and reference it where appropirate
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow committed Aug 5, 2019
1 parent 886e355 commit 32312e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions test-wasm/LICENSE → GO_LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion meshdb/browser-tests/resources/wasm_exec.js
Original file line number Diff line number Diff line change
@@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion test-wasm/go_js_wasm_exec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 32312e3

Please sign in to comment.