Skip to content

Commit

Permalink
chore: add appropriate headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Aug 14, 2023
1 parent efbc392 commit dae72e2
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .copywrite.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

schema_version = 1

project {
license = "MPL-2.0"
}
1 change: 1 addition & 0 deletions common.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

Expand Down
1 change: 1 addition & 0 deletions expr.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

Expand Down
1 change: 1 addition & 0 deletions lex.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

Expand Down
3 changes: 3 additions & 0 deletions mql.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

import (
Expand Down
3 changes: 3 additions & 0 deletions mql_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql_test

import (
Expand Down
3 changes: 3 additions & 0 deletions mql_unexported_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

import (
Expand Down
1 change: 1 addition & 0 deletions options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

Expand Down
1 change: 1 addition & 0 deletions parser.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

Expand Down
1 change: 1 addition & 0 deletions stack.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

Expand Down
1 change: 1 addition & 0 deletions token.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

Expand Down
3 changes: 3 additions & 0 deletions validate.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package mql

import (
Expand Down

0 comments on commit dae72e2

Please sign in to comment.