Adding name to authors of coroutines

db4
James Cash 2008-11-06 20:09:51 -05:00
parent e149088f2f
commit 8cc2f8264c
4 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,3 @@
Chris Double
Clemens F. Hofreither
James Cash

View File

@ -1,4 +1,4 @@
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither.
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither, 2008 James Cash.
USING: help.markup help.syntax ;
IN: coroutines

View File

@ -1,4 +1,4 @@
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither.
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither, 2008 James Cash.
! See http://factorcode.org/license.txt for BSD license.
IN: coroutines.tests
USING: coroutines kernel sequences prettyprint tools.test math ;

View File

@ -1,4 +1,4 @@
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither.
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither, 2008 James Cash.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel hashtables namespaces make continuations quotations
accessors ;