mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
license: update headers to BUSL
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
package validators
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
//go:build windows
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
//go:build !windows
|
||||
|
||||
|
||||
Reference in New Issue
Block a user