comparison kallithea/controllers/summary.py @ 4208:ad38f9f93b3b kallithea-2.2.5-rebrand

Correct licensing information in individual files. The top-level license file is now LICENSE.md. Also, in various places where there should have been joint copyright holders listed, a single copyright holder was listed. It does not appear easy to add a link to a large list of copyright holders in these places, so it simply refers to the fact that various authors hold copyright. In future, if an easy method is discovered to link to a list from those places, we should do so. Finally, text is added to LICENSE.md to point to where the full list of copyright holders is, and that Kallithea as a whole is GPLv3'd.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 21 May 2014 16:59:37 -0400
parents d208416c84c6
children 1948ede028ef
comparison
equal deleted inserted replaced
4207:58e390e0cea4 4208:ad38f9f93b3b
18 Summary controller for Rhodecode 18 Summary controller for Rhodecode
19 19
20 :created_on: Apr 18, 2010 20 :created_on: Apr 18, 2010
21 :author: marcink 21 :author: marcink
22 :copyright: (c) 2013 RhodeCode GmbH. 22 :copyright: (c) 2013 RhodeCode GmbH.
23 :license: GPLv3, see LICENSE for more details. 23 :license: GPLv3, see LICENSE.md for more details.
24 """ 24 """
25 25
26 import traceback 26 import traceback
27 import calendar 27 import calendar
28 import logging 28 import logging