diff options
author | Johan Sørensen <johan@johansorensen.com> | 2009-12-07 10:47:32 +0100 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2009-12-07 10:48:15 +0100 |
commit | 67e8b49c30645e4761bae6cfdabd2ba74d4de0b0 (patch) | |
tree | ed2c633e7e125780a864c4f53ab59f3380c39a60 /app | |
parent | d6cc38d526616662b7c41824c181079831ec59dd (diff) | |
download | gitorious-mainline-outdated-67e8b49c30645e4761bae6cfdabd2ba74d4de0b0.zip gitorious-mainline-outdated-67e8b49c30645e4761bae6cfdabd2ba74d4de0b0.tar.gz gitorious-mainline-outdated-67e8b49c30645e4761bae6cfdabd2ba74d4de0b0.tar.bz2 |
Fix copyright header on FavoritesController to list correct copyright holders of the content
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/favorites_controller.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/controllers/favorites_controller.rb b/app/controllers/favorites_controller.rb index fff8e84..cd05e34 100644 --- a/app/controllers/favorites_controller.rb +++ b/app/controllers/favorites_controller.rb @@ -1,11 +1,6 @@ # encoding: utf-8 #-- # Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies) -# Copyright (C) 2007, 2008 Johan Sørensen <johan@johansorensen.com> -# Copyright (C) 2008 David A. Cuadrado <krawek@gmail.com> -# Copyright (C) 2008 Patrick Aljord <patcito@gmail.com> -# Copyright (C) 2008 Tor Arne Vestbø <tavestbo@trolltech.com> -# Copyright (C) 2009 Fabio Akita <fabio.akita@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 @@ -50,7 +45,7 @@ class FavoritesController < ApplicationController :watchable_type => watchable.class.name, :only_path => true)} end end - + private def find_watchable begin |