forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			304 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			304 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export class LicenseInfo {
 | |
|     title: string = ""
 | |
|     artist: string = "";
 | |
|     license: string = undefined;
 | |
|     licenseShortName: string = "";
 | |
|     usageTerms: string = "";
 | |
|     attributionRequired: boolean = false;
 | |
|     copyrighted: boolean = false;
 | |
|     credit: string = "";
 | |
|     description: string = "";
 | |
| } |