2006->2007
svn: r5201
This commit is contained in:
parent
7b5a104643
commit
ddc068c52b
|
@ -425,7 +425,7 @@
|
|||
(void)))))))
|
||||
(list "file/directory/collection" "file/directory/sub-collection")))
|
||||
|
||||
(printf "mzc version ~a, Copyright (c) 2004-2006 PLT Scheme Inc.~n"
|
||||
(printf "mzc version ~a, Copyright (c) 2004-2007 PLT Scheme Inc.~n"
|
||||
(version))
|
||||
|
||||
(define-values (mode source-files prefix)
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
(message-box (string-constant plt:hd:about-help-desk)
|
||||
(format
|
||||
(string-constant plt:hd:help-desk-about-string)
|
||||
(version:version) 1995 2006)
|
||||
(version:version) 1995 2007)
|
||||
this))
|
||||
(define/override (help-menu:create-about?) #t)
|
||||
(define/override (help-menu:after-about menu)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
(define timeout +inf.0)
|
||||
(define (make-item ss)
|
||||
`(ul (li ,@(map (lambda (s) `(div ,s (br))) ss))))
|
||||
(define copyright-year 2006)
|
||||
(define copyright-year 2007)
|
||||
(define (start initial-request)
|
||||
(report-errors-to-browser send/finish)
|
||||
`(html
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
(provide md5)
|
||||
|
||||
;;; Copyright (c) 2006, PLT Scheme Inc.
|
||||
;;; Copyright (c) 2005-2007, PLT Scheme Inc.
|
||||
;;; Copyright (c) 2002, Jens Axel Soegaard
|
||||
;;;
|
||||
;;; Permission to copy this software, in whole or in part, to use this
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; sgl -- An OpenGL extension of MzScheme
|
||||
;;
|
||||
;; Copyright (C) 2003-2006 Scott Owens <sowens@cs.utah.edu>
|
||||
;; Copyright (C) 2003-2007 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
|
||||
|
|
|
@ -295,7 +295,7 @@ please adhere to these guidelines:
|
|||
(plt:hd:refreshing-manuals-finished "Færdig.")
|
||||
(plt:hd:about-help-desk "Om hjælpebord")
|
||||
(plt:hd:help-desk-about-string
|
||||
"Hjælpebordet er en fuldstændig kilde af information om PLT-software, inklusive DrScheme, MzScheme og MrEd.\n\nVersion ~a\nCopyright (c) 1995-2006 PLT")
|
||||
"Hjælpebordet er en fuldstændig kilde af information om PLT-software, inklusive DrScheme, MzScheme og MrEd.\n\nVersion ~a\nCopyright (c) ~a-~a PLT")
|
||||
(plt:hd:help-on-help "Hjælp om hjælp")
|
||||
(plt:hd:help-on-help-details "For hjælp om Hjælpebord, følg linket `How to use Help Desk'-linket på hjælpebordets startside.")
|
||||
(reload "Opdater") ;; refresh the page in a web browser
|
||||
|
@ -1257,4 +1257,4 @@ please adhere to these guidelines:
|
|||
(gui-tool-insert-gui "Indsæt GUI")
|
||||
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -137,7 +137,7 @@ Swindle environment.
|
|||
|
||||
====< Copyright Notice >================================================
|
||||
|
||||
Copyright (C) 1998-2006 Eli Barzilay (eli@barzilay.org)
|
||||
Copyright (C) 1998-2007 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
|
||||
|
|
|
@ -7536,7 +7536,7 @@
|
|||
(cond
|
||||
((string=? not-a-file "--version")
|
||||
(write-log
|
||||
"Copyright (c) 1997-2006, Dorai Sitaram.\n\nPermission to distribute and use this work for any\npurpose is hereby granted provided this copyright\nnotice is included in the copy. This work is provided\nas is, with no warranty of any kind.\n\nFor more information on TeX2page, please see")
|
||||
"Copyright (c) 1997-2007, Dorai Sitaram.\n\nPermission to distribute and use this work for any\npurpose is hereby granted provided this copyright\nnotice is included in the copy. This work is provided\nas is, with no warranty of any kind.\n\nFor more information on TeX2page, please see")
|
||||
(write-log #\newline)
|
||||
(write-log *tex2page-website*)
|
||||
(write-log #\.)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" dummy line
|
||||
.TH DRSCHEME 1 "May 2006"
|
||||
.TH DRSCHEME 1 "May 2007"
|
||||
.UC 4
|
||||
.SH NAME
|
||||
drscheme \- The PLT Scheme programming environment
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" dummy line
|
||||
.TH HELP-DESK 1 "May 2006"
|
||||
.TH HELP-DESK 1 "May 2007"
|
||||
.UC 4
|
||||
.SH NAME
|
||||
help-desk \- The PLT Scheme documentation center
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
\" dummy line
|
||||
.TH MRED 1 "May 2006"
|
||||
.TH MRED 1 "May 2007"
|
||||
.UC 4
|
||||
.SH NAME
|
||||
mred \- The PLT Graphical Scheme implementation
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" dummy line
|
||||
.TH MZSCHEME 1 "May 2006"
|
||||
.TH MZSCHEME 1 "May 2007"
|
||||
.UC 4
|
||||
.SH NAME
|
||||
mzscheme \- The PLT Scheme implementation
|
||||
|
|
|
@ -184,7 +184,7 @@ mpost(1).
|
|||
|
||||
.SH COPYRIGHT
|
||||
|
||||
Copyright 1997-2006 by Dorai Sitaram.
|
||||
Copyright 1997-2007 by Dorai Sitaram.
|
||||
|
||||
Permission to distribute and use this work for any purpose is
|
||||
hereby granted provided this copyright notice is included in
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: MrEd main file, including a hodge-podge of global stuff
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995-2000, Matthew Flatt
|
||||
*/
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ MRED_EXTERN void mred_set_run_from_cmd_line(MrEd_Run_From_Cmd_Line_Proc);
|
|||
#else
|
||||
# define MRED3M ""
|
||||
#endif
|
||||
#define BANNER "MrEd" MRED3M " version " MZSCHEME_VERSION ", Copyright (c) 2004-2006 PLT Scheme Inc.\n"
|
||||
#define BANNER "MrEd" MRED3M " version " MZSCHEME_VERSION ", Copyright (c) 2004-2007 PLT Scheme Inc.\n"
|
||||
|
||||
#ifndef WINDOW_STDIO
|
||||
/* Removing "|| defined(wx_msw)" below uses the Windows console.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: MrEd MacOS event loop
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1996
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1996, Matthew Flatt
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: MrEd Windows event loop
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1996
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1996, Matthew Flatt
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: MrEd X Windows event loop
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1996
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1996, Matthew Flatt
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: MrEd main file, including a hodge-podge of global stuff
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995-2000, Matthew Flatt
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxChangeRecord implementations
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxKeymap implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxMediaAdmins
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1997
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1997, Matthew Flatt
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxMediaBuffer implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995-98, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxMediaCanvas & wxDrawableMediaAdmin implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxMediaEdit implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxMediaLine (internal class for wxMediaEdit) implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxMediaPasteboard implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxMediaEdit private methods implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxMediaSnip implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxSnip implementations
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995-2002, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: wxStyle and wxStyleList implementation
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1995, Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Precise GC for MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1999 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Precise GC for MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1999 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2000 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
SenoraGC, a relatively portable conservative GC for a slightly
|
||||
cooperative environment
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1996-98 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt, Scott Owens
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2002 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2006 PLT Scheme Inc.
|
||||
Copyright (c) 2007 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* @(#)regexp.c 1.3 of 18 April 87
|
||||
* Revised for PLT MzScheme, 1995-2001
|
||||
* Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
*
|
||||
* Copyright (c) 1986 by University of Toronto.
|
||||
* Written by Henry Spencer. Not derived from licensed software.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
@ -1895,7 +1895,7 @@ char *scheme_banner(void)
|
|||
"3m"
|
||||
#endif
|
||||
" version " MZSCHEME_VERSION VERSION_SUFFIX
|
||||
", Copyright (c) 2004-2006 PLT Scheme Inc.\n";
|
||||
", Copyright (c) 2004-2007 PLT Scheme Inc.\n";
|
||||
}
|
||||
|
||||
void scheme_set_banner(char *s)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
MzScheme
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -40,7 +40,7 @@ BEGIN
|
|||
VALUE "FileDescription", "MrEd-based application\0"
|
||||
VALUE "InternalName", "MrEd.exe\0"
|
||||
VALUE "FileVersion", "360, 0, 0, 0\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1995-2006\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1995-2007\0"
|
||||
VALUE "OriginalFilename", "MrEd.exe\0"
|
||||
VALUE "ProductName", "PLT Scheme\0"
|
||||
VALUE "ProductVersion", "360, 0, 0, 0\0"
|
||||
|
|
|
@ -72,7 +72,7 @@ BEGIN
|
|||
VALUE "FileDescription", "MzCOM Module"
|
||||
VALUE "FileVersion", "360, 0, 0, 0"
|
||||
VALUE "InternalName", "MzCOM"
|
||||
VALUE "LegalCopyright", "Copyright 2000-2006 PLT (Paul Steckler)"
|
||||
VALUE "LegalCopyright", "Copyright 2000-2007 PLT (Paul Steckler)"
|
||||
VALUE "OriginalFilename", "MzCOM.EXE"
|
||||
VALUE "ProductName", "MzCOM Module"
|
||||
VALUE "ProductVersion", "360, 0, 0, 0"
|
||||
|
@ -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. 360",IDC_STATIC,71,8,61,8
|
||||
CTEXT "Copyright (c) 2000-2006 PLT (Paul Steckler)",IDC_STATIC,
|
||||
CTEXT "Copyright (c) 2000-2007 PLT (Paul Steckler)",IDC_STATIC,
|
||||
41,20,146,9
|
||||
CTEXT "MzScheme v. 360",IDC_STATIC,64,35,75,8
|
||||
CTEXT "Copyright (c) 1995-2006 PLT Inc.",IDC_STATIC,
|
||||
CTEXT "Copyright (c) 1995-2007 PLT Inc.",IDC_STATIC,
|
||||
30,47,143,8
|
||||
ICON MZICON,IDC_STATIC,11,16,20,20
|
||||
END
|
||||
|
|
|
@ -49,7 +49,7 @@ BEGIN
|
|||
VALUE "FileDescription", "MzScheme-based application\0"
|
||||
VALUE "InternalName", "MzScheme.exe\0"
|
||||
VALUE "FileVersion", "360, 0, 0, 0\0"
|
||||
VALUE "LegalCopyright", "Copyright <20>© 1995-2006\0"
|
||||
VALUE "LegalCopyright", "Copyright <20>© 1995-2007\0"
|
||||
VALUE "OriginalFilename", "mzscheme.exe\0"
|
||||
VALUE "ProductName", "PLT Scheme\0"
|
||||
VALUE "ProductVersion", "360, 0, 0, 0\0"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Authors: Markus Holzem, Julian Smart, and Matthew Flatt
|
||||
*
|
||||
* Copyright: (C) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (C) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (C) 1995, AIAI, University of Edinburgh (Julian)
|
||||
* Copyright: (C) 1995, GNU (Markus)
|
||||
*
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* Authors: Markus Holzem, Julian Smart, and Matthew Flatt
|
||||
*
|
||||
* Copyright: (C) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (C) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (C) 1995, AIAI, University of Edinburgh (Julian)
|
||||
* Copyright: (C) 1995, GNU (Markus)
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated: August 1994
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated:
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated: August 1994
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated: August 1994
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
MrEd interface to various garbage collectors, including the Boehm
|
||||
collector, SenoraGC, and MzScheme's precise collector.
|
||||
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
|
||||
*************************************************************************/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
MrEd interface to various garbage collectors, including the Boehm
|
||||
collector, SenoraGC, and MzScheme's precise collector.
|
||||
|
||||
Copyright (c) 2004-2006 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2007 PLT Scheme Inc.
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated:
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated:
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated:
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated:
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Created: 1993
|
||||
* Updated:
|
||||
* 7/3/95 pulled in some 16.2 changes - Cecil Coupe
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated:
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 PLT Scheme Inc.
|
||||
* Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Julian Smart
|
||||
* Created: 1993
|
||||
* Updated:
|
||||
* Copyright: (c) 2004-2006 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2007 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
Loading…
Reference in New Issue
Block a user