aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/webfinger
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/webfinger')
-rw-r--r--mediagoblin/webfinger/__init__.py2
-rw-r--r--mediagoblin/webfinger/routing.py2
-rw-r--r--mediagoblin/webfinger/views.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/mediagoblin/webfinger/__init__.py b/mediagoblin/webfinger/__init__.py
index ec7ec884..126e6ea2 100644
--- a/mediagoblin/webfinger/__init__.py
+++ b/mediagoblin/webfinger/__init__.py
@@ -1,5 +1,5 @@
# GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 MediaGoblin contributors. See AUTHORS.
+# 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
diff --git a/mediagoblin/webfinger/routing.py b/mediagoblin/webfinger/routing.py
index effb2bf2..7e84a00a 100644
--- a/mediagoblin/webfinger/routing.py
+++ b/mediagoblin/webfinger/routing.py
@@ -1,5 +1,5 @@
# GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 MediaGoblin contributors. See AUTHORS.
+# 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
diff --git a/mediagoblin/webfinger/views.py b/mediagoblin/webfinger/views.py
index 22086396..97fc3ef7 100644
--- a/mediagoblin/webfinger/views.py
+++ b/mediagoblin/webfinger/views.py
@@ -1,5 +1,5 @@
# GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 MediaGoblin contributors. See AUTHORS.
+# 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