From: Kevin M. Rosenberg Date: Sat, 6 Apr 2002 19:11:15 +0000 (+0000) Subject: r1740: Added authorship for John DeSoi X-Git-Tag: v1.6.1~512 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=1cc53427ced49872fe8d0377373dad84751d178b;p=uffi.git r1740: Added authorship for John DeSoi --- diff --git a/src/mcl/aggregates.cl b/src/mcl/aggregates.cl index c788d2f..e841d85 100644 --- a/src/mcl/aggregates.cl +++ b/src/mcl/aggregates.cl @@ -4,12 +4,13 @@ ;;;; ;;;; Name: aggregates.cl ;;;; Purpose: UFFI source to handle aggregate types -;;;; Programmer: Kevin M. Rosenberg +;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: aggregates.cl,v 1.1 2002/04/04 04:56:46 desoi Exp $ +;;;; $Id: aggregates.cl,v 1.2 2002/04/06 19:11:15 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; and John DeSoi ;;;; ;;;; UFFI users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/src/mcl/functions.cl b/src/mcl/functions.cl index 35bca59..467c2ec 100644 --- a/src/mcl/functions.cl +++ b/src/mcl/functions.cl @@ -4,12 +4,13 @@ ;;;; ;;;; Name: function.cl ;;;; Purpose: UFFI source to C function defintions -;;;; Programmer: Kevin M. Rosenberg +;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: functions.cl,v 1.1 2002/04/04 05:01:45 desoi Exp $ +;;;; $Id: functions.cl,v 1.2 2002/04/06 19:11:15 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; and John DeSoi ;;;; ;;;; UFFI users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/src/mcl/libraries.cl b/src/mcl/libraries.cl index 170acec..c05f7e6 100644 --- a/src/mcl/libraries.cl +++ b/src/mcl/libraries.cl @@ -4,12 +4,13 @@ ;;;; ;;;; Name: libraries.cl ;;;; Purpose: UFFI source to load foreign libraries -;;;; Programmer: Kevin M. Rosenberg +;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: libraries.cl,v 1.2 2002/04/05 04:10:38 desoi Exp $ +;;;; $Id: libraries.cl,v 1.3 2002/04/06 19:11:15 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; and John DeSoi ;;;; ;;;; UFFI users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/src/mcl/objects.cl b/src/mcl/objects.cl index 9e025b4..aa776f4 100644 --- a/src/mcl/objects.cl +++ b/src/mcl/objects.cl @@ -4,12 +4,13 @@ ;;;; ;;;; Name: objects.cl ;;;; Purpose: UFFI source to handle objects and pointers -;;;; Programmer: Kevin M. Rosenberg +;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: objects.cl,v 1.1 2002/04/04 05:02:27 desoi Exp $ +;;;; $Id: objects.cl,v 1.2 2002/04/06 19:11:15 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; and John DeSoi ;;;; ;;;; UFFI users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/src/mcl/primitives.cl b/src/mcl/primitives.cl index 57f3b17..0c89e91 100644 --- a/src/mcl/primitives.cl +++ b/src/mcl/primitives.cl @@ -4,12 +4,13 @@ ;;;; ;;;; Name: primitives.cl ;;;; Purpose: UFFI source to handle immediate types -;;;; Programmer: Kevin M. Rosenberg +;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: primitives.cl,v 1.1 2002/04/04 05:03:14 desoi Exp $ +;;;; $Id: primitives.cl,v 1.2 2002/04/06 19:11:15 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; and John DeSoi ;;;; ;;;; UFFI users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/src/mcl/strings.cl b/src/mcl/strings.cl index 5e680e2..8d20998 100644 --- a/src/mcl/strings.cl +++ b/src/mcl/strings.cl @@ -4,12 +4,13 @@ ;;;; ;;;; Name: strings.cl ;;;; Purpose: UFFI source to handle strings, cstring and foreigns -;;;; Programmer: Kevin M. Rosenberg +;;;; Programmers: Kevin M. Rosenberg and John DeSoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: strings.cl,v 1.1 2002/04/04 05:03:38 desoi Exp $ +;;;; $Id: strings.cl,v 1.2 2002/04/06 19:11:15 kevin Exp $ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; and John DeSoi ;;;; ;;;; UFFI users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License