mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	We are still solidifying patterns around how licenses should be managed, but given the Gemfile.lock file is ignored, I don't think it makes sense for linguist to track licenses for Ruby dependencies. A consumer of this gem could end up with a different version of a dependency that has a different license. In general, I think libraries should only track licenses for code that they vendor. Since linguist vendors the grammars, it makes sense for it to track the licenses for them.
		
			
				
	
	
		
			28 lines
		
	
	
		
			379 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			379 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
whitelist:
 | 
						|
  - apache-2.0
 | 
						|
  - bsd-2-clause
 | 
						|
  - bsd-3-clause
 | 
						|
  - permissive
 | 
						|
  - mit
 | 
						|
  - isc
 | 
						|
  - mpl-2.0
 | 
						|
  - unlicense
 | 
						|
  - wtfpl
 | 
						|
  - zlib
 | 
						|
 | 
						|
# These dependencies are explicitly ignored
 | 
						|
ignored:
 | 
						|
  rubygem:
 | 
						|
    - bundler
 | 
						|
 | 
						|
# These dependencies have been reviewed and approved.
 | 
						|
reviewed:
 | 
						|
  rubygem:
 | 
						|
    - mime-types
 | 
						|
  grammar:
 | 
						|
    - Sublime-Lasso
 | 
						|
 | 
						|
sources:
 | 
						|
  npm: false
 | 
						|
  rubygem: false
 |