X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fba%2F__init__.py;h=0230fa3facfd8e1ebddaa92ddbb5b10630d89bff;hb=b4b7a362cf34916fccecded268a717f6263c2d84;hp=d6d5a6e2c1a13c4b1b2e52a47bc51b45d9c4f1b8;hpb=bf40c5220d0def178c31df888ddeb5113481c52c;p=fba.git diff --git a/fba/__init__.py b/fba/__init__.py index d6d5a6e..0230fa3 100644 --- a/fba/__init__.py +++ b/fba/__init__.py @@ -1,12 +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', ]