changeset 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 277684f23146
children 24c0d584ba86
files kallithea/__init__.py kallithea/bin/__init__.py kallithea/bin/base.py kallithea/bin/kallithea_api.py kallithea/bin/kallithea_backup.py kallithea/bin/kallithea_config.py kallithea/bin/kallithea_gist.py kallithea/bin/ldap_sync.py kallithea/config/conf.py kallithea/controllers/admin/admin.py kallithea/controllers/admin/auth_settings.py kallithea/controllers/admin/defaults.py kallithea/controllers/admin/gists.py kallithea/controllers/admin/my_account.py kallithea/controllers/admin/notifications.py kallithea/controllers/admin/permissions.py kallithea/controllers/admin/repo_groups.py kallithea/controllers/admin/repos.py kallithea/controllers/admin/settings.py kallithea/controllers/admin/user_groups.py kallithea/controllers/admin/users.py kallithea/controllers/api/__init__.py kallithea/controllers/api/api.py kallithea/controllers/bookmarks.py kallithea/controllers/branches.py kallithea/controllers/changelog.py kallithea/controllers/changeset.py kallithea/controllers/compare.py kallithea/controllers/error.py kallithea/controllers/feed.py kallithea/controllers/files.py kallithea/controllers/followers.py kallithea/controllers/forks.py kallithea/controllers/home.py kallithea/controllers/journal.py kallithea/controllers/login.py kallithea/controllers/pullrequests.py kallithea/controllers/search.py kallithea/controllers/summary.py kallithea/controllers/tags.py kallithea/i18n/de/LC_MESSAGES/kallithea.po kallithea/i18n/fr/LC_MESSAGES/kallithea.po kallithea/i18n/ja/LC_MESSAGES/kallithea.po kallithea/i18n/pl/LC_MESSAGES/kallithea.po kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po kallithea/i18n/ru/LC_MESSAGES/kallithea.po kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po kallithea/lib/__init__.py kallithea/lib/annotate.py kallithea/lib/app_globals.py kallithea/lib/auth.py kallithea/lib/auth_modules/auth_container.py kallithea/lib/auth_modules/auth_crowd.py kallithea/lib/auth_modules/auth_internal.py kallithea/lib/auth_modules/auth_ldap.py kallithea/lib/auth_modules/auth_pam.py kallithea/lib/base.py kallithea/lib/celerylib/__init__.py kallithea/lib/celerylib/tasks.py kallithea/lib/compat.py kallithea/lib/db_manage.py kallithea/lib/dbmigrate/__init__.py kallithea/lib/dbmigrate/schema/__init__.py kallithea/lib/dbmigrate/schema/db_1_2_0.py kallithea/lib/dbmigrate/schema/db_1_3_0.py kallithea/lib/dbmigrate/schema/db_1_4_0.py kallithea/lib/dbmigrate/schema/db_1_5_0.py kallithea/lib/dbmigrate/schema/db_1_5_2.py kallithea/lib/dbmigrate/schema/db_1_6_0.py kallithea/lib/dbmigrate/schema/db_1_7_0.py kallithea/lib/dbmigrate/schema/db_1_8_0.py kallithea/lib/dbmigrate/schema/db_2_0_0.py kallithea/lib/dbmigrate/schema/db_2_0_1.py kallithea/lib/dbmigrate/schema/db_2_0_2.py kallithea/lib/dbmigrate/schema/db_2_1_0.py kallithea/lib/dbmigrate/schema/db_2_2_0.py kallithea/lib/dbmigrate/schema/db_2_2_3.py kallithea/lib/dbmigrate/versions/__init__.py kallithea/lib/diffs.py kallithea/lib/exceptions.py kallithea/lib/hooks.py kallithea/lib/indexers/__init__.py kallithea/lib/indexers/daemon.py kallithea/lib/markup_renderer.py kallithea/lib/middleware/errormator.py kallithea/lib/middleware/https_fixup.py kallithea/lib/middleware/sentry.py kallithea/lib/middleware/simplegit.py kallithea/lib/middleware/simplehg.py kallithea/lib/middleware/wrapper.py kallithea/lib/paster_commands/cache_keys.py kallithea/lib/paster_commands/ishell.py kallithea/lib/paster_commands/make_index.py kallithea/lib/paster_commands/make_rcextensions.py kallithea/lib/paster_commands/repo_scan.py kallithea/lib/paster_commands/update_repoinfo.py kallithea/lib/rcmail/smtp_mailer.py kallithea/lib/utils.py kallithea/lib/utils2.py kallithea/model/__init__.py kallithea/model/api_key.py kallithea/model/changeset_status.py kallithea/model/comment.py kallithea/model/db.py kallithea/model/gist.py kallithea/model/notification.py kallithea/model/permission.py kallithea/model/pull_request.py kallithea/model/repo.py kallithea/model/repo_group.py kallithea/model/repo_permission.py kallithea/model/scm.py kallithea/model/user.py kallithea/model/user_group.py kallithea/tests/other/test_libs.py kallithea/tests/other/test_vcs_operations.py kallithea/tests/scripts/test_concurency.py kallithea/tests/scripts/test_crawler.py kallithea/websetup.py
diffstat 120 files changed, 341 insertions(+), 117 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 RhodeCode, a web based repository management based on pylons
 versioning implementation: http://www.python.org/dev/peps/pep-0386/
 
