fix: remove copywrite

This commit is contained in:
Marcel_Henselin 2026-01-22 16:31:02 +01:00
parent 18fbee50a4
commit c9c6dd1852
2 changed files with 0 additions and 36 deletions

View file

@ -1,24 +0,0 @@
# NOTE: This file is for HashiCorp specific licensing automation and can be deleted after creating a new repo with this template.
schema_version = 1
project {
license = "Apache-2.0"
copyright_year = 2025
header_ignore = [
# internal catalog metadata (prose)
"META.d/**/*.yaml",
# examples used within documentation (prose)
"examples/**",
# GitHub issue template configuration
".github/ISSUE_TEMPLATE/*.yml",
# golangci-lint tooling configuration
".golangci.yml",
# GoReleaser tooling configuration
".goreleaser.yml",
]
}

View file

@ -1,12 +0,0 @@
// SPDX-License-Identifier: MPL-2.0
//go:build generate
package tools
import (
// copywrite header generation
_ "github.com/hashicorp/copywrite"
)
//go:generate go run github.com/hashicorp/copywrite headers -d .. --config ../.copywrite.hcl