<!--<h1>Terms of use</h1>-->
<button type="button" class="btn btn-warning" data-toggle="collapse" data-target="#demo" aria-hidden="true">
	<span class="glyphicon glyphicon-exclamation-sign"></span> Read the terms of use of this binary image
</button>
<div id="demo" class="collapse">
	<div class="panel panel-default">
		<div class="panel panel-body">
		<h3>Terms and conditions for using of binary file</h3>
			<p>
				The binary images available on this site are the results of the building procedure 
				described on Acme Systems tutorials for who wants to try them  quickly before reading. 
				These images are not the official versions of somewhat and we do not recommend to use them 
				for your final projects because we didn't do any reliability tests on them.
			</p>
			<p>
				The binaries are provided "as is" without warranty or guarantees of any kind.
				We not provide any direct support on it but, through these pages and forum posts, we provide 
				all of the information required to obtain the sources and the info to build them from the 
				Open Source software available on Internet. 
			</p>
			<p>
				Please note that all of the software is Open Source so you have 
				to check any license provided by the software authors before using it in any commercial or non-commercial 
				product, by yourself.
			</p>
		</div>
	</div>
</div>

