CVS repositories moved out of priv/
authorshort <>
Sun, 19 Oct 2003 20:54:22 +0000 (20:54 +0000)
committershort <>
Sun, 19 Oct 2003 20:54:22 +0000 (20:54 +0000)
AUTHORS
README
debian/copyright

diff --git a/AUTHORS b/AUTHORS
index 5707503..1e698ec 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,9 +9,9 @@ file if not specified by ReactOS otherwise.
 GPL patches for GPL-ed ReactOS compatibility with the GPL-ed project "captive"
 have authorship of Jan Kratochvil. Some of those patches were alrady integrated
 into ReactOS CVS repository ":pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS", the
-others remain maintained in my "priv/reactos" repository branch "captive"
+others remain maintained in my "reactos" repository branch "captive"
 against branchpoint "bp_captive".
-               http://cvs.jankratochvil.net/viewcvs/priv/reactos/?only_with_tag=captive
+               http://cvs.jankratochvil.net/viewcvs/reactos/?only_with_tag=captive
 
 Integrated small parts of Wine are originally covered by LGPL-2.1.
 According to point 3 of LGPL-2.1 it was chosen to apply the terms of GPL-2.0
diff --git a/README b/README
index a6fea85..830852f 100644 (file)
--- a/README
+++ b/README
@@ -159,9 +159,9 @@ CVS Bleeding Edge
 
 cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs login
     Just hit ENTER (empty password)
-cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d captive priv/captive
+cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout captive
 cd captive
-cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -d reactos -r captive -kk priv/reactos
+cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -r captive -kk reactos
 ./autogen.pl
 make
 ./src/client/cmdline/captive-cmdline --load-module=/var/lib/captive/ntoskrnl.exe --filesystem=/var/lib/captive/ntfs.sys --disk  --blind /dev/hda1
index b7165d4..c2d582d 100644 (file)
@@ -4,16 +4,25 @@ Jan Kratochvil <project-captive@jankratochvil.net>
 
 captive is based on ReactOS - ReactOS authors are listed in reactos/CREDITS
 file if not specified by ReactOS otherwise.
+               http://www.reactos.com/
 
 GPL patches for GPL-ed ReactOS compatibility with the GPL-ed project "captive"
 have authorship of Jan Kratochvil. Some of those patches were alrady integrated
 into ReactOS CVS repository ":pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS", the
-others remain maintained in my "priv/reactos" repository branch "captive"
+others remain maintained in my "reactos" repository branch "captive"
 against branchpoint "bp_captive".
+               http://cvs.jankratochvil.net/viewcvs/reactos/?only_with_tag=captive
 
 Integrated small parts of Wine are originally covered by LGPL-2.1.
 According to point 3 of LGPL-2.1 it was chosen to apply the terms of GPL-2.0
 instead to get fully compatible license with captive project.
+               http://www.winehq.com/
+
+Integrated cabextract by Stuart Caie licensed according to GPL-2.0.
+               http://www.kyz.uklinux.net/cabextract.php
+
+Supplied Ext2fsd by Matt Wu licensed according to GPL-2.0.
+               http://sys.xiloo.com/projects/projects.htm#ext2fsd
 
 
 This program is free software; you can redistribute it and/or modify