diff rhodecode/lib/exceptions.py @ 1532:2afe9320d5e6 beta

updated docstrings
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 08 Oct 2011 03:00:03 +0200
parents a62af7d509ee
children 752b0a7b7679 89efedac4e6c
line wrap: on
line diff
--- a/rhodecode/lib/exceptions.py	Sat Oct 08 02:09:42 2011 +0200
+++ b/rhodecode/lib/exceptions.py	Sat Oct 08 03:00:03 2011 +0200
@@ -6,8 +6,8 @@
     Set of custom exceptions used in RhodeCode
 
     :created_on: Nov 17, 2010
-    :copyright: (c) 2010 by marcink.
-    :license: LICENSE_NAME, see LICENSE_FILE for more details.
+    :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
+    :license: GPLv3, see COPYING 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