+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 9, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
@@ -55,7 +57,7 @@
 __platform__ = platform.system()
 __license__ = 'GPLv3'
 __py_version__ = sys.version_info
-__author__ = 'RhodeCode GmbH'
+__author__ = "Various Authors"
 __url__ = 'https://kallithea-scm.org/'
 
 is_windows = __platform__ in ['Windows']
--- a/kallithea/bin/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/bin/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,8 +17,10 @@
 
 Binary scripts for RhodeCode
 
+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: Jun 03, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
--- a/kallithea/bin/base.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/bin/base.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Base utils for shell scripts
 
+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: May 09, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/bin/kallithea_api.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/bin/kallithea_api.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Api CLI client for RhodeCode
 
+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: Jun 3, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/bin/kallithea_backup.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/bin/kallithea_backup.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 Repositories backup manager, it allows to backups all
 repositories and send it to backup server using RSA key via ssh.
 
+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: Feb 28, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/bin/kallithea_config.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/bin/kallithea_config.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 configuration generator for RhodeCode
 
+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: Jun 18, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/bin/kallithea_gist.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/bin/kallithea_gist.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Gist CLI client for RhodeCode
 
+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: May 9, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/bin/ldap_sync.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/bin/ldap_sync.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 LDAP sync script
 
+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: Mar 06, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/config/conf.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/config/conf.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Various config settings for RhodeCode
 
+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: Mar 7, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 from kallithea import EXTENSIONS
--- a/kallithea/controllers/admin/admin.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/admin.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Controller for Admin panel of Rhodecode
 
+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 7, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/auth_settings.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/auth_settings.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,6 +17,8 @@
 
 pluggable authentication controller for RhodeCode
 
