license: update headers to BUSL

This commit is contained in:
Juanadelacuesta
2024-10-29 15:51:54 +01:00
parent 0227788e22
commit a9a452341c
4 changed files with 3 additions and 4 deletions

View File

@@ -131,7 +131,6 @@ func TestRawExecDriver_SetConfig(t *testing.T) {
err := harness.SetConfig(bconfig)
must.Error(t, err)
fmt.Println("el error ", err)
must.ErrorContains(t, err, "invalid range deniedHostUIDs \"100-1\": lower bound cannot be greater than upper bound")
}

View File

@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1
package validators

View File

@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1
//go:build windows

View File

@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// SPDX-License-Identifier: BUSL-1.1
//go:build !windows