vagrant/.copywrite.hcl
Chris Roberts a7135c000b Apply license adjustments and fixes
Add configuration file for automated license modifications, remove
automated licese modifications from specific locations, and update the
license set in the gem specification.
2023-08-10 17:05:19 -07:00

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/**",
]
}