Changeset - ad38f9f93b3b
[Not reviewed]
Bradley M. Kuhn - 11 years ago 2014-05-21 22:59:37
bkuhn@sfconservancy.org
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.
111 files changed with 129 insertions and 112 deletions:
0 comments (0 inline, 0 general)
LICENSE.md
Show inline comments
 
Third-Party Code Included Herein
 
================================
 
Kallithea License
 
=================
 

	
 
Kallithea as a whole is copyrighted by various authors and is licensed under
 
the terms of the GNU General Public License, version 3 (GPLv3), which is a
 
license published by the Free Software Foundation,
 
Inc. [A copy of GPLv3](/COPYING) is included herein.
 

	
 
Some individual files have copyright notices and those who offer changes to
 
those files should update the copyright notices in those specific files if
 
they so chose.
 

	
 
However, the definitive list of copyright holders for this project is kept in
 
[the about page template](kallithea/templates/about.html) so that it is
 
displayed appropriately when Kallithea is installed.  This is the most
 
important place to update copyright notices. 
 

	
 
Third-Party Code Incorporated in Kallithea
 
==========================================
 

	
 
Various third-party code under GPLv3-compatible licenses is included as part
 
of Kallithea.
docs/conf.py
Show inline comments
 
@@ -45,7 +45,7 @@ master_doc = 'index'
 

	
 
# General information about the project.
 
project = u'Kallithea'
 
copyright = u'%s, Marcin Kuzminski' % (datetime.datetime.now().year)
 
copyright = u'2010-2014 by various authors, licensed as GPLv3.'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
# |version| and |release|, also used in various other places throughout the
kallithea/__init__.py
Show inline comments
 
@@ -21,7 +21,7 @@ versioning implementation: http://www.py
 
:created_on: Apr 9, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import sys
kallithea/bin/__init__.py
Show inline comments
 
@@ -20,5 +20,5 @@ Binary scripts for RhodeCode
 
:created_on: Jun 03, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
kallithea/bin/base.py
Show inline comments
 
@@ -20,7 +20,7 @@ Base utils for shell scripts
 
:created_on: May 09, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/bin/kallithea_api.py
Show inline comments
 
@@ -20,7 +20,7 @@ Api CLI client for RhodeCode
 
:created_on: Jun 3, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/bin/kallithea_backup.py
Show inline comments
 
@@ -21,7 +21,7 @@ repositories and send it to backup serve
 
:created_on: Feb 28, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/bin/kallithea_config.py
Show inline comments
 
@@ -20,7 +20,7 @@ configuration generator for RhodeCode
 
:created_on: Jun 18, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/bin/kallithea_gist.py
Show inline comments
 
@@ -20,7 +20,7 @@ Gist CLI client for RhodeCode
 
:created_on: May 9, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/bin/ldap_sync.py
Show inline comments
 
@@ -20,7 +20,7 @@ LDAP sync script
 
:created_on: Mar 06, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import ldap
kallithea/config/conf.py
Show inline comments
 
@@ -20,7 +20,7 @@ Various config settings for RhodeCode
 
:created_on: Mar 7, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 
from kallithea import EXTENSIONS
 

	
kallithea/controllers/admin/admin.py
Show inline comments
 
@@ -20,7 +20,7 @@ Controller for Admin panel of Rhodecode
 
:created_on: Apr 7, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/controllers/admin/defaults.py
Show inline comments
 
@@ -20,7 +20,7 @@ default settings controller for Rhodecod
 
:created_on: Apr 27, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/admin/gists.py
Show inline comments
 
@@ -20,7 +20,7 @@ gist controller for RhodeCode
 
:created_on: May 9, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import time
kallithea/controllers/admin/my_account.py
Show inline comments
 
@@ -20,7 +20,7 @@ my account controller for rhodecode admi
 
:created_on: August 20, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import time
kallithea/controllers/admin/notifications.py
Show inline comments
 
@@ -20,7 +20,7 @@ notifications controller for RhodeCode
 
:created_on: Nov 23, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/admin/permissions.py
Show inline comments
 
@@ -20,7 +20,7 @@ permissions controller for Rhodecode
 
:created_on: Apr 27, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/controllers/admin/repo_groups.py
Show inline comments
 
@@ -20,7 +20,7 @@ Repository groups controller for RhodeCo
 
:created_on: Mar 23, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/admin/repos.py
Show inline comments
 
@@ -20,7 +20,7 @@ Repositories controller for RhodeCode
 
:created_on: Apr 7, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/admin/settings.py
Show inline comments
 
@@ -20,7 +20,7 @@ settings controller for rhodecode admin
 
