update copyright year to 2017

This commit is contained in:
Matthew Butterick 2016-12-06 10:33:19 -08:00 committed by Matthew Flatt
parent 869d48b784
commit fc194d7337
85 changed files with 86 additions and 86 deletions

View File

@ -22,7 +22,7 @@ License
------- -------
Racket Racket
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 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 implies that you may link Racket into proprietary (LGPL). This implies that you may link Racket into proprietary

View File

@ -1,5 +1,5 @@
at-exp-lib at-exp-lib
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
base base
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
compiler-lib compiler-lib
Copyright (c) 2010-2014 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
compiler-test compiler-test
Copyright (c) 2010-2014 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
compiler compiler
Copyright (c) 2010-2014 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
net-doc net-doc
Copyright (c) 2010-2014 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
net-lib net-lib
Copyright (c) 2010-2014 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
net-test net-test
Copyright (c) 2010-2014 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
net net
Copyright (c) 2010-2014 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
racket-doc racket-doc
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
racket-index racket-index
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -26,7 +26,7 @@ directory for more information.
@copyright{ @copyright{
Racket Racket
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
} }
Racket software includes or extends the following copyrighted material: Racket software includes or extends the following copyrighted material:

View File

@ -1,5 +1,5 @@
racket-lib racket-lib
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
racket-test racket-test
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
racket-test racket-test
Copyright (c) 2010-2016 PLT Design Inc. Copyright (c) 2010-2017 PLT Design Inc.
This package is distributed under the GNU Lesser General Public This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary License (LGPL). This means that you can link this package into proprietary

View File

@ -2,7 +2,7 @@
(provide md5) (provide md5)
;;; Copyright (c) 2005-2014, PLT Design Inc. ;;; Copyright (c) 2005-2017 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

@ -264,7 +264,7 @@
#:exists 'truncate #:exists 'truncate
(lambda (o) (lambda (o)
(displayln pkg-name o) (displayln pkg-name o)
(displayln "Copyright (c) 2010-2016 PLT Design Inc." o) (displayln "Copyright (c) 2010-2017 PLT Design Inc." o)
(newline o) (newline o)
(displayln "This package is distributed under the GNU Lesser General Public" o) (displayln "This package is distributed under the GNU Lesser General Public" o)
(displayln "License (LGPL). This means that you can link this package into" o) (displayln "License (LGPL). This means that you can link this package into" o)

View File

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

View File

@ -1,7 +1,7 @@
/* /*
Racket's garbage collector Racket's garbage collector
By Adam Wick, Matthew Flatt, and Kevin Tew By Adam Wick, Matthew Flatt, and Kevin Tew
Copyright (c) 2004-2016 PLT Design Inc. Copyright (c) 2004-2017 PLT Design Inc.
Copyright (C) 2001, 2002 Matthew Flatt and Adam Wick Copyright (C) 2001, 2002 Matthew Flatt and Adam Wick
*/ */

View File

@ -1,6 +1,6 @@
/* /*
Racket Racket
Copyright (c) 2004-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2006-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2009-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2009-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. * Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2014 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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-2016 PLT Design Inc. Copyright (c) 2004-2017 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

@ -86,10 +86,10 @@ FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN BEGIN
DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER
CTEXT "MzCOM v"MZSCHEME_VERSION,mzIDC_STATIC,71,8,61,8 CTEXT "MzCOM v"MZSCHEME_VERSION,mzIDC_STATIC,71,8,61,8
CTEXT "Copyright (c) 2000-2014 PLT Design Inc.",mzIDC_STATIC, CTEXT "Copyright (c) 2000-2017 PLT Design Inc.",mzIDC_STATIC,
41,20,146,9 41,20,146,9
CTEXT "Racket v"MZSCHEME_VERSION,mzIDC_STATIC,64,35,75,8 CTEXT "Racket v"MZSCHEME_VERSION,mzIDC_STATIC,64,35,75,8
CTEXT "Copyright (c) 1995-2014 PLT Design Inc.",mzIDC_STATIC, CTEXT "Copyright (c) 1995-2017 PLT Design Inc.",mzIDC_STATIC,
30,47,143,8 30,47,143,8
ICON MZICON,mzIDC_STATIC,11,16,20,20 ICON MZICON,mzIDC_STATIC,11,16,20,20
END END