aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2011-04-13 10:04:30 -0400
committerWill Kahn-Greene <willg@bluesock.org>2011-04-13 10:04:30 -0400
commit8e1e744d27fbc887c6d9ce6e937848a25275ed6c (patch)
tree89b598d40b6a78df42a3f73195ca81b4084b8c99 /mediagoblin/auth
parent56d507b60bf2393dbeed8b81524b6b922dbc6ad0 (diff)
downloadmediagoblin-8e1e744d27fbc887c6d9ce6e937848a25275ed6c.tar.lz
mediagoblin-8e1e744d27fbc887c6d9ce6e937848a25275ed6c.tar.xz
mediagoblin-8e1e744d27fbc887c6d9ce6e937848a25275ed6c.zip
Changes Mediagoblin -> MediaGoblin.
Diffstat (limited to 'mediagoblin/auth')
-rw-r--r--mediagoblin/auth/__init__.py15
-rw-r--r--mediagoblin/auth/forms.py2
-rw-r--r--mediagoblin/auth/lib.py2
-rw-r--r--mediagoblin/auth/routing.py2
-rw-r--r--mediagoblin/auth/views.py4
5 files changed, 20 insertions, 5 deletions
diff --git a/mediagoblin/auth/__init__.py b/mediagoblin/auth/__init__.py
index e69de29b..c129cbf8 100644
--- a/mediagoblin/auth/__init__.py
+++ b/mediagoblin/auth/__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/>.
diff --git a/mediagoblin/auth/forms.py b/mediagoblin/auth/forms.py
index 33403544..db8aaceb 100644
--- a/mediagoblin/auth/forms.py
+++ b/mediagoblin/auth/forms.py
@@ -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
diff --git a/mediagoblin/auth/lib.py b/mediagoblin/auth/lib.py
index 907ba200..7cf021bc 100644
--- a/mediagoblin/auth/lib.py
+++ b/mediagoblin/auth/lib.py
@@ -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
diff --git a/mediagoblin/auth/routing.py b/mediagoblin/auth/routing.py
index e304de9b..92f19371 100644
--- a/mediagoblin/auth/routing.py
+++ b/mediagoblin/auth/routing.py
@@ -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
diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py
index d56dfa43..aadde32f 100644
--- a/mediagoblin/auth/views.py
+++ b/mediagoblin/auth/views.py
@@ -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.
"""