diff --git a/addr.go b/addr.go index f6a0019..657dd89 100644 --- a/addr.go +++ b/addr.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/bench_test.go b/bench_test.go index 2f890ce..7dc75e4 100644 --- a/bench_test.go +++ b/bench_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/const.go b/const.go index 2fdbf84..2eed41f 100644 --- a/const.go +++ b/const.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/const_test.go b/const_test.go index 153da18..ff49793 100644 --- a/const_test.go +++ b/const_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/mux.go b/mux.go index d3d5b3f..fa4ca58 100644 --- a/mux.go +++ b/mux.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/session.go b/session.go index c08c4da..96ca49e 100644 --- a/session.go +++ b/session.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/session_test.go b/session_test.go index d95780a..2a03b5f 100644 --- a/session_test.go +++ b/session_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/stream.go b/stream.go index df70ddf..08c69dd 100644 --- a/stream.go +++ b/stream.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/util.go b/util.go index 4462518..ceddea8 100644 --- a/util.go +++ b/util.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import ( diff --git a/util_test.go b/util_test.go index dd14623..076dc9c 100644 --- a/util_test.go +++ b/util_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package yamux import (