summaryrefslogtreecommitdiff
path: root/structure_at_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 /structure_at_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 'structure_at_pos.go')
-rw-r--r--structure_at_pos.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structure_at_pos.go b/structure_at_pos.go
index 8521814..62aba13 100644
--- a/structure_at_pos.go
+++ b/structure_at_pos.go
@@ -1,3 +1,6 @@
+// Copyright (c) HashiCorp, Inc.
+// SPDX-License-Identifier: MPL-2.0
+
package hcl
// -----------------------------------------------------------------------------