diff options
Diffstat (limited to 'mediagoblin/__init__.py')
-rw-r--r-- | mediagoblin/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/__init__.py b/mediagoblin/__init__.py index dec83661..f9c7ccfb 100644 --- a/mediagoblin/__init__.py +++ b/mediagoblin/__init__.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011 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 @@ -14,3 +14,4 @@ # 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/>. +from mediagoblin._version import __version__ |