diff --git a/rhodecode/model/hg_model.py b/rhodecode/model/hg_model.py --- a/rhodecode/model/hg_model.py +++ b/rhodecode/model/hg_model.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # encoding: utf-8 -# Model for hg app +# Model for RhodeCode # Copyright (C) 2009-2010 Marcin Kuzminski # # This program is free software; you can redistribute it and/or @@ -19,7 +19,7 @@ # MA 02110-1301, USA. """ Created on April 9, 2010 -Model for hg app +Model for RhodeCode @author: marcink """ from beaker.cache import cache_region