فهرست منبع

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