summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/svn.py
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2006-11-19 18:39:35 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2006-11-19 18:39:35 +0000
commitaa8e5ee8619f3c1e700b5e072f25ed859e44be4e (patch)
tree4eb1cbf2e8ba61ab00cef51fd286fe463650a041 /lib/bb/fetch/svn.py
parent8c2c72fe352c84ec1802cc8cc828155fb4828e6c (diff)
downloadbitbake-aa8e5ee8619f3c1e700b5e072f25ed859e44be4e.tar.gz
svn fetcher: added my (C) as this is code which I wrote in 2004 (pre-bitbake times)
http://oe-devel.bkbits.net:8080/oe.deprecated/cset%401.780
Diffstat (limited to 'lib/bb/fetch/svn.py')
-rw-r--r--lib/bb/fetch/svn.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bb/fetch/svn.py b/lib/bb/fetch/svn.py
index b95de2a79..a5dc91aaf 100644
--- a/lib/bb/fetch/svn.py
+++ b/lib/bb/fetch/svn.py
@@ -4,6 +4,10 @@
"""
BitBake 'Fetch' implementations
+This implementation is for svn. It is based on the cvs implementation.
+
+Copyright (C) 2004 Marcin Juszkiewicz
+
Classes for obtaining upstream sources for the
BitBake build tools.