Skip to content

Commit d866870

Browse files
Add copyright_year in .copywrite.hcl (#2059)
* Add copyright_year in .copywrite.hcl * [COMPLIANCE] Add required copyright headers Signed-off-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> * Add changelog --------- Signed-off-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
1 parent 0a66e17 commit d866870

File tree

399 files changed

+405
-397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+405
-397
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: INTERNAL
2+
body: Update copyright config
3+
time: 2026-02-03T15:27:44.67944+05:30
4+
custom:
5+
Issue: "2059"
6+
Repository: terraform-ls

.copywrite.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ schema_version = 1
33
project {
44
license = "MPL-2.0"
55

6+
copyright_year = 2020
7+
68
# (OPTIONAL) A list of globs that should not have copyright/license headers.
79
# Supports doublestar glob patterns for more flexibility in defining which
810
# files or folders should be ignored

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright IBM Corp. 2020, 2025
1+
Copyright IBM Corp. 2020, 2026
22

33
Mozilla Public License, version 2.0
44

META.d/_summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright IBM Corp. 2020, 2025
1+
# Copyright IBM Corp. 2020, 2026
22
# SPDX-License-Identifier: MPL-2.0
33

44
schema: 1.1

META.d/data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright IBM Corp. 2020, 2025
1+
# Copyright IBM Corp. 2020, 2026
22
# SPDX-License-Identifier: MPL-2.0
33

44
data_summary:

algolia.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package main

internal/algolia/algolia.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package algolia

internal/cmd/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package cmd

internal/cmd/serve_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package cmd

internal/cmd/version_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package cmd

0 commit comments

Comments
 (0)