:created_on: Jul 14, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import time
kallithea/controllers/admin/user_groups.py
Show inline comments
 
@@ -20,7 +20,7 @@ User Groups crud controller for pylons
 
:created_on: Jan 25, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/admin/users.py
Show inline comments
 
@@ -20,7 +20,7 @@ Users crud controller for pylons
 
:created_on: Apr 4, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/api/__init__.py
Show inline comments
 
@@ -20,7 +20,7 @@ JSON RPC controller
 
:created_on: Aug 20, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import inspect
kallithea/controllers/api/api.py
Show inline comments
 
@@ -20,7 +20,7 @@ API controller for RhodeCode
 
:created_on: Aug 20, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/controllers/bookmarks.py
Show inline comments
 
@@ -20,7 +20,7 @@ Bookmarks controller for rhodecode
 
:created_on: Dec 1, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/branches.py
Show inline comments
 
@@ -20,7 +20,7 @@ branches controller for rhodecode
 
:created_on: Apr 21, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/changelog.py
Show inline comments
 
@@ -20,7 +20,7 @@ changelog controller for rhodecode
 
:created_on: Apr 21, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/changeset.py
Show inline comments
 
@@ -21,7 +21,7 @@ revisions
 
:created_on: Apr 25, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/compare.py
Show inline comments
 
@@ -21,7 +21,7 @@ repos, branches, bookmarks or tips
 
:created_on: May 6, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/controllers/error.py
Show inline comments
 
@@ -20,7 +20,7 @@ RhodeCode error controller
 
:created_on: Dec 8, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/controllers/feed.py
Show inline comments
 
@@ -20,7 +20,7 @@ Feed controller for rhodecode
 
:created_on: Apr 23, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/controllers/files.py
Show inline comments
 
@@ -20,7 +20,7 @@ Files controller for RhodeCode
 
:created_on: Apr 21, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/controllers/followers.py
Show inline comments
 
@@ -20,7 +20,7 @@ Followers controller for rhodecode
 
:created_on: Apr 23, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/forks.py
Show inline comments
 
@@ -20,7 +20,7 @@ forks controller for rhodecode
 
:created_on: Apr 23, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/home.py
Show inline comments
 
@@ -20,7 +20,7 @@ Home controller for Rhodecode
 
:created_on: Feb 18, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/controllers/journal.py
Show inline comments
 
@@ -20,7 +20,7 @@ Journal controller for pylons
 
:created_on: Nov 21, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/controllers/login.py
Show inline comments
 
@@ -20,7 +20,7 @@ Login controller for rhodeocode
 
:created_on: Apr 22, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/controllers/pullrequests.py
Show inline comments
 
@@ -20,7 +20,7 @@ pull requests controller for rhodecode f
 
:created_on: May 7, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/search.py
Show inline comments
 
@@ -20,7 +20,7 @@ Search controller for RhodeCode
 
:created_on: Aug 7, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/controllers/summary.py
Show inline comments
 
@@ -20,7 +20,7 @@ Summary controller for Rhodecode
 
:created_on: Apr 18, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import traceback
kallithea/controllers/tags.py
Show inline comments
 
@@ -20,7 +20,7 @@ Tags controller for rhodecode
 
:created_on: Apr 21, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/lib/__init__.py
Show inline comments
 
@@ -20,7 +20,7 @@ RhodeCode libs
 
:created_on: Oct 06, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/annotate.py
Show inline comments
 
@@ -20,7 +20,7 @@ Anontation library for usage in rhodecod
 
:created_on: Dec 4, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import StringIO
kallithea/lib/app_globals.py
Show inline comments
 
@@ -21,7 +21,7 @@ The application's Globals object
 
:created_on: Oct 06, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from beaker.cache import CacheManager
kallithea/lib/auth.py
Show inline comments
 
@@ -20,7 +20,7 @@ authentication and permission libraries
 
:created_on: Apr 4, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 
from __future__ import with_statement
 
import time
kallithea/lib/auth_modules/auth_container.py
Show inline comments
 
@@ -20,7 +20,7 @@ RhodeCode container based authentication
 
:created_on: Created on Nov 17, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/lib/auth_modules/auth_crowd.py
Show inline comments
 
@@ -20,7 +20,7 @@ RhodeCode authentication plugin for Atla
 
:created_on: Created on Nov 17, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/auth_modules/auth_ldap.py
Show inline comments
 
@@ -20,7 +20,7 @@ RhodeCode authentication plugin for LDAP
 
:created_on: Created on Nov 17, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/auth_modules/auth_rhodecode.py
Show inline comments
 
@@ -20,7 +20,7 @@ RhodeCode authentication plugin for buil
 
