mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-29 09:42:25 +00:00 
			
		
		
		
	![hashicorp-copywrite[bot]](/assets/img/avatar_default.png) 9e6da84bbf
			
		
	
	9e6da84bbf
	
	
	
		
			
			License /shamir under MPL. Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			628 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			628 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
| schema_version = 1
 | |
| 
 | |
| project {
 | |
|   license        = "BUSL-1.1"
 | |
|   copyright_year = 2023
 | |
| 
 | |
|   # (OPTIONAL) A list of globs that should not have copyright/license headers.
 | |
|   # Supports doublestar glob patterns for more flexibility in defining which
 | |
|   # files or folders should be ignored
 | |
|   header_ignore = [
 | |
|     "builtin/credential/aws/pkcs7/**",
 | |
|     "ui/node_modules/**",
 | |
|     "enos/modules/k8s_deploy_vault/raft-config.hcl",
 | |
|     "plugins/database/postgresql/scram/**",
 | |
|     # licensed under MPL - ignoring for now until the copywrite tool can support
 | |
|     # multiple licenses per repo.
 | |
|     "sdk/**",
 | |
|     "api/**",
 | |
|     "shamir/**'"
 | |
|   ]
 | |
| }
 |