2009 -> 2010

svn: r17383
This commit is contained in:
Eli Barzilay 2009-12-22 05:52:15 +00:00
parent d3e8978b55
commit d51cae1708
422 changed files with 428 additions and 428 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
;; Copyright (c) 2009 Derick Eddington. All rights reserved.
;; Copyright (c) 2009-2010 Derick Eddington. All rights reserved.
;; Permission is hereby granted, free of charge, to any person obtaining a
;; copy of this software and associated documentation files (the "Software"),

View File

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

View File

@ -164,7 +164,7 @@ mpost(1).
.SH COPYRIGHT
Copyright 1997-2009 by Dorai Sitaram.
Copyright 1997-2010 by Dorai Sitaram.
Permission to distribute and use this work for any purpose is
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
* Author: Matthew Flatt
* Created: 1995
* Copyright: (c) 2004-2009 PLT Scheme Inc.
* Copyright: (c) 2004-2010 PLT Scheme Inc.
* Copyright: (c) 1995-2000, Matthew Flatt
*/

View File

@ -187,7 +187,7 @@ MRED_EXTERN void mred_set_run_from_cmd_line(MrEd_Run_From_Cmd_Line_Proc);
# define mrVERSION_SUFFIX " [cgc]"
# endif
#endif
#define BANNER "MrEd v" MZSCHEME_VERSION mrVERSION_SUFFIX ", Copyright (c) 2004-2009 PLT Scheme Inc.\n"
#define BANNER "MrEd v" MZSCHEME_VERSION mrVERSION_SUFFIX ", Copyright (c) 2004-2010 PLT Scheme Inc.\n"
#ifndef WCONSOLE_STDIO
# if defined(wx_msw)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/*
MzScheme
Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2004-2010 PLT Scheme Inc.
Copyright (c) 1995-2000 Matthew Flatt
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
cooperative environment
Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2004-2010 PLT Scheme Inc.
Copyright (c) 1996-98 Matthew Flatt
All rights reserved.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/*
MzScheme
Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2004-2010 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt
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
* Revised for PLT MzScheme, 1995-2001
* Copyright (c) 2004-2009 PLT Scheme Inc.
* Copyright (c) 2004-2010 PLT Scheme Inc.
*
* Copyright (c) 1986 by University of Toronto.
* Written by Henry Spencer. Not derived from licensed software.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/*
MzScheme
Copyright (c) 2004-2009 PLT Scheme Inc.
Copyright (c) 2004-2010 PLT Scheme Inc.
Copyright (c) 1995-2001 Matthew Flatt
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 "InternalName", "MrEd\0"
VALUE "FileVersion", "4, 2, 3, 8\0"
VALUE "LegalCopyright", "Copyright © 1995-2009\0"
VALUE "LegalCopyright", "Copyright © 1995-2010\0"
VALUE "OriginalFilename", "MrEd.exe\0"
VALUE "ProductName", "PLT Scheme\0"
VALUE "ProductVersion", "4, 2, 3, 8\0"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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