:created_on: Created on Nov 17, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/base.py
Show inline comments
 
@@ -23,7 +23,7 @@ controllers
 
:created_on: Oct 06, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/lib/celerylib/__init__.py
Show inline comments
 
@@ -20,7 +20,7 @@ celery libs for RhodeCode
 
:created_on: Nov 27, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/celerylib/tasks.py
Show inline comments
 
@@ -21,7 +21,7 @@ by celery daemon
 
:created_on: Oct 6, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from celery.decorators import task
kallithea/lib/compat.py
Show inline comments
 
@@ -21,7 +21,7 @@ Python backward compatibility functions 
 
:created_on: Oct 7, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/db_manage.py
Show inline comments
 
@@ -21,7 +21,7 @@ of database as well as for migration ope
 
:created_on: Apr 10, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/__init__.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database migration modules
 
:created_on: Dec 11, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/lib/dbmigrate/schema/__init__.py
Show inline comments
 
@@ -20,5 +20,5 @@ Schemas for migrations
 
:created_on: Nov 1, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
kallithea/lib/dbmigrate/schema/db_1_2_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode <=1.2.X
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_1_3_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode <=1.3.X
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/lib/dbmigrate/schema/db_1_4_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode <=1.4.X
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/dbmigrate/schema/db_1_5_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode <=1.5.2
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_1_5_2.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode <=1.5.X
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_1_6_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode <=1.5.X
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_1_7_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_1_8_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_2_0_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_2_0_1.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_2_0_2.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_2_1_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_2_2_0.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/schema/db_2_2_3.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/dbmigrate/versions/__init__.py
Show inline comments
 
@@ -20,7 +20,7 @@ Package containing new versions of datab
 
:created_on: Dec 11, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from sqlalchemy import *
kallithea/lib/diffs.py
Show inline comments
 
@@ -21,7 +21,7 @@ Set of diffing helpers, previously part 
 
:created_on: Dec 4, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 
import re
 
import difflib
kallithea/lib/exceptions.py
Show inline comments
 
@@ -20,7 +20,7 @@ Set of custom exceptions used in RhodeCo
 
:created_on: Nov 17, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from webob.exc import HTTPClientError
kallithea/lib/hooks.py
Show inline comments
 
@@ -20,7 +20,7 @@ Hooks runned by rhodecode
 
:created_on: Aug 6, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/indexers/__init__.py
Show inline comments
 
@@ -20,7 +20,7 @@ Whoosh indexing module for RhodeCode
 
:created_on: Aug 17, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/indexers/daemon.py
Show inline comments
 
@@ -20,7 +20,7 @@ A daemon will read from task table and r
 
:created_on: Jan 26, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/lib/markup_renderer.py
Show inline comments
 
@@ -20,7 +20,7 @@ Renderer for markup languages with abili
 
:created_on: Oct 27, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/middleware/errormator.py
Show inline comments
 
@@ -20,7 +20,7 @@ middleware to handle errormator publishi
 
:created_on: October 18, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/middleware/https_fixup.py
Show inline comments
 
@@ -20,7 +20,7 @@ middleware to handle https correctly
 
:created_on: May 23, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/middleware/sentry.py
Show inline comments
 
@@ -20,7 +20,7 @@ middleware to handle sentry/raven publis
 
:created_on: September 18, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/lib/middleware/simplegit.py
Show inline comments
 
@@ -21,7 +21,7 @@ It's implemented with basic auth functio
 
:created_on: Apr 28, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/lib/middleware/simplehg.py
Show inline comments
 
@@ -21,7 +21,7 @@ SimpleHG middleware for handling mercuri
 
:created_on: Apr 28, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/lib/middleware/wrapper.py
Show inline comments
 
@@ -20,7 +20,7 @@ request time mesuring app
 
:created_on: May 23, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import time
kallithea/lib/paster_commands/cache_keys.py
Show inline comments
 
@@ -21,7 +21,7 @@ cleanup-keys paster command for RhodeCod
 
:created_on: mar 27, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/lib/paster_commands/ishell.py
Show inline comments
 
@@ -20,7 +20,7 @@ interactive shell paster command for Rho
 
:created_on: Apr 4, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/lib/paster_commands/make_index.py
Show inline comments
 
@@ -20,7 +20,7 @@ make-index paster command for RhodeCode
 
:created_on: Aug 17, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/lib/paster_commands/make_rcextensions.py
Show inline comments
 
@@ -20,7 +20,7 @@ make-rcext paster command for RhodeCode
 
:created_on: Mar 6, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/lib/paster_commands/repo_scan.py
Show inline comments
 
