Skip to content

Commit

Permalink
"PLT Scheme Inc" -> "PLT Design Inc"
Browse files Browse the repository at this point in the history
  • Loading branch information
elibarzilay committed Feb 12, 2013
1 parent 2f41832 commit 49ab87e
Show file tree
Hide file tree
Showing 77 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion collects/compiler/commands/ctool.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down
2 changes: 1 addition & 1 deletion collects/compiler/compiler-unit.rkt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion collects/compiler/main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

Expand Down
2 changes: 1 addition & 1 deletion collects/file/md5.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion collects/meta/build/nsis/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion collects/meta/web/www/old-techreports.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
`(,@attrs
[year ,year]
[month ,month]
[institution "PLT Scheme Inc."]
[institution "PLT Design Inc."]
[type "Reference Manual"]
[number ,number]
[#:version ,ver]
Expand Down
8 changes: 4 additions & 4 deletions collects/scribblings/main/license.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@ 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:

@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.
}

Expand Down
2 changes: 1 addition & 1 deletion collects/sgl/sgl.rkt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gracket/grmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
2 changes: 1 addition & 1 deletion src/racket/dynsrc/mzdyn.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/racket/include/escheme.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/racket/include/scheme.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/racket/main.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/sgc/sgc.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/bignum.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/bool.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/builtin.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/char.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/compenv.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/compile.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/complex.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/dynext.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/env.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/error.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/eval.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/file.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/fun.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/future.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/hash.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jit.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jitalloc.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jitarith.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jitcall.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jitcommon.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jitinline.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jitprep.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jitstack.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/jitstate.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/list.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/marshal.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/module.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/mzrt.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/mzsj86.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/racket/src/network.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 49ab87e

Please sign in to comment.