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/models/committership.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/models/committership.rb')
-rw-r--r-- | app/models/committership.rb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/models/committership.rb b/app/models/committership.rb index 8b314aa..3988765 100644 --- a/app/models/committership.rb +++ b/app/models/committership.rb @@ -1,3 +1,21 @@ +#-- +# Copyright (C) 2007 Johan Sørensen <johan@johansorensen.com> +# Copyright (C) 2008 David A. Cuadrado <krawek@gmail.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 Committership < ActiveRecord::Base belongs_to :user belongs_to :repository |