@@ -20,7 +20,7 @@ repo-scan paster command for RhodeCode
 
:created_on: Feb 9, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/lib/paster_commands/update_repoinfo.py
Show inline comments
 
@@ -20,7 +20,7 @@ uodate-repoinfo paster command for Rhode
 
:created_on: Jul 14, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/lib/rcmail/smtp_mailer.py
Show inline comments
 
@@ -20,7 +20,7 @@ Simple smtp mailer used in RhodeCode
 
:created_on: Sep 13, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import time
kallithea/lib/utils.py
Show inline comments
 
@@ -20,7 +20,7 @@ Utilities library for RhodeCode
 
:created_on: Apr 18, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/lib/utils2.py
Show inline comments
 
@@ -20,7 +20,7 @@ Some simple helper functions
 
:created_on: Jan 5, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/model/__init__.py
Show inline comments
 
@@ -20,7 +20,7 @@ The application's model objects
 
:created_on: Nov 25, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 

	
 
:example:
kallithea/model/api_key.py
Show inline comments
 
@@ -20,7 +20,7 @@ api key model for RhodeCode
 
:created_on: Sep 8, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/model/changeset_status.py
Show inline comments
 
@@ -8,7 +8,7 @@ Changeset status conttroller
 
:created_on: Apr 30, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 
# This program is free software: you can redistribute it and/or modify
 
# it under the terms of the GNU General Public License as published by
kallithea/model/comment.py
Show inline comments
 
@@ -20,7 +20,7 @@ comments model for RhodeCode
 
:created_on: Nov 11, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/model/db.py
Show inline comments
 
@@ -20,7 +20,7 @@ Database Models for RhodeCode
 
:created_on: Apr 08, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import os
kallithea/model/gist.py
Show inline comments
 
@@ -20,7 +20,7 @@ gist model for RhodeCode
 
:created_on: May 9, 2013
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/model/notification.py
Show inline comments
 
@@ -21,7 +21,7 @@ Model for notifications
 
:created_on: Nov 20, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/model/permission.py
Show inline comments
 
@@ -20,7 +20,7 @@ permissions model for RhodeCode
 
:created_on: Aug 20, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/model/pull_request.py
Show inline comments
 
@@ -20,7 +20,7 @@ pull request model for RhodeCode
 
:created_on: Jun 6, 2012
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
kallithea/model/repo.py
Show inline comments
 
@@ -20,7 +20,7 @@ Repository model for rhodecode
 
:created_on: Jun 5, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/model/repo_group.py
Show inline comments
 
@@ -20,7 +20,7 @@ repo group model for RhodeCode
 
:created_on: Jan 25, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/model/scm.py
Show inline comments
 
@@ -20,7 +20,7 @@ Scm model for RhodeCode
 
:created_on: Apr 9, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/model/user.py
Show inline comments
 
@@ -20,7 +20,7 @@ users model for RhodeCode
 
:created_on: Apr 9, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/tests/other/test_libs.py
Show inline comments
 
@@ -20,7 +20,7 @@ Package for testing various lib/helper f
 
:created_on: Jun 9, 2011
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
from __future__ import with_statement
kallithea/tests/other/test_vcs_operations.py
Show inline comments
 
@@ -24,7 +24,7 @@ You must have git > 1.8.1 for tests to w
 
:created_on: Dec 30, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/tests/scripts/test_concurency.py
Show inline comments
 
@@ -20,7 +20,7 @@ Test suite for making push/pull operatio
 
:created_on: Dec 30, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 

	
 
"""
 

	
kallithea/tests/scripts/test_crawler.py
Show inline comments
 
@@ -24,7 +24,7 @@ watch -n1 ./kallithea/tests/mem_watch
 
:created_on: Apr 21, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 

	
kallithea/websetup.py
Show inline comments
 
@@ -20,7 +20,7 @@ Weboperations and setup for rhodecode
 
:created_on: Dec 11, 2010
 
:author: marcink
 
:copyright: (c) 2013 RhodeCode GmbH.
 
:license: GPLv3, see LICENSE for more details.
 
:license: GPLv3, see LICENSE.md for more details.
 
"""
 

	
 
import logging
setup.cfg
Show inline comments
 
@@ -24,7 +24,7 @@ statistics = true
 
add_comments = TRANSLATORS:
 
output_file = kallithea/i18n/kallithea.pot
 
msgid-bugs-address = marcin@maq.io
 
copyright-holder = Marcin Kuzminski RhodeCode
 
copyright-holder = Various authors, licensing as GPLv3
 
no-wrap = true
 

	
 
[init_catalog]
0 comments (0 inline, 0 general)