diff --git a/drivers/rawexec/driver_test.go b/drivers/rawexec/driver_test.go index 0186bcc1f..31875a6a7 100644 --- a/drivers/rawexec/driver_test.go +++ b/drivers/rawexec/driver_test.go @@ -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") } diff --git a/drivers/shared/validators/validators.go b/drivers/shared/validators/validators.go index b55690393..931007cae 100644 --- a/drivers/shared/validators/validators.go +++ b/drivers/shared/validators/validators.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validators diff --git a/drivers/shared/validators/validators_default.go b/drivers/shared/validators/validators_default.go index 69dea4e9d..09135aca3 100644 --- a/drivers/shared/validators/validators_default.go +++ b/drivers/shared/validators/validators_default.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/drivers/shared/validators/validators_test.go b/drivers/shared/validators/validators_test.go index bff9b60ed..f0ed47da1 100644 --- a/drivers/shared/validators/validators_test.go +++ b/drivers/shared/validators/validators_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !windows