From 1f49e35b21b78899dbee389d49d6b35238bd0f19 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 31 Dec 2010 15:41:19 -0500 Subject: [PATCH] 2010 -> 2011 --- README | 2 +- collects/compiler/commands/ctool.rkt | 2 +- collects/compiler/compiler-unit.rkt | 2 +- collects/compiler/main.rkt | 2 +- collects/file/md5.rkt | 2 +- collects/scribblings/main/license.scrbl | 8 +++---- collects/sgl/sgl.rkt | 2 +- collects/srfi/43/vector-lib.rkt | 2 +- collects/srfi/63/63.rkt | 2 +- collects/srfi/98.rkt | 2 +- collects/swindle/readme.txt | 2 +- man/man1/tex2page.1 | 2 +- src/gracket/grmain.c | 2 +- src/racket/dynsrc/mzdyn.c | 2 +- src/racket/include/escheme.h | 2 +- src/racket/include/scheme.h | 2 +- src/racket/main.c | 2 +- src/racket/sgc/sgc.c | 2 +- src/racket/src/bignum.c | 2 +- src/racket/src/bool.c | 2 +- src/racket/src/builtin.c | 2 +- src/racket/src/char.c | 2 +- src/racket/src/complex.c | 2 +- src/racket/src/dynext.c | 2 +- src/racket/src/env.c | 2 +- src/racket/src/error.c | 2 +- src/racket/src/eval.c | 2 +- src/racket/src/file.c | 2 +- src/racket/src/fun.c | 2 +- src/racket/src/future.c | 2 +- src/racket/src/hash.c | 2 +- src/racket/src/jit.c | 2 +- src/racket/src/list.c | 2 +- src/racket/src/module.c | 2 +- src/racket/src/mzsj86.c | 2 +- src/racket/src/network.c | 2 +- src/racket/src/numarith.c | 2 +- src/racket/src/number.c | 2 +- src/racket/src/numcomp.c | 2 +- src/racket/src/nummacs.h | 2 +- src/racket/src/numstr.c | 2 +- src/racket/src/port.c | 2 +- src/racket/src/portfun.c | 2 +- src/racket/src/print.c | 2 +- src/racket/src/rational.c | 2 +- src/racket/src/read.c | 2 +- src/racket/src/regexp.c | 28 ++++++++++++------------- src/racket/src/salloc.c | 2 +- src/racket/src/schemef.h | 2 +- src/racket/src/schemex.h | 2 +- src/racket/src/schpriv.h | 2 +- src/racket/src/sema.c | 2 +- src/racket/src/setjmpup.c | 2 +- src/racket/src/string.c | 2 +- src/racket/src/struct.c | 2 +- src/racket/src/stxobj.c | 2 +- src/racket/src/symbol.c | 2 +- src/racket/src/syntax.c | 2 +- src/racket/src/thread.c | 2 +- src/racket/src/type.c | 2 +- src/racket/src/vector.c | 2 +- src/worksp/gracket/gracket.rc | 2 +- src/worksp/mzcom/mzcom.rc | 6 +++--- src/worksp/racket/racket.rc | 2 +- src/worksp/starters/start.rc | 2 +- 65 files changed, 83 insertions(+), 83 deletions(-) diff --git a/README b/README index 651ff33332..762feb77d7 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ License ------- Racket -Copyright (c) 2010 PLT Scheme Inc. +Copyright (c) 2010-2011 PLT Scheme Inc. Racket is distributed under the GNU Lesser General Public License (LGPL). This means that you can link Racket into proprietary diff --git a/collects/compiler/commands/ctool.rkt b/collects/compiler/commands/ctool.rkt index b0686e6ac2..b02a59452e 100644 --- a/collects/compiler/commands/ctool.rkt +++ b/collects/compiler/commands/ctool.rkt @@ -292,7 +292,7 @@ (list "file"))) (when (compiler:option:somewhat-verbose) - (printf "~a v~a [~a], Copyright (c) 2004-2010 PLT Scheme Inc.\n" + (printf "~a v~a [~a], Copyright (c) 2004-2011 PLT Scheme Inc.\n" (short-program+command-name) (version) (system-type 'gc))) diff --git a/collects/compiler/compiler-unit.rkt b/collects/compiler/compiler-unit.rkt index e12c74d443..3912d73b58 100644 --- a/collects/compiler/compiler-unit.rkt +++ b/collects/compiler/compiler-unit.rkt @@ -1,6 +1,6 @@ #lang scheme/base ;; Main compilation procedures -;; (c) 1997-2010 PLT +;; (c) 1997-2011 PLT ;; The various procedures provided by this library are implemented ;; by dynamically linking to code supplied by the MzLib, dynext, and diff --git a/collects/compiler/main.rkt b/collects/compiler/main.rkt index 61bdc97f67..5ee5bf390f 100644 --- a/collects/compiler/main.rkt +++ b/collects/compiler/main.rkt @@ -409,7 +409,7 @@ (parse-options (current-command-line-arguments))) (when (compiler:option:somewhat-verbose) - (printf "mzc v~a [~a], Copyright (c) 2004-2010 PLT Scheme Inc.\n" + (printf "mzc v~a [~a], Copyright (c) 2004-2011 PLT Scheme Inc.\n" (version) (system-type 'gc))) diff --git a/collects/file/md5.rkt b/collects/file/md5.rkt index 29201ff39b..ea752602c7 100644 --- a/collects/file/md5.rkt +++ b/collects/file/md5.rkt @@ -2,7 +2,7 @@ (provide md5) -;;; Copyright (c) 2005-2010, PLT Scheme Inc. +;;; Copyright (c) 2005-2011, PLT Scheme Inc. ;;; Copyright (c) 2002, Jens Axel Soegaard ;;; ;;; Permission to copy this software, in whole or in part, to use this software diff --git a/collects/scribblings/main/license.scrbl b/collects/scribblings/main/license.scrbl index a1371ebd0c..3966b6930f 100644 --- a/collects/scribblings/main/license.scrbl +++ b/collects/scribblings/main/license.scrbl @@ -27,7 +27,7 @@ for more information. @copyright{ Racket - Copyright (c) 2010 PLT Scheme Inc. + Copyright (c) 2010-2011 PLT Scheme Inc. } Racket software includes or extends the following copyrighted material: @@ -35,21 +35,21 @@ Racket software includes or extends the following copyrighted material: @copyright{ DrScheme Copyright (c) 1995-2003 PLT - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. All rights reserved. } @copyright{ MrEd Copyright (c) 1995-2003 PLT - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. All rights reserved. } @copyright{ MzScheme Copyright (c) 1995-2003 PLT - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. All rights reserved. } diff --git a/collects/sgl/sgl.rkt b/collects/sgl/sgl.rkt index 6b11210c1b..518c6b909d 100644 --- a/collects/sgl/sgl.rkt +++ b/collects/sgl/sgl.rkt @@ -1,6 +1,6 @@ ;; sgl -- An OpenGL extension of Racket ;; -;; Copyright (C) 2003-2010 Scott Owens +;; Copyright (C) 2003-2011 Scott Owens ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License diff --git a/collects/srfi/43/vector-lib.rkt b/collects/srfi/43/vector-lib.rkt index 25e74e0eda..35c7887a61 100644 --- a/collects/srfi/43/vector-lib.rkt +++ b/collects/srfi/43/vector-lib.rkt @@ -1,4 +1,4 @@ -;;; Copyright (C) 2005-2010 by Chongkai Zhu. +;;; Copyright (C) 2005-2011 by Chongkai Zhu. (module vector-lib mzscheme diff --git a/collects/srfi/63/63.rkt b/collects/srfi/63/63.rkt index dc443bd638..11199627db 100644 --- a/collects/srfi/63/63.rkt +++ b/collects/srfi/63/63.rkt @@ -1,6 +1,6 @@ ;; Implementation of SRFI 63 "Homogeneous and Heterogeneous Arrays" for PLT ;; Scheme. -;; Copyright (C) 2007-2010 Chongkai Zhu +;; Copyright (C) 2007-2011 Chongkai Zhu ;; Released under the same terms as the SRFI reference implementation. diff --git a/collects/srfi/98.rkt b/collects/srfi/98.rkt index 9ac1125811..9af4175396 100644 --- a/collects/srfi/98.rkt +++ b/collects/srfi/98.rkt @@ -1,4 +1,4 @@ -;; Copyright (c) 2009-2010 Derick Eddington. All rights reserved. +;; Copyright (c) 2009-2011 Derick Eddington. All rights reserved. ;; Permission is hereby granted, free of charge, to any person obtaining a ;; copy of this software and associated documentation files (the "Software"), diff --git a/collects/swindle/readme.txt b/collects/swindle/readme.txt index 8858f5223d..7be89355c4 100644 --- a/collects/swindle/readme.txt +++ b/collects/swindle/readme.txt @@ -137,7 +137,7 @@ Swindle environment. ====< Copyright Notice >================================================ -Copyright (C) 1998-2010 Eli Barzilay (eli@barzilay.org) +Copyright (C) 1998-2011 Eli Barzilay (eli@barzilay.org) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/man/man1/tex2page.1 b/man/man1/tex2page.1 index 326a2cb9c0..754d1625a1 100644 --- a/man/man1/tex2page.1 +++ b/man/man1/tex2page.1 @@ -164,7 +164,7 @@ mpost(1). .SH COPYRIGHT -Copyright 1997-2010 by Dorai Sitaram. +Copyright 1997-2011 by Dorai Sitaram. Permission to distribute and use this work for any purpose is hereby granted provided this copyright notice is included in diff --git a/src/gracket/grmain.c b/src/gracket/grmain.c index a11825dc18..06a099f783 100644 --- a/src/gracket/grmain.c +++ b/src/gracket/grmain.c @@ -3,7 +3,7 @@ * Purpose: GRacket main file, including a hodge-podge of global stuff * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2010 PLT Scheme Inc. + * Copyright: (c) 2004-2011 PLT Scheme Inc. * Copyright: (c) 1995-2000, Matthew Flatt */ diff --git a/src/racket/dynsrc/mzdyn.c b/src/racket/dynsrc/mzdyn.c index b3a854d87b..caffc40e71 100644 --- a/src/racket/dynsrc/mzdyn.c +++ b/src/racket/dynsrc/mzdyn.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt All rights reserved. diff --git a/src/racket/include/escheme.h b/src/racket/include/escheme.h index 4f6025d566..f035b1473d 100644 --- a/src/racket/include/escheme.h +++ b/src/racket/include/escheme.h @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt All rights reserved. diff --git a/src/racket/include/scheme.h b/src/racket/include/scheme.h index 7dffd01922..ede273eb74 100644 --- a/src/racket/include/scheme.h +++ b/src/racket/include/scheme.h @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt All rights reserved. diff --git a/src/racket/main.c b/src/racket/main.c index 89a3a859cd..56fa031659 100644 --- a/src/racket/main.c +++ b/src/racket/main.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2000 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/sgc/sgc.c b/src/racket/sgc/sgc.c index 4e2d08d9fd..43fea9f8e6 100644 --- a/src/racket/sgc/sgc.c +++ b/src/racket/sgc/sgc.c @@ -1,7 +1,7 @@ /* SenoraGC, a relatively portable conservative GC for a slightly cooperative environment - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1996-98 Matthew Flatt All rights reserved. diff --git a/src/racket/src/bignum.c b/src/racket/src/bignum.c index 7ef81df2bc..5420d7cae0 100644 --- a/src/racket/src/bignum.c +++ b/src/racket/src/bignum.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt, Scott Owens This library is free software; you can redistribute it and/or diff --git a/src/racket/src/bool.c b/src/racket/src/bool.c index cfbd223296..263c3ff233 100644 --- a/src/racket/src/bool.c +++ b/src/racket/src/bool.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/builtin.c b/src/racket/src/builtin.c index 78f7abf076..dae4d34b1c 100644 --- a/src/racket/src/builtin.c +++ b/src/racket/src/builtin.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/char.c b/src/racket/src/char.c index a840cff0f7..f39ca915cb 100644 --- a/src/racket/src/char.c +++ b/src/racket/src/char.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/complex.c b/src/racket/src/complex.c index 076227657d..5cad45a013 100644 --- a/src/racket/src/complex.c +++ b/src/racket/src/complex.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/dynext.c b/src/racket/src/dynext.c index bb594584ff..154c5ec078 100644 --- a/src/racket/src/dynext.c +++ b/src/racket/src/dynext.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2002 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/env.c b/src/racket/src/env.c index ed19d1aa85..4207077863 100644 --- a/src/racket/src/env.c +++ b/src/racket/src/env.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/error.c b/src/racket/src/error.c index bfeddc6b4d..cfcd70dad9 100644 --- a/src/racket/src/error.c +++ b/src/racket/src/error.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/eval.c b/src/racket/src/eval.c index 39b4eba29c..05df396514 100644 --- a/src/racket/src/eval.c +++ b/src/racket/src/eval.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/file.c b/src/racket/src/file.c index 3e86fb4229..41f2f10bb8 100644 --- a/src/racket/src/file.c +++ b/src/racket/src/file.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/fun.c b/src/racket/src/fun.c index c0ff3a175c..c23f40a001 100644 --- a/src/racket/src/fun.c +++ b/src/racket/src/fun.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/future.c b/src/racket/src/future.c index 427d2e6a10..3f4dce37c1 100644 --- a/src/racket/src/future.c +++ b/src/racket/src/future.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2006-2010 PLT Scheme Inc. + Copyright (c) 2006-2011 PLT Scheme Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/src/racket/src/hash.c b/src/racket/src/hash.c index 008d3a8927..5eda8470bb 100644 --- a/src/racket/src/hash.c +++ b/src/racket/src/hash.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/jit.c b/src/racket/src/jit.c index 50069275dc..7f550bf9b7 100644 --- a/src/racket/src/jit.c +++ b/src/racket/src/jit.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2006-2010 PLT Scheme Inc. + Copyright (c) 2006-2011 PLT Scheme Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/src/racket/src/list.c b/src/racket/src/list.c index 13a2394149..2c84d24590 100644 --- a/src/racket/src/list.c +++ b/src/racket/src/list.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/module.c b/src/racket/src/module.c index 2e4873f784..0f21c1f1c4 100644 --- a/src/racket/src/module.c +++ b/src/racket/src/module.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/mzsj86.c b/src/racket/src/mzsj86.c index 1706e81448..ca227a1c25 100644 --- a/src/racket/src/mzsj86.c +++ b/src/racket/src/mzsj86.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/network.c b/src/racket/src/network.c index 88d15c795e..429cc789a1 100644 --- a/src/racket/src/network.c +++ b/src/racket/src/network.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/numarith.c b/src/racket/src/numarith.c index 79859fe9c5..b3499a3626 100644 --- a/src/racket/src/numarith.c +++ b/src/racket/src/numarith.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/number.c b/src/racket/src/number.c index fc369b9582..ca753ed154 100644 --- a/src/racket/src/number.c +++ b/src/racket/src/number.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/numcomp.c b/src/racket/src/numcomp.c index e6f26ffba7..6b74b3d066 100644 --- a/src/racket/src/numcomp.c +++ b/src/racket/src/numcomp.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/nummacs.h b/src/racket/src/nummacs.h index bf44f31062..857df16b1a 100644 --- a/src/racket/src/nummacs.h +++ b/src/racket/src/nummacs.h @@ -1,6 +1,6 @@ /* Mzscheme - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/numstr.c b/src/racket/src/numstr.c index ad6536d497..3052794a52 100644 --- a/src/racket/src/numstr.c +++ b/src/racket/src/numstr.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/port.c b/src/racket/src/port.c index c8dc1573d3..8241560bc8 100644 --- a/src/racket/src/port.c +++ b/src/racket/src/port.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/portfun.c b/src/racket/src/portfun.c index ccb9240bbb..4897484fe0 100644 --- a/src/racket/src/portfun.c +++ b/src/racket/src/portfun.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/print.c b/src/racket/src/print.c index 005666d0af..71af73ff5e 100644 --- a/src/racket/src/print.c +++ b/src/racket/src/print.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/rational.c b/src/racket/src/rational.c index 5640efba76..4e606b5c7c 100644 --- a/src/racket/src/rational.c +++ b/src/racket/src/rational.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/read.c b/src/racket/src/read.c index 11fe98c313..b4a252b426 100644 --- a/src/racket/src/read.c +++ b/src/racket/src/read.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/regexp.c b/src/racket/src/regexp.c index 12a1e35ae9..17de31368f 100644 --- a/src/racket/src/regexp.c +++ b/src/racket/src/regexp.c @@ -1,24 +1,24 @@ /* - * @(#)regexp.c 1.3 of 18 April 87 + * @(#)regexp.c 1.3 of 18 April 87 * Revised for PLT Racket, 1995-2001 - * Copyright (c) 2004-2010 PLT Scheme Inc. + * Copyright (c) 2004-2011 PLT Scheme Inc. * - * Copyright (c) 1986 by University of Toronto. - * Written by Henry Spencer. Not derived from licensed software. + * Copyright (c) 1986 by University of Toronto. + * Written by Henry Spencer. Not derived from licensed software. * - * Permission is granted to anyone to use this software for any - * purpose on any computer system, and to redistribute it freely, - * subject to the following restrictions: + * Permission is granted to anyone to use this software for any + * purpose on any computer system, and to redistribute it freely, + * subject to the following restrictions: * - * 1. The author is not responsible for the consequences of use of - * this software, no matter how awful, even if they arise - * from defects in it. + * 1. The author is not responsible for the consequences of use of + * this software, no matter how awful, even if they arise + * from defects in it. * - * 2. The origin of this software must not be misrepresented, either - * by explicit claim or by omission. + * 2. The origin of this software must not be misrepresented, either + * by explicit claim or by omission. * - * 3. Altered versions must be plainly marked as such, and must not - * be misrepresented as being the original software. + * 3. Altered versions must be plainly marked as such, and must not + * be misrepresented as being the original software. * * Beware that some of this code is subtly aware of the way operator * precedence is structured in regular expressions. Serious changes in diff --git a/src/racket/src/salloc.c b/src/racket/src/salloc.c index fde4223bff..8992d86b09 100644 --- a/src/racket/src/salloc.c +++ b/src/racket/src/salloc.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/schemef.h b/src/racket/src/schemef.h index 1e9d669d42..ceb1dde411 100644 --- a/src/racket/src/schemef.h +++ b/src/racket/src/schemef.h @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt All rights reserved. diff --git a/src/racket/src/schemex.h b/src/racket/src/schemex.h index 516fa9395f..b906a417a6 100644 --- a/src/racket/src/schemex.h +++ b/src/racket/src/schemex.h @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt All rights reserved. diff --git a/src/racket/src/schpriv.h b/src/racket/src/schpriv.h index de3f9e7758..747e088138 100644 --- a/src/racket/src/schpriv.h +++ b/src/racket/src/schpriv.h @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt All rights reserved. diff --git a/src/racket/src/sema.c b/src/racket/src/sema.c index 02c6ffe390..165115589c 100644 --- a/src/racket/src/sema.c +++ b/src/racket/src/sema.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/setjmpup.c b/src/racket/src/setjmpup.c index 1de434d8f1..c3d7ca8d8a 100644 --- a/src/racket/src/setjmpup.c +++ b/src/racket/src/setjmpup.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/string.c b/src/racket/src/string.c index 532c364b20..b574fdfcaa 100644 --- a/src/racket/src/string.c +++ b/src/racket/src/string.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/struct.c b/src/racket/src/struct.c index aea7e6fe71..57087a7abc 100644 --- a/src/racket/src/struct.c +++ b/src/racket/src/struct.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/stxobj.c b/src/racket/src/stxobj.c index 2dc7f4c627..38a6f6de2d 100644 --- a/src/racket/src/stxobj.c +++ b/src/racket/src/stxobj.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/symbol.c b/src/racket/src/symbol.c index f8ab24c974..5eaf086bff 100644 --- a/src/racket/src/symbol.c +++ b/src/racket/src/symbol.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/syntax.c b/src/racket/src/syntax.c index 25c98dc843..4177c6bf2b 100644 --- a/src/racket/src/syntax.c +++ b/src/racket/src/syntax.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/thread.c b/src/racket/src/thread.c index 0de2f7fe17..0e1dc8bfbb 100644 --- a/src/racket/src/thread.c +++ b/src/racket/src/thread.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/type.c b/src/racket/src/type.c index 69f3f373e5..07e66682d3 100644 --- a/src/racket/src/type.c +++ b/src/racket/src/type.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/racket/src/vector.c b/src/racket/src/vector.c index 229fc07371..cbe2ebf51b 100644 --- a/src/racket/src/vector.c +++ b/src/racket/src/vector.c @@ -1,6 +1,6 @@ /* Racket - Copyright (c) 2004-2010 PLT Scheme Inc. + Copyright (c) 2004-2011 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/worksp/gracket/gracket.rc b/src/worksp/gracket/gracket.rc index c4cbe9200f..b174a2d624 100644 --- a/src/worksp/gracket/gracket.rc +++ b/src/worksp/gracket/gracket.rc @@ -37,7 +37,7 @@ BEGIN VALUE "FileDescription", "Racket GUI application\0" VALUE "InternalName", "GRacket\0" VALUE "FileVersion", "5, 0, 99, 5\0" - VALUE "LegalCopyright", "Copyright 1995-2010\0" + VALUE "LegalCopyright", "Copyright 1995-2011\0" VALUE "OriginalFilename", "GRacket.exe\0" VALUE "ProductName", "Racket\0" VALUE "ProductVersion", "5, 0, 99, 5\0" diff --git a/src/worksp/mzcom/mzcom.rc b/src/worksp/mzcom/mzcom.rc index 29d52fad25..5dc5b2546f 100644 --- a/src/worksp/mzcom/mzcom.rc +++ b/src/worksp/mzcom/mzcom.rc @@ -72,7 +72,7 @@ BEGIN VALUE "FileDescription", "MzCOM Module" VALUE "FileVersion", "5, 0, 99, 5" VALUE "InternalName", "MzCOM" - VALUE "LegalCopyright", "Copyright 2000-2010 PLT (Paul Steckler)" + VALUE "LegalCopyright", "Copyright 2000-2011 PLT (Paul Steckler)" VALUE "OriginalFilename", "MzCOM.EXE" VALUE "ProductName", "MzCOM Module" VALUE "ProductVersion", "5, 0, 99, 5" @@ -106,10 +106,10 @@ FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER CTEXT "MzCOM v. 5.0",IDC_STATIC,71,8,61,8 - CTEXT "Copyright (c) 2000-2010 PLT (Paul Steckler)",IDC_STATIC, + CTEXT "Copyright (c) 2000-2011 PLT (Paul Steckler)",IDC_STATIC, 41,20,146,9 CTEXT "Racket v. 5.0",IDC_STATIC,64,35,75,8 - CTEXT "Copyright (c) 1995-2010 PLT Inc.",IDC_STATIC, + CTEXT "Copyright (c) 1995-2011 PLT Inc.",IDC_STATIC, 30,47,143,8 ICON MZICON,IDC_STATIC,11,16,20,20 END diff --git a/src/worksp/racket/racket.rc b/src/worksp/racket/racket.rc index 2330082056..74e6f862f5 100644 --- a/src/worksp/racket/racket.rc +++ b/src/worksp/racket/racket.rc @@ -49,7 +49,7 @@ BEGIN VALUE "FileDescription", "Racket application\0" VALUE "InternalName", "Racket\0" VALUE "FileVersion", "5, 0, 99, 5\0" - VALUE "LegalCopyright", "Copyright 1995-2010\0" + VALUE "LegalCopyright", "Copyright 1995-2011\0" VALUE "OriginalFilename", "racket.exe\0" VALUE "ProductName", "Racket\0" VALUE "ProductVersion", "5, 0, 99, 5\0" diff --git a/src/worksp/starters/start.rc b/src/worksp/starters/start.rc index e628ebcb7f..829639eaa1 100644 --- a/src/worksp/starters/start.rc +++ b/src/worksp/starters/start.rc @@ -52,7 +52,7 @@ BEGIN #ifdef MZSTART VALUE "InternalName", "mzstart\0" #endif - VALUE "LegalCopyright", "Copyright 1996-2010\0" + VALUE "LegalCopyright", "Copyright 1996-2011\0" #ifdef MRSTART VALUE "OriginalFilename", "MrStart.exe\0" #endif