comparison kallithea/controllers/forks.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 9daad8c50b37
children 1948ede028ef
comparison
equal deleted inserted replaced
4207:58e390e0cea4 4208:ad38f9f93b3b
18 forks controller for rhodecode 18 forks controller for rhodecode
19 19
20 :created_on: Apr 23, 2011 20 :created_on: Apr 23, 2011
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 logging 26 import logging
27 import formencode 27 import formencode
28 import traceback 28 import traceback