From aa8e5ee8619f3c1e700b5e072f25ed859e44be4e Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Sun, 19 Nov 2006 18:39:35 +0000 Subject: [PATCH] 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 --- lib/bb/fetch/svn.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/bb/fetch/svn.py b/lib/bb/fetch/svn.py index b95de2a7..a5dc91aa 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. -- 2.20.1