comparison kallithea/lib/__init__.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
18 RhodeCode libs 18 RhodeCode libs
19 19
20 :created_on: Oct 06, 2010 20 :created_on: Oct 06, 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 os 26 import os
27 27
28 def get_current_revision(quiet=False): 28 def get_current_revision(quiet=False):