Przeglądaj źródła

[COMPLIANCE] Add Copyright and License Headers (#199)

Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
hashicorp-copywrite[bot] 1 rok temu
rodzic
commit
137daa7293

+ 3 - 0
internal/provider/example_function.go

@@ -1,3 +1,6 @@
+// Copyright (c) HashiCorp, Inc.
+// SPDX-License-Identifier: MPL-2.0
+
 package provider
 
 import (

+ 3 - 0
internal/provider/example_function_test.go

@@ -1,3 +1,6 @@
+// Copyright (c) HashiCorp, Inc.
+// SPDX-License-Identifier: MPL-2.0
+
 package provider
 
 import (