Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Capfile2
-rw-r--r--Rakefile2
-rw-r--r--app/controllers/activity_streams/photos_controller.rb2
-rw-r--r--app/controllers/application_controller.rb2
-rw-r--r--app/controllers/aspect_memberships_controller.rb2
-rw-r--r--app/controllers/aspects_controller.rb2
-rw-r--r--app/controllers/comments_controller.rb2
-rw-r--r--app/controllers/contacts_controller.rb2
-rw-r--r--app/controllers/conversation_visibilities_controller.rb2
-rw-r--r--app/controllers/home_controller.rb2
-rw-r--r--app/controllers/invitations_controller.rb2
-rw-r--r--app/controllers/likes_controller.rb2
-rw-r--r--app/controllers/messages_controller.rb2
-rw-r--r--app/controllers/notifications_controller.rb2
-rw-r--r--app/controllers/people_controller.rb2
-rw-r--r--app/controllers/photos_controller.rb2
-rw-r--r--app/controllers/post_visibilities_controller.rb2
-rw-r--r--app/controllers/posts_controller.rb2
-rw-r--r--app/controllers/profiles_controller.rb2
-rw-r--r--app/controllers/publics_controller.rb2
-rw-r--r--app/controllers/registrations_controller.rb2
-rw-r--r--app/controllers/services_controller.rb2
-rw-r--r--app/controllers/sessions_controller.rb2
-rw-r--r--app/controllers/sockets_controller.rb2
-rw-r--r--app/controllers/status_messages_controller.rb2
-rw-r--r--app/controllers/tags_controller.rb2
-rw-r--r--app/controllers/users_controller.rb2
-rw-r--r--app/controllers/vanna_controller.rb2
-rw-r--r--app/helpers/application_helper.rb2
-rw-r--r--app/helpers/aspect_global_helper.rb2
-rw-r--r--app/helpers/aspects_helper.rb2
-rw-r--r--app/helpers/comments_helper.rb2
-rw-r--r--app/helpers/error_messages_helper.rb2
-rw-r--r--app/helpers/getting_started_helper.rb2
-rw-r--r--app/helpers/layout_helper.rb2
-rw-r--r--app/helpers/likes_helper.rb2
-rw-r--r--app/helpers/markdownify_helper.rb2
-rw-r--r--app/helpers/people_helper.rb2
-rw-r--r--app/helpers/photos_helper.rb2
-rw-r--r--app/helpers/profiles_helper.rb2
-rw-r--r--app/helpers/publics_helper.rb2
-rw-r--r--app/helpers/sockets_helper.rb2
-rw-r--r--app/helpers/status_messages_helper.rb2
-rw-r--r--app/helpers/stream_helper.rb2
-rw-r--r--app/helpers/tags_helper.rb2
-rw-r--r--app/models/activity_streams/photo.rb2
-rw-r--r--app/models/app_config.rb2
-rw-r--r--app/models/aspect.rb2
-rw-r--r--app/models/aspect_membership.rb2
-rw-r--r--app/models/aspect_visibility.rb2
-rw-r--r--app/models/comment.rb2
-rw-r--r--app/models/contact.rb2
-rw-r--r--app/models/invitation.rb2
-rw-r--r--app/models/job/delete_account.rb2
-rw-r--r--app/models/job/http_multi.rb2
-rw-r--r--app/models/job/http_post.rb2
-rw-r--r--app/models/job/mail/invite_user_by_email.rb2
-rw-r--r--app/models/job/mail/mentioned.rb2
-rw-r--r--app/models/job/mail/private_message.rb2
-rw-r--r--app/models/job/mail/started_sharing.rb2
-rw-r--r--app/models/job/notify_local_users.rb2
-rw-r--r--app/models/job/post_to_service.rb2
-rw-r--r--app/models/job/process_photo.rb2
-rw-r--r--app/models/job/publish_to_hub.rb2
-rw-r--r--app/models/job/receive.rb2
-rw-r--r--app/models/job/receive_local_batch.rb2
-rw-r--r--app/models/job/receive_public_salmon.rb2
-rw-r--r--app/models/job/receive_salmon.rb2
-rw-r--r--app/models/job/resend_invitation.rb2
-rw-r--r--app/models/job/socket_webfinger.rb2
-rw-r--r--app/models/job/update_service_users.rb2
-rw-r--r--app/models/like.rb2
-rw-r--r--app/models/mention.rb2
-rw-r--r--app/models/notification.rb2
-rw-r--r--app/models/notification_actor.rb2
-rw-r--r--app/models/person.rb2
-rw-r--r--app/models/post.rb2
-rw-r--r--app/models/post_visibility.rb2
-rw-r--r--app/models/profile.rb2
-rw-r--r--app/models/relayable_retraction.rb2
-rw-r--r--app/models/request.rb2
-rw-r--r--app/models/retraction.rb2
-rw-r--r--app/models/service.rb2
-rw-r--r--app/models/signed_retraction.rb2
-rw-r--r--app/models/status_message.rb2
-rw-r--r--app/models/user.rb2
-rw-r--r--app/uploaders/processed_image.rb2
-rw-r--r--app/uploaders/unprocessed_image.rb2
-rw-r--r--app/views/apps/show.html.haml2
-rw-r--r--app/views/aspect_memberships/_add_to_aspect.haml2
-rw-r--r--app/views/aspect_memberships/_remove_from_aspect.haml2
-rw-r--r--app/views/aspect_memberships/add_to_aspect.js.haml2
-rw-r--r--app/views/aspect_memberships/create.js.erb2
-rw-r--r--app/views/aspect_memberships/destroy.js.erb2
-rw-r--r--app/views/aspect_memberships/remove_from_aspect.js.haml2
-rw-r--r--app/views/aspects/_aspect_contacts.haml2
-rw-r--r--app/views/aspects/_aspect_list_item.haml2
-rw-r--r--app/views/aspects/_aspect_listings.haml2
-rw-r--r--app/views/aspects/_aspect_stream.haml2
-rw-r--r--app/views/aspects/_no_contacts_message.haml2
-rw-r--r--app/views/aspects/_no_posts_message.haml2
-rw-r--r--app/views/aspects/create.js.erb2
-rw-r--r--app/views/aspects/edit.html.haml2
-rw-r--r--app/views/aspects/index.html.haml2
-rw-r--r--app/views/aspects/index.mobile.haml2
-rw-r--r--app/views/aspects/new.haml2
-rw-r--r--app/views/authorizations/index.html.haml2
-rw-r--r--app/views/authorizations/index.mobile.haml2
-rw-r--r--app/views/comments/_comment.html.haml2
-rw-r--r--app/views/comments/_comment.mobile.haml2
-rw-r--r--app/views/comments/_comments.haml2
-rw-r--r--app/views/comments/_new_comment.html.haml2
-rw-r--r--app/views/comments/_new_comment.mobile.haml2
-rw-r--r--app/views/contacts/_aspect_listings.haml2
-rw-r--r--app/views/contacts/featured.haml2
-rw-r--r--app/views/contacts/index.html.haml2
-rw-r--r--app/views/contacts/index.mobile.haml2
-rw-r--r--app/views/contacts/sharing.haml2
-rw-r--r--app/views/conversations/_conversation.haml2
-rw-r--r--app/views/conversations/_show.haml2
-rw-r--r--app/views/conversations/index.haml2
-rw-r--r--app/views/conversations/new.haml2
-rw-r--r--app/views/conversations/show.haml2
-rw-r--r--app/views/home/show.html.haml2
-rw-r--r--app/views/home/show.mobile.haml2
-rw-r--r--app/views/invitations/edit.mobile.haml2
-rw-r--r--app/views/js/_websocket_js.haml2
-rw-r--r--app/views/layouts/_header.html.haml2
-rw-r--r--app/views/layouts/application.html.haml2
-rw-r--r--app/views/layouts/application.mobile.haml2
-rw-r--r--app/views/layouts/popup.html.haml2
-rw-r--r--app/views/likes/_likes.haml2
-rw-r--r--app/views/likes/_likes_container.haml2
-rw-r--r--app/views/messages/_message.haml2
-rw-r--r--app/views/notifications/_popup.haml2
-rw-r--r--app/views/people/_aspect_list.haml2
-rw-r--r--app/views/people/_person.html.haml2
-rw-r--r--app/views/people/_person.mobile.haml2
-rw-r--r--app/views/people/_profile_photo_upload.html.haml2
-rw-r--r--app/views/people/_profile_sidebar.html.haml2
-rw-r--r--app/views/people/contacts.haml2
-rw-r--r--app/views/people/index.html.haml2
-rw-r--r--app/views/people/index.mobile.haml2
-rw-r--r--app/views/people/show.html.haml2
-rw-r--r--app/views/people/show.mobile.haml2
-rw-r--r--app/views/photos/_index.html.haml2
-rw-r--r--app/views/photos/_new_photo.haml2
-rw-r--r--app/views/photos/_new_profile_photo.haml2
-rw-r--r--app/views/photos/_photo.haml2
-rw-r--r--app/views/photos/edit.html.haml2
-rw-r--r--app/views/photos/show.html.haml2
-rwxr-xr-xapp/views/photos/show.mobile.haml2
-rw-r--r--app/views/posts/_photo.html.haml2
-rw-r--r--app/views/posts/show.html.haml2
-rw-r--r--app/views/posts/show.mobile.haml2
-rw-r--r--app/views/profiles/_edit.haml2
-rw-r--r--app/views/profiles/_edit_public.haml2
-rw-r--r--app/views/profiles/edit.haml2
-rw-r--r--app/views/requests/_new_request_to_person.haml2
-rw-r--r--app/views/requests/_new_request_with_aspect_to_person.haml2
-rw-r--r--app/views/reshares/_reshare.haml2
-rw-r--r--app/views/reshares/_reshare.mobile.haml2
-rw-r--r--app/views/services/finder.html.haml2
-rw-r--r--app/views/services/index.html.haml2
-rw-r--r--app/views/sessions/new.haml2
-rw-r--r--app/views/sessions/new.mobile.haml2
-rw-r--r--app/views/shared/_add_remove_services.haml2
-rw-r--r--app/views/shared/_aspect_dropdown.html.haml2
-rw-r--r--app/views/shared/_contact_list.html.haml2
-rw-r--r--app/views/shared/_contact_sidebar.html.haml2
-rw-r--r--app/views/shared/_public_explain.haml2
-rw-r--r--app/views/shared/_publisher.html.haml2
-rw-r--r--app/views/shared/_publisher.mobile.haml2
-rw-r--r--app/views/shared/_right_sections.html.haml2
-rw-r--r--app/views/shared/_stream.haml2
-rw-r--r--app/views/shared/_stream_element.html.haml2
-rw-r--r--app/views/shared/_stream_element.mobile.haml2
-rw-r--r--app/views/status_messages/_status_message.haml2
-rw-r--r--app/views/status_messages/bookmarklet.html.haml2
-rw-r--r--app/views/status_messages/new.haml2
-rw-r--r--app/views/tags/_followed_tags_listings.haml2
-rw-r--r--app/views/tags/show.haml2
-rw-r--r--app/views/users/edit.html.haml2
-rw-r--r--app/views/users/getting_started.haml2
-rw-r--r--chef/cookbooks/diaspora/templates/default/nginx.conf.erb2
-rw-r--r--config.ru2
-rw-r--r--config/application.rb2
-rw-r--r--config/application.yml.example2
-rw-r--r--config/boot.rb2
-rw-r--r--config/deploy.rb2
-rw-r--r--config/deploy_config.yml.example2
-rw-r--r--config/environment.rb2
-rw-r--r--config/environments/development.rb2
-rw-r--r--config/environments/integration_1.rb2
-rw-r--r--config/environments/integration_2.rb2
-rw-r--r--config/environments/production.rb2
-rw-r--r--config/environments/staging.rb2
-rw-r--r--config/environments/test.rb2
-rw-r--r--config/initializers/_before_load_services.rb2
-rw-r--r--config/initializers/_load_app_config.rb2
-rw-r--r--config/initializers/backtrace_silencers.rb2
-rw-r--r--config/initializers/carrierwave.rb2
-rw-r--r--config/initializers/devise.rb2
-rw-r--r--config/initializers/direction_detector.rb2
-rw-r--r--config/initializers/faraday.rb2
-rw-r--r--config/initializers/git_info.rb2
-rw-r--r--config/initializers/ignore_ssl_in_development.rb2
-rw-r--r--config/initializers/inflections.rb2
-rw-r--r--config/initializers/locale.rb2
-rw-r--r--config/initializers/mailer_config.rb2
-rw-r--r--config/initializers/mime_types.rb2
-rw-r--r--config/initializers/omniauth.rb2
-rw-r--r--config/initializers/patch_openssl_pkey.rb2
-rw-r--r--config/initializers/rspec_generator.rb2
-rw-r--r--config/initializers/session_store.rb2
-rw-r--r--config/initializers/version_header.rb2
-rw-r--r--config/locales/devise/devise.ar.yml2
-rw-r--r--config/locales/devise/devise.bg.yml2
-rw-r--r--config/locales/devise/devise.br.yml2
-rw-r--r--config/locales/devise/devise.cs.yml2
-rw-r--r--config/locales/devise/devise.cy.yml2
-rw-r--r--config/locales/devise/devise.da.yml2
-rw-r--r--config/locales/devise/devise.de.yml2
-rw-r--r--config/locales/devise/devise.el.yml2
-rw-r--r--config/locales/devise/devise.en_pirate.yml2
-rw-r--r--config/locales/devise/devise.en_shaw.yml2
-rw-r--r--config/locales/devise/devise.eo.yml2
-rw-r--r--config/locales/devise/devise.es-AR.yml2
-rw-r--r--config/locales/devise/devise.es-CL.yml2
-rw-r--r--config/locales/devise/devise.es.yml2
-rw-r--r--config/locales/devise/devise.eu.yml2
-rw-r--r--config/locales/devise/devise.fi.yml2
-rw-r--r--config/locales/devise/devise.fr.yml2
-rw-r--r--config/locales/devise/devise.ga.yml2
-rw-r--r--config/locales/devise/devise.gl.yml2
-rw-r--r--config/locales/devise/devise.he.yml2
-rw-r--r--config/locales/devise/devise.hu.yml2
-rw-r--r--config/locales/devise/devise.id.yml2
-rw-r--r--config/locales/devise/devise.is.yml2
-rw-r--r--config/locales/devise/devise.it.yml2
-rw-r--r--config/locales/devise/devise.ja.yml2
-rw-r--r--config/locales/devise/devise.ko.yml2
-rw-r--r--config/locales/devise/devise.lt.yml2
-rw-r--r--config/locales/devise/devise.mk.yml2
-rw-r--r--config/locales/devise/devise.ml.yml2
-rw-r--r--config/locales/devise/devise.nb.yml2
-rw-r--r--config/locales/devise/devise.nl.yml2
-rw-r--r--config/locales/devise/devise.pa.yml2
-rw-r--r--config/locales/devise/devise.pl.yml2
-rw-r--r--config/locales/devise/devise.pt-BR.yml2
-rw-r--r--config/locales/devise/devise.pt-PT.yml2
-rw-r--r--config/locales/devise/devise.ro.yml2
-rw-r--r--config/locales/devise/devise.ru.yml2
-rw-r--r--config/locales/devise/devise.sk.yml2
-rw-r--r--config/locales/devise/devise.sl.yml2
-rw-r--r--config/locales/devise/devise.sv.yml2
-rw-r--r--config/locales/devise/devise.tr.yml2
-rw-r--r--config/locales/devise/devise.zh-CN.yml2
-rw-r--r--config/locales/devise/devise.zh-TW.yml2
-rw-r--r--config/locales/diaspora/ar.yml2
-rw-r--r--config/locales/diaspora/bg.yml2
-rw-r--r--config/locales/diaspora/br.yml2
-rw-r--r--config/locales/diaspora/cs.yml2
-rw-r--r--config/locales/diaspora/cy.yml2
-rw-r--r--config/locales/diaspora/da.yml2
-rw-r--r--config/locales/diaspora/de.yml2
-rw-r--r--config/locales/diaspora/el.yml2
-rw-r--r--config/locales/diaspora/en-AU.yml2
-rw-r--r--config/locales/diaspora/en-GB.yml2
-rw-r--r--config/locales/diaspora/en-US.yml2
-rw-r--r--config/locales/diaspora/en.yml2
-rw-r--r--config/locales/diaspora/en_pirate.yml2
-rw-r--r--config/locales/diaspora/en_shaw.yml2
-rw-r--r--config/locales/diaspora/eo.yml2
-rw-r--r--config/locales/diaspora/es-AR.yml2
-rw-r--r--config/locales/diaspora/es-CL.yml2
-rw-r--r--config/locales/diaspora/es.yml2
-rw-r--r--config/locales/diaspora/eu.yml2
-rw-r--r--config/locales/diaspora/fi.yml2
-rw-r--r--config/locales/diaspora/fr.yml2
-rw-r--r--config/locales/diaspora/ga.yml2
-rw-r--r--config/locales/diaspora/gl.yml2
-rw-r--r--config/locales/diaspora/he.yml2
-rw-r--r--config/locales/diaspora/hu.yml2
-rw-r--r--config/locales/diaspora/id.yml2
-rw-r--r--config/locales/diaspora/is.yml2
-rw-r--r--config/locales/diaspora/it.yml2
-rw-r--r--config/locales/diaspora/ja.yml2
-rw-r--r--config/locales/diaspora/ko.yml2
-rw-r--r--config/locales/diaspora/lt.yml2
-rw-r--r--config/locales/diaspora/mk.yml2
-rw-r--r--config/locales/diaspora/ml.yml2
-rw-r--r--config/locales/diaspora/nb.yml2
-rw-r--r--config/locales/diaspora/nl.yml2
-rw-r--r--config/locales/diaspora/pa.yml2
-rw-r--r--config/locales/diaspora/pl.yml2
-rw-r--r--config/locales/diaspora/pt-BR.yml2
-rw-r--r--config/locales/diaspora/pt-PT.yml2
-rw-r--r--config/locales/diaspora/ro.yml2
-rw-r--r--config/locales/diaspora/ru.yml2
-rw-r--r--config/locales/diaspora/sk.yml2
-rw-r--r--config/locales/diaspora/sl.yml2
-rw-r--r--config/locales/diaspora/sv.yml2
-rw-r--r--config/locales/diaspora/tr.yml2
-rw-r--r--config/locales/diaspora/zh-CN.yml2
-rw-r--r--config/locales/diaspora/zh-TW.yml2
-rw-r--r--config/locales/javascript/javascript.ar.yml2
-rw-r--r--config/locales/javascript/javascript.bg.yml2
-rw-r--r--config/locales/javascript/javascript.br.yml2
-rw-r--r--config/locales/javascript/javascript.cs.yml2
-rw-r--r--config/locales/javascript/javascript.da.yml2
-rw-r--r--config/locales/javascript/javascript.de.yml2
-rw-r--r--config/locales/javascript/javascript.el.yml2
-rw-r--r--config/locales/javascript/javascript.en.yml2
-rw-r--r--config/locales/javascript/javascript.en_pirate.yml2
-rw-r--r--config/locales/javascript/javascript.en_shaw.yml2
-rw-r--r--config/locales/javascript/javascript.eo.yml2
-rw-r--r--config/locales/javascript/javascript.es-AR.yml2
-rw-r--r--config/locales/javascript/javascript.es.yml2
-rw-r--r--config/locales/javascript/javascript.eu.yml2
-rw-r--r--config/locales/javascript/javascript.fi.yml2
-rw-r--r--config/locales/javascript/javascript.fr.yml2
-rw-r--r--config/locales/javascript/javascript.gl.yml2
-rw-r--r--config/locales/javascript/javascript.he.yml2
-rw-r--r--config/locales/javascript/javascript.hu.yml2
-rw-r--r--config/locales/javascript/javascript.id.yml2
-rw-r--r--config/locales/javascript/javascript.is.yml2
-rw-r--r--config/locales/javascript/javascript.it.yml2
-rw-r--r--config/locales/javascript/javascript.ja.yml2
-rw-r--r--config/locales/javascript/javascript.ko.yml2
-rw-r--r--config/locales/javascript/javascript.ml.yml2
-rw-r--r--config/locales/javascript/javascript.nb.yml2
-rw-r--r--config/locales/javascript/javascript.nl.yml2
-rw-r--r--config/locales/javascript/javascript.pl.yml2
-rw-r--r--config/locales/javascript/javascript.pt-BR.yml2
-rw-r--r--config/locales/javascript/javascript.pt-PT.yml2
-rw-r--r--config/locales/javascript/javascript.ro.yml2
-rw-r--r--config/locales/javascript/javascript.ru.yml2
-rw-r--r--config/locales/javascript/javascript.sk.yml2
-rw-r--r--config/locales/javascript/javascript.sl.yml2
-rw-r--r--config/locales/javascript/javascript.sv.yml2
-rw-r--r--config/locales/javascript/javascript.tr.yml2
-rw-r--r--config/locales/javascript/javascript.zh-CN.yml2
-rw-r--r--config/locales/javascript/javascript.zh-TW.yml2
-rw-r--r--config/routes.rb2
-rw-r--r--config/selenium.yml2
-rw-r--r--config/thin.yml2
-rw-r--r--db/seeds.rb2
-rw-r--r--features/support/database_cleaner_patches.rb2
-rw-r--r--features/support/poor_mans_webmock.rb2
-rw-r--r--lib/aspect_stream.rb2
-rw-r--r--lib/chrome_frame.rb2
-rw-r--r--lib/diaspora.rb2
-rw-r--r--lib/diaspora/exporter.rb2
-rw-r--r--lib/diaspora/likeable.rb2
-rw-r--r--lib/diaspora/ostatus_builder.rb2
-rw-r--r--lib/diaspora/parser.rb2
-rw-r--r--lib/diaspora/relayable.rb2
-rw-r--r--lib/diaspora/taggable.rb2
-rw-r--r--lib/diaspora/user/connecting.rb2
-rw-r--r--lib/diaspora/user/querying.rb2
-rw-r--r--lib/diaspora/web_socket.rb2
-rw-r--r--lib/diaspora/webhooks.rb2
-rw-r--r--lib/direction_detector.rb2
-rw-r--r--lib/encryptor.rb2
-rw-r--r--lib/hcard.rb2
-rw-r--r--lib/postzord.rb2
-rw-r--r--lib/postzord/dispatcher.rb2
-rw-r--r--lib/postzord/dispatcher/private.rb2
-rw-r--r--lib/postzord/receiver/private.rb2
-rw-r--r--lib/postzord/receiver/public.rb2
-rw-r--r--lib/pubsubhubbub.rb2
-rw-r--r--lib/rake_helpers.rb2
-rw-r--r--lib/salmon/encrypted_slap.rb2
-rw-r--r--lib/salmon/magic_sig_envelope.rb2
-rw-r--r--lib/salmon/salmon.rb2
-rw-r--r--lib/salmon/slap.rb2
-rw-r--r--lib/tasks/batch_inviter.rake2
-rw-r--r--lib/tasks/db.rake2
-rw-r--r--lib/tasks/generate_session_secret.rake2
-rw-r--r--lib/tasks/integration.rake2
-rw-r--r--lib/tasks/migrations.rake2
-rw-r--r--lib/tasks/rspec.rake2
-rw-r--r--public/javascripts/aspect-edit-pane.js2
-rw-r--r--public/javascripts/aspect-filters.js2
-rw-r--r--public/javascripts/aspect-sorting.js2
-rw-r--r--public/javascripts/aspects-dropdown.js2
-rw-r--r--public/javascripts/contact-edit.js2
-rw-r--r--public/javascripts/contact-list.js2
-rw-r--r--public/javascripts/content-updater.js2
-rw-r--r--public/javascripts/custom-mobile-scripting.js2
-rw-r--r--public/javascripts/diaspora.js2
-rw-r--r--public/javascripts/friend-finder.js2
-rw-r--r--public/javascripts/helpers/i18n.js2
-rw-r--r--public/javascripts/inbox.js2
-rw-r--r--public/javascripts/photo-show.js2
-rw-r--r--public/javascripts/publisher.js2
-rw-r--r--public/javascripts/stream.js2
-rw-r--r--public/javascripts/validation.js2
-rw-r--r--public/javascripts/view.js2
-rw-r--r--public/javascripts/widgets/direction-detector.js2
-rw-r--r--public/javascripts/widgets/embedder.js2
-rw-r--r--public/javascripts/widgets/infinite-scroll.js2
-rw-r--r--public/javascripts/widgets/lightbox.js2
-rw-r--r--public/javascripts/widgets/notifications.js2
-rw-r--r--public/javascripts/widgets/timeago.js2
-rw-r--r--public/stylesheets/sass/login.scss2
-rwxr-xr-xpublic/stylesheets/sass/mobile.sass2
-rw-r--r--public/stylesheets/sass/popup.scss2
-rw-r--r--public/stylesheets/sass/sessions.sass2
-rw-r--r--public/stylesheets/sass/tags.sass2
-rw-r--r--public/stylesheets/sass/ui.sass2
-rwxr-xr-xscript/get_config.rb2
-rwxr-xr-xscript/i18n/xmltoyml.rb4
-rwxr-xr-xscript/i18n/ymltoxml.rb2
-rwxr-xr-xscript/server2
-rw-r--r--script/websocket_server.rb2
-rw-r--r--spec/controllers/admins_controller_spec.rb2
-rw-r--r--spec/controllers/apis_controller_spec.rb2
-rw-r--r--spec/controllers/application_controller_spec.rb2
-rw-r--r--spec/controllers/aspect_memberships_controller_spec.rb2
-rw-r--r--spec/controllers/aspects_controller_spec.rb2
-rw-r--r--spec/controllers/authorizations_controller_spec.rb2
-rw-r--r--spec/controllers/comments_controller_spec.rb2
-rw-r--r--spec/controllers/contacts_controller_spec.rb2
-rw-r--r--spec/controllers/conversation_visibilities_controller_spec.rb2
-rw-r--r--spec/controllers/conversations_controller_spec.rb2
-rw-r--r--spec/controllers/devise/passwords_controller_spec.rb2
-rw-r--r--spec/controllers/home_controller_spec.rb2
-rw-r--r--spec/controllers/invitations_controller_spec.rb2
-rw-r--r--spec/controllers/likes_controller_spec.rb2
-rw-r--r--spec/controllers/messages_controller_spec.rb2
-rw-r--r--spec/controllers/notifications_controller_spec.rb2
-rw-r--r--spec/controllers/people_controller_spec.rb2
-rw-r--r--spec/controllers/photos_controller_spec.rb2
-rw-r--r--spec/controllers/post_visibilities_controller_spec.rb2
-rw-r--r--spec/controllers/posts_controller_spec.rb2
-rw-r--r--spec/controllers/profiles_controller_spec.rb2
-rw-r--r--spec/controllers/publics_controller_spec.rb2
-rw-r--r--spec/controllers/registrations_controller_spec.rb2
-rw-r--r--spec/controllers/services_controller_spec.rb2
-rw-r--r--spec/controllers/sessions_controller_spec.rb2
-rw-r--r--spec/controllers/sockets_controller_spec.rb2
-rw-r--r--spec/controllers/status_messages_controller_spec.rb2
-rw-r--r--spec/controllers/tag_followings_controller_spec.rb2
-rw-r--r--spec/controllers/tags_controller_spec.rb2
-rw-r--r--spec/controllers/users_controller_spec.rb2
-rw-r--r--spec/factories.rb2
-rw-r--r--spec/fixtures/config/old_style_app.yml2
-rw-r--r--spec/helpers/application_helper_spec.rb2
-rw-r--r--spec/helpers/getting_started_helper_spec.rb2
-rw-r--r--spec/helpers/layout_helper_spec.rb2
-rw-r--r--spec/helpers/markdownify_helper_spec.rb2
-rw-r--r--spec/helpers/mobile_helper_spec.rb2
-rw-r--r--spec/helpers/notifier_helper_spec.rb2
-rw-r--r--spec/helpers/people_helper_spec.rb2
-rw-r--r--spec/helpers/photos_helper_spec.rb2
-rw-r--r--spec/helpers/profiles_helper.rb2
-rw-r--r--spec/helpers/stream_helper_spec.rb2
-rw-r--r--spec/integration/attack_vectors_spec.rb2
-rw-r--r--spec/integration/contact_deleting_spec.rb2
-rw-r--r--spec/integration/receiving_spec.rb2
-rw-r--r--spec/javascripts/aspect-filters-spec.js2
-rw-r--r--spec/javascripts/contact-list-spec.js2
-rw-r--r--spec/javascripts/content-updater-spec.js2
-rw-r--r--spec/javascripts/diaspora-spec.js2
-rw-r--r--spec/javascripts/publisher-spec.js2
-rw-r--r--spec/javascripts/validation-spec.js2
-rw-r--r--spec/javascripts/view-spec.js2
-rw-r--r--spec/javascripts/web-socket-receiver-spec.js2
-rw-r--r--spec/javascripts/widgets/embedder-spec.js2
-rw-r--r--spec/javascripts/widgets/i18n-spec.js2
-rw-r--r--spec/javascripts/widgets/notifications-spec.js2
-rw-r--r--spec/javascripts/widgets/stream-element-spec.js2
-rw-r--r--spec/lib/diaspora/exporter_spec.rb2
-rw-r--r--spec/lib/diaspora/ostatus_builder_spec.rb2
-rw-r--r--spec/lib/diaspora/parser_spec.rb2
-rw-r--r--spec/lib/diaspora/web_socket_spec.rb2
-rw-r--r--spec/lib/diaspora/webhooks_spec.rb2
-rw-r--r--spec/lib/direction_detector_spec.rb2
-rw-r--r--spec/lib/encryptor_spec.rb2
-rw-r--r--spec/lib/hcard_spec.rb2
-rw-r--r--spec/lib/i18n_interpolation_fallbacks_spec.rb2
-rw-r--r--spec/lib/postzord/dispatcher/private_spec.rb2
-rw-r--r--spec/lib/postzord/receiver/private_spec.rb2
-rw-r--r--spec/lib/postzord/receiver/public_spec.rb2
-rw-r--r--spec/lib/pubsubhubbub_spec.rb2
-rw-r--r--spec/lib/rake_helper_spec.rb2
-rw-r--r--spec/lib/resque_job_logging_spec.rb2
-rw-r--r--spec/lib/salmon/encrypted_slap_spec.rb2
-rw-r--r--spec/lib/web_hooks_spec.rb2
-rw-r--r--spec/lib/webfinger_spec.rb2
-rw-r--r--spec/misc_spec.rb2
-rw-r--r--spec/models/activity_streams/photo_spec.rb2
-rw-r--r--spec/models/app_config_spec.rb2
-rw-r--r--spec/models/aspect_membership_spec.rb2
-rw-r--r--spec/models/aspect_spec.rb2
-rw-r--r--spec/models/comment_spec.rb2
-rw-r--r--spec/models/contact_spec.rb2
-rw-r--r--spec/models/conversation_spec.rb2
-rw-r--r--spec/models/invitation_spec.rb2
-rw-r--r--spec/models/job/delete_account_spec.rb2
-rw-r--r--spec/models/job/mail/mail_mentioned_spec.rb2
-rw-r--r--spec/models/job/mail/mail_private_message.rb2
-rw-r--r--spec/models/job/mail/mail_reshared_spec.rb2
-rw-r--r--spec/models/job/notify_local_users_spec.rb2
-rw-r--r--spec/models/job/publish_to_hub_spec.rb2
-rw-r--r--spec/models/job/resend_invitation_spec.rb2
-rw-r--r--spec/models/like_spec.rb2
-rw-r--r--spec/models/mention_spec.rb2
-rw-r--r--spec/models/message_spec.rb2
-rw-r--r--spec/models/notification_spec.rb2
-rw-r--r--spec/models/notifications/private_message_spec.rb2
-rw-r--r--spec/models/notifications/reshared_spec.rb2
-rw-r--r--spec/models/oauth2_provider_models_activerecord_authorization_spec.rb2
-rw-r--r--spec/models/oauth2_provider_models_activerecord_client_spec.rb2
-rw-r--r--spec/models/person_spec.rb2
-rw-r--r--spec/models/photo_spec.rb2
-rw-r--r--spec/models/post_spec.rb2
-rw-r--r--spec/models/post_visibility_spec.rb2
-rw-r--r--spec/models/profile_spec.rb2
-rw-r--r--spec/models/relayable_retraction_spec.rb2
-rw-r--r--spec/models/request_spec.rb2
-rw-r--r--spec/models/retraction_spec.rb2
-rw-r--r--spec/models/status_message_spec.rb2
-rw-r--r--spec/models/user/connecting_spec.rb2
-rw-r--r--spec/models/user/posting_spec.rb2
-rw-r--r--spec/models/user/querying_spec.rb2
-rw-r--r--spec/models/user_spec.rb2
-rw-r--r--spec/shared_behaviors/relayable.rb2
-rw-r--r--spec/shared_behaviors/taggable.rb2
-rw-r--r--spec/spec_helper.rb2
532 files changed, 533 insertions, 533 deletions
diff --git a/Capfile b/Capfile
index 2fa68b66d..30fc4618d 100644
--- a/Capfile
+++ b/Capfile
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/Rakefile b/Rakefile
index 9cacf875e..660a61ee1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/activity_streams/photos_controller.rb b/app/controllers/activity_streams/photos_controller.rb
index 158125884..58e3808c7 100644
--- a/app/controllers/activity_streams/photos_controller.rb
+++ b/app/controllers/activity_streams/photos_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index fc90e9765..dc3e864b4 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/aspect_memberships_controller.rb b/app/controllers/aspect_memberships_controller.rb
index 14e0ab907..d9a55d761 100644
--- a/app/controllers/aspect_memberships_controller.rb
+++ b/app/controllers/aspect_memberships_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/app/controllers/aspects_controller.rb b/app/controllers/aspects_controller.rb
index 93cdd8b8e..fc2a4804d 100644
--- a/app/controllers/aspects_controller.rb
+++ b/app/controllers/aspects_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb
index 3020a6014..1d4d60e25 100644
--- a/app/controllers/comments_controller.rb
+++ b/app/controllers/comments_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/contacts_controller.rb b/app/controllers/contacts_controller.rb
index c1c321b54..450b00b1a 100644
--- a/app/controllers/contacts_controller.rb
+++ b/app/controllers/contacts_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/conversation_visibilities_controller.rb b/app/controllers/conversation_visibilities_controller.rb
index d48284db9..125fdf985 100644
--- a/app/controllers/conversation_visibilities_controller.rb
+++ b/app/controllers/conversation_visibilities_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
index 2620fa8ab..c7d7d21c0 100644
--- a/app/controllers/home_controller.rb
+++ b/app/controllers/home_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/invitations_controller.rb b/app/controllers/invitations_controller.rb
index 48e0d60d6..75b6280a0 100644
--- a/app/controllers/invitations_controller.rb
+++ b/app/controllers/invitations_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/likes_controller.rb b/app/controllers/likes_controller.rb
index 392842985..a925b5ccf 100644
--- a/app/controllers/likes_controller.rb
+++ b/app/controllers/likes_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/messages_controller.rb b/app/controllers/messages_controller.rb
index 9aedb43b5..2c4e85a75 100644
--- a/app/controllers/messages_controller.rb
+++ b/app/controllers/messages_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb
index 8cf44cbed..99340eaa7 100644
--- a/app/controllers/notifications_controller.rb
+++ b/app/controllers/notifications_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/people_controller.rb b/app/controllers/people_controller.rb
index 27432d6ac..70126e585 100644
--- a/app/controllers/people_controller.rb
+++ b/app/controllers/people_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/photos_controller.rb b/app/controllers/photos_controller.rb
index d9190ae0f..1afafd9b9 100644
--- a/app/controllers/photos_controller.rb
+++ b/app/controllers/photos_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/post_visibilities_controller.rb b/app/controllers/post_visibilities_controller.rb
index aa5b93b97..ccc165940 100644
--- a/app/controllers/post_visibilities_controller.rb
+++ b/app/controllers/post_visibilities_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb
index c1bc91f95..905952665 100644
--- a/app/controllers/posts_controller.rb
+++ b/app/controllers/posts_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb
index 51e4f2ddd..85d2eb3f4 100644
--- a/app/controllers/profiles_controller.rb
+++ b/app/controllers/profiles_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/publics_controller.rb b/app/controllers/publics_controller.rb
index eb67146b3..ce1a1dbf1 100644
--- a/app/controllers/publics_controller.rb
+++ b/app/controllers/publics_controller.rb
@@ -1,4 +1,4 @@
- # Copyright (c) 2010, Diaspora Inc. This file is
+ # Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb
index 7385e90b5..bcb7cad5b 100644
--- a/app/controllers/registrations_controller.rb
+++ b/app/controllers/registrations_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/services_controller.rb b/app/controllers/services_controller.rb
index 6e15634e4..09d6cbe7d 100644
--- a/app/controllers/services_controller.rb
+++ b/app/controllers/services_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See # the COPYRIGHT file.
class ServicesController < ApplicationController
diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb
index 1b29378c9..93ea014fd 100644
--- a/app/controllers/sessions_controller.rb
+++ b/app/controllers/sessions_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/sockets_controller.rb b/app/controllers/sockets_controller.rb
index 0689af9d6..80d369c3c 100644
--- a/app/controllers/sockets_controller.rb
+++ b/app/controllers/sockets_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/status_messages_controller.rb b/app/controllers/status_messages_controller.rb
index 6f9b084b6..d10d3f593 100644
--- a/app/controllers/status_messages_controller.rb
+++ b/app/controllers/status_messages_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb
index 9be96f559..0c8fa32ec 100644
--- a/app/controllers/tags_controller.rb
+++ b/app/controllers/tags_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index f1d5f20bb..7cc62df05 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/controllers/vanna_controller.rb b/app/controllers/vanna_controller.rb
index ce0728fda..eced7e909 100644
--- a/app/controllers/vanna_controller.rb
+++ b/app/controllers/vanna_controller.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 78ad9d141..fd7bef727 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/aspect_global_helper.rb b/app/helpers/aspect_global_helper.rb
index 57829eb58..67f997b4d 100644
--- a/app/helpers/aspect_global_helper.rb
+++ b/app/helpers/aspect_global_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/aspects_helper.rb b/app/helpers/aspects_helper.rb
index e9588ec3b..906ddc272 100644
--- a/app/helpers/aspects_helper.rb
+++ b/app/helpers/aspects_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/comments_helper.rb b/app/helpers/comments_helper.rb
index a54a1ad3f..3b90b80ac 100644
--- a/app/helpers/comments_helper.rb
+++ b/app/helpers/comments_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/error_messages_helper.rb b/app/helpers/error_messages_helper.rb
index 6c1e46209..2d76c5269 100644
--- a/app/helpers/error_messages_helper.rb
+++ b/app/helpers/error_messages_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/getting_started_helper.rb b/app/helpers/getting_started_helper.rb
index 97a8b64c2..2a9a73d76 100644
--- a/app/helpers/getting_started_helper.rb
+++ b/app/helpers/getting_started_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/layout_helper.rb b/app/helpers/layout_helper.rb
index 211768ddb..d59ca3555 100644
--- a/app/helpers/layout_helper.rb
+++ b/app/helpers/layout_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/likes_helper.rb b/app/helpers/likes_helper.rb
index b478dc51c..445e7eb69 100644
--- a/app/helpers/likes_helper.rb
+++ b/app/helpers/likes_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/markdownify_helper.rb b/app/helpers/markdownify_helper.rb
index e6c66dc98..fcbc849d0 100644
--- a/app/helpers/markdownify_helper.rb
+++ b/app/helpers/markdownify_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/people_helper.rb b/app/helpers/people_helper.rb
index 45ae985d4..400bc8ca5 100644
--- a/app/helpers/people_helper.rb
+++ b/app/helpers/people_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/photos_helper.rb b/app/helpers/photos_helper.rb
index 563e4b49d..c3cb52d84 100644
--- a/app/helpers/photos_helper.rb
+++ b/app/helpers/photos_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/profiles_helper.rb b/app/helpers/profiles_helper.rb
index 31c8a16d7..0ac500733 100644
--- a/app/helpers/profiles_helper.rb
+++ b/app/helpers/profiles_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/publics_helper.rb b/app/helpers/publics_helper.rb
index 80a7dfeb6..b7a063a07 100644
--- a/app/helpers/publics_helper.rb
+++ b/app/helpers/publics_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/sockets_helper.rb b/app/helpers/sockets_helper.rb
index 83e8cf943..5de95dd08 100644
--- a/app/helpers/sockets_helper.rb
+++ b/app/helpers/sockets_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/status_messages_helper.rb b/app/helpers/status_messages_helper.rb
index ce63d04f6..9168e3f07 100644
--- a/app/helpers/status_messages_helper.rb
+++ b/app/helpers/status_messages_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/stream_helper.rb b/app/helpers/stream_helper.rb
index 0def79982..56133a90e 100644
--- a/app/helpers/stream_helper.rb
+++ b/app/helpers/stream_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/helpers/tags_helper.rb b/app/helpers/tags_helper.rb
index d27480223..cb17bf58e 100644
--- a/app/helpers/tags_helper.rb
+++ b/app/helpers/tags_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/activity_streams/photo.rb b/app/models/activity_streams/photo.rb
index 1d67dc957..0ccd12e64 100644
--- a/app/models/activity_streams/photo.rb
+++ b/app/models/activity_streams/photo.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/app_config.rb b/app/models/app_config.rb
index 8d2514ef3..c4b626461 100644
--- a/app/models/app_config.rb
+++ b/app/models/app_config.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require 'uri'
diff --git a/app/models/aspect.rb b/app/models/aspect.rb
index 4979a96f0..55dd2dccb 100644
--- a/app/models/aspect.rb
+++ b/app/models/aspect.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/aspect_membership.rb b/app/models/aspect_membership.rb
index 64abd8f9c..ebd3756ab 100644
--- a/app/models/aspect_membership.rb
+++ b/app/models/aspect_membership.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/aspect_visibility.rb b/app/models/aspect_visibility.rb
index cfb6d0d92..42f560ead 100644
--- a/app/models/aspect_visibility.rb
+++ b/app/models/aspect_visibility.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/comment.rb b/app/models/comment.rb
index 41b8b8fd9..38f6f3862 100644
--- a/app/models/comment.rb
+++ b/app/models/comment.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/contact.rb b/app/models/contact.rb
index b34362842..4c7aa7c66 100644
--- a/app/models/contact.rb
+++ b/app/models/contact.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/invitation.rb b/app/models/invitation.rb
index 77cf2139d..ef6216ff8 100644
--- a/app/models/invitation.rb
+++ b/app/models/invitation.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/delete_account.rb b/app/models/job/delete_account.rb
index 7f46000df..8aaa52d90 100644
--- a/app/models/job/delete_account.rb
+++ b/app/models/job/delete_account.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/http_multi.rb b/app/models/job/http_multi.rb
index 62b763952..038d4254f 100644
--- a/app/models/job/http_multi.rb
+++ b/app/models/job/http_multi.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/http_post.rb b/app/models/job/http_post.rb
index a913f02e6..5d999d77f 100644
--- a/app/models/job/http_post.rb
+++ b/app/models/job/http_post.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/mail/invite_user_by_email.rb b/app/models/job/mail/invite_user_by_email.rb
index 2864798e4..bd194e4e9 100644
--- a/app/models/job/mail/invite_user_by_email.rb
+++ b/app/models/job/mail/invite_user_by_email.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/mail/mentioned.rb b/app/models/job/mail/mentioned.rb
index 3ea5e0451..44105ac2a 100644
--- a/app/models/job/mail/mentioned.rb
+++ b/app/models/job/mail/mentioned.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/mail/private_message.rb b/app/models/job/mail/private_message.rb
index fcf0b0dfc..8d024f96f 100644
--- a/app/models/job/mail/private_message.rb
+++ b/app/models/job/mail/private_message.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/mail/started_sharing.rb b/app/models/job/mail/started_sharing.rb
index 8656fe829..aa76fe874 100644
--- a/app/models/job/mail/started_sharing.rb
+++ b/app/models/job/mail/started_sharing.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/notify_local_users.rb b/app/models/job/notify_local_users.rb
index 538f31c13..ebda4e014 100644
--- a/app/models/job/notify_local_users.rb
+++ b/app/models/job/notify_local_users.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/post_to_service.rb b/app/models/job/post_to_service.rb
index 03cd10b5c..899065a55 100644
--- a/app/models/job/post_to_service.rb
+++ b/app/models/job/post_to_service.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/app/models/job/process_photo.rb b/app/models/job/process_photo.rb
index 5aed92836..e2c133979 100644
--- a/app/models/job/process_photo.rb
+++ b/app/models/job/process_photo.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/publish_to_hub.rb b/app/models/job/publish_to_hub.rb
index 518ae6aff..02e554491 100644
--- a/app/models/job/publish_to_hub.rb
+++ b/app/models/job/publish_to_hub.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/receive.rb b/app/models/job/receive.rb
index 074408ca8..1cd1de12b 100644
--- a/app/models/job/receive.rb
+++ b/app/models/job/receive.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/receive_local_batch.rb b/app/models/job/receive_local_batch.rb
index 4300f0866..aaf5a053a 100644
--- a/app/models/job/receive_local_batch.rb
+++ b/app/models/job/receive_local_batch.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/receive_public_salmon.rb b/app/models/job/receive_public_salmon.rb
index 26d3173ef..2c62edb93 100644
--- a/app/models/job/receive_public_salmon.rb
+++ b/app/models/job/receive_public_salmon.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require File.join(Rails.root, 'lib/postzord/receiver/private')
diff --git a/app/models/job/receive_salmon.rb b/app/models/job/receive_salmon.rb
index ed5a713c8..2c4019c2f 100644
--- a/app/models/job/receive_salmon.rb
+++ b/app/models/job/receive_salmon.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/resend_invitation.rb b/app/models/job/resend_invitation.rb
index c4d2d79a8..3f8670caa 100644
--- a/app/models/job/resend_invitation.rb
+++ b/app/models/job/resend_invitation.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/socket_webfinger.rb b/app/models/job/socket_webfinger.rb
index b36300dac..beaaf38d5 100644
--- a/app/models/job/socket_webfinger.rb
+++ b/app/models/job/socket_webfinger.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/job/update_service_users.rb b/app/models/job/update_service_users.rb
index d24af5a4d..0793c4f0c 100644
--- a/app/models/job/update_service_users.rb
+++ b/app/models/job/update_service_users.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/like.rb b/app/models/like.rb
index 029d96a08..b9cc790f9 100644
--- a/app/models/like.rb
+++ b/app/models/like.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/mention.rb b/app/models/mention.rb
index 2c2acd85b..2899725e4 100644
--- a/app/models/mention.rb
+++ b/app/models/mention.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/notification.rb b/app/models/notification.rb
index fbaaf5390..1a1bbb6c1 100644
--- a/app/models/notification.rb
+++ b/app/models/notification.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/app/models/notification_actor.rb b/app/models/notification_actor.rb
index dc788cac3..2b47a5cff 100644
--- a/app/models/notification_actor.rb
+++ b/app/models/notification_actor.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/person.rb b/app/models/person.rb
index 4cc3e723a..d3d1b2d64 100644
--- a/app/models/person.rb
+++ b/app/models/person.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/post.rb b/app/models/post.rb
index a686d31a4..92d4f5693 100644
--- a/app/models/post.rb
+++ b/app/models/post.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/post_visibility.rb b/app/models/post_visibility.rb
index 9c489329a..77a72f322 100644
--- a/app/models/post_visibility.rb
+++ b/app/models/post_visibility.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/profile.rb b/app/models/profile.rb
index 3b2297765..661d42920 100644
--- a/app/models/profile.rb
+++ b/app/models/profile.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/relayable_retraction.rb b/app/models/relayable_retraction.rb
index edc7fa200..5b474ce96 100644
--- a/app/models/relayable_retraction.rb
+++ b/app/models/relayable_retraction.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/request.rb b/app/models/request.rb
index 2e412fc86..1fe78f5ab 100644
--- a/app/models/request.rb
+++ b/app/models/request.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/retraction.rb b/app/models/retraction.rb
index 8b95aae7d..348a4e521 100644
--- a/app/models/retraction.rb
+++ b/app/models/retraction.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/service.rb b/app/models/service.rb
index 02553cb07..ef3b1f483 100644
--- a/app/models/service.rb
+++ b/app/models/service.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/signed_retraction.rb b/app/models/signed_retraction.rb
index 44fdd7ba7..b472a2b92 100644
--- a/app/models/signed_retraction.rb
+++ b/app/models/signed_retraction.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/status_message.rb b/app/models/status_message.rb
index e7ed11f65..d6e7eb6db 100644
--- a/app/models/status_message.rb
+++ b/app/models/status_message.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/models/user.rb b/app/models/user.rb
index 2080ef511..c6c4a6687 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/uploaders/processed_image.rb b/app/uploaders/processed_image.rb
index 226fe0df4..d76b443b3 100644
--- a/app/uploaders/processed_image.rb
+++ b/app/uploaders/processed_image.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/uploaders/unprocessed_image.rb b/app/uploaders/unprocessed_image.rb
index 579241253..895f45167 100644
--- a/app/uploaders/unprocessed_image.rb
+++ b/app/uploaders/unprocessed_image.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/app/views/apps/show.html.haml b/app/views/apps/show.html.haml
index 63d6bd723..63b7eafce 100644
--- a/app/views/apps/show.html.haml
+++ b/app/views/apps/show.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspect_memberships/_add_to_aspect.haml b/app/views/aspect_memberships/_add_to_aspect.haml
index ae6ee1be7..8012ec4b7 100644
--- a/app/views/aspect_memberships/_add_to_aspect.haml
+++ b/app/views/aspect_memberships/_add_to_aspect.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspect_memberships/_remove_from_aspect.haml b/app/views/aspect_memberships/_remove_from_aspect.haml
index 6bfa71452..02a76b07c 100644
--- a/app/views/aspect_memberships/_remove_from_aspect.haml
+++ b/app/views/aspect_memberships/_remove_from_aspect.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspect_memberships/add_to_aspect.js.haml b/app/views/aspect_memberships/add_to_aspect.js.haml
index 436c1b03a..86ad128d9 100644
--- a/app/views/aspect_memberships/add_to_aspect.js.haml
+++ b/app/views/aspect_memberships/add_to_aspect.js.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspect_memberships/create.js.erb b/app/views/aspect_memberships/create.js.erb
index 28f41cb13..af3fbeb9d 100644
--- a/app/views/aspect_memberships/create.js.erb
+++ b/app/views/aspect_memberships/create.js.erb
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/app/views/aspect_memberships/destroy.js.erb b/app/views/aspect_memberships/destroy.js.erb
index e8a933719..5093635f2 100644
--- a/app/views/aspect_memberships/destroy.js.erb
+++ b/app/views/aspect_memberships/destroy.js.erb
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/app/views/aspect_memberships/remove_from_aspect.js.haml b/app/views/aspect_memberships/remove_from_aspect.js.haml
index 737e6b67c..a5ddc290c 100644
--- a/app/views/aspect_memberships/remove_from_aspect.js.haml
+++ b/app/views/aspect_memberships/remove_from_aspect.js.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/_aspect_contacts.haml b/app/views/aspects/_aspect_contacts.haml
index 306fa26e7..17e3f890d 100644
--- a/app/views/aspects/_aspect_contacts.haml
+++ b/app/views/aspects/_aspect_contacts.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/_aspect_list_item.haml b/app/views/aspects/_aspect_list_item.haml
index 8ee855aa1..00d90df89 100644
--- a/app/views/aspects/_aspect_list_item.haml
+++ b/app/views/aspects/_aspect_list_item.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/_aspect_listings.haml b/app/views/aspects/_aspect_listings.haml
index 2c8b82d9f..6e5339134 100644
--- a/app/views/aspects/_aspect_listings.haml
+++ b/app/views/aspects/_aspect_listings.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/_aspect_stream.haml b/app/views/aspects/_aspect_stream.haml
index 4acd1f9f6..2feef09bc 100644
--- a/app/views/aspects/_aspect_stream.haml
+++ b/app/views/aspects/_aspect_stream.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/_no_contacts_message.haml b/app/views/aspects/_no_contacts_message.haml
index 051f2f94e..a4a0e052b 100644
--- a/app/views/aspects/_no_contacts_message.haml
+++ b/app/views/aspects/_no_contacts_message.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/_no_posts_message.haml b/app/views/aspects/_no_posts_message.haml
index 3c9ca18aa..7e0b41b37 100644
--- a/app/views/aspects/_no_posts_message.haml
+++ b/app/views/aspects/_no_posts_message.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/create.js.erb b/app/views/aspects/create.js.erb
index 1b3b6d428..08e88088c 100644
--- a/app/views/aspects/create.js.erb
+++ b/app/views/aspects/create.js.erb
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/app/views/aspects/edit.html.haml b/app/views/aspects/edit.html.haml
index d93375d83..b5fdca3f2 100644
--- a/app/views/aspects/edit.html.haml
+++ b/app/views/aspects/edit.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml
index a7c6be02e..e3b7ca651 100644
--- a/app/views/aspects/index.html.haml
+++ b/app/views/aspects/index.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/index.mobile.haml b/app/views/aspects/index.mobile.haml
index f56a9e2a1..4f13e4ea2 100644
--- a/app/views/aspects/index.mobile.haml
+++ b/app/views/aspects/index.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/aspects/new.haml b/app/views/aspects/new.haml
index 81656487b..176629816 100644
--- a/app/views/aspects/new.haml
+++ b/app/views/aspects/new.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/authorizations/index.html.haml b/app/views/authorizations/index.html.haml
index 62678b4db..104ae4775 100644
--- a/app/views/authorizations/index.html.haml
+++ b/app/views/authorizations/index.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/authorizations/index.mobile.haml b/app/views/authorizations/index.mobile.haml
index d3d9f0227..9cb9bdfd3 100644
--- a/app/views/authorizations/index.mobile.haml
+++ b/app/views/authorizations/index.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml
index 3a33077fe..4e1cbe1d7 100644
--- a/app/views/comments/_comment.html.haml
+++ b/app/views/comments/_comment.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/comments/_comment.mobile.haml b/app/views/comments/_comment.mobile.haml
index b563dfbff..a7adc99a1 100644
--- a/app/views/comments/_comment.mobile.haml
+++ b/app/views/comments/_comment.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/comments/_comments.haml b/app/views/comments/_comments.haml
index ead494267..f1c261983 100644
--- a/app/views/comments/_comments.haml
+++ b/app/views/comments/_comments.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
.comment_stream
diff --git a/app/views/comments/_new_comment.html.haml b/app/views/comments/_new_comment.html.haml
index 522313aec..5623d3043 100644
--- a/app/views/comments/_new_comment.html.haml
+++ b/app/views/comments/_new_comment.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/comments/_new_comment.mobile.haml b/app/views/comments/_new_comment.mobile.haml
index 6bc495c2d..0bf41fff6 100644
--- a/app/views/comments/_new_comment.mobile.haml
+++ b/app/views/comments/_new_comment.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/contacts/_aspect_listings.haml b/app/views/contacts/_aspect_listings.haml
index 204c893a3..2966dc7b2 100644
--- a/app/views/contacts/_aspect_listings.haml
+++ b/app/views/contacts/_aspect_listings.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/contacts/featured.haml b/app/views/contacts/featured.haml
index fdaa34ad8..fce9a8d92 100644
--- a/app/views/contacts/featured.haml
+++ b/app/views/contacts/featured.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/contacts/index.html.haml b/app/views/contacts/index.html.haml
index f6273a7c3..3c7827e61 100644
--- a/app/views/contacts/index.html.haml
+++ b/app/views/contacts/index.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/contacts/index.mobile.haml b/app/views/contacts/index.mobile.haml
index 7760daa20..b0c74893a 100644
--- a/app/views/contacts/index.mobile.haml
+++ b/app/views/contacts/index.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/contacts/sharing.haml b/app/views/contacts/sharing.haml
index 3ef702ece..1ca5d0e27 100644
--- a/app/views/contacts/sharing.haml
+++ b/app/views/contacts/sharing.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2011, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/conversations/_conversation.haml b/app/views/conversations/_conversation.haml
index e82cdce64..c80184cd0 100644
--- a/app/views/conversations/_conversation.haml
+++ b/app/views/conversations/_conversation.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/conversations/_show.haml b/app/views/conversations/_show.haml
index 29e37e36a..de44a52f8 100644
--- a/app/views/conversations/_show.haml
+++ b/app/views/conversations/_show.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/conversations/index.haml b/app/views/conversations/index.haml
index 2bb98b5a0..552719238 100644
--- a/app/views/conversations/index.haml
+++ b/app/views/conversations/index.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/conversations/new.haml b/app/views/conversations/new.haml
index 623ee68bf..6026f09a9 100644
--- a/app/views/conversations/new.haml
+++ b/app/views/conversations/new.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/conversations/show.haml b/app/views/conversations/show.haml
index 9aa7f520e..1dcb807fb 100644
--- a/app/views/conversations/show.haml
+++ b/app/views/conversations/show.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/home/show.html.haml b/app/views/home/show.html.haml
index c028942b2..e66163ca1 100644
--- a/app/views/home/show.html.haml
+++ b/app/views/home/show.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/home/show.mobile.haml b/app/views/home/show.mobile.haml
index fc577e9e7..a0624fcd4 100644
--- a/app/views/home/show.mobile.haml
+++ b/app/views/home/show.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/invitations/edit.mobile.haml b/app/views/invitations/edit.mobile.haml
index 0a7202232..decfe4197 100644
--- a/app/views/invitations/edit.mobile.haml
+++ b/app/views/invitations/edit.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2011, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/js/_websocket_js.haml b/app/views/js/_websocket_js.haml
index 0c9f7d2fc..b2461ff80 100644
--- a/app/views/js/_websocket_js.haml
+++ b/app/views/js/_websocket_js.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml
index 115d6e61d..d60f95066 100644
--- a/app/views/layouts/_header.html.haml
+++ b/app/views/layouts/_header.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index d724a71b4..6d6e22632 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml
index 0f3373ac2..b247e7758 100644
--- a/app/views/layouts/application.mobile.haml
+++ b/app/views/layouts/application.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/layouts/popup.html.haml b/app/views/layouts/popup.html.haml
index 68c54358b..ee69ebe1d 100644
--- a/app/views/layouts/popup.html.haml
+++ b/app/views/layouts/popup.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/likes/_likes.haml b/app/views/likes/_likes.haml
index 6536917c0..a3cc3aee7 100644
--- a/app/views/likes/_likes.haml
+++ b/app/views/likes/_likes.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/likes/_likes_container.haml b/app/views/likes/_likes_container.haml
index 9fcf3afcb..aeda12159 100644
--- a/app/views/likes/_likes_container.haml
+++ b/app/views/likes/_likes_container.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/messages/_message.haml b/app/views/messages/_message.haml
index de27244cc..f36ebbc55 100644
--- a/app/views/messages/_message.haml
+++ b/app/views/messages/_message.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/notifications/_popup.haml b/app/views/notifications/_popup.haml
index a3689ced0..e92758203 100644
--- a/app/views/notifications/_popup.haml
+++ b/app/views/notifications/_popup.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
.notification
diff --git a/app/views/people/_aspect_list.haml b/app/views/people/_aspect_list.haml
index 93a6998a9..90bb6b5ac 100644
--- a/app/views/people/_aspect_list.haml
+++ b/app/views/people/_aspect_list.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/_person.html.haml b/app/views/people/_person.html.haml
index fb8e759ae..995213407 100644
--- a/app/views/people/_person.html.haml
+++ b/app/views/people/_person.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/_person.mobile.haml b/app/views/people/_person.mobile.haml
index 7c9c4696d..ea94b06cb 100644
--- a/app/views/people/_person.mobile.haml
+++ b/app/views/people/_person.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/_profile_photo_upload.html.haml b/app/views/people/_profile_photo_upload.html.haml
index dc62ad16c..4586ff2c2 100644
--- a/app/views/people/_profile_photo_upload.html.haml
+++ b/app/views/people/_profile_photo_upload.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/_profile_sidebar.html.haml b/app/views/people/_profile_sidebar.html.haml
index 5e0d40492..c6d85c205 100644
--- a/app/views/people/_profile_sidebar.html.haml
+++ b/app/views/people/_profile_sidebar.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/contacts.haml b/app/views/people/contacts.haml
index 674d3576b..5bfd9ebe5 100644
--- a/app/views/people/contacts.haml
+++ b/app/views/people/contacts.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/index.html.haml b/app/views/people/index.html.haml
index 0395314fb..52a71bd70 100644
--- a/app/views/people/index.html.haml
+++ b/app/views/people/index.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/index.mobile.haml b/app/views/people/index.mobile.haml
index e847ee485..7101e929b 100644
--- a/app/views/people/index.mobile.haml
+++ b/app/views/people/index.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml
index 2ef531948..9fd117dc4 100644
--- a/app/views/people/show.html.haml
+++ b/app/views/people/show.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/people/show.mobile.haml b/app/views/people/show.mobile.haml
index 19962a66f..05948258f 100644
--- a/app/views/people/show.mobile.haml
+++ b/app/views/people/show.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/photos/_index.html.haml b/app/views/photos/_index.html.haml
index c3b9847b4..fcf7bafc4 100644
--- a/app/views/photos/_index.html.haml
+++ b/app/views/photos/_index.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/photos/_new_photo.haml b/app/views/photos/_new_photo.haml
index 2eb903643..8988b30b9 100644
--- a/app/views/photos/_new_photo.haml
+++ b/app/views/photos/_new_photo.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/photos/_new_profile_photo.haml b/app/views/photos/_new_profile_photo.haml
index 840f3f1c3..79601b891 100644
--- a/app/views/photos/_new_profile_photo.haml
+++ b/app/views/photos/_new_profile_photo.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/photos/_photo.haml b/app/views/photos/_photo.haml
index 001e1f416..4f96a6037 100644
--- a/app/views/photos/_photo.haml
+++ b/app/views/photos/_photo.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/photos/edit.html.haml b/app/views/photos/edit.html.haml
index 836e01c50..bb78ea0f8 100644
--- a/app/views/photos/edit.html.haml
+++ b/app/views/photos/edit.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/photos/show.html.haml b/app/views/photos/show.html.haml
index f68e919a7..283580bb0 100644
--- a/app/views/photos/show.html.haml
+++ b/app/views/photos/show.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/photos/show.mobile.haml b/app/views/photos/show.mobile.haml
index d145ac487..96a0a0ca9 100755
--- a/app/views/photos/show.mobile.haml
+++ b/app/views/photos/show.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/posts/_photo.html.haml b/app/views/posts/_photo.html.haml
index e356bb416..da367f8f9 100644
--- a/app/views/posts/_photo.html.haml
+++ b/app/views/posts/_photo.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/posts/show.html.haml b/app/views/posts/show.html.haml
index 717b93f2e..b4fb6fc80 100644
--- a/app/views/posts/show.html.haml
+++ b/app/views/posts/show.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/posts/show.mobile.haml b/app/views/posts/show.mobile.haml
index faa1bf245..50a06979f 100644
--- a/app/views/posts/show.mobile.haml
+++ b/app/views/posts/show.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/profiles/_edit.haml b/app/views/profiles/_edit.haml
index dd826be05..13c3b3edf 100644
--- a/app/views/profiles/_edit.haml
+++ b/app/views/profiles/_edit.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/profiles/_edit_public.haml b/app/views/profiles/_edit_public.haml
index 850261426..62ae2477f 100644
--- a/app/views/profiles/_edit_public.haml
+++ b/app/views/profiles/_edit_public.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/profiles/edit.haml b/app/views/profiles/edit.haml
index 6efb68743..69ccd8cca 100644
--- a/app/views/profiles/edit.haml
+++ b/app/views/profiles/edit.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/requests/_new_request_to_person.haml b/app/views/requests/_new_request_to_person.haml
index 52f207b74..d95cf9f9a 100644
--- a/app/views/requests/_new_request_to_person.haml
+++ b/app/views/requests/_new_request_to_person.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/requests/_new_request_with_aspect_to_person.haml b/app/views/requests/_new_request_with_aspect_to_person.haml
index 631ae5a7f..142f0078d 100644
--- a/app/views/requests/_new_request_with_aspect_to_person.haml
+++ b/app/views/requests/_new_request_with_aspect_to_person.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/reshares/_reshare.haml b/app/views/reshares/_reshare.haml
index 109d7eaaf..224829354 100644
--- a/app/views/reshares/_reshare.haml
+++ b/app/views/reshares/_reshare.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/reshares/_reshare.mobile.haml b/app/views/reshares/_reshare.mobile.haml
index 77b0abd3a..796689b6f 100644
--- a/app/views/reshares/_reshare.mobile.haml
+++ b/app/views/reshares/_reshare.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/services/finder.html.haml b/app/views/services/finder.html.haml
index 7f4e662e4..d7aad4df8 100644
--- a/app/views/services/finder.html.haml
+++ b/app/views/services/finder.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/services/index.html.haml b/app/views/services/index.html.haml
index 549d78f9a..f70137c64 100644
--- a/app/views/services/index.html.haml
+++ b/app/views/services/index.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/sessions/new.haml b/app/views/sessions/new.haml
index b2b04f9b1..4e5bde060 100644
--- a/app/views/sessions/new.haml
+++ b/app/views/sessions/new.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/sessions/new.mobile.haml b/app/views/sessions/new.mobile.haml
index b24183f3c..cd29fc946 100644
--- a/app/views/sessions/new.mobile.haml
+++ b/app/views/sessions/new.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2011, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_add_remove_services.haml b/app/views/shared/_add_remove_services.haml
index 311d75bd8..0abbf962b 100644
--- a/app/views/shared/_add_remove_services.haml
+++ b/app/views/shared/_add_remove_services.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_aspect_dropdown.html.haml b/app/views/shared/_aspect_dropdown.html.haml
index ff22bda41..550b0b1e0 100644
--- a/app/views/shared/_aspect_dropdown.html.haml
+++ b/app/views/shared/_aspect_dropdown.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2011, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_contact_list.html.haml b/app/views/shared/_contact_list.html.haml
index e2a3fa003..d75bdda9a 100644
--- a/app/views/shared/_contact_list.html.haml
+++ b/app/views/shared/_contact_list.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_contact_sidebar.html.haml b/app/views/shared/_contact_sidebar.html.haml
index ed5cd5045..0ed82280c 100644
--- a/app/views/shared/_contact_sidebar.html.haml
+++ b/app/views/shared/_contact_sidebar.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_public_explain.haml b/app/views/shared/_public_explain.haml
index 7b5480a28..0bafe1488 100644
--- a/app/views/shared/_public_explain.haml
+++ b/app/views/shared/_public_explain.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_publisher.html.haml b/app/views/shared/_publisher.html.haml
index ec988f72e..65d201a53 100644
--- a/app/views/shared/_publisher.html.haml
+++ b/app/views/shared/_publisher.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_publisher.mobile.haml b/app/views/shared/_publisher.mobile.haml
index 2f37726b8..752816c6a 100644
--- a/app/views/shared/_publisher.mobile.haml
+++ b/app/views/shared/_publisher.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml
index 90923488d..79094d841 100644
--- a/app/views/shared/_right_sections.html.haml
+++ b/app/views/shared/_right_sections.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_stream.haml b/app/views/shared/_stream.haml
index 95ee72a0f..9a2cd3ead 100644
--- a/app/views/shared/_stream.haml
+++ b/app/views/shared/_stream.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml
index a41533ec8..859636a9b 100644
--- a/app/views/shared/_stream_element.html.haml
+++ b/app/views/shared/_stream_element.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/shared/_stream_element.mobile.haml b/app/views/shared/_stream_element.mobile.haml
index b7dfc0f30..0462a8e50 100644
--- a/app/views/shared/_stream_element.mobile.haml
+++ b/app/views/shared/_stream_element.mobile.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/status_messages/_status_message.haml b/app/views/status_messages/_status_message.haml
index c0d0dfbb4..ec8343327 100644
--- a/app/views/status_messages/_status_message.haml
+++ b/app/views/status_messages/_status_message.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/status_messages/bookmarklet.html.haml b/app/views/status_messages/bookmarklet.html.haml
index bbb2133c4..80444e009 100644
--- a/app/views/status_messages/bookmarklet.html.haml
+++ b/app/views/status_messages/bookmarklet.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/status_messages/new.haml b/app/views/status_messages/new.haml
index 003073df1..f83c0285e 100644
--- a/app/views/status_messages/new.haml
+++ b/app/views/status_messages/new.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/tags/_followed_tags_listings.haml b/app/views/tags/_followed_tags_listings.haml
index 06514b76a..3ec41beb4 100644
--- a/app/views/tags/_followed_tags_listings.haml
+++ b/app/views/tags/_followed_tags_listings.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2011, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/tags/show.haml b/app/views/tags/show.haml
index 1febca2c2..b827be247 100644
--- a/app/views/tags/show.haml
+++ b/app/views/tags/show.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml
index 0ffec0260..f9f585dc3 100644
--- a/app/views/users/edit.html.haml
+++ b/app/views/users/edit.html.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/app/views/users/getting_started.haml b/app/views/users/getting_started.haml
index a9d226c2b..6f3973c06 100644
--- a/app/views/users/getting_started.haml
+++ b/app/views/users/getting_started.haml
@@ -1,4 +1,4 @@
--# Copyright (c) 2010, Diaspora Inc. This file is
+-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
diff --git a/chef/cookbooks/diaspora/templates/default/nginx.conf.erb b/chef/cookbooks/diaspora/templates/default/nginx.conf.erb
index cc34eba51..7d479c80c 100644
--- a/chef/cookbooks/diaspora/templates/default/nginx.conf.erb
+++ b/chef/cookbooks/diaspora/templates/default/nginx.conf.erb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config.ru b/config.ru
index 57b12ff35..a4136f1c9 100644
--- a/config.ru
+++ b/config.ru
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/application.rb b/config/application.rb
index 8ca302ed7..d3c8ee4af 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/application.yml.example b/config/application.yml.example
index 008b45b47..273e83312 100644
--- a/config/application.yml.example
+++ b/config/application.yml.example
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/boot.rb b/config/boot.rb
index 7ffec08ff..a5ba1b160 100644
--- a/config/boot.rb
+++ b/config/boot.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/deploy.rb b/config/deploy.rb
index 4c00e9994..1723df95a 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/deploy_config.yml.example b/config/deploy_config.yml.example
index d6cf3fe1e..614a68bf5 100644
--- a/config/deploy_config.yml.example
+++ b/config/deploy_config.yml.example
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/environment.rb b/config/environment.rb
index 471ec22f5..ba4d85c18 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 6cbcc8d96..3f7a38e3d 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/environments/integration_1.rb b/config/environments/integration_1.rb
index 86f1c3043..443bf1737 100644
--- a/config/environments/integration_1.rb
+++ b/config/environments/integration_1.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/environments/integration_2.rb b/config/environments/integration_2.rb
index 1279e645a..f7a6974e2 100644
--- a/config/environments/integration_2.rb
+++ b/config/environments/integration_2.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/environments/production.rb b/config/environments/production.rb
index f02ea6132..772b71d57 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/environments/staging.rb b/config/environments/staging.rb
index d8a3051ba..a6e1e49e5 100644
--- a/config/environments/staging.rb
+++ b/config/environments/staging.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/environments/test.rb b/config/environments/test.rb
index e7a9fc0ec..d66421502 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/_before_load_services.rb b/config/initializers/_before_load_services.rb
index 48461e91a..dbb88a79f 100644
--- a/config/initializers/_before_load_services.rb
+++ b/config/initializers/_before_load_services.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/_load_app_config.rb b/config/initializers/_load_app_config.rb
index e0639240d..276644a95 100644
--- a/config/initializers/_load_app_config.rb
+++ b/config/initializers/_load_app_config.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/backtrace_silencers.rb b/config/initializers/backtrace_silencers.rb
index 211f52bde..95f10f04a 100644
--- a/config/initializers/backtrace_silencers.rb
+++ b/config/initializers/backtrace_silencers.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/carrierwave.rb b/config/initializers/carrierwave.rb
index 75ed94feb..dd8b6e4f2 100644
--- a/config/initializers/carrierwave.rb
+++ b/config/initializers/carrierwave.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb
index be5942981..58c7c446f 100644
--- a/config/initializers/devise.rb
+++ b/config/initializers/devise.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/direction_detector.rb b/config/initializers/direction_detector.rb
index 2ba6401de..79d8f66bb 100644
--- a/config/initializers/direction_detector.rb
+++ b/config/initializers/direction_detector.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/faraday.rb b/config/initializers/faraday.rb
index 00bc3e6e9..4488fa1ee 100644
--- a/config/initializers/faraday.rb
+++ b/config/initializers/faraday.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/git_info.rb b/config/initializers/git_info.rb
index 09b540703..1b5f24cef 100644
--- a/config/initializers/git_info.rb
+++ b/config/initializers/git_info.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/ignore_ssl_in_development.rb b/config/initializers/ignore_ssl_in_development.rb
index 501f706f2..bf962fcb2 100644
--- a/config/initializers/ignore_ssl_in_development.rb
+++ b/config/initializers/ignore_ssl_in_development.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb
index a4331f61a..ad74fec2a 100644
--- a/config/initializers/inflections.rb
+++ b/config/initializers/inflections.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/locale.rb b/config/initializers/locale.rb
index 0e7730cef..c96e5be0e 100644
--- a/config/initializers/locale.rb
+++ b/config/initializers/locale.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/mailer_config.rb b/config/initializers/mailer_config.rb
index a42f539c3..18754930c 100644
--- a/config/initializers/mailer_config.rb
+++ b/config/initializers/mailer_config.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/mime_types.rb b/config/initializers/mime_types.rb
index 1c9cd8425..340afa7d7 100644
--- a/config/initializers/mime_types.rb
+++ b/config/initializers/mime_types.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/omniauth.rb b/config/initializers/omniauth.rb
index 42d670b97..d548f49be 100644
--- a/config/initializers/omniauth.rb
+++ b/config/initializers/omniauth.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/patch_openssl_pkey.rb b/config/initializers/patch_openssl_pkey.rb
index ef6b1ddfe..2a5acf165 100644
--- a/config/initializers/patch_openssl_pkey.rb
+++ b/config/initializers/patch_openssl_pkey.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/config/initializers/rspec_generator.rb b/config/initializers/rspec_generator.rb
index 0aa078ab9..d1f1a5322 100644
--- a/config/initializers/rspec_generator.rb
+++ b/config/initializers/rspec_generator.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb
index ffbf35d2f..30017169b 100644
--- a/config/initializers/session_store.rb
+++ b/config/initializers/session_store.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/initializers/version_header.rb b/config/initializers/version_header.rb
index be3387624..b16245693 100644
--- a/config/initializers/version_header.rb
+++ b/config/initializers/version_header.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.ar.yml b/config/locales/devise/devise.ar.yml
index f5d838800..7d20a626b 100644
--- a/config/locales/devise/devise.ar.yml
+++ b/config/locales/devise/devise.ar.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.bg.yml b/config/locales/devise/devise.bg.yml
index 85ba3b134..b156b02ac 100644
--- a/config/locales/devise/devise.bg.yml
+++ b/config/locales/devise/devise.bg.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.br.yml b/config/locales/devise/devise.br.yml
index a9284f04c..37e7526d6 100644
--- a/config/locales/devise/devise.br.yml
+++ b/config/locales/devise/devise.br.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.cs.yml b/config/locales/devise/devise.cs.yml
index 65a19bbd3..200701c53 100644
--- a/config/locales/devise/devise.cs.yml
+++ b/config/locales/devise/devise.cs.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.cy.yml b/config/locales/devise/devise.cy.yml
index 99e6b5cbc..2234d2691 100644
--- a/config/locales/devise/devise.cy.yml
+++ b/config/locales/devise/devise.cy.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.da.yml b/config/locales/devise/devise.da.yml
index 813fbd3d7..bdbb1938c 100644
--- a/config/locales/devise/devise.da.yml
+++ b/config/locales/devise/devise.da.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.de.yml b/config/locales/devise/devise.de.yml
index 122ef07c4..ad007e69b 100644
--- a/config/locales/devise/devise.de.yml
+++ b/config/locales/devise/devise.de.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.el.yml b/config/locales/devise/devise.el.yml
index 47dd80120..a9e886c3a 100644
--- a/config/locales/devise/devise.el.yml
+++ b/config/locales/devise/devise.el.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.en_pirate.yml b/config/locales/devise/devise.en_pirate.yml
index 3062d0add..ff34a0fee 100644
--- a/config/locales/devise/devise.en_pirate.yml
+++ b/config/locales/devise/devise.en_pirate.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.en_shaw.yml b/config/locales/devise/devise.en_shaw.yml
index 054adbca5..85154fbc6 100644
--- a/config/locales/devise/devise.en_shaw.yml
+++ b/config/locales/devise/devise.en_shaw.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.eo.yml b/config/locales/devise/devise.eo.yml
index 69e8d0499..f88334e34 100644
--- a/config/locales/devise/devise.eo.yml
+++ b/config/locales/devise/devise.eo.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.es-AR.yml b/config/locales/devise/devise.es-AR.yml
index b34be659f..8ff1c9f60 100644
--- a/config/locales/devise/devise.es-AR.yml
+++ b/config/locales/devise/devise.es-AR.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.es-CL.yml b/config/locales/devise/devise.es-CL.yml
index 23cbd4771..caf51359d 100644
--- a/config/locales/devise/devise.es-CL.yml
+++ b/config/locales/devise/devise.es-CL.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.es.yml b/config/locales/devise/devise.es.yml
index 337cc0d70..7886ca411 100644
--- a/config/locales/devise/devise.es.yml
+++ b/config/locales/devise/devise.es.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.eu.yml b/config/locales/devise/devise.eu.yml
index dc2148dd2..875f23be7 100644
--- a/config/locales/devise/devise.eu.yml
+++ b/config/locales/devise/devise.eu.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.fi.yml b/config/locales/devise/devise.fi.yml
index a24601640..6fb2b873f 100644
--- a/config/locales/devise/devise.fi.yml
+++ b/config/locales/devise/devise.fi.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.fr.yml b/config/locales/devise/devise.fr.yml
index f74906610..94cc3e47a 100644
--- a/config/locales/devise/devise.fr.yml
+++ b/config/locales/devise/devise.fr.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.ga.yml b/config/locales/devise/devise.ga.yml
index 121a6bf93..4366b8c1c 100644
--- a/config/locales/devise/devise.ga.yml
+++ b/config/locales/devise/devise.ga.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.gl.yml b/config/locales/devise/devise.gl.yml
index f8fc8f519..b85fe4adc 100644
--- a/config/locales/devise/devise.gl.yml
+++ b/config/locales/devise/devise.gl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.he.yml b/config/locales/devise/devise.he.yml
index 1e9dfa72f..d43074099 100644
--- a/config/locales/devise/devise.he.yml
+++ b/config/locales/devise/devise.he.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.hu.yml b/config/locales/devise/devise.hu.yml
index 1c3e2a355..104b35f08 100644
--- a/config/locales/devise/devise.hu.yml
+++ b/config/locales/devise/devise.hu.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.id.yml b/config/locales/devise/devise.id.yml
index f9ffcacb0..17e5ca031 100644
--- a/config/locales/devise/devise.id.yml
+++ b/config/locales/devise/devise.id.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.is.yml b/config/locales/devise/devise.is.yml
index c93410b83..075a4be06 100644
--- a/config/locales/devise/devise.is.yml
+++ b/config/locales/devise/devise.is.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.it.yml b/config/locales/devise/devise.it.yml
index ef51135a2..f4fdd765e 100644
--- a/config/locales/devise/devise.it.yml
+++ b/config/locales/devise/devise.it.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.ja.yml b/config/locales/devise/devise.ja.yml
index ad905fcc9..bf987d51c 100644
--- a/config/locales/devise/devise.ja.yml
+++ b/config/locales/devise/devise.ja.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.ko.yml b/config/locales/devise/devise.ko.yml
index a0b4bae82..19050df72 100644
--- a/config/locales/devise/devise.ko.yml
+++ b/config/locales/devise/devise.ko.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.lt.yml b/config/locales/devise/devise.lt.yml
index 2505d328a..16794c5c9 100644
--- a/config/locales/devise/devise.lt.yml
+++ b/config/locales/devise/devise.lt.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.mk.yml b/config/locales/devise/devise.mk.yml
index 3abb827bf..28df06285 100644
--- a/config/locales/devise/devise.mk.yml
+++ b/config/locales/devise/devise.mk.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.ml.yml b/config/locales/devise/devise.ml.yml
index 705664e6b..d897e046f 100644
--- a/config/locales/devise/devise.ml.yml
+++ b/config/locales/devise/devise.ml.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.nb.yml b/config/locales/devise/devise.nb.yml
index 4ade127b8..ebec54f17 100644
--- a/config/locales/devise/devise.nb.yml
+++ b/config/locales/devise/devise.nb.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.nl.yml b/config/locales/devise/devise.nl.yml
index 289684ec6..e8e3a3303 100644
--- a/config/locales/devise/devise.nl.yml
+++ b/config/locales/devise/devise.nl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.pa.yml b/config/locales/devise/devise.pa.yml
index 6f615dca7..27e019440 100644
--- a/config/locales/devise/devise.pa.yml
+++ b/config/locales/devise/devise.pa.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.pl.yml b/config/locales/devise/devise.pl.yml
index 7993d3a65..a000c21b1 100644
--- a/config/locales/devise/devise.pl.yml
+++ b/config/locales/devise/devise.pl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.pt-BR.yml b/config/locales/devise/devise.pt-BR.yml
index a1b45ec99..bf236b398 100644
--- a/config/locales/devise/devise.pt-BR.yml
+++ b/config/locales/devise/devise.pt-BR.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.pt-PT.yml b/config/locales/devise/devise.pt-PT.yml
index c3f70fffd..c1f5e1450 100644
--- a/config/locales/devise/devise.pt-PT.yml
+++ b/config/locales/devise/devise.pt-PT.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.ro.yml b/config/locales/devise/devise.ro.yml
index a15449982..830d97131 100644
--- a/config/locales/devise/devise.ro.yml
+++ b/config/locales/devise/devise.ro.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.ru.yml b/config/locales/devise/devise.ru.yml
index 2920fba46..8625a9e37 100644
--- a/config/locales/devise/devise.ru.yml
+++ b/config/locales/devise/devise.ru.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.sk.yml b/config/locales/devise/devise.sk.yml
index 7556071ec..7f4379503 100644
--- a/config/locales/devise/devise.sk.yml
+++ b/config/locales/devise/devise.sk.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.sl.yml b/config/locales/devise/devise.sl.yml
index b65722088..da12e010a 100644
--- a/config/locales/devise/devise.sl.yml
+++ b/config/locales/devise/devise.sl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.sv.yml b/config/locales/devise/devise.sv.yml
index fdc2bb7b3..eb7482509 100644
--- a/config/locales/devise/devise.sv.yml
+++ b/config/locales/devise/devise.sv.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.tr.yml b/config/locales/devise/devise.tr.yml
index 5981c9e58..e686d3f06 100644
--- a/config/locales/devise/devise.tr.yml
+++ b/config/locales/devise/devise.tr.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.zh-CN.yml b/config/locales/devise/devise.zh-CN.yml
index 8d1ec867b..28158a7a5 100644
--- a/config/locales/devise/devise.zh-CN.yml
+++ b/config/locales/devise/devise.zh-CN.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/devise/devise.zh-TW.yml b/config/locales/devise/devise.zh-TW.yml
index 966c79a11..34957d864 100644
--- a/config/locales/devise/devise.zh-TW.yml
+++ b/config/locales/devise/devise.zh-TW.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/ar.yml b/config/locales/diaspora/ar.yml
index 3f3f19978..9a64783c7 100644
--- a/config/locales/diaspora/ar.yml
+++ b/config/locales/diaspora/ar.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/bg.yml b/config/locales/diaspora/bg.yml
index c553ed812..7a925e638 100644
--- a/config/locales/diaspora/bg.yml
+++ b/config/locales/diaspora/bg.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/br.yml b/config/locales/diaspora/br.yml
index 7eef30e06..aabef023a 100644
--- a/config/locales/diaspora/br.yml
+++ b/config/locales/diaspora/br.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/cs.yml b/config/locales/diaspora/cs.yml
index b2bb380b8..56cd4035d 100644
--- a/config/locales/diaspora/cs.yml
+++ b/config/locales/diaspora/cs.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/cy.yml b/config/locales/diaspora/cy.yml
index b67e4535f..aa149ea53 100644
--- a/config/locales/diaspora/cy.yml
+++ b/config/locales/diaspora/cy.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/da.yml b/config/locales/diaspora/da.yml
index 32afbf974..ba3983ad5 100644
--- a/config/locales/diaspora/da.yml
+++ b/config/locales/diaspora/da.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/de.yml b/config/locales/diaspora/de.yml
index 219dd1c89..974b72097 100644
--- a/config/locales/diaspora/de.yml
+++ b/config/locales/diaspora/de.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/el.yml b/config/locales/diaspora/el.yml
index 9812d828c..143ce7db3 100644
--- a/config/locales/diaspora/el.yml
+++ b/config/locales/diaspora/el.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/en-AU.yml b/config/locales/diaspora/en-AU.yml
index 7519fc5ef..7713db61b 100644
--- a/config/locales/diaspora/en-AU.yml
+++ b/config/locales/diaspora/en-AU.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/en-GB.yml b/config/locales/diaspora/en-GB.yml
index e94da4f0f..afd094c31 100644
--- a/config/locales/diaspora/en-GB.yml
+++ b/config/locales/diaspora/en-GB.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/en-US.yml b/config/locales/diaspora/en-US.yml
index 8cb2569f2..e2a634aa0 100644
--- a/config/locales/diaspora/en-US.yml
+++ b/config/locales/diaspora/en-US.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 967a0d4da..a454d8bb8 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/en_pirate.yml b/config/locales/diaspora/en_pirate.yml
index d8cd6c5c4..6e20158de 100644
--- a/config/locales/diaspora/en_pirate.yml
+++ b/config/locales/diaspora/en_pirate.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/en_shaw.yml b/config/locales/diaspora/en_shaw.yml
index 2b9dfccef..e9a359b9a 100644
--- a/config/locales/diaspora/en_shaw.yml
+++ b/config/locales/diaspora/en_shaw.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/eo.yml b/config/locales/diaspora/eo.yml
index 25f92d273..05b1e19a7 100644
--- a/config/locales/diaspora/eo.yml
+++ b/config/locales/diaspora/eo.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/es-AR.yml b/config/locales/diaspora/es-AR.yml
index ba222b0db..5f2ecbbf1 100644
--- a/config/locales/diaspora/es-AR.yml
+++ b/config/locales/diaspora/es-AR.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/es-CL.yml b/config/locales/diaspora/es-CL.yml
index d92ec4d07..107362ddf 100644
--- a/config/locales/diaspora/es-CL.yml
+++ b/config/locales/diaspora/es-CL.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/es.yml b/config/locales/diaspora/es.yml
index 3bf25eb50..7acd62380 100644
--- a/config/locales/diaspora/es.yml
+++ b/config/locales/diaspora/es.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/eu.yml b/config/locales/diaspora/eu.yml
index 1a629fe7b..cda3f4f70 100644
--- a/config/locales/diaspora/eu.yml
+++ b/config/locales/diaspora/eu.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/fi.yml b/config/locales/diaspora/fi.yml
index fb37bba70..1bb97f228 100644
--- a/config/locales/diaspora/fi.yml
+++ b/config/locales/diaspora/fi.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/fr.yml b/config/locales/diaspora/fr.yml
index 41900b9b8..881f01c50 100644
--- a/config/locales/diaspora/fr.yml
+++ b/config/locales/diaspora/fr.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/ga.yml b/config/locales/diaspora/ga.yml
index baafafeb1..074f1b153 100644
--- a/config/locales/diaspora/ga.yml
+++ b/config/locales/diaspora/ga.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/gl.yml b/config/locales/diaspora/gl.yml
index 88648a1da..b62661c22 100644
--- a/config/locales/diaspora/gl.yml
+++ b/config/locales/diaspora/gl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/he.yml b/config/locales/diaspora/he.yml
index b06f03fc2..d0743d33e 100644
--- a/config/locales/diaspora/he.yml
+++ b/config/locales/diaspora/he.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/hu.yml b/config/locales/diaspora/hu.yml
index 9eaf93a0a..7b7cee834 100644
--- a/config/locales/diaspora/hu.yml
+++ b/config/locales/diaspora/hu.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/id.yml b/config/locales/diaspora/id.yml
index 51b9cd689..f75dcbcd0 100644
--- a/config/locales/diaspora/id.yml
+++ b/config/locales/diaspora/id.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/is.yml b/config/locales/diaspora/is.yml
index 582d457db..e2ec49a4d 100644
--- a/config/locales/diaspora/is.yml
+++ b/config/locales/diaspora/is.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/it.yml b/config/locales/diaspora/it.yml
index d4b683e91..9268921f5 100644
--- a/config/locales/diaspora/it.yml
+++ b/config/locales/diaspora/it.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/ja.yml b/config/locales/diaspora/ja.yml
index b4ce5dd96..480965b79 100644
--- a/config/locales/diaspora/ja.yml
+++ b/config/locales/diaspora/ja.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/ko.yml b/config/locales/diaspora/ko.yml
index 54b9d6699..51d94255b 100644
--- a/config/locales/diaspora/ko.yml
+++ b/config/locales/diaspora/ko.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/lt.yml b/config/locales/diaspora/lt.yml
index 4d624729f..f98e7fdf5 100644
--- a/config/locales/diaspora/lt.yml
+++ b/config/locales/diaspora/lt.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/mk.yml b/config/locales/diaspora/mk.yml
index 281622daf..ace92acb8 100644
--- a/config/locales/diaspora/mk.yml
+++ b/config/locales/diaspora/mk.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/ml.yml b/config/locales/diaspora/ml.yml
index 2ac6c7a42..de2330bff 100644
--- a/config/locales/diaspora/ml.yml
+++ b/config/locales/diaspora/ml.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/nb.yml b/config/locales/diaspora/nb.yml
index 5fdb9526b..955646a72 100644
--- a/config/locales/diaspora/nb.yml
+++ b/config/locales/diaspora/nb.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/nl.yml b/config/locales/diaspora/nl.yml
index 76f78a1fd..3fb74fb6d 100644
--- a/config/locales/diaspora/nl.yml
+++ b/config/locales/diaspora/nl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/pa.yml b/config/locales/diaspora/pa.yml
index b43ee20f7..c9833911d 100644
--- a/config/locales/diaspora/pa.yml
+++ b/config/locales/diaspora/pa.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/pl.yml b/config/locales/diaspora/pl.yml
index 5e2e210c0..31276cb78 100644
--- a/config/locales/diaspora/pl.yml
+++ b/config/locales/diaspora/pl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/pt-BR.yml b/config/locales/diaspora/pt-BR.yml
index 693cabdb7..596618864 100644
--- a/config/locales/diaspora/pt-BR.yml
+++ b/config/locales/diaspora/pt-BR.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/pt-PT.yml b/config/locales/diaspora/pt-PT.yml
index 9898d7237..23c72fdf1 100644
--- a/config/locales/diaspora/pt-PT.yml
+++ b/config/locales/diaspora/pt-PT.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/ro.yml b/config/locales/diaspora/ro.yml
index edc4353e3..0947ef301 100644
--- a/config/locales/diaspora/ro.yml
+++ b/config/locales/diaspora/ro.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/ru.yml b/config/locales/diaspora/ru.yml
index 471e84b92..b0623df87 100644
--- a/config/locales/diaspora/ru.yml
+++ b/config/locales/diaspora/ru.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/sk.yml b/config/locales/diaspora/sk.yml
index 377027652..995fba264 100644
--- a/config/locales/diaspora/sk.yml
+++ b/config/locales/diaspora/sk.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/sl.yml b/config/locales/diaspora/sl.yml
index afcbcc153..7597870f9 100644
--- a/config/locales/diaspora/sl.yml
+++ b/config/locales/diaspora/sl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/sv.yml b/config/locales/diaspora/sv.yml
index a5aaa0344..a349266ed 100644
--- a/config/locales/diaspora/sv.yml
+++ b/config/locales/diaspora/sv.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/tr.yml b/config/locales/diaspora/tr.yml
index ecb4c375f..0d047334e 100644
--- a/config/locales/diaspora/tr.yml
+++ b/config/locales/diaspora/tr.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/zh-CN.yml b/config/locales/diaspora/zh-CN.yml
index e7305bdf0..339f8dda5 100644
--- a/config/locales/diaspora/zh-CN.yml
+++ b/config/locales/diaspora/zh-CN.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/diaspora/zh-TW.yml b/config/locales/diaspora/zh-TW.yml
index fba15215c..501327979 100644
--- a/config/locales/diaspora/zh-TW.yml
+++ b/config/locales/diaspora/zh-TW.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.ar.yml b/config/locales/javascript/javascript.ar.yml
index 8233e4d87..bdaa984ca 100644
--- a/config/locales/javascript/javascript.ar.yml
+++ b/config/locales/javascript/javascript.ar.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.bg.yml b/config/locales/javascript/javascript.bg.yml
index 32236ccab..fc02ada60 100644
--- a/config/locales/javascript/javascript.bg.yml
+++ b/config/locales/javascript/javascript.bg.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.br.yml b/config/locales/javascript/javascript.br.yml
index ba13741aa..72a2fa9db 100644
--- a/config/locales/javascript/javascript.br.yml
+++ b/config/locales/javascript/javascript.br.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.cs.yml b/config/locales/javascript/javascript.cs.yml
index fe5513676..ad579a133 100644
--- a/config/locales/javascript/javascript.cs.yml
+++ b/config/locales/javascript/javascript.cs.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.da.yml b/config/locales/javascript/javascript.da.yml
index b67c87e54..877ed12eb 100644
--- a/config/locales/javascript/javascript.da.yml
+++ b/config/locales/javascript/javascript.da.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.de.yml b/config/locales/javascript/javascript.de.yml
index 8f2f46179..8b1de171e 100644
--- a/config/locales/javascript/javascript.de.yml
+++ b/config/locales/javascript/javascript.de.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.el.yml b/config/locales/javascript/javascript.el.yml
index 4aa60d960..5ac20f75f 100644
--- a/config/locales/javascript/javascript.el.yml
+++ b/config/locales/javascript/javascript.el.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.en.yml b/config/locales/javascript/javascript.en.yml
index 427da07de..8f78dc166 100644
--- a/config/locales/javascript/javascript.en.yml
+++ b/config/locales/javascript/javascript.en.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.en_pirate.yml b/config/locales/javascript/javascript.en_pirate.yml
index f3c2fa2c9..8528e5ea1 100644
--- a/config/locales/javascript/javascript.en_pirate.yml
+++ b/config/locales/javascript/javascript.en_pirate.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.en_shaw.yml b/config/locales/javascript/javascript.en_shaw.yml
index dfe25ddfa..1ba1c7e96 100644
--- a/config/locales/javascript/javascript.en_shaw.yml
+++ b/config/locales/javascript/javascript.en_shaw.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.eo.yml b/config/locales/javascript/javascript.eo.yml
index bb4e9e270..9420d7f11 100644
--- a/config/locales/javascript/javascript.eo.yml
+++ b/config/locales/javascript/javascript.eo.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.es-AR.yml b/config/locales/javascript/javascript.es-AR.yml
index b67ca2021..1d04d0ffe 100644
--- a/config/locales/javascript/javascript.es-AR.yml
+++ b/config/locales/javascript/javascript.es-AR.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.es.yml b/config/locales/javascript/javascript.es.yml
index 9b99a6666..3ed169700 100644
--- a/config/locales/javascript/javascript.es.yml
+++ b/config/locales/javascript/javascript.es.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.eu.yml b/config/locales/javascript/javascript.eu.yml
index fcee7783b..3c6b20f17 100644
--- a/config/locales/javascript/javascript.eu.yml
+++ b/config/locales/javascript/javascript.eu.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.fi.yml b/config/locales/javascript/javascript.fi.yml
index 9780c39b0..470c3aadc 100644
--- a/config/locales/javascript/javascript.fi.yml
+++ b/config/locales/javascript/javascript.fi.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.fr.yml b/config/locales/javascript/javascript.fr.yml
index e77afe274..ff5e74735 100644
--- a/config/locales/javascript/javascript.fr.yml
+++ b/config/locales/javascript/javascript.fr.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.gl.yml b/config/locales/javascript/javascript.gl.yml
index 99d434600..720fca641 100644
--- a/config/locales/javascript/javascript.gl.yml
+++ b/config/locales/javascript/javascript.gl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.he.yml b/config/locales/javascript/javascript.he.yml
index 270f7f43a..a50658d74 100644
--- a/config/locales/javascript/javascript.he.yml
+++ b/config/locales/javascript/javascript.he.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.hu.yml b/config/locales/javascript/javascript.hu.yml
index a629eca9a..d6edc85ea 100644
--- a/config/locales/javascript/javascript.hu.yml
+++ b/config/locales/javascript/javascript.hu.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.id.yml b/config/locales/javascript/javascript.id.yml
index 3f286813c..636d3889e 100644
--- a/config/locales/javascript/javascript.id.yml
+++ b/config/locales/javascript/javascript.id.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.is.yml b/config/locales/javascript/javascript.is.yml
index 0716f54ba..04bb231af 100644
--- a/config/locales/javascript/javascript.is.yml
+++ b/config/locales/javascript/javascript.is.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.it.yml b/config/locales/javascript/javascript.it.yml
index eecd15c21..354c35e38 100644
--- a/config/locales/javascript/javascript.it.yml
+++ b/config/locales/javascript/javascript.it.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.ja.yml b/config/locales/javascript/javascript.ja.yml
index 391144b46..c4dbb9998 100644
--- a/config/locales/javascript/javascript.ja.yml
+++ b/config/locales/javascript/javascript.ja.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.ko.yml b/config/locales/javascript/javascript.ko.yml
index ec4411ce3..58c3733b1 100644
--- a/config/locales/javascript/javascript.ko.yml
+++ b/config/locales/javascript/javascript.ko.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.ml.yml b/config/locales/javascript/javascript.ml.yml
index 9abc7da46..ae68b7c87 100644
--- a/config/locales/javascript/javascript.ml.yml
+++ b/config/locales/javascript/javascript.ml.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.nb.yml b/config/locales/javascript/javascript.nb.yml
index f2bb9d717..051636750 100644
--- a/config/locales/javascript/javascript.nb.yml
+++ b/config/locales/javascript/javascript.nb.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.nl.yml b/config/locales/javascript/javascript.nl.yml
index 78df91e49..6ffa7e877 100644
--- a/config/locales/javascript/javascript.nl.yml
+++ b/config/locales/javascript/javascript.nl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.pl.yml b/config/locales/javascript/javascript.pl.yml
index 23c9463a4..a12e11f21 100644
--- a/config/locales/javascript/javascript.pl.yml
+++ b/config/locales/javascript/javascript.pl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.pt-BR.yml b/config/locales/javascript/javascript.pt-BR.yml
index eb930c420..d728f991d 100644
--- a/config/locales/javascript/javascript.pt-BR.yml
+++ b/config/locales/javascript/javascript.pt-BR.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.pt-PT.yml b/config/locales/javascript/javascript.pt-PT.yml
index c4bb24854..fe5c694c6 100644
--- a/config/locales/javascript/javascript.pt-PT.yml
+++ b/config/locales/javascript/javascript.pt-PT.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.ro.yml b/config/locales/javascript/javascript.ro.yml
index dfbc91676..833b95b07 100644
--- a/config/locales/javascript/javascript.ro.yml
+++ b/config/locales/javascript/javascript.ro.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.ru.yml b/config/locales/javascript/javascript.ru.yml
index 555972516..ddbb676f4 100644
--- a/config/locales/javascript/javascript.ru.yml
+++ b/config/locales/javascript/javascript.ru.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.sk.yml b/config/locales/javascript/javascript.sk.yml
index 0f93bc1cc..585c3d94e 100644
--- a/config/locales/javascript/javascript.sk.yml
+++ b/config/locales/javascript/javascript.sk.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.sl.yml b/config/locales/javascript/javascript.sl.yml
index d8ec30ad0..c714c5541 100644
--- a/config/locales/javascript/javascript.sl.yml
+++ b/config/locales/javascript/javascript.sl.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.sv.yml b/config/locales/javascript/javascript.sv.yml
index 3e34b1aed..d72a89177 100644
--- a/config/locales/javascript/javascript.sv.yml
+++ b/config/locales/javascript/javascript.sv.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.tr.yml b/config/locales/javascript/javascript.tr.yml
index a507bbe6e..7c1d91044 100644
--- a/config/locales/javascript/javascript.tr.yml
+++ b/config/locales/javascript/javascript.tr.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.zh-CN.yml b/config/locales/javascript/javascript.zh-CN.yml
index e77a35864..fdb7c4e74 100644
--- a/config/locales/javascript/javascript.zh-CN.yml
+++ b/config/locales/javascript/javascript.zh-CN.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/locales/javascript/javascript.zh-TW.yml b/config/locales/javascript/javascript.zh-TW.yml
index 2724992eb..88578315c 100644
--- a/config/locales/javascript/javascript.zh-TW.yml
+++ b/config/locales/javascript/javascript.zh-TW.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/routes.rb b/config/routes.rb
index 3b3a98371..217b17ef6 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/selenium.yml b/config/selenium.yml
index 5e10d5a02..b53a7e946 100644
--- a/config/selenium.yml
+++ b/config/selenium.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/config/thin.yml b/config/thin.yml
index 67f98104a..903ffeffc 100644
--- a/config/thin.yml
+++ b/config/thin.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/db/seeds.rb b/db/seeds.rb
index 75b7853a5..59015c831 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/features/support/database_cleaner_patches.rb b/features/support/database_cleaner_patches.rb
index 804329dc0..4c9783bdc 100644
--- a/features/support/database_cleaner_patches.rb
+++ b/features/support/database_cleaner_patches.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/features/support/poor_mans_webmock.rb b/features/support/poor_mans_webmock.rb
index 060efbe91..5b8835b75 100644
--- a/features/support/poor_mans_webmock.rb
+++ b/features/support/poor_mans_webmock.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/aspect_stream.rb b/lib/aspect_stream.rb
index ec5404600..4d5ea5be5 100644
--- a/lib/aspect_stream.rb
+++ b/lib/aspect_stream.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/chrome_frame.rb b/lib/chrome_frame.rb
index a638c2551..1875bcb1f 100644
--- a/lib/chrome_frame.rb
+++ b/lib/chrome_frame.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora.rb b/lib/diaspora.rb
index 3d06e3e12..045747b90 100644
--- a/lib/diaspora.rb
+++ b/lib/diaspora.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/exporter.rb b/lib/diaspora/exporter.rb
index 36e71444b..f95f4afa2 100644
--- a/lib/diaspora/exporter.rb
+++ b/lib/diaspora/exporter.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/likeable.rb b/lib/diaspora/likeable.rb
index 1bf91bf3c..9e05c79b3 100644
--- a/lib/diaspora/likeable.rb
+++ b/lib/diaspora/likeable.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/ostatus_builder.rb b/lib/diaspora/ostatus_builder.rb
index b13674b21..7242fe35e 100644
--- a/lib/diaspora/ostatus_builder.rb
+++ b/lib/diaspora/ostatus_builder.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/parser.rb b/lib/diaspora/parser.rb
index c099b33cc..35fe7bd73 100644
--- a/lib/diaspora/parser.rb
+++ b/lib/diaspora/parser.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/relayable.rb b/lib/diaspora/relayable.rb
index 430518218..ebfd87a92 100644
--- a/lib/diaspora/relayable.rb
+++ b/lib/diaspora/relayable.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/taggable.rb b/lib/diaspora/taggable.rb
index 966851088..0f0d43df8 100644
--- a/lib/diaspora/taggable.rb
+++ b/lib/diaspora/taggable.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/user/connecting.rb b/lib/diaspora/user/connecting.rb
index 2e6abe757..3f49e47be 100644
--- a/lib/diaspora/user/connecting.rb
+++ b/lib/diaspora/user/connecting.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/user/querying.rb b/lib/diaspora/user/querying.rb
index a3c9e555c..b7fbeb576 100644
--- a/lib/diaspora/user/querying.rb
+++ b/lib/diaspora/user/querying.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/web_socket.rb b/lib/diaspora/web_socket.rb
index 9df317df2..7958f76d0 100644
--- a/lib/diaspora/web_socket.rb
+++ b/lib/diaspora/web_socket.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/diaspora/webhooks.rb b/lib/diaspora/webhooks.rb
index 083899e52..582b4bd21 100644
--- a/lib/diaspora/webhooks.rb
+++ b/lib/diaspora/webhooks.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/direction_detector.rb b/lib/direction_detector.rb
index d3f9c762f..9724c80c8 100644
--- a/lib/direction_detector.rb
+++ b/lib/direction_detector.rb
@@ -1,5 +1,5 @@
# coding: utf-8
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
# Deeply inspired by https://gitorious.org/statusnet/mainline/blobs/master/plugins/DirectionDetector/DirectionDetectorPlugin.php
diff --git a/lib/encryptor.rb b/lib/encryptor.rb
index 6927b9043..a75dc7ba6 100644
--- a/lib/encryptor.rb
+++ b/lib/encryptor.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/hcard.rb b/lib/hcard.rb
index 01cf104f6..753c023f0 100644
--- a/lib/hcard.rb
+++ b/lib/hcard.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/postzord.rb b/lib/postzord.rb
index 01c8dcb6f..2dfd25976 100644
--- a/lib/postzord.rb
+++ b/lib/postzord.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/postzord/dispatcher.rb b/lib/postzord/dispatcher.rb
index 7b3c5255b..439d085b6 100644
--- a/lib/postzord/dispatcher.rb
+++ b/lib/postzord/dispatcher.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/postzord/dispatcher/private.rb b/lib/postzord/dispatcher/private.rb
index 7aff418d2..1657ff39b 100644
--- a/lib/postzord/dispatcher/private.rb
+++ b/lib/postzord/dispatcher/private.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/postzord/receiver/private.rb b/lib/postzord/receiver/private.rb
index dd340c320..21d0f872e 100644
--- a/lib/postzord/receiver/private.rb
+++ b/lib/postzord/receiver/private.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/lib/postzord/receiver/public.rb b/lib/postzord/receiver/public.rb
index ecb74a744..b40d692d9 100644
--- a/lib/postzord/receiver/public.rb
+++ b/lib/postzord/receiver/public.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/lib/pubsubhubbub.rb b/lib/pubsubhubbub.rb
index 6de442a8e..2bc4829bd 100644
--- a/lib/pubsubhubbub.rb
+++ b/lib/pubsubhubbub.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/rake_helpers.rb b/lib/rake_helpers.rb
index b796ae5f2..837b5d3fe 100644
--- a/lib/rake_helpers.rb
+++ b/lib/rake_helpers.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
module RakeHelpers
diff --git a/lib/salmon/encrypted_slap.rb b/lib/salmon/encrypted_slap.rb
index 4a8884eeb..c2166b447 100644
--- a/lib/salmon/encrypted_slap.rb
+++ b/lib/salmon/encrypted_slap.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/salmon/magic_sig_envelope.rb b/lib/salmon/magic_sig_envelope.rb
index 2fa73a521..bc15dd78b 100644
--- a/lib/salmon/magic_sig_envelope.rb
+++ b/lib/salmon/magic_sig_envelope.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/salmon/salmon.rb b/lib/salmon/salmon.rb
index 1affeb986..20c7c750b 100644
--- a/lib/salmon/salmon.rb
+++ b/lib/salmon/salmon.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/salmon/slap.rb b/lib/salmon/slap.rb
index 7b1a5a45c..53bc210cb 100644
--- a/lib/salmon/slap.rb
+++ b/lib/salmon/slap.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/tasks/batch_inviter.rake b/lib/tasks/batch_inviter.rake
index f7b3446ca..781f2451f 100644
--- a/lib/tasks/batch_inviter.rake
+++ b/lib/tasks/batch_inviter.rake
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require File.join(Rails.root, 'lib', 'rake_helpers')
diff --git a/lib/tasks/db.rake b/lib/tasks/db.rake
index 233d6a8ea..15fd9fda2 100644
--- a/lib/tasks/db.rake
+++ b/lib/tasks/db.rake
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/tasks/generate_session_secret.rake b/lib/tasks/generate_session_secret.rake
index e868d3eba..f6a1e85b5 100644
--- a/lib/tasks/generate_session_secret.rake
+++ b/lib/tasks/generate_session_secret.rake
@@ -6,7 +6,7 @@ namespace :generate do
secret = ActiveSupport::SecureRandom.hex(40)
File.open(path, 'w') do |f|
f.write <<"EOF"
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/tasks/integration.rake b/lib/tasks/integration.rake
index 38c21bf9a..37fd1b4e6 100644
--- a/lib/tasks/integration.rake
+++ b/lib/tasks/integration.rake
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/tasks/migrations.rake b/lib/tasks/migrations.rake
index 0d3a59835..4cd77c89f 100644
--- a/lib/tasks/migrations.rake
+++ b/lib/tasks/migrations.rake
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/lib/tasks/rspec.rake b/lib/tasks/rspec.rake
index adf6b776c..49ac31e65 100644
--- a/lib/tasks/rspec.rake
+++ b/lib/tasks/rspec.rake
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/public/javascripts/aspect-edit-pane.js b/public/javascripts/aspect-edit-pane.js
index 8e1900a9e..7298be480 100644
--- a/public/javascripts/aspect-edit-pane.js
+++ b/public/javascripts/aspect-edit-pane.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/aspect-filters.js b/public/javascripts/aspect-filters.js
index 536ba7da6..5e3e732de 100644
--- a/public/javascripts/aspect-filters.js
+++ b/public/javascripts/aspect-filters.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/aspect-sorting.js b/public/javascripts/aspect-sorting.js
index 443c5ecaf..695050f8c 100644
--- a/public/javascripts/aspect-sorting.js
+++ b/public/javascripts/aspect-sorting.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/aspects-dropdown.js b/public/javascripts/aspects-dropdown.js
index a24b73a0d..fc8d557d9 100644
--- a/public/javascripts/aspects-dropdown.js
+++ b/public/javascripts/aspects-dropdown.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/public/javascripts/contact-edit.js b/public/javascripts/contact-edit.js
index 54fc89a01..2a6c9b985 100644
--- a/public/javascripts/contact-edit.js
+++ b/public/javascripts/contact-edit.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/public/javascripts/contact-list.js b/public/javascripts/contact-list.js
index 1fd184a09..17472e762 100644
--- a/public/javascripts/contact-list.js
+++ b/public/javascripts/contact-list.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/content-updater.js b/public/javascripts/content-updater.js
index eb28bedb5..fbb029e91 100644
--- a/public/javascripts/content-updater.js
+++ b/public/javascripts/content-updater.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/custom-mobile-scripting.js b/public/javascripts/custom-mobile-scripting.js
index 299c7917f..4a839ab6b 100644
--- a/public/javascripts/custom-mobile-scripting.js
+++ b/public/javascripts/custom-mobile-scripting.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/diaspora.js b/public/javascripts/diaspora.js
index 7bb2bd24f..113d11c85 100644
--- a/public/javascripts/diaspora.js
+++ b/public/javascripts/diaspora.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/friend-finder.js b/public/javascripts/friend-finder.js
index 988c821be..b628e8faf 100644
--- a/public/javascripts/friend-finder.js
+++ b/public/javascripts/friend-finder.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/helpers/i18n.js b/public/javascripts/helpers/i18n.js
index 3ef58f362..a1deb4238 100644
--- a/public/javascripts/helpers/i18n.js
+++ b/public/javascripts/helpers/i18n.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/inbox.js b/public/javascripts/inbox.js
index 1ca18eb87..8792dba63 100644
--- a/public/javascripts/inbox.js
+++ b/public/javascripts/inbox.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/photo-show.js b/public/javascripts/photo-show.js
index 3818f4712..d10e40094 100644
--- a/public/javascripts/photo-show.js
+++ b/public/javascripts/photo-show.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/publisher.js b/public/javascripts/publisher.js
index aa08b783c..e215a5388 100644
--- a/public/javascripts/publisher.js
+++ b/public/javascripts/publisher.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/stream.js b/public/javascripts/stream.js
index f549a48ac..47bcd9320 100644
--- a/public/javascripts/stream.js
+++ b/public/javascripts/stream.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/validation.js b/public/javascripts/validation.js
index 5f80f4aaa..22be168c5 100644
--- a/public/javascripts/validation.js
+++ b/public/javascripts/validation.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/view.js b/public/javascripts/view.js
index f864a4964..acc4952f8 100644
--- a/public/javascripts/view.js
+++ b/public/javascripts/view.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/widgets/direction-detector.js b/public/javascripts/widgets/direction-detector.js
index 4e521a91b..8c886e6f3 100644
--- a/public/javascripts/widgets/direction-detector.js
+++ b/public/javascripts/widgets/direction-detector.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/widgets/embedder.js b/public/javascripts/widgets/embedder.js
index d9b400eee..bc5dfc7b0 100644
--- a/public/javascripts/widgets/embedder.js
+++ b/public/javascripts/widgets/embedder.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/widgets/infinite-scroll.js b/public/javascripts/widgets/infinite-scroll.js
index 6aebb05fd..9dbee19e6 100644
--- a/public/javascripts/widgets/infinite-scroll.js
+++ b/public/javascripts/widgets/infinite-scroll.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/widgets/lightbox.js b/public/javascripts/widgets/lightbox.js
index 5f2ae14f1..bb8db4d40 100644
--- a/public/javascripts/widgets/lightbox.js
+++ b/public/javascripts/widgets/lightbox.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/widgets/notifications.js b/public/javascripts/widgets/notifications.js
index 89a85a56d..fff80b404 100644
--- a/public/javascripts/widgets/notifications.js
+++ b/public/javascripts/widgets/notifications.js
@@ -1,5 +1,5 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/javascripts/widgets/timeago.js b/public/javascripts/widgets/timeago.js
index 888ac0320..9b7e84750 100644
--- a/public/javascripts/widgets/timeago.js
+++ b/public/javascripts/widgets/timeago.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/public/stylesheets/sass/login.scss b/public/stylesheets/sass/login.scss
index 5d20a9ee5..c9f8890ff 100644
--- a/public/stylesheets/sass/login.scss
+++ b/public/stylesheets/sass/login.scss
@@ -1,4 +1,4 @@
-// Copyright (c) 2010, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/public/stylesheets/sass/mobile.sass b/public/stylesheets/sass/mobile.sass
index 32f0609fb..bc2b108b5 100755
--- a/public/stylesheets/sass/mobile.sass
+++ b/public/stylesheets/sass/mobile.sass
@@ -1,4 +1,4 @@
-// Copyright (c) 2010, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/public/stylesheets/sass/popup.scss b/public/stylesheets/sass/popup.scss
index d425260a7..3d1e04c2a 100644
--- a/public/stylesheets/sass/popup.scss
+++ b/public/stylesheets/sass/popup.scss
@@ -1,4 +1,4 @@
-// Copyright (c) 2010, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/public/stylesheets/sass/sessions.sass b/public/stylesheets/sass/sessions.sass
index 147023362..707109233 100644
--- a/public/stylesheets/sass/sessions.sass
+++ b/public/stylesheets/sass/sessions.sass
@@ -1,4 +1,4 @@
-// Copyright (c) 2010, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/public/stylesheets/sass/tags.sass b/public/stylesheets/sass/tags.sass
index 23fadf9dd..f20719410 100644
--- a/public/stylesheets/sass/tags.sass
+++ b/public/stylesheets/sass/tags.sass
@@ -1,4 +1,4 @@
-// Copyright (c) 2010, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/public/stylesheets/sass/ui.sass b/public/stylesheets/sass/ui.sass
index 50286def1..5847a3a6e 100644
--- a/public/stylesheets/sass/ui.sass
+++ b/public/stylesheets/sass/ui.sass
@@ -1,4 +1,4 @@
-// Copyright (c) 2010, Diaspora Inc. This file is
+// Copyright (c) 2010-2011, Diaspora Inc. This file is
// licensed under the Affero General Public License version 3 or later. See
// the COPYRIGHT file.
diff --git a/script/get_config.rb b/script/get_config.rb
index d8509c7ed..8c6eb4e76 100755
--- a/script/get_config.rb
+++ b/script/get_config.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/script/i18n/xmltoyml.rb b/script/i18n/xmltoyml.rb
index adc7ff98e..e3fde7da1 100755
--- a/script/i18n/xmltoyml.rb
+++ b/script/i18n/xmltoyml.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
@@ -30,7 +30,7 @@ data = { "config/locales/diaspora/#{locale}.yml" => "xml_locales/#{locale}.xml",
"config/locales/devise/devise.#{locale}.yml" => "xml_locales/devise.#{locale}.xml",
"config/locales/javascript/javascript.#{locale}.yml" => "xml_locales/javascript.#{locale}.xml" }
-copyright = "# Copyright (c) 2011, Diaspora Inc. This file is\n# licensed under the Affero General Public License version 3 or later. See\n# the COPYRIGHT file.\n\n"
+copyright = "# Copyright (c) 2010-2011, Diaspora Inc. This file is\n# licensed under the Affero General Public License version 3 or later. See\n# the COPYRIGHT file.\n\n"
data.each do |destfile, sourcefile|
if File.exists?(sourcefile)
diff --git a/script/i18n/ymltoxml.rb b/script/i18n/ymltoxml.rb
index 0b4eaed8a..ff32ca405 100755
--- a/script/i18n/ymltoxml.rb
+++ b/script/i18n/ymltoxml.rb
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require 'rubygems'
diff --git a/script/server b/script/server
index 633786c46..bb69e9df0 100755
--- a/script/server
+++ b/script/server
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/script/websocket_server.rb b/script/websocket_server.rb
index 8dde9c58f..9a91cb61d 100644
--- a/script/websocket_server.rb
+++ b/script/websocket_server.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/admins_controller_spec.rb b/spec/controllers/admins_controller_spec.rb
index d9cca8040..703043f1c 100644
--- a/spec/controllers/admins_controller_spec.rb
+++ b/spec/controllers/admins_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/apis_controller_spec.rb b/spec/controllers/apis_controller_spec.rb
index d5d798ba2..dd988b375 100644
--- a/spec/controllers/apis_controller_spec.rb
+++ b/spec/controllers/apis_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/application_controller_spec.rb b/spec/controllers/application_controller_spec.rb
index b142fc7f6..66cd6fa3b 100644
--- a/spec/controllers/application_controller_spec.rb
+++ b/spec/controllers/application_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/aspect_memberships_controller_spec.rb b/spec/controllers/aspect_memberships_controller_spec.rb
index a4f895bbc..fcbb6c24e 100644
--- a/spec/controllers/aspect_memberships_controller_spec.rb
+++ b/spec/controllers/aspect_memberships_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/aspects_controller_spec.rb b/spec/controllers/aspects_controller_spec.rb
index 09af7263c..e7807873f 100644
--- a/spec/controllers/aspects_controller_spec.rb
+++ b/spec/controllers/aspects_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/authorizations_controller_spec.rb b/spec/controllers/authorizations_controller_spec.rb
index 5fedf0211..a9f498399 100644
--- a/spec/controllers/authorizations_controller_spec.rb
+++ b/spec/controllers/authorizations_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/comments_controller_spec.rb b/spec/controllers/comments_controller_spec.rb
index 2c3a562e1..e18769861 100644
--- a/spec/controllers/comments_controller_spec.rb
+++ b/spec/controllers/comments_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/contacts_controller_spec.rb b/spec/controllers/contacts_controller_spec.rb
index 92374536a..4e2c16833 100644
--- a/spec/controllers/contacts_controller_spec.rb
+++ b/spec/controllers/contacts_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/conversation_visibilities_controller_spec.rb b/spec/controllers/conversation_visibilities_controller_spec.rb
index 211316957..54993fd72 100644
--- a/spec/controllers/conversation_visibilities_controller_spec.rb
+++ b/spec/controllers/conversation_visibilities_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/conversations_controller_spec.rb b/spec/controllers/conversations_controller_spec.rb
index 24e9596ed..cf260aa31 100644
--- a/spec/controllers/conversations_controller_spec.rb
+++ b/spec/controllers/conversations_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/devise/passwords_controller_spec.rb b/spec/controllers/devise/passwords_controller_spec.rb
index bee9bcdfc..e20e83baf 100644
--- a/spec/controllers/devise/passwords_controller_spec.rb
+++ b/spec/controllers/devise/passwords_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/home_controller_spec.rb b/spec/controllers/home_controller_spec.rb
index b7af0ca32..aa9560e9d 100644
--- a/spec/controllers/home_controller_spec.rb
+++ b/spec/controllers/home_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/invitations_controller_spec.rb b/spec/controllers/invitations_controller_spec.rb
index 21ad1da4a..bf723ed3d 100644
--- a/spec/controllers/invitations_controller_spec.rb
+++ b/spec/controllers/invitations_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/likes_controller_spec.rb b/spec/controllers/likes_controller_spec.rb
index 4d7b7e19a..f85e009bb 100644
--- a/spec/controllers/likes_controller_spec.rb
+++ b/spec/controllers/likes_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/messages_controller_spec.rb b/spec/controllers/messages_controller_spec.rb
index 36a899b99..ddf5f48bf 100644
--- a/spec/controllers/messages_controller_spec.rb
+++ b/spec/controllers/messages_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/notifications_controller_spec.rb b/spec/controllers/notifications_controller_spec.rb
index 71e53e9db..3f1e64b1f 100644
--- a/spec/controllers/notifications_controller_spec.rb
+++ b/spec/controllers/notifications_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/people_controller_spec.rb b/spec/controllers/people_controller_spec.rb
index 23d146592..9ea6141fa 100644
--- a/spec/controllers/people_controller_spec.rb
+++ b/spec/controllers/people_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/photos_controller_spec.rb b/spec/controllers/photos_controller_spec.rb
index b5b49a3f0..b87662082 100644
--- a/spec/controllers/photos_controller_spec.rb
+++ b/spec/controllers/photos_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/post_visibilities_controller_spec.rb b/spec/controllers/post_visibilities_controller_spec.rb
index 7b9a66769..75d4bef1f 100644
--- a/spec/controllers/post_visibilities_controller_spec.rb
+++ b/spec/controllers/post_visibilities_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/posts_controller_spec.rb b/spec/controllers/posts_controller_spec.rb
index 972f64e9b..6e0da0ab4 100644
--- a/spec/controllers/posts_controller_spec.rb
+++ b/spec/controllers/posts_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/profiles_controller_spec.rb b/spec/controllers/profiles_controller_spec.rb
index 910558b76..f4b52657d 100644
--- a/spec/controllers/profiles_controller_spec.rb
+++ b/spec/controllers/profiles_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/publics_controller_spec.rb b/spec/controllers/publics_controller_spec.rb
index 5e48b0e74..49ce34287 100644
--- a/spec/controllers/publics_controller_spec.rb
+++ b/spec/controllers/publics_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/registrations_controller_spec.rb b/spec/controllers/registrations_controller_spec.rb
index e8c51962c..26c6079f9 100644
--- a/spec/controllers/registrations_controller_spec.rb
+++ b/spec/controllers/registrations_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/services_controller_spec.rb b/spec/controllers/services_controller_spec.rb
index 289e63f32..3f01af00f 100644
--- a/spec/controllers/services_controller_spec.rb
+++ b/spec/controllers/services_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/sessions_controller_spec.rb b/spec/controllers/sessions_controller_spec.rb
index f7b9a133b..bc2d2335f 100644
--- a/spec/controllers/sessions_controller_spec.rb
+++ b/spec/controllers/sessions_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/sockets_controller_spec.rb b/spec/controllers/sockets_controller_spec.rb
index b88946739..79d0125d3 100644
--- a/spec/controllers/sockets_controller_spec.rb
+++ b/spec/controllers/sockets_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/status_messages_controller_spec.rb b/spec/controllers/status_messages_controller_spec.rb
index 4adfb8d83..32bc27900 100644
--- a/spec/controllers/status_messages_controller_spec.rb
+++ b/spec/controllers/status_messages_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/tag_followings_controller_spec.rb b/spec/controllers/tag_followings_controller_spec.rb
index e8660f3c0..d1619564b 100644
--- a/spec/controllers/tag_followings_controller_spec.rb
+++ b/spec/controllers/tag_followings_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/tags_controller_spec.rb b/spec/controllers/tags_controller_spec.rb
index ee3abbd1c..16007efaa 100644
--- a/spec/controllers/tags_controller_spec.rb
+++ b/spec/controllers/tags_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/controllers/users_controller_spec.rb b/spec/controllers/users_controller_spec.rb
index 6d83383b5..6d2684e25 100644
--- a/spec/controllers/users_controller_spec.rb
+++ b/spec/controllers/users_controller_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/factories.rb b/spec/factories.rb
index 78dbe5949..017ccaad6 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/fixtures/config/old_style_app.yml b/spec/fixtures/config/old_style_app.yml
index 529e256c4..2b016e0eb 100644
--- a/spec/fixtures/config/old_style_app.yml
+++ b/spec/fixtures/config/old_style_app.yml
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb
index 824fc044a..1af5cb4d6 100644
--- a/spec/helpers/application_helper_spec.rb
+++ b/spec/helpers/application_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/helpers/getting_started_helper_spec.rb b/spec/helpers/getting_started_helper_spec.rb
index 1176300b4..914e7bd8e 100644
--- a/spec/helpers/getting_started_helper_spec.rb
+++ b/spec/helpers/getting_started_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require 'spec_helper'
diff --git a/spec/helpers/layout_helper_spec.rb b/spec/helpers/layout_helper_spec.rb
index 3bf5c1359..ac09d5a7c 100644
--- a/spec/helpers/layout_helper_spec.rb
+++ b/spec/helpers/layout_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/helpers/markdownify_helper_spec.rb b/spec/helpers/markdownify_helper_spec.rb
index 95c960d64..fb1be542a 100644
--- a/spec/helpers/markdownify_helper_spec.rb
+++ b/spec/helpers/markdownify_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/helpers/mobile_helper_spec.rb b/spec/helpers/mobile_helper_spec.rb
index beea646c1..b53630cc9 100644
--- a/spec/helpers/mobile_helper_spec.rb
+++ b/spec/helpers/mobile_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/helpers/notifier_helper_spec.rb b/spec/helpers/notifier_helper_spec.rb
index d7ee368cb..0f99f0c6c 100644
--- a/spec/helpers/notifier_helper_spec.rb
+++ b/spec/helpers/notifier_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/helpers/people_helper_spec.rb b/spec/helpers/people_helper_spec.rb
index 0fb8e166c..22a2d841d 100644
--- a/spec/helpers/people_helper_spec.rb
+++ b/spec/helpers/people_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/helpers/photos_helper_spec.rb b/spec/helpers/photos_helper_spec.rb
index 72d640811..df95d274c 100644
--- a/spec/helpers/photos_helper_spec.rb
+++ b/spec/helpers/photos_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/helpers/profiles_helper.rb b/spec/helpers/profiles_helper.rb
index ce15f2613..851855367 100644
--- a/spec/helpers/profiles_helper.rb
+++ b/spec/helpers/profiles_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require 'spec_helper'
diff --git a/spec/helpers/stream_helper_spec.rb b/spec/helpers/stream_helper_spec.rb
index 1859404b7..2c794a0b4 100644
--- a/spec/helpers/stream_helper_spec.rb
+++ b/spec/helpers/stream_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/integration/attack_vectors_spec.rb b/spec/integration/attack_vectors_spec.rb
index eb0c38ac1..81dd26faa 100644
--- a/spec/integration/attack_vectors_spec.rb
+++ b/spec/integration/attack_vectors_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/integration/contact_deleting_spec.rb b/spec/integration/contact_deleting_spec.rb
index 1707bd589..a1c83fd72 100644
--- a/spec/integration/contact_deleting_spec.rb
+++ b/spec/integration/contact_deleting_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/integration/receiving_spec.rb b/spec/integration/receiving_spec.rb
index c94a29b73..f6d8f4f5f 100644
--- a/spec/integration/receiving_spec.rb
+++ b/spec/integration/receiving_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/javascripts/aspect-filters-spec.js b/spec/javascripts/aspect-filters-spec.js
index 89bed4ced..50fd9ad4f 100644
--- a/spec/javascripts/aspect-filters-spec.js
+++ b/spec/javascripts/aspect-filters-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/contact-list-spec.js b/spec/javascripts/contact-list-spec.js
index afeb52a6d..cd15181a4 100644
--- a/spec/javascripts/contact-list-spec.js
+++ b/spec/javascripts/contact-list-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/content-updater-spec.js b/spec/javascripts/content-updater-spec.js
index 730938a6d..b57fade44 100644
--- a/spec/javascripts/content-updater-spec.js
+++ b/spec/javascripts/content-updater-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/diaspora-spec.js b/spec/javascripts/diaspora-spec.js
index ceabc1639..9c85666e5 100644
--- a/spec/javascripts/diaspora-spec.js
+++ b/spec/javascripts/diaspora-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/publisher-spec.js b/spec/javascripts/publisher-spec.js
index a1322cc94..b02e96f5a 100644
--- a/spec/javascripts/publisher-spec.js
+++ b/spec/javascripts/publisher-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/validation-spec.js b/spec/javascripts/validation-spec.js
index e15db117c..9b1ce6381 100644
--- a/spec/javascripts/validation-spec.js
+++ b/spec/javascripts/validation-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/view-spec.js b/spec/javascripts/view-spec.js
index 060a2eac6..f6f605b07 100644
--- a/spec/javascripts/view-spec.js
+++ b/spec/javascripts/view-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/web-socket-receiver-spec.js b/spec/javascripts/web-socket-receiver-spec.js
index 178809e58..f158ae56e 100644
--- a/spec/javascripts/web-socket-receiver-spec.js
+++ b/spec/javascripts/web-socket-receiver-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/widgets/embedder-spec.js b/spec/javascripts/widgets/embedder-spec.js
index fc2d481da..979ef00c0 100644
--- a/spec/javascripts/widgets/embedder-spec.js
+++ b/spec/javascripts/widgets/embedder-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/widgets/i18n-spec.js b/spec/javascripts/widgets/i18n-spec.js
index 02c26ec86..a28e0e219 100644
--- a/spec/javascripts/widgets/i18n-spec.js
+++ b/spec/javascripts/widgets/i18n-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/widgets/notifications-spec.js b/spec/javascripts/widgets/notifications-spec.js
index 14c9f6bb7..cbb962180 100644
--- a/spec/javascripts/widgets/notifications-spec.js
+++ b/spec/javascripts/widgets/notifications-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/javascripts/widgets/stream-element-spec.js b/spec/javascripts/widgets/stream-element-spec.js
index f80f5b2c6..9146e06b6 100644
--- a/spec/javascripts/widgets/stream-element-spec.js
+++ b/spec/javascripts/widgets/stream-element-spec.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Diaspora Inc. This file is
+/* Copyright (c) 2010-2011, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
diff --git a/spec/lib/diaspora/exporter_spec.rb b/spec/lib/diaspora/exporter_spec.rb
index 42931cd74..809f88934 100644
--- a/spec/lib/diaspora/exporter_spec.rb
+++ b/spec/lib/diaspora/exporter_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/diaspora/ostatus_builder_spec.rb b/spec/lib/diaspora/ostatus_builder_spec.rb
index c4fde6bbe..1ed2b48ce 100644
--- a/spec/lib/diaspora/ostatus_builder_spec.rb
+++ b/spec/lib/diaspora/ostatus_builder_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/diaspora/parser_spec.rb b/spec/lib/diaspora/parser_spec.rb
index 954643eaf..69ac72d87 100644
--- a/spec/lib/diaspora/parser_spec.rb
+++ b/spec/lib/diaspora/parser_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/diaspora/web_socket_spec.rb b/spec/lib/diaspora/web_socket_spec.rb
index 37fda4e68..8f3fba7ad 100644
--- a/spec/lib/diaspora/web_socket_spec.rb
+++ b/spec/lib/diaspora/web_socket_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/diaspora/webhooks_spec.rb b/spec/lib/diaspora/webhooks_spec.rb
index 99d2b0617..30cda1e38 100644
--- a/spec/lib/diaspora/webhooks_spec.rb
+++ b/spec/lib/diaspora/webhooks_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/direction_detector_spec.rb b/spec/lib/direction_detector_spec.rb
index 68103c0f5..e24545ef9 100644
--- a/spec/lib/direction_detector_spec.rb
+++ b/spec/lib/direction_detector_spec.rb
@@ -1,5 +1,5 @@
# coding: utf-8
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/encryptor_spec.rb b/spec/lib/encryptor_spec.rb
index 476afd08f..afc3c6005 100644
--- a/spec/lib/encryptor_spec.rb
+++ b/spec/lib/encryptor_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/hcard_spec.rb b/spec/lib/hcard_spec.rb
index 3e11017bb..8e2cc9501 100644
--- a/spec/lib/hcard_spec.rb
+++ b/spec/lib/hcard_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/i18n_interpolation_fallbacks_spec.rb b/spec/lib/i18n_interpolation_fallbacks_spec.rb
index de71e2411..bb5191c1b 100644
--- a/spec/lib/i18n_interpolation_fallbacks_spec.rb
+++ b/spec/lib/i18n_interpolation_fallbacks_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/postzord/dispatcher/private_spec.rb b/spec/lib/postzord/dispatcher/private_spec.rb
index de95844a5..615352122 100644
--- a/spec/lib/postzord/dispatcher/private_spec.rb
+++ b/spec/lib/postzord/dispatcher/private_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/postzord/receiver/private_spec.rb b/spec/lib/postzord/receiver/private_spec.rb
index c6554805c..8399e328b 100644
--- a/spec/lib/postzord/receiver/private_spec.rb
+++ b/spec/lib/postzord/receiver/private_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/postzord/receiver/public_spec.rb b/spec/lib/postzord/receiver/public_spec.rb
index 3afb1241b..155a75fb9 100644
--- a/spec/lib/postzord/receiver/public_spec.rb
+++ b/spec/lib/postzord/receiver/public_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/pubsubhubbub_spec.rb b/spec/lib/pubsubhubbub_spec.rb
index 2e870314a..c6e97795e 100644
--- a/spec/lib/pubsubhubbub_spec.rb
+++ b/spec/lib/pubsubhubbub_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/rake_helper_spec.rb b/spec/lib/rake_helper_spec.rb
index f511065d6..b2b8de3c4 100644
--- a/spec/lib/rake_helper_spec.rb
+++ b/spec/lib/rake_helper_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/resque_job_logging_spec.rb b/spec/lib/resque_job_logging_spec.rb
index 16d12cd41..835eef484 100644
--- a/spec/lib/resque_job_logging_spec.rb
+++ b/spec/lib/resque_job_logging_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/salmon/encrypted_slap_spec.rb b/spec/lib/salmon/encrypted_slap_spec.rb
index 4f6ea88bd..f76bf6bd9 100644
--- a/spec/lib/salmon/encrypted_slap_spec.rb
+++ b/spec/lib/salmon/encrypted_slap_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/web_hooks_spec.rb b/spec/lib/web_hooks_spec.rb
index 9ee6d4c38..d50a403fb 100644
--- a/spec/lib/web_hooks_spec.rb
+++ b/spec/lib/web_hooks_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/lib/webfinger_spec.rb b/spec/lib/webfinger_spec.rb
index 305ab3614..2b2f12a6d 100644
--- a/spec/lib/webfinger_spec.rb
+++ b/spec/lib/webfinger_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/misc_spec.rb b/spec/misc_spec.rb
index a538ba67c..426db2c7e 100644
--- a/spec/misc_spec.rb
+++ b/spec/misc_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/activity_streams/photo_spec.rb b/spec/models/activity_streams/photo_spec.rb
index 4b856c85c..34e765073 100644
--- a/spec/models/activity_streams/photo_spec.rb
+++ b/spec/models/activity_streams/photo_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/app_config_spec.rb b/spec/models/app_config_spec.rb
index a480c589e..8ae77d9c8 100644
--- a/spec/models/app_config_spec.rb
+++ b/spec/models/app_config_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/aspect_membership_spec.rb b/spec/models/aspect_membership_spec.rb
index 3301f5bf3..3325b528b 100644
--- a/spec/models/aspect_membership_spec.rb
+++ b/spec/models/aspect_membership_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/spec/models/aspect_spec.rb b/spec/models/aspect_spec.rb
index 349ef082a..70fe8ef6e 100644
--- a/spec/models/aspect_spec.rb
+++ b/spec/models/aspect_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/comment_spec.rb b/spec/models/comment_spec.rb
index 7d6135886..be158ca61 100644
--- a/spec/models/comment_spec.rb
+++ b/spec/models/comment_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/contact_spec.rb b/spec/models/contact_spec.rb
index e67d553c8..ff4197dd6 100644
--- a/spec/models/contact_spec.rb
+++ b/spec/models/contact_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/conversation_spec.rb b/spec/models/conversation_spec.rb
index f81357df2..5c5b0f40c 100644
--- a/spec/models/conversation_spec.rb
+++ b/spec/models/conversation_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/invitation_spec.rb b/spec/models/invitation_spec.rb
index cfb5e82a2..11c2cc82d 100644
--- a/spec/models/invitation_spec.rb
+++ b/spec/models/invitation_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/job/delete_account_spec.rb b/spec/models/job/delete_account_spec.rb
index f9caccf6b..5f060de59 100644
--- a/spec/models/job/delete_account_spec.rb
+++ b/spec/models/job/delete_account_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/job/mail/mail_mentioned_spec.rb b/spec/models/job/mail/mail_mentioned_spec.rb
index 6afa2736e..5614dbcd6 100644
--- a/spec/models/job/mail/mail_mentioned_spec.rb
+++ b/spec/models/job/mail/mail_mentioned_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/job/mail/mail_private_message.rb b/spec/models/job/mail/mail_private_message.rb
index 8d1820fd1..01f6bfb0c 100644
--- a/spec/models/job/mail/mail_private_message.rb
+++ b/spec/models/job/mail/mail_private_message.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/job/mail/mail_reshared_spec.rb b/spec/models/job/mail/mail_reshared_spec.rb
index 172508ed9..1858253cd 100644
--- a/spec/models/job/mail/mail_reshared_spec.rb
+++ b/spec/models/job/mail/mail_reshared_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/job/notify_local_users_spec.rb b/spec/models/job/notify_local_users_spec.rb
index b59e2ee3c..377467982 100644
--- a/spec/models/job/notify_local_users_spec.rb
+++ b/spec/models/job/notify_local_users_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/job/publish_to_hub_spec.rb b/spec/models/job/publish_to_hub_spec.rb
index 6adab5ab2..162a64e33 100644
--- a/spec/models/job/publish_to_hub_spec.rb
+++ b/spec/models/job/publish_to_hub_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/job/resend_invitation_spec.rb b/spec/models/job/resend_invitation_spec.rb
index 25969047e..8ababa0fd 100644
--- a/spec/models/job/resend_invitation_spec.rb
+++ b/spec/models/job/resend_invitation_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/like_spec.rb b/spec/models/like_spec.rb
index 018b2fc79..4c3047572 100644
--- a/spec/models/like_spec.rb
+++ b/spec/models/like_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/mention_spec.rb b/spec/models/mention_spec.rb
index 72d39b36e..bb4b9e507 100644
--- a/spec/models/mention_spec.rb
+++ b/spec/models/mention_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/message_spec.rb b/spec/models/message_spec.rb
index bc84808f4..1e375c192 100644
--- a/spec/models/message_spec.rb
+++ b/spec/models/message_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/notification_spec.rb b/spec/models/notification_spec.rb
index 3b6c90134..85e0202cf 100644
--- a/spec/models/notification_spec.rb
+++ b/spec/models/notification_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/notifications/private_message_spec.rb b/spec/models/notifications/private_message_spec.rb
index 82bfde6b3..598b7a409 100644
--- a/spec/models/notifications/private_message_spec.rb
+++ b/spec/models/notifications/private_message_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/notifications/reshared_spec.rb b/spec/models/notifications/reshared_spec.rb
index ef478416a..1a1790af6 100644
--- a/spec/models/notifications/reshared_spec.rb
+++ b/spec/models/notifications/reshared_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/oauth2_provider_models_activerecord_authorization_spec.rb b/spec/models/oauth2_provider_models_activerecord_authorization_spec.rb
index 2eb2c4ca3..2d515a21e 100644
--- a/spec/models/oauth2_provider_models_activerecord_authorization_spec.rb
+++ b/spec/models/oauth2_provider_models_activerecord_authorization_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/oauth2_provider_models_activerecord_client_spec.rb b/spec/models/oauth2_provider_models_activerecord_client_spec.rb
index b0a11fd84..8292531a3 100644
--- a/spec/models/oauth2_provider_models_activerecord_client_spec.rb
+++ b/spec/models/oauth2_provider_models_activerecord_client_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
#
diff --git a/spec/models/person_spec.rb b/spec/models/person_spec.rb
index ad9271f3c..ef55ea355 100644
--- a/spec/models/person_spec.rb
+++ b/spec/models/person_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/photo_spec.rb b/spec/models/photo_spec.rb
index fe0705069..c268ce0d7 100644
--- a/spec/models/photo_spec.rb
+++ b/spec/models/photo_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/post_spec.rb b/spec/models/post_spec.rb
index 3d4671992..7c56147c8 100644
--- a/spec/models/post_spec.rb
+++ b/spec/models/post_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/post_visibility_spec.rb b/spec/models/post_visibility_spec.rb
index 29fc538a4..3fec3aff3 100644
--- a/spec/models/post_visibility_spec.rb
+++ b/spec/models/post_visibility_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/profile_spec.rb b/spec/models/profile_spec.rb
index 2ce3ce6fb..00996fef5 100644
--- a/spec/models/profile_spec.rb
+++ b/spec/models/profile_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/relayable_retraction_spec.rb b/spec/models/relayable_retraction_spec.rb
index 805174b7e..3d6deb0d7 100644
--- a/spec/models/relayable_retraction_spec.rb
+++ b/spec/models/relayable_retraction_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/request_spec.rb b/spec/models/request_spec.rb
index b0fd2a5d5..49cdaf858 100644
--- a/spec/models/request_spec.rb
+++ b/spec/models/request_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/retraction_spec.rb b/spec/models/retraction_spec.rb
index b5a0b1c84..57dda95be 100644
--- a/spec/models/retraction_spec.rb
+++ b/spec/models/retraction_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/status_message_spec.rb b/spec/models/status_message_spec.rb
index 7c0d61109..e123d5cd3 100644
--- a/spec/models/status_message_spec.rb
+++ b/spec/models/status_message_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/user/connecting_spec.rb b/spec/models/user/connecting_spec.rb
index 0f9243675..969687666 100644
--- a/spec/models/user/connecting_spec.rb
+++ b/spec/models/user/connecting_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/user/posting_spec.rb b/spec/models/user/posting_spec.rb
index 5b8b26961..51a74011b 100644
--- a/spec/models/user/posting_spec.rb
+++ b/spec/models/user/posting_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/user/querying_spec.rb b/spec/models/user/querying_spec.rb
index d682d5d09..e62110531 100644
--- a/spec/models/user/querying_spec.rb
+++ b/spec/models/user/querying_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index 890b70ec5..29c45d550 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/shared_behaviors/relayable.rb b/spec/shared_behaviors/relayable.rb
index f5d1989ae..c84181c62 100644
--- a/spec/shared_behaviors/relayable.rb
+++ b/spec/shared_behaviors/relayable.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/shared_behaviors/taggable.rb b/spec/shared_behaviors/taggable.rb
index cb47fe038..2eb2d95c3 100644
--- a/spec/shared_behaviors/taggable.rb
+++ b/spec/shared_behaviors/taggable.rb
@@ -1,5 +1,5 @@
# coding: utf-8
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index c232f4e47..61bf200a8 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
+# Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.