From 4819413bc5660249731183995468a92f37ec8c57 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:40:51 +0000 Subject: [PATCH] [COMPLIANCE] Update Copyright and License Headers --- .copywrite.hcl | 2 +- LICENSE | 2 +- common.go | 2 +- common_test.go | 2 +- docker-compose.yml | 2 +- docs.go | 2 +- error.go | 2 +- expr.go | 2 +- expr_test.go | 2 +- lex.go | 2 +- lex_test.go | 2 +- mql.go | 2 +- mql_test.go | 2 +- mql_unexported_test.go | 2 +- options.go | 2 +- parser.go | 2 +- parser_test.go | 2 +- stack.go | 2 +- tests/postgres/postgres_test.go | 2 +- tests/postgres/testing.go | 2 +- token.go | 2 +- token_test.go | 2 +- tools/tools.go | 2 +- validate.go | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index 3fc838c..c1b514f 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2023, 2025 # SPDX-License-Identifier: MPL-2.0 schema_version = 1 diff --git a/LICENSE b/LICENSE index 3f64392..65cd330 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2023 HashiCorp, Inc. +Copyright IBM Corp. 2023, 2025 Mozilla Public License, version 2.0 diff --git a/common.go b/common.go index 8c161e5..8ce7e52 100644 --- a/common.go +++ b/common.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/common_test.go b/common_test.go index 5a3edad..b680672 100644 --- a/common_test.go +++ b/common_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/docker-compose.yml b/docker-compose.yml index f8912d6..2136b39 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2023, 2025 # SPDX-License-Identifier: MPL-2.0 version: '3' diff --git a/docs.go b/docs.go index c347670..f30768d 100644 --- a/docs.go +++ b/docs.go @@ -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 diff --git a/error.go b/error.go index 9ef164e..ba5f7ca 100644 --- a/error.go +++ b/error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/expr.go b/expr.go index 6dacf56..a6fc9b5 100644 --- a/expr.go +++ b/expr.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/expr_test.go b/expr_test.go index 8727423..0b3d8bd 100644 --- a/expr_test.go +++ b/expr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/lex.go b/lex.go index f0038c2..d5dcd9c 100644 --- a/lex.go +++ b/lex.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/lex_test.go b/lex_test.go index bbca182..93ccc4f 100644 --- a/lex_test.go +++ b/lex_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/mql.go b/mql.go index 68b16a6..102a277 100644 --- a/mql.go +++ b/mql.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/mql_test.go b/mql_test.go index 708c9f2..6039a83 100644 --- a/mql_test.go +++ b/mql_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql_test diff --git a/mql_unexported_test.go b/mql_unexported_test.go index 36e33ff..1be6994 100644 --- a/mql_unexported_test.go +++ b/mql_unexported_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/options.go b/options.go index b71d3d9..7a9f800 100644 --- a/options.go +++ b/options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/parser.go b/parser.go index 3625c5e..4cb70b7 100644 --- a/parser.go +++ b/parser.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/parser_test.go b/parser_test.go index 479689d..d12bada 100644 --- a/parser_test.go +++ b/parser_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/stack.go b/stack.go index 8617f9d..31818c2 100644 --- a/stack.go +++ b/stack.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/tests/postgres/postgres_test.go b/tests/postgres/postgres_test.go index 667b728..68bb49e 100644 --- a/tests/postgres/postgres_test.go +++ b/tests/postgres/postgres_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package postgres diff --git a/tests/postgres/testing.go b/tests/postgres/testing.go index aa2bb59..e8f11d6 100644 --- a/tests/postgres/testing.go +++ b/tests/postgres/testing.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package postgres diff --git a/token.go b/token.go index 0db754c..0275cf7 100644 --- a/token.go +++ b/token.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/token_test.go b/token_test.go index c1e5bf7..900cb75 100644 --- a/token_test.go +++ b/token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql diff --git a/tools/tools.go b/tools/tools.go index 5446130..7ad1d65 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build tools diff --git a/validate.go b/validate.go index 553a62e..ea77dcb 100644 --- a/validate.go +++ b/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2023, 2025 // SPDX-License-Identifier: MPL-2.0 package mql