summaryrefslogtreecommitdiff
path: root/pos.go
diff options
context:
space:
mode:
authorhashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>2023-02-28 10:30:09 +0100
committerGitHub <noreply@github.com>2023-02-28 10:30:09 +0100
commit4679383728fe331fc8a6b46036a27b8f818d9bc0 (patch)
treedfed34e85cce6af3a6e01869d3f439c525e213e4 /pos.go
parenta514df9c5e5a496ea3cfe6c41a4304b2398f6bb7 (diff)
[COMPLIANCE] Add Copyright and License Headers (#586)
* [COMPLIANCE] Add Copyright and License Headers * add copywrite file and revert headers in testdata --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Co-authored-by: Liam Cervante <liam.cervante@hashicorp.com>
Diffstat (limited to 'pos.go')
-rw-r--r--pos.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pos.go b/pos.go
index 06db8bf..1bbbce8 100644
--- a/pos.go
+++ b/pos.go
@@ -1,3 +1,6 @@
+// Copyright (c) HashiCorp, Inc.
+// SPDX-License-Identifier: MPL-2.0
+
package hcl
import "fmt"