2008 -> 2009

svn: r13001
This commit is contained in:
Eli Barzilay 2009-01-04 15:34:50 +00:00
parent 2527029adb
commit 8a2753efb8
432 changed files with 438 additions and 438 deletions

View File

@ -1,5 +1,5 @@
;; Main compilation procedures ;; Main compilation procedures
;; (c) 1997-2008 PLT ;; (c) 1997-2009 PLT
;; The various procedures provided by this library are implemented ;; The various procedures provided by this library are implemented
;; by dynamically linking to code supplied by the MzLib, dynext, and ;; by dynamically linking to code supplied by the MzLib, dynext, and

View File

@ -401,7 +401,7 @@
(parse-options (current-command-line-arguments))) (parse-options (current-command-line-arguments)))
(when (compiler:option:somewhat-verbose) (when (compiler:option:somewhat-verbose)
(printf "mzc v~a [~a], Copyright (c) 2004-2008 PLT Scheme Inc.\n" (printf "mzc v~a [~a], Copyright (c) 2004-2009 PLT Scheme Inc.\n"
(version) (version)
(system-type 'gc))) (system-type 'gc)))

View File

@ -2,7 +2,7 @@
(provide md5) (provide md5)
;;; Copyright (c) 2005-2008, PLT Scheme Inc. ;;; Copyright (c) 2005-2009, PLT Scheme Inc.
;;; Copyright (c) 2002, Jens Axel Soegaard ;;; Copyright (c) 2002, Jens Axel Soegaard
;;; ;;;
;;; Permission to copy this software, in whole or in part, to use this ;;; Permission to copy this software, in whole or in part, to use this

View File

@ -28,7 +28,7 @@ for more information.
@copyright{ @copyright{
PLT Scheme PLT Scheme
Copyright (c) 1995-2003 PLT Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
} }
PLT software includes or extends the following copyrighted material: PLT software includes or extends the following copyrighted material:
@ -36,21 +36,21 @@ PLT software includes or extends the following copyrighted material:
@copyright{ @copyright{
DrScheme DrScheme
Copyright (c) 1995-2003 PLT Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
All rights reserved. All rights reserved.
} }
@copyright{ @copyright{
MrEd MrEd
Copyright (c) 1995-2003 PLT Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
All rights reserved. All rights reserved.
} }
@copyright{ @copyright{
MzScheme MzScheme
Copyright (c) 1995-2003 PLT Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
All rights reserved. All rights reserved.
} }

View File

@ -1,6 +1,6 @@
;; sgl -- An OpenGL extension of MzScheme ;; sgl -- An OpenGL extension of MzScheme
;; ;;
;; Copyright (C) 2003-2008 Scott Owens <sowens@cs.utah.edu> ;; Copyright (C) 2003-2009 Scott Owens <sowens@cs.utah.edu>
;; ;;
;; This library is free software; you can redistribute it and/or ;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License ;; modify it under the terms of the GNU Lesser General Public License

View File

@ -1,4 +1,4 @@
;;; Copyright (C) 2005-2008 by Chongkai Zhu. ;;; Copyright (C) 2005-2009 by Chongkai Zhu.
(module vector-lib mzscheme (module vector-lib mzscheme

View File

@ -1,6 +1,6 @@
;; Implementation of SRFI 63 "Homogeneous and Heterogeneous Arrays" for PLT ;; Implementation of SRFI 63 "Homogeneous and Heterogeneous Arrays" for PLT
;; Scheme. ;; Scheme.
;; Copyright (C) 2007-2008 Chongkai Zhu ;; Copyright (C) 2007-2009 Chongkai Zhu
;; Released under the same terms as the SRFI reference implementation. ;; Released under the same terms as the SRFI reference implementation.

View File

@ -137,7 +137,7 @@ Swindle environment.
====< Copyright Notice >================================================ ====< Copyright Notice >================================================
Copyright (C) 1998-2008 Eli Barzilay (eli@barzilay.org) Copyright (C) 1998-2009 Eli Barzilay (eli@barzilay.org)
This library is free software; you can redistribute it and/or modify This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as it under the terms of the GNU Lesser General Public License as

View File

@ -164,7 +164,7 @@ mpost(1).
.SH COPYRIGHT .SH COPYRIGHT
Copyright 1997-2008 by Dorai Sitaram. Copyright 1997-2009 by Dorai Sitaram.
Permission to distribute and use this work for any purpose is Permission to distribute and use this work for any purpose is
hereby granted provided this copyright notice is included in hereby granted provided this copyright notice is included in

View File

@ -3,7 +3,7 @@
* Purpose: MrEd main file, including a hodge-podge of global stuff * Purpose: MrEd main file, including a hodge-podge of global stuff
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995-2000, Matthew Flatt * Copyright: (c) 1995-2000, Matthew Flatt
*/ */

View File

@ -189,7 +189,7 @@ MRED_EXTERN void mred_set_run_from_cmd_line(MrEd_Run_From_Cmd_Line_Proc);
# define mrVERSION_SUFFIX " [cgc]" # define mrVERSION_SUFFIX " [cgc]"
# endif # endif
#endif #endif
#define BANNER "MrEd v" MZSCHEME_VERSION mrVERSION_SUFFIX ", Copyright (c) 2004-2008 PLT Scheme Inc.\n" #define BANNER "MrEd v" MZSCHEME_VERSION mrVERSION_SUFFIX ", Copyright (c) 2004-2009 PLT Scheme Inc.\n"
#ifndef WINDOW_STDIO #ifndef WINDOW_STDIO
/* Removing "|| defined(wx_msw)" below uses the Windows console. /* Removing "|| defined(wx_msw)" below uses the Windows console.

View File

@ -3,7 +3,7 @@
* Purpose: MrEd MacOS event loop * Purpose: MrEd MacOS event loop
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1996 * Created: 1996
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1996, Matthew Flatt * Copyright: (c) 1996, Matthew Flatt
*/ */

View File

@ -3,7 +3,7 @@
* Purpose: MrEd Windows event loop * Purpose: MrEd Windows event loop
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1996 * Created: 1996
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1996, Matthew Flatt * Copyright: (c) 1996, Matthew Flatt
*/ */

View File

@ -3,7 +3,7 @@
* Purpose: MrEd X Windows event loop * Purpose: MrEd X Windows event loop
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1996 * Created: 1996
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1996, Matthew Flatt * Copyright: (c) 1996, Matthew Flatt
*/ */

View File

@ -3,7 +3,7 @@
* Purpose: MrEd main file, including a hodge-podge of global stuff * Purpose: MrEd main file, including a hodge-podge of global stuff
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995-2000, Matthew Flatt * Copyright: (c) 1995-2000, Matthew Flatt
*/ */

View File

@ -3,7 +3,7 @@
* Purpose: wxChangeRecord implementations * Purpose: wxChangeRecord implementations
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxKeymap implementation * Purpose: wxKeymap implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxMediaAdmins * Purpose: wxMediaAdmins
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1997 * Created: 1997
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1997, Matthew Flatt * Copyright: (c) 1997, Matthew Flatt
*/ */

View File

@ -3,7 +3,7 @@
* Purpose: wxMediaBuffer implementation * Purpose: wxMediaBuffer implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995-98, Matthew Flatt * Copyright: (c) 1995-98, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxMediaCanvas & wxDrawableMediaAdmin implementation * Purpose: wxMediaCanvas & wxDrawableMediaAdmin implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
*/ */

View File

@ -3,7 +3,7 @@
* Purpose: wxMediaEdit implementation * Purpose: wxMediaEdit implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxMediaLine (internal class for wxMediaEdit) implementation * Purpose: wxMediaLine (internal class for wxMediaEdit) implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxMediaPasteboard implementation * Purpose: wxMediaPasteboard implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxMediaEdit private methods implementation * Purpose: wxMediaEdit private methods implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxMediaSnip implementation * Purpose: wxMediaSnip implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxSnip implementations * Purpose: wxSnip implementations
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995-2002, Matthew Flatt * Copyright: (c) 1995-2002, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -3,7 +3,7 @@
* Purpose: wxStyle and wxStyleList implementation * Purpose: wxStyle and wxStyleList implementation
* Author: Matthew Flatt * Author: Matthew Flatt
* Created: 1995 * Created: 1995
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1995, Matthew Flatt * Copyright: (c) 1995, Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995 Matthew Flatt Copyright (c) 1995 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
Precise GC for MzScheme Precise GC for MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1999 Matthew Flatt Copyright (c) 1999 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
Precise GC for MzScheme Precise GC for MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1999 Matthew Flatt Copyright (c) 1999 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995 Matthew Flatt Copyright (c) 1995 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2000 Matthew Flatt Copyright (c) 1995-2000 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,7 +1,7 @@
/* /*
SenoraGC, a relatively portable conservative GC for a slightly SenoraGC, a relatively portable conservative GC for a slightly
cooperative environment cooperative environment
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1996-98 Matthew Flatt Copyright (c) 1996-98 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt, Scott Owens Copyright (c) 1995-2001 Matthew Flatt, Scott Owens
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2000-2001 Matthew Flatt Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2002 Matthew Flatt Copyright (c) 1995-2002 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2006-2008 PLT Scheme Inc. Copyright (c) 2006-2009 PLT Scheme Inc.
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2000-2001 Matthew Flatt Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995 Matthew Flatt Copyright (c) 1995 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2000-2001 Matthew Flatt Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2000-2001 Matthew Flatt Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2000-2001 Matthew Flatt Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
Mzscheme Mzscheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995 Matthew Flatt Copyright (c) 1995 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2000-2001 Matthew Flatt Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2000-2001 Matthew Flatt Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,7 +1,7 @@
/* /*
* @(#)regexp.c 1.3 of 18 April 87 * @(#)regexp.c 1.3 of 18 April 87
* Revised for PLT MzScheme, 1995-2001 * Revised for PLT MzScheme, 1995-2001
* Copyright (c) 2004-2008 PLT Scheme Inc. * Copyright (c) 2004-2009 PLT Scheme Inc.
* *
* Copyright (c) 1986 by University of Toronto. * Copyright (c) 1986 by University of Toronto.
* Written by Henry Spencer. Not derived from licensed software. * Written by Henry Spencer. Not derived from licensed software.

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
@ -1940,7 +1940,7 @@ char *scheme_banner(void)
else else
return "Welcome to MzScheme" return "Welcome to MzScheme"
" v" MZSCHEME_VERSION VERSION_SUFFIX " v" MZSCHEME_VERSION VERSION_SUFFIX
", Copyright (c) 2004-2008 PLT Scheme Inc.\n"; ", Copyright (c) 2004-2009 PLT Scheme Inc.\n";
} }
void scheme_set_banner(char *s) void scheme_set_banner(char *s)

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2000-2001 Matthew Flatt Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* /*
MzScheme MzScheme
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

View File

@ -40,7 +40,7 @@ BEGIN
VALUE "FileDescription", "PLT Scheme GUI application\0" VALUE "FileDescription", "PLT Scheme GUI application\0"
VALUE "InternalName", "MrEd\0" VALUE "InternalName", "MrEd\0"
VALUE "FileVersion", "4, 1, 3, 8\0" VALUE "FileVersion", "4, 1, 3, 8\0"
VALUE "LegalCopyright", "Copyright © 1995-2008\0" VALUE "LegalCopyright", "Copyright © 1995-2009\0"
VALUE "OriginalFilename", "MrEd.exe\0" VALUE "OriginalFilename", "MrEd.exe\0"
VALUE "ProductName", "PLT Scheme\0" VALUE "ProductName", "PLT Scheme\0"
VALUE "ProductVersion", "4, 1, 3, 8\0" VALUE "ProductVersion", "4, 1, 3, 8\0"

View File

@ -72,7 +72,7 @@ BEGIN
VALUE "FileDescription", "MzCOM Module" VALUE "FileDescription", "MzCOM Module"
VALUE "FileVersion", "4, 1, 3, 8" VALUE "FileVersion", "4, 1, 3, 8"
VALUE "InternalName", "MzCOM" VALUE "InternalName", "MzCOM"
VALUE "LegalCopyright", "Copyright 2000-2008 PLT (Paul Steckler)" VALUE "LegalCopyright", "Copyright 2000-2009 PLT (Paul Steckler)"
VALUE "OriginalFilename", "MzCOM.EXE" VALUE "OriginalFilename", "MzCOM.EXE"
VALUE "ProductName", "MzCOM Module" VALUE "ProductName", "MzCOM Module"
VALUE "ProductVersion", "4, 1, 3, 8" VALUE "ProductVersion", "4, 1, 3, 8"
@ -106,10 +106,10 @@ FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN BEGIN
DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER
CTEXT "MzCOM v. 4.1",IDC_STATIC,71,8,61,8 CTEXT "MzCOM v. 4.1",IDC_STATIC,71,8,61,8
CTEXT "Copyright (c) 2000-2008 PLT (Paul Steckler)",IDC_STATIC, CTEXT "Copyright (c) 2000-2009 PLT (Paul Steckler)",IDC_STATIC,
41,20,146,9 41,20,146,9
CTEXT "MzScheme v. 4.1",IDC_STATIC,64,35,75,8 CTEXT "MzScheme v. 4.1",IDC_STATIC,64,35,75,8
CTEXT "Copyright (c) 1995-2008 PLT Inc.",IDC_STATIC, CTEXT "Copyright (c) 1995-2009 PLT Inc.",IDC_STATIC,
30,47,143,8 30,47,143,8
ICON MZICON,IDC_STATIC,11,16,20,20 ICON MZICON,IDC_STATIC,11,16,20,20
END END

View File

@ -49,7 +49,7 @@ BEGIN
VALUE "FileDescription", "PLT Scheme application\0" VALUE "FileDescription", "PLT Scheme application\0"
VALUE "InternalName", "MzScheme\0" VALUE "InternalName", "MzScheme\0"
VALUE "FileVersion", "4, 1, 3, 8\0" VALUE "FileVersion", "4, 1, 3, 8\0"
VALUE "LegalCopyright", "Copyright <20>© 1995-2008\0" VALUE "LegalCopyright", "Copyright <20>© 1995-2009\0"
VALUE "OriginalFilename", "mzscheme.exe\0" VALUE "OriginalFilename", "mzscheme.exe\0"
VALUE "ProductName", "PLT Scheme\0" VALUE "ProductName", "PLT Scheme\0"
VALUE "ProductVersion", "4, 1, 3, 8\0" VALUE "ProductVersion", "4, 1, 3, 8\0"

View File

@ -52,7 +52,7 @@ BEGIN
#ifdef MZSTART #ifdef MZSTART
VALUE "InternalName", "mzstart\0" VALUE "InternalName", "mzstart\0"
#endif #endif
VALUE "LegalCopyright", "Copyright © 1996-2008\0" VALUE "LegalCopyright", "Copyright © 1996-2009\0"
#ifdef MRSTART #ifdef MRSTART
VALUE "OriginalFilename", "MrStart.exe\0" VALUE "OriginalFilename", "MrStart.exe\0"
#endif #endif

View File

@ -4,7 +4,7 @@
* *
* Authors: Markus Holzem, Julian Smart, and Matthew Flatt * Authors: Markus Holzem, Julian Smart, and Matthew Flatt
* *
* Copyright: (C) 2004-2008 PLT Scheme Inc. * Copyright: (C) 2004-2009 PLT Scheme Inc.
* Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian)
* Copyright: (C) 1995, GNU (Markus) * Copyright: (C) 1995, GNU (Markus)
* *

View File

@ -5,7 +5,7 @@
* *
* Authors: Markus Holzem, Julian Smart, and Matthew Flatt * Authors: Markus Holzem, Julian Smart, and Matthew Flatt
* *
* Copyright: (C) 2004-2008 PLT Scheme Inc. * Copyright: (C) 2004-2009 PLT Scheme Inc.
* Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian)
* Copyright: (C) 1995, GNU (Markus) * Copyright: (C) 1995, GNU (Markus)
* *

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: August 1994 * Updated: August 1994
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: August 1994 * Updated: August 1994
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: August 1994 * Updated: August 1994
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -3,7 +3,7 @@
MrEd interface to various garbage collectors, including the Boehm MrEd interface to various garbage collectors, including the Boehm
collector, SenoraGC, and MzScheme's precise collector. collector, SenoraGC, and MzScheme's precise collector.
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
*************************************************************************/ *************************************************************************/

View File

@ -6,7 +6,7 @@
MrEd interface to various garbage collectors, including the Boehm MrEd interface to various garbage collectors, including the Boehm
collector, SenoraGC, and MzScheme's precise collector. collector, SenoraGC, and MzScheme's precise collector.
Copyright (c) 2004-2008 PLT Scheme Inc. Copyright (c) 2004-2009 PLT Scheme Inc.
****************************************************************************/ ****************************************************************************/

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -5,7 +5,7 @@
* Created: 1993 * Created: 1993
* Updated: * Updated:
* 7/3/95 pulled in some 16.2 changes - Cecil Coupe * 7/3/95 pulled in some 16.2 changes - Cecil Coupe
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

View File

@ -4,7 +4,7 @@
* Author: Julian Smart * Author: Julian Smart
* Created: 1993 * Created: 1993
* Updated: * Updated:
* Copyright: (c) 2004-2008 PLT Scheme Inc. * Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 1993, AIAI, University of Edinburgh * Copyright: (c) 1993, AIAI, University of Edinburgh
*/ */

Some files were not shown because too many files have changed in this diff Show More