feat: auto generated files and new structure #4

Merged
marcel.henselin merged 16 commits from feat/automation into alpha 2026-01-29 14:10:27 +00:00
2 changed files with 0 additions and 36 deletions
Showing only changes of commit c9c6dd1852 - Show all commits

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