瀏覽代碼

[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 年之前
父節點
當前提交
137daa7293
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      internal/provider/example_function.go
  2. 3 0
      internal/provider/example_function_test.go

+ 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 (