Changes Mediagoblin -> MediaGoblin.

This commit is contained in:
Will Kahn-Greene
2011-04-13 10:04:30 -04:00
parent 56d507b60b
commit 8e1e744d27
18 changed files with 37 additions and 22 deletions

View File

@@ -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/>.

View File

@@ -1,4 +1,4 @@
# GNU Mediagoblin -- federated, autonomous media hosting
# 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

View File

@@ -1,4 +1,4 @@
# GNU Mediagoblin -- federated, autonomous media hosting
# 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

View File

@@ -1,4 +1,4 @@
# GNU Mediagoblin -- federated, autonomous media hosting
# 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

View File

@@ -1,4 +1,4 @@
# GNU Mediagoblin -- federated, autonomous media hosting
# 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
@@ -70,7 +70,7 @@ def register_success(request):
def login(request):
"""
Mediagoblin login view.
MediaGoblin login view.
If you provide the POST with 'next', it'll redirect to that view.
"""