Change license to BSD

This commit is contained in:
skylarmt 2015-01-13 19:46:26 -07:00
parent 8d321b9e28
commit 60adbb820a
23 changed files with 1644 additions and 1538 deletions

73
LICENSE
View File

@ -1,25 +1,52 @@
Apocalypse Laboratories ==============================
SyMAT Open Source License Code License
==============================
Source code can be used for any purpose, as long as: Copyright (c) 2015, Apocalypse Laboratories
- Compiled binaries are rebranded and "SyMAT" is not All rights reserved.
visible by the end user at any time, except to give
credit to Apocalypse Laboratories, such as by showing
"Based on SyMAT by Apocalypse Laboratories" or a
similar notice;
- You do not use the code for evil;
- Rebranded compiled applications have significant
differences in functionality;
- and you provide your modified source code for download,
under the terms of the GNU LGPL v3 or a comparable
license.
Compiled binaries cannot be redistributed or mirrored, Redistribution and use in source and binary forms, with or without modification,
unless: are permitted provided that the following conditions are met:
- You have written permission from Apocalypse Laboratories;
- Downloads are not available from Apocalypse Laboratories, 1. Redistributions of source code must retain the above copyright notice, this
not even behind a paywall or other blocking mechanism; list of conditions and the following disclaimer.
- or you have received a multi-computer license, in which
case you should take measures to prevent unauthorized 2. Redistributions in binary form must reproduce the above copyright notice,
downloads, such as preventing download access from the this list of conditions and the following disclaimer in the documentation and/or
Internet. other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
==============================
Media License
==============================
All images and other graphical files (the "graphics") included with this
software are copyright (c) 2015 Apocalypse Laboratories. You may not distribute
them or any program, source code repository, or other package containing them
without written permission from Apocalypse Laboratories. However, removal of
the graphics or replacement with your own will allow you to redistribute the
remainder of the software according to the Code License.
==============================
Other Licenses
==============================
This software contains third-party components. These components may fall under
a different license and have a different copyright holder than the above.
Consult their license information or the Manual system for more information.

View File

@ -1,30 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Apocalypse Laboratories Copyright (c) 2015, Apocalypse Laboratories
Open Source License All rights reserved.
Source code can be used for any purpose, as long as: Redistribution and use in source and binary forms, with or without modification,
- Compiled binaries are rebranded and trademarks are not are permitted provided that the following conditions are met:
visible by the end user at any time, except to give
credit to Apocalypse Laboratories, such as by showing
"Based on <product> by Apocalypse Laboratories" or a
similar notice;
- You do not use the code for evil;
- Rebranded compiled applications have significant
differences in functionality;
- and you provide your modified source code for download,
under the terms of the GNU LGPL v3 or a comparable
license.
Compiled binaries cannot be redistributed or mirrored, 1. Redistributions of source code must retain the above copyright notice, this
unless: list of conditions and the following disclaimer.
- You have written permission from Apocalypse Laboratories;
- Downloads are not available from Apocalypse Laboratories, 2. Redistributions in binary form must reproduce the above copyright notice,
not even behind a paywall or other blocking mechanism; this list of conditions and the following disclaimer in the documentation and/or
- or you have received a multi-computer license, in which other materials provided with the distribution.
case you should take measures to prevent unauthorized
downloads, such as preventing download access from the 3. Neither the name of the copyright holder nor the names of its contributors
Internet. may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--> -->
<project name="SyMAT" default="default" basedir="."> <project name="SyMAT" default="default" basedir=".">

View File