+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: Nov 26, 2010
 :author: akesterson
 """
--- a/kallithea/controllers/admin/defaults.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/defaults.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 default settings controller for Rhodecode
 
+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 27, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/gists.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/gists.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 gist controller for RhodeCode
 
+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: May 9, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/my_account.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/my_account.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 my account controller for rhodecode admin
 
+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: August 20, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/notifications.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/notifications.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 notifications controller for RhodeCode
 
+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: Nov 23, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/permissions.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/permissions.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 permissions controller for Rhodecode
 
+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 27, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/repo_groups.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/repo_groups.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Repository groups controller for RhodeCode
 
+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: Mar 23, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/repos.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/repos.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Repositories controller for RhodeCode
 
+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 7, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/settings.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/settings.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 settings controller for rhodecode admin
 
+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: Jul 14, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/user_groups.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/user_groups.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 User Groups crud controller for pylons
 
+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: Jan 25, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/admin/users.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/admin/users.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Users crud controller for pylons
 
+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 4, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/api/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/api/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 JSON RPC controller
 
+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: Aug 20, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/api/api.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/api/api.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 API controller for RhodeCode
 
+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: Aug 20, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/bookmarks.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/bookmarks.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Bookmarks controller for rhodecode
 
+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: Dec 1, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/branches.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/branches.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 branches controller for rhodecode
 
+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 21, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/changelog.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/changelog.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 changelog controller for rhodecode
 
+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 21, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/changeset.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/changeset.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 changeset controller for pylons showoing changes beetween
 revisions
 
+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 25, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/compare.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/compare.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 compare controller for pylons showing differences between two
 repos, branches, bookmarks or tips
 
+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: May 6, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/error.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/error.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 RhodeCode error controller
 
+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: Dec 8, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/feed.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/feed.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Feed controller for rhodecode
 
+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 23, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/files.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/files.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Files controller for RhodeCode
 
+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 21, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/followers.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/followers.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Followers controller for rhodecode
 
+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 23, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/forks.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/forks.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 forks controller for rhodecode
 
+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 23, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/home.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/home.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Home controller for Rhodecode
 
+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: Feb 18, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/controllers/journal.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/journal.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Journal controller for pylons
 
+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: Nov 21, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/controllers/login.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/login.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Login controller for rhodeocode
 
+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 22, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/pullrequests.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/pullrequests.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 pull requests controller for rhodecode for initializing pull requests
 
+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: May 7, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/search.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/search.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Search controller for RhodeCode
 
+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: Aug 7, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/summary.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/summary.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Summary controller for Rhodecode
 
+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 18, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/controllers/tags.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/controllers/tags.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Tags controller for rhodecode
 
+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 21, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/i18n/de/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/i18n/de/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:52 2014 -0400
@@ -1,5 +1,5 @@
 # Translations template for RhodeCode.
-# Copyright (C) 2014 RhodeCode GmbH
+# Copyright (C) 2014 RhodeCode GmbH, and others.
 # This file is distributed under the same license as the RhodeCode project.
 # Translators:
 # stephanj <info@stephan-jauernick.de>, 2013
--- a/kallithea/i18n/fr/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/i18n/fr/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:52 2014 -0400
@@ -1,5 +1,5 @@
 # Translations template for RhodeCode.
-# Copyright (C) 2014 RhodeCode GmbH
+# Copyright (C) 2014 RhodeCode GmbH, and others.
 # This file is distributed under the same license as the RhodeCode project.
 # Translators:
 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011
--- a/kallithea/i18n/ja/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/i18n/ja/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:52 2014 -0400
@@ -1,5 +1,5 @@
 # Translations template for RhodeCode.
-# Copyright (C) 2014 RhodeCode GmbH
+# Copyright (C) 2014 RhodeCode GmbH, and others.
 # This file is distributed under the same license as the RhodeCode project.
 # Translators:
 # しろう, 2013
--- a/kallithea/i18n/pl/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/i18n/pl/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:52 2014 -0400
@@ -1,5 +1,5 @@
 # Translations template for RhodeCode.
-# Copyright (C) 2014 RhodeCode GmbH
+# Copyright (C) 2014 RhodeCode GmbH, and others.
 # This file is distributed under the same license as the RhodeCode project.
 # Translators:
 # Nemcio <areczek01@gmail.com>, 2013
--- a/kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:52 2014 -0400
@@ -1,5 +1,5 @@
 # Translations template for RhodeCode.
-# Copyright (C) 2014 RhodeCode GmbH
+# Copyright (C) 2014 RhodeCode GmbH, and others.
 # This file is distributed under the same license as the RhodeCode project.
 # Translators:
 # Augusto Herrmann <augusto.herrmann@gmail.com>, 2012
--- a/kallithea/i18n/ru/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/i18n/ru/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:52 2014 -0400
@@ -1,5 +1,5 @@
 # Translations template for RhodeCode.
-# Copyright (C) 2014 RhodeCode GmbH
+# Copyright (C) 2014 RhodeCode GmbH, and others.
 # This file is distributed under the same license as the RhodeCode project.
 # Translators:
 # ArcheR <aleclitvinov1980@gmail.com>, 2013
--- a/kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:52 2014 -0400
@@ -1,5 +1,5 @@
 # Translations template for RhodeCode.
-# Copyright (C) 2014 RhodeCode GmbH
+# Copyright (C) 2014 RhodeCode GmbH, and others.
 # This file is distributed under the same license as the RhodeCode project.
 # Translators:
 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011
--- a/kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po	Wed Jul 02 19:05:52 2014 -0400
@@ -1,5 +1,5 @@
 # Translations template for RhodeCode.
-# Copyright (C) 2014 RhodeCode GmbH
+# Copyright (C) 2014 RhodeCode GmbH, and others.
 # This file is distributed under the same license as the RhodeCode project.
 # Translators:
 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011
--- a/kallithea/lib/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 RhodeCode libs
 
+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: Oct 06, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/annotate.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/annotate.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Anontation library for usage in rhodecode, previously part of vcs
 
+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: Dec 4, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/app_globals.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/app_globals.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 
 The application's Globals object
 
+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: Oct 06, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/auth.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/auth.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 authentication and permission libraries
 
+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 4, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 from __future__ import with_statement
--- a/kallithea/lib/auth_modules/auth_container.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/auth_modules/auth_container.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 RhodeCode container based authentication plugin
 
+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: Created on Nov 17, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/auth_modules/auth_crowd.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/auth_modules/auth_crowd.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 RhodeCode authentication plugin for Atlassian CROWD
 
+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: Created on Nov 17, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/auth_modules/auth_internal.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/auth_modules/auth_internal.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 RhodeCode authentication plugin for built in internal auth
 
+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: Created on Nov 17, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/auth_modules/auth_ldap.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/auth_modules/auth_ldap.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 RhodeCode authentication plugin for LDAP
 
+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: Created on Nov 17, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/auth_modules/auth_pam.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/auth_modules/auth_pam.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,6 +17,8 @@
 
 RhodeCode authentication library for PAM
 
+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: Created on Apr 09, 2013
 :author: Alexey Larikov
 """
