diff options
author | Jessica Tallon <jessica@megworld.co.uk> | 2015-01-12 13:42:02 +0000 |
---|---|---|
committer | Jessica Tallon <jessica@megworld.co.uk> | 2015-02-15 17:17:01 +0100 |
commit | 4fd520364f7d2405d09ac0d6bf561285356e4adb (patch) | |
tree | 147a144115c0ac858170e5280ff69c97bff4761e /mediagoblin/api/__init__.py | |
parent | 4aaa7fac14ade38fa12fe4ee1d4af3b57e1d993f (diff) | |
download | mediagoblin-4fd520364f7d2405d09ac0d6bf561285356e4adb.tar.lz mediagoblin-4fd520364f7d2405d09ac0d6bf561285356e4adb.tar.xz mediagoblin-4fd520364f7d2405d09ac0d6bf561285356e4adb.zip |
Change 'federation' name to 'api' which is more suitable
Diffstat (limited to 'mediagoblin/api/__init__.py')
-rw-r--r-- | mediagoblin/api/__init__.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mediagoblin/api/__init__.py b/mediagoblin/api/__init__.py new file mode 100644 index 00000000..621845ba --- /dev/null +++ b/mediagoblin/api/__init__.py @@ -0,0 +1,15 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# 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 <http://www.gnu.org/licenses/>. |