From e657871378c09d47e4ee1b06da0ff5d3af4665a4 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 19 Sep 2011 11:30:36 -0700 Subject: [PATCH] Assigning copyrights to MIT. --- doc/ffi/ffi.texinfo | 13 +++++++++---- src/ffi/cdecls.scm | 5 ++++- src/ffi/ctypes.scm | 5 ++++- src/ffi/generator.scm | 5 ++++- src/ffi/syntax.scm | 5 ++++- src/microcode/pruxffi.c | 5 ++++- src/microcode/pruxffi.h | 5 ++++- src/runtime/ffi.scm | 5 ++++- src/runtime/thread-queue.scm | 5 ++++- 9 files changed, 41 insertions(+), 12 deletions(-) diff --git a/doc/ffi/ffi.texinfo b/doc/ffi/ffi.texinfo index 0ab9f6fd1..99aaaf435 100644 --- a/doc/ffi/ffi.texinfo +++ b/doc/ffi/ffi.texinfo @@ -1,7 +1,8 @@ \input texinfo @c -*-Texinfo-*- @comment %**start of header @setfilename mit-scheme-ffi -@set VERSION 0.1 +@set VERSION 0.2 +@set UPDATED 2011-09-19 @settitle FFI @value{VERSION} @comment %**end of header @@ -17,7 +18,10 @@ @copying This manual documents @acronym{FFI} @value{VERSION}. -Copyright @copyright{} 2006, 2007, 2008, 2009, 2010 Matthew Birkholz +Copyright @copyright{} 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, + 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute + of Technology @quotation Permission is granted to copy, distribute and/or modify this document @@ -41,8 +45,9 @@ Software Foundation raise funds for GNU development.'' @titlepage @title The FFI Reference Manual -@subtitle a Foreign Function Interface (@value{VERSION}) -@subtitle for MIT/GNU Scheme version 7.7.90+ +@subtitle a Foreign Function Interface (version @value{VERSION}) +@subtitle for MIT/GNU Scheme version 9.0.1 +@subtitle @value{UPDATED} @author by Matt Birkholz @page @vskip 0pt plus 1filll diff --git a/src/ffi/cdecls.scm b/src/ffi/cdecls.scm index 4ec536028..e4d4ed654 100644 --- a/src/ffi/cdecls.scm +++ b/src/ffi/cdecls.scm @@ -1,6 +1,9 @@ #| -*-Scheme-*- -Copyright (C) 2006, 2007, 2008, 2009, 2010 Matthew Birkholz +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of + Technology This file is part of MIT/GNU Scheme. diff --git a/src/ffi/ctypes.scm b/src/ffi/ctypes.scm index b21116856..c63036bed 100644 --- a/src/ffi/ctypes.scm +++ b/src/ffi/ctypes.scm @@ -1,6 +1,9 @@ #| -*-Scheme-*- -Copyright (C) 2006, 2007, 2008, 2009, 2010 Matthew Birkholz +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of + Technology This file is part of MIT/GNU Scheme. diff --git a/src/ffi/generator.scm b/src/ffi/generator.scm index bc4ae126a..0526ace8d 100644 --- a/src/ffi/generator.scm +++ b/src/ffi/generator.scm @@ -1,6 +1,9 @@ #| -*-Scheme-*- -Copyright (C) 2006, 2007, 2008, 2009, 2010 Matthew Birkholz +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of + Technology This file is part of MIT/GNU Scheme. diff --git a/src/ffi/syntax.scm b/src/ffi/syntax.scm index 205096a1d..e7b4b8cd9 100644 --- a/src/ffi/syntax.scm +++ b/src/ffi/syntax.scm @@ -1,6 +1,9 @@ #| -*-Scheme-*- -Copyright (C) 2006, 2007, 2008, 2009, 2010 Matthew Birkholz +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of + Technology This file is part of MIT/GNU Scheme. diff --git a/src/microcode/pruxffi.c b/src/microcode/pruxffi.c index b0bbc8bc0..49842dc72 100644 --- a/src/microcode/pruxffi.c +++ b/src/microcode/pruxffi.c @@ -1,6 +1,9 @@ /* -*-C-*- -Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Matthew Birkholz +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of + Technology This file is part of MIT/GNU Scheme. diff --git a/src/microcode/pruxffi.h b/src/microcode/pruxffi.h index a8ef3c09f..979f52561 100644 --- a/src/microcode/pruxffi.h +++ b/src/microcode/pruxffi.h @@ -1,6 +1,9 @@ /* -*-C-*- -Copyright (C) 2006, 2007, 2008, 2009, 2010 Matthew Birkholz +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of + Technology This file is part of MIT/GNU Scheme. diff --git a/src/runtime/ffi.scm b/src/runtime/ffi.scm index 2c625e2ae..c2b0cd641 100644 --- a/src/runtime/ffi.scm +++ b/src/runtime/ffi.scm @@ -1,6 +1,9 @@ #| -*-Scheme-*- -Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Matthew Birkholz +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of + Technology This file is part of MIT/GNU Scheme. diff --git a/src/runtime/thread-queue.scm b/src/runtime/thread-queue.scm index bf4fc3162..a356a5ec7 100644 --- a/src/runtime/thread-queue.scm +++ b/src/runtime/thread-queue.scm @@ -1,6 +1,9 @@ #| -*-Scheme-*- -Copyright (C) 2005, 2009, 2010, 2011 Matthew Birkholz +Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of + Technology This file is part of MIT/GNU Scheme. -- 2.25.1