--- a/kallithea/lib/base.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/base.py	Wed Jul 02 19:05:52 2014 -0400
@@ -20,9 +20,11 @@
 Provides the BaseController class for subclassing. And usage in different
 controllers
 
+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: Oct 06, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/celerylib/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/celerylib/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 celery libs for RhodeCode
 
+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: Nov 27, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/celerylib/tasks.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/celerylib/tasks.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 RhodeCode task modules, containing all task that suppose to be run
 by celery daemon
 
+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: Oct 6, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/compat.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/compat.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 Python backward compatibility functions and common libs
 
 
+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: Oct 7, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/db_manage.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/db_manage.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 Database creation, and setup module for RhodeCode. Used for creation
 of database as well as for migration operations
 
+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 10, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database migration modules
 
+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: Dec 11, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,8 +17,10 @@
 
 Schemas for migrations
 
+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: Nov 1, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
--- a/kallithea/lib/dbmigrate/schema/db_1_2_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_1_2_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode <=1.2.X
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_1_3_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_1_3_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode <=1.3.X
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/lib/dbmigrate/schema/db_1_4_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_1_4_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode <=1.4.X
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_1_5_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_1_5_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode <=1.5.2
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_1_5_2.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_1_5_2.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode <=1.5.X
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_1_6_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_1_6_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode <=1.5.X
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_1_7_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_1_7_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_1_8_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_1_8_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_2_0_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_2_0_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_2_0_1.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_2_0_1.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_2_0_2.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_2_0_2.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_2_1_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_2_1_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_2_2_0.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_2_2_0.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/schema/db_2_2_3.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/schema/db_2_2_3.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/dbmigrate/versions/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/dbmigrate/versions/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Package containing new versions of database models
 
+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: Dec 11, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/diffs.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/diffs.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 Set of diffing helpers, previously part of vcs
 
 
+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: Dec 4, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 import re
--- a/kallithea/lib/exceptions.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/exceptions.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Set of custom exceptions used in RhodeCode
 
+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: Nov 17, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/hooks.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/hooks.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Hooks runned by rhodecode
 
+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: Aug 6, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/indexers/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/indexers/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Whoosh indexing module for RhodeCode
 
+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: Aug 17, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/indexers/daemon.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/indexers/daemon.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 A daemon will read from task table and run tasks
 
+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: Jan 26, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/markup_renderer.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/markup_renderer.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Renderer for markup languages with ability to parse using rst or markdown
 
+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: Oct 27, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/middleware/errormator.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/middleware/errormator.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 middleware to handle errormator publishing of errors
 
+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: October 18, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/middleware/https_fixup.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/middleware/https_fixup.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 middleware to handle https correctly
 
+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: May 23, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/middleware/sentry.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/middleware/sentry.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 middleware to handle sentry/raven publishing of errors
 
+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: September 18, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- 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.
 
 """
--- a/kallithea/lib/middleware/simplehg.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/middleware/simplehg.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 SimpleHG middleware for handling mercurial 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.
 
 """
--- a/kallithea/lib/middleware/wrapper.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/middleware/wrapper.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 request time mesuring app
 
