|
@@ -15,6 +15,31 @@
|
15
|
15
|
* You should have received a copy of the GNU General Public License
|
16
|
16
|
* along with this program; if not, write to the Free Software
|
17
|
17
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
18
|
+ *
|
|
19
|
+ * As an alternative, at your option, you may use this file under the
|
|
20
|
+ * following terms, known as the "MIT license":
|
|
21
|
+ *
|
|
22
|
+ * Copyright (c) 2005-2009 Michael Brown <mbrown@fensystems.co.uk>
|
|
23
|
+ *
|
|
24
|
+ * Permission is hereby granted, free of charge, to any person
|
|
25
|
+ * obtaining a copy of this software and associated documentation
|
|
26
|
+ * files (the "Software"), to deal in the Software without
|
|
27
|
+ * restriction, including without limitation the rights to use, copy,
|
|
28
|
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
29
|
+ * of the Software, and to permit persons to whom the Software is
|
|
30
|
+ * furnished to do so, subject to the following conditions:
|
|
31
|
+ *
|
|
32
|
+ * The above copyright notice and this permission notice shall be
|
|
33
|
+ * included in all copies or substantial portions of the Software.
|
|
34
|
+ *
|
|
35
|
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
36
|
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
37
|
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
38
|
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|
39
|
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
|
40
|
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
41
|
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42
|
+ * SOFTWARE.
|
18
|
43
|
*/
|
19
|
44
|
|
20
|
45
|
/** @file
|