X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/eec1f1b670fe786d003e760ba0f0df348507c529..99e1580f0d7707b8e2f8c08f8aae70c3d4906637:/app/controllers/front_controller.rb diff --git a/app/controllers/front_controller.rb b/app/controllers/front_controller.rb index 8b8ae68..f84d396 100644 --- a/app/controllers/front_controller.rb +++ b/app/controllers/front_controller.rb @@ -1,3 +1,10 @@ +# Selectricity: Voting Machinery for the Masses +# Copyright (C) 2007, 2008 Benjamin Mako Hill +# Copyright (C) 2007 Massachusetts Institute of Technology +# +# This program is free software. Please see the COPYING file for +# details. + class FrontController < ApplicationController layout 'frontpage' require_dependency "user"