"PLT Scheme Inc" -> "PLT Design Inc"
This commit is contained in:
parent
2f4183242e
commit
49ab87eadc
2
README
2
README
|
@ -28,7 +28,7 @@ License
|
|||
-------
|
||||
|
||||
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
|
||||
(LGPL). This means that you can link Racket into proprietary
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
(list "file")))
|
||||
|
||||
(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)
|
||||
(version)
|
||||
(system-type 'gc)))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang scheme/base
|
||||
;; Main compilation procedures
|
||||
;; (c) 1997-2013 PLT Scheme Inc.
|
||||
;; (c) 1997-2013 PLT Design Inc.
|
||||
|
||||
;; The various procedures provided by this library are implemented
|
||||
;; by dynamically linking to code supplied by the MzLib, dynext, and
|
||||
|
|
|
@ -364,7 +364,7 @@
|
|||
(parse-options (current-command-line-arguments)))
|
||||
|
||||
(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)
|
||||
(system-type 'gc)))
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
(provide md5)
|
||||
|
||||
;;; Copyright (c) 2005-2013, PLT Scheme Inc.
|
||||
;;; Copyright (c) 2005-2013, PLT Design Inc.
|
||||
;;; Copyright (c) 2002, Jens Axel Soegaard
|
||||
;;;
|
||||
;;; Distributed under the same terms as Racket, by permission.
|
||||
|
|
|
@ -226,7 +226,7 @@ Section ""
|
|||
; 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}" "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}" "NoRepair" "1"
|
||||
!endif
|
||||
|
|
|
@ -436,7 +436,7 @@
|
|||
`(,@attrs
|
||||
[year ,year]
|
||||
[month ,month]
|
||||
[institution "PLT Scheme Inc."]
|
||||
[institution "PLT Design Inc."]
|
||||
[type "Reference Manual"]
|
||||
[number ,number]
|
||||
[#:version ,ver]
|
||||
|
|
|
@ -26,7 +26,7 @@ for more information.
|
|||
|
||||
@copyright{
|
||||
Racket
|
||||
Copyright (c) 2010-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2010-2013 PLT Design Inc.
|
||||
}
|
||||
|
||||
Racket software includes or extends the following copyrighted material:
|
||||
|
@ -34,21 +34,21 @@ Racket software includes or extends the following copyrighted material:
|
|||
@copyright{
|
||||
DrScheme
|
||||
Copyright (c) 1995-2003 PLT
|
||||
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2010 PLT Design Inc.
|
||||
All rights reserved.
|
||||
}
|
||||
|
||||
@copyright{
|
||||
MrEd
|
||||
Copyright (c) 1995-2003 PLT
|
||||
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2010 PLT Design Inc.
|
||||
All rights reserved.
|
||||
}
|
||||
|
||||
@copyright{
|
||||
MzScheme
|
||||
Copyright (c) 1995-2003 PLT
|
||||
Copyright (c) 2004-2010 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2010 PLT Design Inc.
|
||||
All rights reserved.
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; 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>
|
||||
;;
|
||||
;; This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Purpose: GRacket main file, including a hodge-podge of global stuff
|
||||
* Author: Matthew Flatt
|
||||
* Created: 1995
|
||||
* Copyright: (c) 2004-2013 PLT Scheme Inc.
|
||||
* Copyright: (c) 2004-2013 PLT Design Inc.
|
||||
* Copyright: (c) 1995-2000, Matthew Flatt
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design 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-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1996-98 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt, Scott Owens
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2002 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design 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-2013 PLT Scheme Inc.
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
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
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design 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 Racket, 1995-2001
|
||||
* Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
* Copyright (c) 2004-2013 PLT Design Inc.
|
||||
*
|
||||
* Copyright (c) 1986 by University of Toronto.
|
||||
* Written by Henry Spencer. Not derived from licensed software.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 2000-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Racket
|
||||
Copyright (c) 2004-2013 PLT Scheme Inc.
|
||||
Copyright (c) 2004-2013 PLT Design Inc.
|
||||
Copyright (c) 1995-2001 Matthew Flatt
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -27,7 +27,7 @@ BEGIN
|
|||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "PLT Scheme Inc.\0"
|
||||
VALUE "CompanyName", "PLT Design Inc.\0"
|
||||
VALUE "FileDescription", "Racket GUI application\0"
|
||||
VALUE "InternalName", "GRacket\0"
|
||||
VALUE "FileVersion", "5, 3, 3, 1\0"
|
||||
|
|
|
@ -27,7 +27,7 @@ BEGIN
|
|||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "PLT Scheme Inc.\0"
|
||||
VALUE "CompanyName", "PLT Design Inc.\0"
|
||||
VALUE "FileDescription", "Racket application\0"
|
||||
VALUE "InternalName", "Racket\0"
|
||||
VALUE "FileVersion", "5, 3, 3, 1\0"
|
||||
|
|
|
@ -38,7 +38,7 @@ BEGIN
|
|||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "PLT Scheme Inc.\0"
|
||||
VALUE "CompanyName", "PLT Design Inc.\0"
|
||||
#ifdef MRSTART
|
||||
VALUE "FileDescription", "Racket GUI Launcher\0"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user