<IfModule mod_autoindex.c>
	IndexIgnore .htaccess .. 
	IndexOptions HTMLTable SuppressSize SuppressLastModified FoldersFirst FancyIndexing DescriptionWidth=* NameWidth=*
	
        AddDescription "Script file - MIT license active" *.js
	AddDescription "The license used by untermStrich to load the libraries" license.txt
		
	ReadmeName 	license.txt
</IfModule>
