comparison kallithea/lib/middleware/simplehg.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 d1addaf7a91e
children 1948ede028ef
comparison
equal deleted inserted replaced
4207:58e390e0cea4 4208:ad38f9f93b3b
19 (push/clone etc.). It's implemented with basic auth function 19 (push/clone etc.). It's implemented with basic auth function
20 20
21 :created_on: Apr 28, 2010 21 :created_on: Apr 28, 2010
22 :author: marcink 22 :author: marcink
23 :copyright: (c) 2013 RhodeCode GmbH. 23 :copyright: (c) 2013 RhodeCode GmbH.
24 :license: GPLv3, see LICENSE for more details. 24 :license: GPLv3, see LICENSE.md for more details.
25 25
26 """ 26 """
27 27
28 28
29 import os 29 import os