MuldeR's Utilities for Qt.
Go to file
2014-11-24 22:29:00 +01:00
include/MUtils Overhaul of the temp_folder() function + use scoped pointers for global objects. 2014-11-24 22:29:00 +01:00
src Overhaul of the temp_folder() function + use scoped pointers for global objects. 2014-11-24 22:29:00 +01:00
.gitignore Initial commit. 2014-11-21 17:11:57 +01:00
LICENSE.html Initial commit. 2014-11-21 17:11:57 +01:00
MUtilities_VS2013.sln Initial commit. 2014-11-21 17:11:57 +01:00
MUtilities_VS2013.vcxproj Overhaul of the temp_folder() function + use scoped pointers for global objects. 2014-11-24 22:29:00 +01:00
MUtilities_VS2013.vcxproj.filters Added KeccakHash (aka SHA-3) class + make sure that "public" functions and classes are actually exported from the DLL. 2014-11-24 19:35:32 +01:00
README.html Initial commit. 2014-11-21 17:11:57 +01:00

<!doctype html>
<html>
<head>
	<title>MUtilites</title>
	<meta charset="utf-8" />
	<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</head>
<body>
	<h1>MUtilities &ndash; MuldeR's Utilities for Qt</h1>
	<h2>Copyright (C) 2004-2014 LoRd_MuldeR &lt;MuldeR2@GMX.de&gt;</h2>
	<p><b>Please visit <a href="http://muldersoft.com/">http://muldersoft.com/</a> or <a href="https://github.com/lordmulder?tab=repositories">https://github.com/lordmulder</a> for more information!</b></p>
	<hr>
	<p style="font-family:monospace">
		This library is free software; you can redistribute it and/or<br>
		modify it under the terms of the GNU Lesser General Public<br>
		License as published by the Free Software Foundation; either<br>
		version 2.1 of the License, or (at your option) any later version.<br>
		<br>
		This library is distributed in the hope that it will be useful,<br>
		but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU<br>
		Lesser General Public License for more details.<br>
		<br>
		You should have received a copy of the GNU Lesser General Public<br>
		License along with this library; if not, write to the Free Software<br>
		Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
	</p>
	<p><a href="https://www.gnu.org/licenses/lgpl-2.1.html">https://www.gnu.org/licenses/lgpl-2.1.html</a></p>
	<hr>
	<p>e.o.f.</p>
</body>
</html>