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
Copyright (c) 2010-2016 PLT Design Inc.
Copyright (c) 2010-2017 PLT Design Inc.
Racket is distributed under the GNU Lesser General Public License
(LGPL). This implies that you may link Racket into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

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

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

@ -1,5 +1,5 @@
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
License (LGPL). This means that you can link this package into proprietary

View File

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

View File

@ -264,7 +264,7 @@
#:exists 'truncate
(lambda (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)
(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)

View File

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

View File

@ -1,7 +1,7 @@
/*
Racket's garbage collector
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
*/

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2000 Matthew Flatt
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
cooperative environment
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1996-98 Matthew Flatt
All rights reserved.

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt, Scott Owens
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2002 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
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
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
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
* 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.
* Written by Henry Spencer. Not derived from licensed software.

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 2000-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2014 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/*
Racket
Copyright (c) 2004-2016 PLT Design Inc.
Copyright (c) 2004-2017 PLT Design Inc.
Copyright (c) 1995-2001 Matthew Flatt
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
DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER
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
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
ICON MZICON,mzIDC_STATIC,11,16,20,20
END