knitter/knitter.py

53 lines
2.8 KiB
Python
Raw Normal View History

2020-08-15 04:59:41 +00:00
#/usr/bin/python3.7
# Knitter is a tool for amassivus suite for managing application installations
# Knitter is not a package manager but a script suite which lets us to easily manage installations, and scale up our installations
# Knitter runs over a network so we have choosen AGPLv3 or any later license fot that purpose
# Enjoy it! Happy hacking!
#
# Copyright (C) 2020, Masscollabs Services, hwpplayers, procyberian(procyberian-linux), amassivus
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# For general questions please send an e-mail to core at masscollabs dot com
# For technical support please send an e-mail to support at masscollabs dot com
# For security issues and bug reports please send an e-mail to security at masscollabs dot com
print ("""
Knitter is a tool for amassivus suite for managing application installations
Knitter is not a package manager but a script suite which lets us to easily manage installations, and scale up our installations
Knitter runs over a network so we have choosen AGPLv3 or any later license fot that purpose
Enjoy it! Happy hacking!
Copyright (C) 2020, Masscollabs Services, hwpplayers, procyberian(procyberian-linux), amassivus
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
For general questions please send an e-mail to core at masscollabs dot com
For technical support please send an e-mail to support at masscollabs dot com
For security issues and bug reports please send an e-mail to security at masscollabs dot com
""")