mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-13 15:54:02 -05:00
Add configuration file for automated license modifications, remove automated licese modifications from specific locations, and update the license set in the gem specification.
15 lines
294 B
HCL
15 lines
294 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "BUSL-1.1"
|
|
copyright_year = 2010
|
|
|
|
header_ignore = [
|
|
"internal/pkg/defaults/**",
|
|
"internal/pkg/spinner/**",
|
|
"internal/server/bindata_ui.go",
|
|
"internal/server/gen/**",
|
|
"lib/vagrant/protobufs/**",
|
|
"thirdparty/**",
|
|
]
|
|
}
|