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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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 * 1. Redistributions of source code must retain the above copyright notice, this
* "Based on <product> by Apocalypse Laboratories" or a * list of conditions and the following disclaimer.
* similar notice; *
* - You do not use the code for evil; * 2. Redistributions in binary form must reproduce the above copyright notice,
* - Rebranded compiled applications have significant * this list of conditions and the following disclaimer in the documentation and/or
* differences in functionality; * other materials provided with the distribution.
* - and you provide your modified source code for download, *
* under the terms of the GNU LGPL v3 or a comparable * 3. Neither the name of the copyright holder nor the names of its contributors
* license. * may be used to endorse or promote products derived from this software without
* * specific prior written permission.
* Compiled binaries cannot be redistributed or mirrored, *
* unless: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* - You have written permission from Apocalypse Laboratories; * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* - Downloads are not available from Apocalypse Laboratories, * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* not even behind a paywall or other blocking mechanism; * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
* - or you have received a multi-computer license, in which * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* case you should take measures to prevent unauthorized * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* downloads, such as preventing download access from the * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* Internet. * 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;

File diff suppressed because it is too large Load Diff