@ -1,3 +1,32 @@
#
# Copyright (c) 2015, Apocalypse Laboratories
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation and/or
# other materials provided with the distribution.
#
# 3. Neither the name of the copyright holder nor the names of its contributors
# may be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
libs.absolutelayout.classpath=\ libs.absolutelayout.classpath=\
${base}/absolutelayout/AbsoluteLayout.jar ${base}/absolutelayout/AbsoluteLayout.jar
libs.absolutelayout.displayName=Absolute Layout libs.absolutelayout.displayName=Absolute Layout

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -1,29 +1,31 @@
/* /*
* Apocalypse Laboratories * Copyright (c) 2015, Apocalypse Laboratories
* Open Source License * All rights reserved.
* *
* Source code can be used for any purpose, as long as: * Redistribution and use in source and binary forms, with or without modification,
* - Compiled binaries are rebranded and trademarks are not * are permitted provided that the following conditions are met:
* visible by the end user at any time, except to give
* credit to Apocalypse Laboratories, such as by showing
* "Based on <product> by Apocalypse Laboratories" or a
* similar notice;
* - You do not use the code for evil;
* - Rebranded compiled applications have significant
* differences in functionality;
* - and you provide your modified source code for download,
* under the terms of the GNU LGPL v3 or a comparable
* license.
* *
* Compiled binaries cannot be redistributed or mirrored, * 1. Redistributions of source code must retain the above copyright notice, this
* unless: * list of conditions and the following disclaimer.
* - You have written permission from Apocalypse Laboratories; *
* - Downloads are not available from Apocalypse Laboratories, * 2. Redistributions in binary form must reproduce the above copyright notice,
* not even behind a paywall or other blocking mechanism; * this list of conditions and the following disclaimer in the documentation and/or
* - or you have received a multi-computer license, in which * other materials provided with the distribution.
* case you should take measures to prevent unauthorized *
* downloads, such as preventing download access from the * 3. Neither the name of the copyright holder nor the names of its contributors
* Internet. * may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
package net.apocalypselabs.symat; package net.apocalypselabs.symat;

View File

@ -5,32 +5,42 @@
<body> <body>
<h1>Licenses</h1> <h1>Licenses</h1>
<p><b>SyMAT License</b></p> <p><b>SyMAT License</b></p>
<p>Apocalypse Laboratories<br> <p>
SyMAT Open Source License<br>
<br> <br>
Source code can be used for any purpose, as long as:<br> Copyright (c) 2015, Apocalypse Laboratories
- Compiled binaries are rebranded and "SyMAT" is not<br> All rights reserved.
visible by the end user at any time, except to give<br>
credit to Apocalypse Laboratories, such as by showing<br>
"Based on SyMAT by Apocalypse Laboratories" or a<br>
similar notice;<br>
- You do not use the code for evil;<br>
- Rebranded compiled applications have significant<br>
differences in functionality;<br>
- and you provide your modified source code for download,<br>
under the terms of the GNU LGPL v3 or a comparable<br>
license.<br>
<br> <br>
Compiled binaries cannot be redistributed or mirrored,<br> Redistribution and use in source and binary forms, with or without modification,
unless:<br> are permitted provided that the following conditions are met:
- You have written permission from Apocalypse Laboratories;<br> <br>
- Downloads are not available from Apocalypse Laboratories,<br> 1. Redistributions of source code must retain the above copyright notice, this
not even behind a paywall or other blocking mechanism;<br> list of conditions and the following disclaimer.
- or you have received a multi-computer license, in which<br> <br>
case you should take measures to prevent unauthorized<br> 2. Redistributions in binary form must reproduce the above copyright notice,
downloads, such as preventing download access from the <br> this list of conditions and the following disclaimer in the documentation and/or
Internet.</p><br> other materials provided with the distribution.
<h3>This application also uses libraries from third-parties.</h3> <br>
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
<br>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
<p>All images and other graphical files (the "graphics") included with this
software are copyright (c) 2015 Apocalypse Laboratories. You may not distribute
them or any program, source code repository, or other package containing them
without written permission from Apocalypse Laboratories. However, removal of
the graphics or replacement with your own will allow you to redistribute the
remainder of the software according to the Code License.</p>
<h2>This application also uses libraries from third-parties.</h2>
<p><b>Symja (parser), log4j, Java-Prettify:</b></p> <p><b>Symja (parser), log4j, Java-Prettify:</b></p>
<p>Licensed under the Apache License, Version 2.0 (the "License");<br> <p>Licensed under the Apache License, Version 2.0 (the "License");<br>
you may not use this file except in compliance with the License.<br> you may not use this file except in compliance with the License.<br>
@ -1019,101 +1029,101 @@
</p> </p>
<p><br></p> <p><br></p>
<p>-------------------------------<br> <p>-------------------------------<br>
UBUNTU FONT LICENCE Version 1.0<br> UBUNTU FONT LICENCE Version 1.0<br>
-------------------------------<br> -------------------------------<br>
<br> <br>
PREAMBLE<br> PREAMBLE<br>
This licence allows the licensed fonts to be used, studied, modified and This licence allows the licensed fonts to be used, studied, modified and
redistributed freely. The fonts, including any derivative works, can be redistributed freely. The fonts, including any derivative works, can be
bundled, embedded, and redistributed provided the terms of this licence bundled, embedded, and redistributed provided the terms of this licence
are met. The fonts and derivatives, however, cannot be released under are met. The fonts and derivatives, however, cannot be released under
any other licence. The requirement for fonts to remain under this any other licence. The requirement for fonts to remain under this
licence does not require any document created using the fonts or their licence does not require any document created using the fonts or their
derivatives to be published under this licence, as long as the primary derivatives to be published under this licence, as long as the primary
purpose of the document is not to be a vehicle for the distribution of purpose of the document is not to be a vehicle for the distribution of
the fonts. the fonts.
<br> <br>
DEFINITIONS<br> DEFINITIONS<br>
"Font Software" refers to the set of files released by the Copyright "Font Software" refers to the set of files released by the Copyright
Holder(s) under this licence and clearly marked as such. This may Holder(s) under this licence and clearly marked as such. This may
include source files, build scripts and documentation. include source files, build scripts and documentation.
<br> <br>
"Original Version" refers to the collection of Font Software components "Original Version" refers to the collection of Font Software components
as received under this licence. as received under this licence.
<br> <br>
"Modified Version" refers to any derivative made by adding to, deleting, "Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to Original Version, by changing formats or by porting the Font Software to
a new environment. a new environment.
<br> <br>
"Copyright Holder(s)" refers to all individuals and companies who have a "Copyright Holder(s)" refers to all individuals and companies who have a
copyright ownership of the Font Software. copyright ownership of the Font Software.
<br> <br>
"Substantially Changed" refers to Modified Versions which can be easily "Substantially Changed" refers to Modified Versions which can be easily
identified as dissimilar to the Font Software by users of the Font identified as dissimilar to the Font Software by users of the Font
Software comparing the Original Version with the Modified Version. Software comparing the Original Version with the Modified Version.
<br> <br>
To "Propagate" a work means to do anything with it that, without To "Propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying, computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification and with or without charging distribution (with or without modification and with or without charging
a redistribution fee), making available to the public, and in some a redistribution fee), making available to the public, and in some
countries other activities as well. countries other activities as well.
<br> <br>
PERMISSION & CONDITIONS<br> PERMISSION & CONDITIONS<br>
This licence does not grant any rights under trademark law and all such This licence does not grant any rights under trademark law and all such
rights are reserved. rights are reserved.
<br> <br>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of the Font Software, to propagate the Font Software, subject to copy of the Font Software, to propagate the Font Software, subject to
the below conditions: the below conditions:
<br> <br>
1) Each copy of the Font Software must contain the above copyright 1) Each copy of the Font Software must contain the above copyright
notice and this licence. These can be included either as stand-alone notice and this licence. These can be included either as stand-alone
text files, human-readable headers or in the appropriate machine- text files, human-readable headers or in the appropriate machine-
readable metadata fields within text or binary files as long as those readable metadata fields within text or binary files as long as those
fields can be easily viewed by the user. fields can be easily viewed by the user.
<br> <br>
2) The font name complies with the following: 2) The font name complies with the following:
(a) The Original Version must retain its name, unmodified. (a) The Original Version must retain its name, unmodified.
(b) Modified Versions which are Substantially Changed must be renamed to (b) Modified Versions which are Substantially Changed must be renamed to
avoid use of the name of the Original Version or similar names entirely. avoid use of the name of the Original Version or similar names entirely.
(c) Modified Versions which are not Substantially Changed must be (c) Modified Versions which are not Substantially Changed must be
renamed to both (i) retain the name of the Original Version and (ii) add renamed to both (i) retain the name of the Original Version and (ii) add
additional naming elements to distinguish the Modified Version from the additional naming elements to distinguish the Modified Version from the
Original Version. The name of such Modified Versions must be the name of Original Version. The name of such Modified Versions must be the name of
the Original Version, with "derivative X" where X represents the name of the Original Version, with "derivative X" where X represents the name of
the new work, appended to that name. the new work, appended to that name.
<br> <br>
3) The name(s) of the Copyright Holder(s) and any contributor to the 3) The name(s) of the Copyright Holder(s) and any contributor to the
Font Software shall not be used to promote, endorse or advertise any Font Software shall not be used to promote, endorse or advertise any
Modified Version, except (i) as required by this licence, (ii) to Modified Version, except (i) as required by this licence, (ii) to
acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with
their explicit written permission. their explicit written permission.
<br> <br>
4) The Font Software, modified or unmodified, in part or in whole, must 4) The Font Software, modified or unmodified, in part or in whole, must
be distributed entirely under this licence, and must not be distributed be distributed entirely under this licence, and must not be distributed
under any other licence. The requirement for fonts to remain under this under any other licence. The requirement for fonts to remain under this
licence does not affect any document created using the Font Software, licence does not affect any document created using the Font Software,
except any version of the Font Software extracted from a document except any version of the Font Software extracted from a document
created using the Font Software may only be distributed under this created using the Font Software may only be distributed under this
licence. licence.
<br> <br>
TERMINATION<br> TERMINATION<br>
This licence becomes null and void if any of the above conditions are This licence becomes null and void if any of the above conditions are
not met. not met.
<br> <br>
DISCLAIMER<br> DISCLAIMER<br>
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
DEALINGS IN THE FONT SOFTWARE. DEALINGS IN THE FONT SOFTWARE.
</p> </p>
</body> </body>
</html> </html>