diff --git a/manager.py b/manager.py index 8a9a691..741e373 100755 --- a/manager.py +++ b/manager.py @@ -1,4 +1,25 @@ #!/usr/bin/env python3 +# ____ __ ____ +# / __ \____ ___________/ /_____ _/ / / +# / /_/ / __ `/ ___/ ___/ __/ __ `/ / / +# / ____/ /_/ / /__(__ ) /_/ /_/ / / / +# /_/ \__,_/\___/____/\__/\__,_/_/_/ +# +# Copyright (C) 2020-present +# +# This file is part of Pacstall +# +# Pacstall is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License +# +# Pacstall 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Pacstall. If not, see . import os import sys