+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: May 23, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/paster_commands/cache_keys.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/paster_commands/cache_keys.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 cleanup-keys paster command for RhodeCode
 
 
+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: mar 27, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/paster_commands/ishell.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/paster_commands/ishell.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 interactive shell paster command for RhodeCode
 
+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 4, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/paster_commands/make_index.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/paster_commands/make_index.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 make-index paster command for RhodeCode
 
+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: Aug 17, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/lib/paster_commands/make_rcextensions.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/paster_commands/make_rcextensions.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 make-rcext paster command for RhodeCode
 
+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: Mar 6, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/lib/paster_commands/repo_scan.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/paster_commands/repo_scan.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 repo-scan paster command for RhodeCode
 
+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: Feb 9, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/paster_commands/update_repoinfo.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/paster_commands/update_repoinfo.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 uodate-repoinfo paster command for RhodeCode
 
+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: Jul 14, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/rcmail/smtp_mailer.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/rcmail/smtp_mailer.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Simple smtp mailer used in RhodeCode
 
+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: Sep 13, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/utils.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/utils.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Utilities library for RhodeCode
 
+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 18, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/lib/utils2.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/lib/utils2.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Some simple helper functions
 
+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: Jan 5, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/__init__.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/__init__.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 The application's model objects
 
+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: Nov 25, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 
--- a/kallithea/model/api_key.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/api_key.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 api key model for RhodeCode
 
+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: Sep 8, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/changeset_status.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/changeset_status.py	Wed Jul 02 19:05:52 2014 -0400
@@ -5,9 +5,11 @@
 
 Changeset status conttroller
 
+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 30, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 # This program is free software: you can redistribute it and/or modify
--- a/kallithea/model/comment.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/comment.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 comments model for RhodeCode
 
+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: Nov 11, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/db.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/db.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Database Models for RhodeCode
 
+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 08, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/gist.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/gist.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 gist model for RhodeCode
 
+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: May 9, 2013
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/notification.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/notification.py	Wed Jul 02 19:05:52 2014 -0400
@@ -18,9 +18,11 @@
 Model for notifications
 
 
+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: Nov 20, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/permission.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/permission.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 permissions model for RhodeCode
 
+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: Aug 20, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/pull_request.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/pull_request.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 pull request model for RhodeCode
 
+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: Jun 6, 2012
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/repo.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/repo.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Repository model for rhodecode
 
+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: Jun 5, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/model/repo_group.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/repo_group.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 repo group model for RhodeCode
 
+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: Jan 25, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/repo_permission.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/repo_permission.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,6 +17,8 @@
 
 repository permission model for RhodeCode
 
+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: Oct 1, 2011
 :author: nvinot, marcink
 """
--- a/kallithea/model/scm.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/scm.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Scm model for RhodeCode
 
+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 9, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/user.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/user.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 users model for RhodeCode
 
+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 9, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/model/user_group.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/model/user_group.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,6 +17,8 @@
 
 user group model for RhodeCode
 
+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: Oct 1, 2011
 :author: nvinot, marcink
 """
--- a/kallithea/tests/other/test_libs.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/tests/other/test_libs.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Package for testing various lib/helper functions in rhodecode
 
+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: Jun 9, 2011
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/tests/other/test_vcs_operations.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/tests/other/test_vcs_operations.py	Wed Jul 02 19:05:52 2014 -0400
@@ -21,9 +21,11 @@
 
 You must have git > 1.8.1 for tests to work fine
 
+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: Dec 30, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/tests/scripts/test_concurency.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/tests/scripts/test_concurency.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Test suite for making push/pull operations
 
+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: Dec 30, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 
 """
--- a/kallithea/tests/scripts/test_crawler.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/tests/scripts/test_crawler.py	Wed Jul 02 19:05:52 2014 -0400
@@ -21,9 +21,11 @@
 
 watch -n1 ./kallithea/tests/mem_watch
 
+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 21, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """
 
--- a/kallithea/websetup.py	Wed Jul 02 19:05:47 2014 -0400
+++ b/kallithea/websetup.py	Wed Jul 02 19:05:52 2014 -0400
@@ -17,9 +17,11 @@
 
 Weboperations and setup for rhodecode
 
+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: Dec 11, 2010
 :author: marcink
-:copyright: (c) 2013 RhodeCode GmbH.
+:copyright: (c) 2013 RhodeCode GmbH, and others.
 :license: GPLv3, see LICENSE.md for more details.
 """