comparison kallithea/bin/kallithea_gist.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 9793473d74be
children 1948ede028ef
comparison
equal deleted inserted replaced
4207:58e390e0cea4 4208:ad38f9f93b3b
18 Gist CLI client for RhodeCode 18 Gist CLI client for RhodeCode
19 19
20 :created_on: May 9, 2013 20 :created_on: May 9, 2013
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 from __future__ import with_statement 26 from __future__ import with_statement
27 import os 27 import os
28 import sys 28 import sys