# HG changeset patch # User Sylvain Thénault # Date 1316622945 -7200 # Node ID be4a3e97090dbd5166007819b9642e041df37e24 # Parent cb6174065c39d231d737f800941c357032e17e05 [idownloadable] dtw and up copyright diff -r cb6174065c39 -r be4a3e97090d web/views/idownloadable.py --- a/web/views/idownloadable.py Wed Sep 21 18:35:39 2011 +0200 +++ b/web/views/idownloadable.py Wed Sep 21 18:35:45 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -75,7 +75,7 @@ class DownloadView(EntityView): """download view - + this view is replacing the deprecated 'download' controller and allow downloading of entities providing the necessary interface """