diff options
author | Tor Arne Vestbø <tavestbo@trolltech.com> | 2008-11-28 15:10:45 +0100 |
---|---|---|
committer | Tor Arne Vestbø <tavestbo@trolltech.com> | 2008-11-28 17:02:19 +0100 |
commit | 8116ee420eadeaa80a8a5b123ec4a0dc4e063118 (patch) | |
tree | 093d49eb20674b31d629547528008d174edc85c5 /app/controllers/blobs_controller.rb | |
parent | 56a3efd2c5ce75fda29fa03fd2ca325767e01089 (diff) | |
download | gitorious-mainline-outdated-8116ee420eadeaa80a8a5b123ec4a0dc4e063118.zip gitorious-mainline-outdated-8116ee420eadeaa80a8a5b123ec4a0dc4e063118.tar.gz gitorious-mainline-outdated-8116ee420eadeaa80a8a5b123ec4a0dc4e063118.tar.bz2 |
Add copyright and license headers (AGPL) to code files
The authors in each copyright header was computed by
running 'git log --reverse' on that particular file.
Diffstat (limited to 'app/controllers/blobs_controller.rb')
-rw-r--r-- | app/controllers/blobs_controller.rb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/controllers/blobs_controller.rb b/app/controllers/blobs_controller.rb index c417adf..675b409 100644 --- a/app/controllers/blobs_controller.rb +++ b/app/controllers/blobs_controller.rb @@ -1,3 +1,20 @@ +#-- +# Copyright (C) 2008 Johan Sørensen <johan@johansorensen.com> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#++ + class BlobsController < ApplicationController before_filter :find_project_and_repository before_filter :check_repository_for_commits |