r1740: Added authorship for John DeSoi
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 6 Apr 2002 19:11:15 +0000 (19:11 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 6 Apr 2002 19:11:15 +0000 (19:11 +0000)
src/mcl/aggregates.cl
src/mcl/functions.cl
src/mcl/libraries.cl
src/mcl/objects.cl
src/mcl/primitives.cl
src/mcl/strings.cl

index c788d2f6e5a54aefe184593d7fce8348fb473874..e841d859a3cf48237ca411f320bcf0ae045e21de 100644 (file)
@@ -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
index 35bca59f3e02b78128bedece60eb7e6f0e57632e..467c2ec3419a8a26b45689acafb197242bb177f3 100644 (file)
@@ -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
index 170acecdb60a665572de921225b4a7cd61a84a0a..c05f7e6f62e90f0de56dd9cbe771cf2429c1e429 100644 (file)
@@ -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
index 9e025b454effd8d90a0621fe2cbbf3658381c73a..aa776f415b548ca719ff9ddfc5869303b663c6a7 100644 (file)
@@ -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
index 57f3b174b941c7c149ce2bcf20eb76987ac1fe34..0c89e918951539b3ef1f1ad2aa64c94578217615 100644 (file)
@@ -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
index 5e680e2c56822fd816dda125349a9fc91138fe4f..8d20998e8468bc78f3c209477e30867ea102e72c 100644 (file)
@@ -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