adjust copyright dates: 2014 -> 2015
Better late than never?
This commit is contained in:
parent
c9c03dd40b
commit
3bcd153fb6
|
@ -5,7 +5,7 @@ License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
at-exp-lib
|
at-exp-lib
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
base
|
base
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
racket-doc
|
racket-doc
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
racket-index
|
racket-index
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 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
|
||||||
|
|
|
@ -26,7 +26,7 @@ directory for more information.
|
||||||
|
|
||||||
@copyright{
|
@copyright{
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 PLT Design Inc.
|
||||||
}
|
}
|
||||||
|
|
||||||
Racket software includes or extends the following copyrighted material:
|
Racket software includes or extends the following copyrighted material:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
racket-lib
|
racket-lib
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
racket-test
|
racket-test
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
racket-test
|
racket-test
|
||||||
Copyright (c) 2010-2014 PLT Design Inc.
|
Copyright (c) 2010-2015 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
|
||||||
|
|
|
@ -262,7 +262,7 @@
|
||||||
#:exists 'truncate
|
#:exists 'truncate
|
||||||
(lambda (o)
|
(lambda (o)
|
||||||
(displayln pkg-name o)
|
(displayln pkg-name o)
|
||||||
(displayln "Copyright (c) 2010-2014 PLT Design Inc." o)
|
(displayln "Copyright (c) 2010-2015 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)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 PLT Design Inc.
|
||||||
Copyright (c) 1995 Matthew Flatt
|
Copyright (c) 1995 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 PLT Design Inc.
|
||||||
Copyright (c) 1995 Matthew Flatt
|
Copyright (c) 1995 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 PLT Design Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -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-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 PLT Design Inc.
|
||||||
Copyright (c) 1996-98 Matthew Flatt
|
Copyright (c) 1996-98 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2006-2014 PLT Design Inc.
|
Copyright (c) 2006-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2013 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2009-2014 PLT Design Inc.
|
Copyright (c) 2009-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2009-2014 PLT Design Inc.
|
Copyright (c) 2009-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -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-2014 PLT Design Inc.
|
* Copyright (c) 2004-2015 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.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 PLT Design Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 PLT Design Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 PLT Design Inc.
|
||||||
Copyright (c) 1995-2001 Matthew Flatt
|
Copyright (c) 1995-2001 Matthew Flatt
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Racket
|
Racket
|
||||||
Copyright (c) 2004-2014 PLT Design Inc.
|
Copyright (c) 2004-2015 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
|
||||||
|
|
|
@ -43,7 +43,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "Racket GUI application\0"
|
VALUE "FileDescription", "Racket GUI application\0"
|
||||||
VALUE "InternalName", "GRacket\0"
|
VALUE "InternalName", "GRacket\0"
|
||||||
VALUE "FileVersion", MZSCHEME_VERSION "\0"
|
VALUE "FileVersion", MZSCHEME_VERSION "\0"
|
||||||
VALUE "LegalCopyright", "Copyright 1995-2014 PLT Design Inc.\0"
|
VALUE "LegalCopyright", "Copyright 1995-2015 PLT Design Inc.\0"
|
||||||
VALUE "OriginalFilename", "GRacket.exe\0"
|
VALUE "OriginalFilename", "GRacket.exe\0"
|
||||||
VALUE "ProductName", "Racket\0"
|
VALUE "ProductName", "Racket\0"
|
||||||
VALUE "ProductVersion", MZSCHEME_VERSION "\0"
|
VALUE "ProductVersion", MZSCHEME_VERSION "\0"
|
||||||
|
|
|
@ -58,7 +58,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "MzCOM Module"
|
VALUE "FileDescription", "MzCOM Module"
|
||||||
VALUE "FileVersion", MZSCHEME_VERSION "\0"
|
VALUE "FileVersion", MZSCHEME_VERSION "\0"
|
||||||
VALUE "InternalName", "MzCOM"
|
VALUE "InternalName", "MzCOM"
|
||||||
VALUE "LegalCopyright", "Copyright 2000-2014 PLT Design Inc."
|
VALUE "LegalCopyright", "Copyright 2000-2015 PLT Design Inc."
|
||||||
VALUE "OriginalFilename", "MzCOM.EXE"
|
VALUE "OriginalFilename", "MzCOM.EXE"
|
||||||
VALUE "ProductName", "MzCOM Module"
|
VALUE "ProductName", "MzCOM Module"
|
||||||
VALUE "ProductVersion", MZSCHEME_VERSION "\0"
|
VALUE "ProductVersion", MZSCHEME_VERSION "\0"
|
||||||
|
|
|
@ -43,7 +43,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "Racket application\0"
|
VALUE "FileDescription", "Racket application\0"
|
||||||
VALUE "InternalName", "Racket\0"
|
VALUE "InternalName", "Racket\0"
|
||||||
VALUE "FileVersion", MZSCHEME_VERSION "\0"
|
VALUE "FileVersion", MZSCHEME_VERSION "\0"
|
||||||
VALUE "LegalCopyright", "Copyright 1995-2014 PLT Design Inc.\0"
|
VALUE "LegalCopyright", "Copyright 1995-2015 PLT Design Inc.\0"
|
||||||
VALUE "OriginalFilename", "racket.exe\0"
|
VALUE "OriginalFilename", "racket.exe\0"
|
||||||
VALUE "ProductName", "Racket\0"
|
VALUE "ProductName", "Racket\0"
|
||||||
VALUE "ProductVersion", MZSCHEME_VERSION "\0"
|
VALUE "ProductVersion", MZSCHEME_VERSION "\0"
|
||||||
|
|
|
@ -51,7 +51,7 @@ BEGIN
|
||||||
#ifdef MZSTART
|
#ifdef MZSTART
|
||||||
VALUE "InternalName", "mzstart\0"
|
VALUE "InternalName", "mzstart\0"
|
||||||
#endif
|
#endif
|
||||||
VALUE "LegalCopyright", "Copyright 1996-2014 PLT Design Inc.\0"
|
VALUE "LegalCopyright", "Copyright 1996-2015 PLT Design Inc.\0"
|
||||||
#ifdef MRSTART
|
#ifdef MRSTART
|
||||||
VALUE "OriginalFilename", "MrStart.exe\0"
|
VALUE "OriginalFilename", "MrStart.exe\0"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user