X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fba%2F__init__.py;h=0230fa3facfd8e1ebddaa92ddbb5b10630d89bff;hb=b4b7a362cf34916fccecded268a717f6263c2d84;hp=569477750ad88f1c1e9636c461322303e3ed5d88;hpb=f534a8cbbbdbd4cdcf6a9bcf749c8cc35e03738d;p=fba.git diff --git a/fba/__init__.py b/fba/__init__.py index 5694777..0230fa3 100644 --- a/fba/__init__.py +++ b/fba/__init__.py @@ -1,10 +1,30 @@ +# Copyright (C) 2023 Free Software Foundation +# +# 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 . + __all__ = [ + 'blacklist', 'blocks', 'boot', - 'cache', 'commands', 'config', + 'csrf', + 'federation', 'fba', + 'helpers', 'instances', + 'locking', 'network', + 'networks', ]