/*
* This file is part of VIUtils.
*
* Copyright © 2012-2015 Visual Illusions Entertainment
*
* VIUtils is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this library.
* If not, see http://www.gnu.org/licenses/lgpl.html.
*/
/**
VIUtils - Visual Illusions Java Utilities Library<br>
Copyright © 2012-2014 Visual Illusions Entertainment
<p>
VIUtils is designed to use Java 6 or higher<br>
and contains a many Utility functions and methods for use in Java Programs.
<p>
VIUtils is free software: you can redistribute it and/or modify it<br>
under the terms of the GNU Lesser General Public License as published by the Free Software Foundation,<br>
either version 3 of the License, or (at your option) any later version.
<p>
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;<br>
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br>
See the GNU Lesser General Public License for more details.
<p>
You should have received a copy of the GNU Lesser General Public License along with this library.<br>
If not, see <a href="http://www.gnu.org/licenses/lgpl.html">http://www.gnu.org/licenses/lgpl.html</a>
*/
package net.visualillusionsent.utils;