diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2011-07-02 20:25:09 +0200 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2011-07-02 20:25:09 +0200 |
commit | 1b579e18d8d88543ad16d44cb539437dd9c00acd (patch) | |
tree | 41ef391c49c185a776193f4155f0fef1b23a0ead | |
parent | 0e3400357d55caf9099f4288ce8aef90eff7867c (diff) | |
download | mediagoblin-1b579e18d8d88543ad16d44cb539437dd9c00acd.tar.lz mediagoblin-1b579e18d8d88543ad16d44cb539437dd9c00acd.tar.xz mediagoblin-1b579e18d8d88543ad16d44cb539437dd9c00acd.zip |
Start mediagoblin.init
-rw-r--r-- | mediagoblin/init/__init__.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mediagoblin/init/__init__.py b/mediagoblin/init/__init__.py new file mode 100644 index 00000000..c129cbf8 --- /dev/null +++ b/mediagoblin/init/__init__.py @@ -0,0 +1,15 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011 Free Software Foundation, Inc +# +# 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/>. |