
\documentclass[a4paper, 12pt, oneside, onecolumn, final, leqno, fleqn]{article}

\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}

\pagestyle{empty}


\begin{document}

	\begin{section}*{The Boost License}

		\begin{verbatim}
			Copyright <Copyright Holders>, <Year>.
			Distributed under the Boost Software License, Version 1.0.
			(See accompanying file LICENSE_1_0.txt or copy at
			http://www.boost.org/LICENSE_1_0.txt)
		\end{verbatim}

		\noindent
		Boost Software License - Version 1.0 - August 17th, 2003 \\

		\noindent
		Permission is hereby granted, free of charge, to any person or organization
		obtaining a copy of the software and accompanying documentation covered by
		this license (the \emph{"Software"}) to use, reproduce, display, distribute,
		execute, and transmit the \emph{Software}, and to prepare derivative works
		of the \emph{Software}, and to permit third-parties to whom the
		\emph{Software} is furnished to do so, all subject to the following: \\

		\noindent
		The copyright notices in the \emph{Software} and this entire statement,
		including the above license grant, this restriction and the following
		disclaimer, must be included in all copies of the \emph{Software}, in whole
		or in part, and all derivative works of the \emph{Software}, unless such
		copies or derivative works are solely in the form of machine-executable
		object code generated by a source language processor. \\

		\noindent
		\textbf{\textsc{
			The software is provided "as is", without warranty of any kind, express or
			implied, including but not limited to the warranties of merchantability,
			fitness for a particular purpose, title and non-infringement.
			In no event shall the copyright holders or anyone distributing the
			software be liable for any damages or other liability, whether in
			contract, tort or otherwise, arising from, out of or in connection with
			the software or the use or other dealings in the software.
		}}

	\end{section}

\end{document}

