Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copywrite.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2023, 2025
# SPDX-License-Identifier: MPL-2.0

schema_version = 1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 HashiCorp, Inc.
Copyright IBM Corp. 2023, 2025

Mozilla Public License, version 2.0

Expand Down
2 changes: 1 addition & 1 deletion common.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion common_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2023, 2025
# SPDX-License-Identifier: MPL-2.0

version: '3'
Expand Down
2 changes: 1 addition & 1 deletion docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

// Package mql provides a language that end users can use to query your
Expand Down
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion expr.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion expr_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion lex.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion lex_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion mql.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion mql_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql_test
Expand Down
2 changes: 1 addition & 1 deletion mql_unexported_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion parser_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion stack.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion tests/postgres/postgres_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package postgres
Expand Down
2 changes: 1 addition & 1 deletion tests/postgres/testing.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package postgres
Expand Down
2 changes: 1 addition & 1 deletion token.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion token_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
2 changes: 1 addition & 1 deletion tools/tools.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

//go:build tools
Expand Down
2 changes: 1 addition & 1 deletion validate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2023, 2025
// SPDX-License-Identifier: MPL-2.0

package mql
Expand Down
Loading