diff kallithea/lib/middleware/simplegit.py @ 4211:1948ede028ef kallithea-2.2.5-rebrand

RhodeCode GmbH is not the sole author of this work
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:05:52 -0400
parents ad38f9f93b3b
children 24c0d584ba86
line wrap: on
line diff
--- a/kallithea/lib/middleware/simplegit.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/middleware/simplegit.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 SimpleGit middleware for handling git protocol request (push/clone etc.)
 It's implemented with basic auth function
 
+This file was forked by the Kallithea project in July 2014.
+Original author and date, and relevant copyright and licensing information is below:
 :created_on: Apr 28, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """