"PLT Scheme Inc" -> "PLT Design Inc"

This commit is contained in:
Eli Barzilay 2013-02-12 08:06:30 -05:00
parent 2f4183242e
commit 49ab87eadc
77 changed files with 81 additions and 81 deletions

2
README
View File

@ -28,7 +28,7 @@ License
------- -------
Racket Racket
Copyright (c) 2010-2013 PLT Scheme Inc. Copyright (c) 2010-2013 PLT Design Inc.
Racket is distributed under the GNU Lesser General Public License Racket is distributed under the GNU Lesser General Public License
(LGPL). This means that you can link Racket into proprietary (LGPL). This means that you can link Racket into proprietary

View File

@ -215,7 +215,7 @@
(list "file"))) (list "file")))
(when (compiler:option:somewhat-verbose) (when (compiler:option:somewhat-verbose)
(printf "~a v~a [~a], Copyright (c) 2004-2013 PLT Scheme Inc.\n" (printf "~a v~a [~a], Copyright (c) 2004-2013 PLT Design Inc.\n"
(short-program+command-name) (short-program+command-name)
(version) (version)
(system-type 'gc))) (system-type 'gc)))

View File

@ -1,6 +1,6 @@
#lang scheme/base #lang scheme/base
;; Main compilation procedures ;; Main compilation procedures
;; (c) 1997-2013 PLT Scheme Inc. ;; (c) 1997-2013 PLT Design Inc.
;; 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

@ -364,7 +364,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-2013 PLT Scheme Inc.\n" (printf "mzc v~a [~a], Copyright (c) 2004-2013 PLT Design Inc.\n"
(version) (version)
(system-type 'gc))) (system-type 'gc)))

View File

@ -2,7 +2,7 @@
(provide md5) (provide md5)
;;; Copyright (c) 2005-2013, PLT Scheme Inc. ;;; Copyright (c) 2005-2013, PLT Design Inc.
;;; Copyright (c) 2002, Jens Axel Soegaard ;;; Copyright (c) 2002, Jens Axel Soegaard
;;; ;;;
;;; Distributed under the same terms as Racket, by permission. ;;; Distributed under the same terms as Racket, by permission.

View File

@ -226,7 +226,7 @@ Section ""
; used to also have "VersionMajor" & "VersionMinor" but looks like it's not needed ; used to also have "VersionMajor" & "VersionMinor" but looks like it's not needed
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "HelpLink" "http://racket-lang.org/" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "HelpLink" "http://racket-lang.org/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "URLInfoAbout" "http://racket-lang.org/" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "URLInfoAbout" "http://racket-lang.org/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "Publisher" "PLT Scheme Inc." WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "Publisher" "PLT Design Inc."
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "NoModify" "1" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "NoModify" "1"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "NoRepair" "1" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${RKTRegName}" "NoRepair" "1"
!endif !endif

View File

@ -436,7 +436,7 @@
`(,@attrs `(,@attrs
[year ,year] [year ,year]
[month ,month] [month ,month]
[institution "PLT Scheme Inc."] [institution "PLT Design Inc."]
[type "Reference Manual"] [type "Reference Manual"]
[number ,number] [number ,number]
[#:version ,ver] [#:version ,ver]

View File

@ -26,7 +26,7 @@ for more information.
@copyright{ @copyright{
Racket Racket
Copyright (c) 2010-2013 PLT Scheme Inc. Copyright (c) 2010-2013 PLT Design Inc.
} }
Racket software includes or extends the following copyrighted material: Racket software includes or extends the following copyrighted material:
@ -34,21 +34,21 @@ Racket 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-2010 PLT Scheme Inc. Copyright (c) 2004-2010 PLT Design Inc.
All rights reserved. All rights reserved.
} }
@copyright{ @copyright{
MrEd MrEd
Copyright (c) 1995-2003 PLT Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2010 PLT Scheme Inc. Copyright (c) 2004-2010 PLT Design Inc.
All rights reserved. All rights reserved.
} }
@copyright{ @copyright{
MzScheme MzScheme
Copyright (c) 1995-2003 PLT Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2010 PLT Scheme Inc. Copyright (c) 2004-2010 PLT Design Inc.
All rights reserved. All rights reserved.
} }

View File

@ -1,6 +1,6 @@
;; sgl -- An OpenGL extension of Racket ;; sgl -- An OpenGL extension of Racket
;; ;;
;; Copyright (C) 2007-2013 PLT Scheme Inc. ;; Copyright (C) 2007-2013 PLT Design Inc.
;; Copyright (C) 2003-2007 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 ;; This library is free software; you can redistribute it and/or

View File

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

View File

@ -1,6 +1,6 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design Inc.
Copyright (c) 1995 Matthew Flatt Copyright (c) 1995 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design Inc.
Copyright (c) 1995 Matthew Flatt Copyright (c) 1995 Matthew Flatt
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2006-2013 PLT Scheme Inc. Copyright (c) 2006-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2009-2013 PLT Scheme Inc. Copyright (c) 2009-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2009-2013 PLT Scheme Inc. Copyright (c) 2009-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 Racket, 1995-2001 * Revised for PLT Racket, 1995-2001
* Copyright (c) 2004-2013 PLT Scheme Inc. * Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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 @@
/* /*
Racket Racket
Copyright (c) 2004-2013 PLT Scheme Inc. Copyright (c) 2004-2013 PLT Design 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

@ -27,7 +27,7 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "CompanyName", "PLT Scheme Inc.\0" VALUE "CompanyName", "PLT Design Inc.\0"
VALUE "FileDescription", "Racket GUI application\0" VALUE "FileDescription", "Racket GUI application\0"
VALUE "InternalName", "GRacket\0" VALUE "InternalName", "GRacket\0"
VALUE "FileVersion", "5, 3, 3, 1\0" VALUE "FileVersion", "5, 3, 3, 1\0"

View File

@ -27,7 +27,7 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "CompanyName", "PLT Scheme Inc.\0" VALUE "CompanyName", "PLT Design Inc.\0"
VALUE "FileDescription", "Racket application\0" VALUE "FileDescription", "Racket application\0"
VALUE "InternalName", "Racket\0" VALUE "InternalName", "Racket\0"
VALUE "FileVersion", "5, 3, 3, 1\0" VALUE "FileVersion", "5, 3, 3, 1\0"

View File

@ -38,7 +38,7 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "CompanyName", "PLT Scheme Inc.\0" VALUE "CompanyName", "PLT Design Inc.\0"
#ifdef MRSTART #ifdef MRSTART
VALUE "FileDescription", "Racket GUI Launcher\0" VALUE "FileDescription", "Racket GUI Launcher\0"
#endif #endif