diff options
| author | Radek Simko <radek.simko@gmail.com> | 2024-02-16 11:20:40 +0000 |
|---|---|---|
| committer | Radek Simko <radek.simko@gmail.com> | 2024-02-16 12:20:49 +0000 |
| commit | 2f101e25ef30214dda9bf95fa84a3f68123cf717 (patch) | |
| tree | e2cb8a6a23baee47a8f99c2917828fd81d7f5eb8 /hclsyntax/scan_string_lit.rl | |
| parent | 48f2d7977b714f7bead73159b869f5f95df444cc (diff) | |
hclsyntax: Add license headers to generated code
Diffstat (limited to 'hclsyntax/scan_string_lit.rl')
| -rw-r--r-- | hclsyntax/scan_string_lit.rl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hclsyntax/scan_string_lit.rl b/hclsyntax/scan_string_lit.rl index f8ac117..21d2c8b 100644 --- a/hclsyntax/scan_string_lit.rl +++ b/hclsyntax/scan_string_lit.rl @@ -1,3 +1,5 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 package hclsyntax |
