Skip to content
Open
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 LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 HashiCorp, Inc.
Copyright IBM Corp. 2020, 2025

Mozilla Public License, version 2.0

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

schema: 1.1
Expand Down
2 changes: 1 addition & 1 deletion META.d/data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2020, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

package decoder
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package validations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package validations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

// Package hooks enables the implementation of hooks for dynamic
Expand Down
2 changes: 1 addition & 1 deletion internal/features/modules/hooks/module_source_local.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package hooks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package hooks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

package hooks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2025
// SPDX-License-Identifier: MPL-2.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

package state
Expand Down
Loading
Loading