update license

Signed-off-by: Thraax Session <thraax.session@gino-atlas.de>
This commit is contained in:
Thraax Session 2022-04-09 11:26:02 +02:00 committed by Thraax Session
parent 8d274058e7
commit 8b81dbbbf5
89 changed files with 3265 additions and 320 deletions

View File

@ -1,12 +1,44 @@
#!/bin/sh
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
docker build . -t SpaceUp

View File

@ -1,11 +1,43 @@
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you don?t have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
micronautVersion=3.4.1

View File

@ -1,11 +1,43 @@
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you don?t have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
distributionBase=GRADLE_USER_HOME

40
gradlew vendored
View File

@ -1,13 +1,45 @@
#!/usr/bin/env sh
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
##############################################################################

View File

@ -1,12 +1,44 @@
#!/usr/bin/env bash
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
echo "Gradle requires Java 11"

View File

@ -1,11 +1,43 @@
/*micronautVersion
* Copyright (c) 2022 Gino Atlas.
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.config

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.config

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.config

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.config

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.controller

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.controller.api

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.controller.api

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.controller.api

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.controller.api

View File

@ -1,3 +1,45 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.controller.api
import io.micronaut.http.HttpResponse

View File

@ -1,3 +1,45 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.annotations
/**

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.annotations

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.annotations

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.annotations

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.auth

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.cmd

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.cmd

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.cmd

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.cmd

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.cmd

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.cmd

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.cmd

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.exceptions

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.exceptions

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.exceptions

View File

@ -1,3 +1,45 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.exceptions
class SpaceupException(msg: String): Exception(msg)

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.helper

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.interceptor

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.interceptor

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.parser

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.parser

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.parser
@ -43,7 +75,6 @@ class DomainParser : ParserInf<List<Domain>> {
}
}
log.trace("Domains: $domainList")
return domainList
}
}

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.parser

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.parser

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.parser

View File

@ -1,6 +1,47 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.parser
import org.slf4j.LoggerFactory
import technology.iatlas.spaceup.core.cmd.ParserInf
import technology.iatlas.spaceup.core.cmd.SshResponse
import technology.iatlas.spaceup.dto.WebbackendConfiguration

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.parser

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.core.startup

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto

View File

@ -1,3 +1,45 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto
data class WebbackendCmd(

View File

@ -1,3 +1,45 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto
data class WebbackendConfiguration(

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto.db

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto.db

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.dto.db

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.events

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,3 +1,45 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services
import io.micronaut.context.annotation.Value

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,3 +1,45 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services
import io.micronaut.context.annotation.Context

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,3 +1,45 @@
/*
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services
import io.micronaut.context.annotation.Context

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.services

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.websocket

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.websocket

View File

@ -1,11 +1,43 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup.websocket

View File

@ -1,11 +1,43 @@
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you don?t have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
Args = -H:Name=spaceup-server \

View File

@ -1,11 +1,43 @@
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you don?t have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
#Mon Sep 07 15:29:19 GMT 2020

View File

@ -1,13 +1,45 @@
#!/usr/bin/env bash
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
PATH=$1

View File

@ -1,13 +1,45 @@
#!/usr/bin/env bash
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
########################

View File

@ -1,13 +1,45 @@
#!/usr/bin/env bash
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
# quota -lgs

View File

@ -1,13 +1,45 @@
#!/usr/bin/env bash
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
# fake uberspace commands for testing

View File

@ -1,12 +1,44 @@
#!/bin/bash -x
#
# Copyright (c) 2022 Gino Atlas.
# Copyright (c) 2022 spaceup@iatlas.technology.
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
# You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See your chosen license for more details.
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# You should have received a copy of both licenses along with SpaceUp-Server
# If not, see <http://www.gnu.org/licenses/>.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
#
# Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
# 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
# be it a verbatim copy or a modified copy.
# 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
# a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
# i) SpaceUp-Server should not fall under a work which is "based on" your work.
# ii) You should be free to use SpaceUp-Server in a work covered by the:
# - GNU General Public License version 2
# - GNU Lesser General Public License version 2.1
# This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
# as such it should not be covered by their terms and conditions. The relevant passages start at:
# - Line 129 of the GNU General Public License version 2
# - Line 206 of the GNU Lesser General Public License version 2.1
# b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
# as you are using <project name> under the definition of an "aggregate" work.
# c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
# should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
#
# Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
#
# Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
# https://spaceup.iatlas.technology
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
trap 'echo "$BASH_COMMAND" failed with error code $?' ERR

View File

@ -1,3 +1,45 @@
<!--
~ Copyright (c) 2022 spaceup@iatlas.technology.
~ SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
~ - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
~ You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
~
~ SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~ See your chosen license for more details.
~
~ You should have received a copy of both licenses along with SpaceUp-Server
~ If not, see <http://www.gnu.org/licenses/>.
~
~
~ There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
~
~ Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
~ 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
~ be it a verbatim copy or a modified copy.
~ 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
~ a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
~ i) SpaceUp-Server should not fall under a work which is "based on" your work.
~ ii) You should be free to use SpaceUp-Server in a work covered by the:
~ - GNU General Public License version 2
~ - GNU Lesser General Public License version 2.1
~ This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
~ as such it should not be covered by their terms and conditions. The relevant passages start at:
~ - Line 129 of the GNU General Public License version 2
~ - Line 206 of the GNU Lesser General Public License version 2.1
~ b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
~ as you are using <project name> under the definition of an "aggregate" work.
~ c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
~ should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
~
~ Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
~
~ Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
~ https://spaceup.iatlas.technology
~
~ Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
-->
<configuration scan="true" scanPeriod="15 seconds">
<appender name="root" class="ch.qos.logback.core.ConsoleAppender">

View File

@ -1,18 +1,49 @@
/*
* Copyright (c) 2022 Gino Atlas.
* Copyright (c) 2022 spaceup@iatlas.technology.
* SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
* - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
* You don't have to do anything special to accept the license and you dont have to notify anyone which that you have made that decision.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* SpaceUp-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See your chosen license for more details.
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* You should have received a copy of both licenses along with SpaceUp-Server
* If not, see <http://www.gnu.org/licenses/>.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* There is a strong belief within us that the license we have chosen provides not only the best solution for providing you with the essential freedom necessary to use <project name> within your projects, but also for maintaining enough copyleft strength for us to feel confident and secure with releasing our hard work to the public. For your convenience we've included our own interpretation of the license we chose, which can be seen below.
*
* Our interpretation of the GNU Affero General Public License version 3: (Quoted words are words in which there exists a definition within the license to avoid ambiguity.)
* 1. You must always provide the source code, copyright and license information of SpaceUp-Server whenever you "convey" any part of SpaceUp-Server;
* be it a verbatim copy or a modified copy.
* 2. SpaceUp-Server was developed as a library and has therefore been designed without knowledge of your work; as such the following should be implied:
* a) SpaceUp-Server was developed without knowledge of your work; as such the following should be implied:
* i) SpaceUp-Server should not fall under a work which is "based on" your work.
* ii) You should be free to use SpaceUp-Server in a work covered by the:
* - GNU General Public License version 2
* - GNU Lesser General Public License version 2.1
* This is due to those licenses classifying <project name> as a work which would fall under an "aggregate" work by their terms and definitions;
* as such it should not be covered by their terms and conditions. The relevant passages start at:
* - Line 129 of the GNU General Public License version 2
* - Line 206 of the GNU Lesser General Public License version 2.1
* b) If you have not "modified", "adapted" or "extended" SpaceUp-Server then your work should not be bound by this license,
* as you are using <project name> under the definition of an "aggregate" work.
* c) If you have "modified", "adapted" or "extended" SpaceUp-Server then any of those modifications/extensions/adaptations which you have made
* should indeed be bound by this license, as you are using SpaceUp-Server under the definition of a "based on" work.
*
* Our hopes is that our own interpretation of license aligns perfectly with your own values and goals for using our work freely and securely. If you have any questions at all about the licensing chosen for SpaceUp-Server you can email us directly at spaceup@iatlas.technology or you can get in touch with the license authors (the Free Software Foundation) at licensing@fsf.org to gain their opinion too.
*
* Alternatively you can provide feedback and acquire the support you need at our support forum. We'll definitely try and help you as soon as possible, and to the best of our ability; as we understand that user experience is everything, so we want to make you as happy as possible! So feel free to get in touch via our support forum and chat with other users of SpaceUp-Server here at:
* https://spaceup.iatlas.technology
*
* Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
*/
package technology.iatlas.spaceup
import io.micronaut.runtime.EmbeddedApplication
import io.micronaut.test.extensions.junit5.annotation.MicronautTest
import jakarta.inject.Inject
import org.junit.Ignore
import org.junit.jupiter.api.Assertions
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test