diff --git a/collects/compiler/compiler-unit.ss b/collects/compiler/compiler-unit.ss index 54f3fa06d7..b46c4ae3c3 100644 --- a/collects/compiler/compiler-unit.ss +++ b/collects/compiler/compiler-unit.ss @@ -1,5 +1,5 @@ ;; Main compilation procedures -;; (c) 1997-2008 PLT +;; (c) 1997-2009 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.ss b/collects/compiler/main.ss index 6285ac7d68..3ef078a905 100644 --- a/collects/compiler/main.ss +++ b/collects/compiler/main.ss @@ -401,7 +401,7 @@ (parse-options (current-command-line-arguments))) (when (compiler:option:somewhat-verbose) - (printf "mzc v~a [~a], Copyright (c) 2004-2008 PLT Scheme Inc.\n" + (printf "mzc v~a [~a], Copyright (c) 2004-2009 PLT Scheme Inc.\n" (version) (system-type 'gc))) diff --git a/collects/mzlib/md5.ss b/collects/mzlib/md5.ss index 0cfc0714fe..973d358821 100644 --- a/collects/mzlib/md5.ss +++ b/collects/mzlib/md5.ss @@ -2,7 +2,7 @@ (provide md5) - ;;; Copyright (c) 2005-2008, PLT Scheme Inc. + ;;; Copyright (c) 2005-2009, PLT Scheme Inc. ;;; Copyright (c) 2002, Jens Axel Soegaard ;;; ;;; Permission to copy this software, in whole or in part, to use this diff --git a/collects/scribblings/main/license.scrbl b/collects/scribblings/main/license.scrbl index 8f20d584f0..798e6836b7 100644 --- a/collects/scribblings/main/license.scrbl +++ b/collects/scribblings/main/license.scrbl @@ -28,7 +28,7 @@ for more information. @copyright{ PLT Scheme Copyright (c) 1995-2003 PLT - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. } PLT software includes or extends the following copyrighted material: @@ -36,21 +36,21 @@ PLT software includes or extends the following copyrighted material: @copyright{ DrScheme Copyright (c) 1995-2003 PLT - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. All rights reserved. } @copyright{ MrEd Copyright (c) 1995-2003 PLT - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. All rights reserved. } @copyright{ MzScheme Copyright (c) 1995-2003 PLT - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. All rights reserved. } diff --git a/collects/sgl/sgl.ss b/collects/sgl/sgl.ss index d89496aa27..7e9a1a0ad8 100644 --- a/collects/sgl/sgl.ss +++ b/collects/sgl/sgl.ss @@ -1,6 +1,6 @@ ;; sgl -- An OpenGL extension of MzScheme ;; -;; Copyright (C) 2003-2008 Scott Owens +;; Copyright (C) 2003-2009 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.ss b/collects/srfi/43/vector-lib.ss index 77cb84529f..6858d61977 100644 --- a/collects/srfi/43/vector-lib.ss +++ b/collects/srfi/43/vector-lib.ss @@ -1,4 +1,4 @@ -;;; Copyright (C) 2005-2008 by Chongkai Zhu. +;;; Copyright (C) 2005-2009 by Chongkai Zhu. (module vector-lib mzscheme diff --git a/collects/srfi/63/63.ss b/collects/srfi/63/63.ss index 79a6e1706d..649e4e9a96 100644 --- a/collects/srfi/63/63.ss +++ b/collects/srfi/63/63.ss @@ -1,6 +1,6 @@ ;; Implementation of SRFI 63 "Homogeneous and Heterogeneous Arrays" for PLT ;; Scheme. -;; Copyright (C) 2007-2008 Chongkai Zhu +;; Copyright (C) 2007-2009 Chongkai Zhu ;; Released under the same terms as the SRFI reference implementation. diff --git a/collects/swindle/readme.txt b/collects/swindle/readme.txt index d90939738e..32d4c5289f 100644 --- a/collects/swindle/readme.txt +++ b/collects/swindle/readme.txt @@ -137,7 +137,7 @@ Swindle environment. ====< Copyright Notice >================================================ -Copyright (C) 1998-2008 Eli Barzilay (eli@barzilay.org) +Copyright (C) 1998-2009 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 a8a6973a8e..8f9ec1b316 100644 --- a/man/man1/tex2page.1 +++ b/man/man1/tex2page.1 @@ -164,7 +164,7 @@ mpost(1). .SH COPYRIGHT -Copyright 1997-2008 by Dorai Sitaram. +Copyright 1997-2009 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/mred/mred.cxx b/src/mred/mred.cxx index 6cc2387a35..d4000c9a13 100644 --- a/src/mred/mred.cxx +++ b/src/mred/mred.cxx @@ -3,7 +3,7 @@ * Purpose: MrEd main file, including a hodge-podge of global stuff * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995-2000, Matthew Flatt */ diff --git a/src/mred/mred.h b/src/mred/mred.h index 8b9f72041b..0b3c686ece 100644 --- a/src/mred/mred.h +++ b/src/mred/mred.h @@ -189,7 +189,7 @@ MRED_EXTERN void mred_set_run_from_cmd_line(MrEd_Run_From_Cmd_Line_Proc); # define mrVERSION_SUFFIX " [cgc]" # endif #endif -#define BANNER "MrEd v" MZSCHEME_VERSION mrVERSION_SUFFIX ", Copyright (c) 2004-2008 PLT Scheme Inc.\n" +#define BANNER "MrEd v" MZSCHEME_VERSION mrVERSION_SUFFIX ", Copyright (c) 2004-2009 PLT Scheme Inc.\n" #ifndef WINDOW_STDIO /* Removing "|| defined(wx_msw)" below uses the Windows console. diff --git a/src/mred/mredmac.cxx b/src/mred/mredmac.cxx index ce42e75dc3..5597a470d9 100644 --- a/src/mred/mredmac.cxx +++ b/src/mred/mredmac.cxx @@ -3,7 +3,7 @@ * Purpose: MrEd MacOS event loop * Author: Matthew Flatt * Created: 1996 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1996, Matthew Flatt */ diff --git a/src/mred/mredmsw.cxx b/src/mred/mredmsw.cxx index a1b19ebe51..a971190aa8 100644 --- a/src/mred/mredmsw.cxx +++ b/src/mred/mredmsw.cxx @@ -3,7 +3,7 @@ * Purpose: MrEd Windows event loop * Author: Matthew Flatt * Created: 1996 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1996, Matthew Flatt */ diff --git a/src/mred/mredx.cxx b/src/mred/mredx.cxx index 32bfe66964..3ec0638008 100644 --- a/src/mred/mredx.cxx +++ b/src/mred/mredx.cxx @@ -3,7 +3,7 @@ * Purpose: MrEd X Windows event loop * Author: Matthew Flatt * Created: 1996 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1996, Matthew Flatt */ diff --git a/src/mred/mrmain.cxx b/src/mred/mrmain.cxx index 878609876c..c7c0f3bd2f 100644 --- a/src/mred/mrmain.cxx +++ b/src/mred/mrmain.cxx @@ -3,7 +3,7 @@ * Purpose: MrEd main file, including a hodge-podge of global stuff * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995-2000, Matthew Flatt */ diff --git a/src/mred/wxme/wx_cgrec.cxx b/src/mred/wxme/wx_cgrec.cxx index ae79b80930..48d660d3cc 100644 --- a/src/mred/wxme/wx_cgrec.cxx +++ b/src/mred/wxme/wx_cgrec.cxx @@ -3,7 +3,7 @@ * Purpose: wxChangeRecord implementations * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_keym.cxx b/src/mred/wxme/wx_keym.cxx index 8446068275..57ff84a8bc 100644 --- a/src/mred/wxme/wx_keym.cxx +++ b/src/mred/wxme/wx_keym.cxx @@ -3,7 +3,7 @@ * Purpose: wxKeymap implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_madm.h b/src/mred/wxme/wx_madm.h index c760ec22a9..03a3a728c2 100644 --- a/src/mred/wxme/wx_madm.h +++ b/src/mred/wxme/wx_madm.h @@ -3,7 +3,7 @@ * Purpose: wxMediaAdmins * Author: Matthew Flatt * Created: 1997 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1997, Matthew Flatt */ diff --git a/src/mred/wxme/wx_mbuf.cxx b/src/mred/wxme/wx_mbuf.cxx index 8f9b3cc985..2f53ed96fe 100644 --- a/src/mred/wxme/wx_mbuf.cxx +++ b/src/mred/wxme/wx_mbuf.cxx @@ -3,7 +3,7 @@ * Purpose: wxMediaBuffer implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995-98, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_medad.cxx b/src/mred/wxme/wx_medad.cxx index 61087116b9..44f61f60f4 100644 --- a/src/mred/wxme/wx_medad.cxx +++ b/src/mred/wxme/wx_medad.cxx @@ -3,7 +3,7 @@ * Purpose: wxMediaCanvas & wxDrawableMediaAdmin implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt */ diff --git a/src/mred/wxme/wx_media.cxx b/src/mred/wxme/wx_media.cxx index 90abce7d02..254ce37ab6 100644 --- a/src/mred/wxme/wx_media.cxx +++ b/src/mred/wxme/wx_media.cxx @@ -3,7 +3,7 @@ * Purpose: wxMediaEdit implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_mline.cxx b/src/mred/wxme/wx_mline.cxx index 3101c56b80..afaa853190 100644 --- a/src/mred/wxme/wx_mline.cxx +++ b/src/mred/wxme/wx_mline.cxx @@ -3,7 +3,7 @@ * Purpose: wxMediaLine (internal class for wxMediaEdit) implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_mpbrd.cxx b/src/mred/wxme/wx_mpbrd.cxx index 17f6bb9730..98658ad4af 100644 --- a/src/mred/wxme/wx_mpbrd.cxx +++ b/src/mred/wxme/wx_mpbrd.cxx @@ -3,7 +3,7 @@ * Purpose: wxMediaPasteboard implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_mpriv.cxx b/src/mred/wxme/wx_mpriv.cxx index b5baa02867..310222c76d 100644 --- a/src/mred/wxme/wx_mpriv.cxx +++ b/src/mred/wxme/wx_mpriv.cxx @@ -3,7 +3,7 @@ * Purpose: wxMediaEdit private methods implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_msnip.cxx b/src/mred/wxme/wx_msnip.cxx index 2b0516f06d..8955719fb8 100644 --- a/src/mred/wxme/wx_msnip.cxx +++ b/src/mred/wxme/wx_msnip.cxx @@ -3,7 +3,7 @@ * Purpose: wxMediaSnip implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_snip.cxx b/src/mred/wxme/wx_snip.cxx index 1c263d1d52..b30e47d55b 100644 --- a/src/mred/wxme/wx_snip.cxx +++ b/src/mred/wxme/wx_snip.cxx @@ -3,7 +3,7 @@ * Purpose: wxSnip implementations * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995-2002, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mred/wxme/wx_style.cxx b/src/mred/wxme/wx_style.cxx index e1c57d6461..af6506447f 100644 --- a/src/mred/wxme/wx_style.cxx +++ b/src/mred/wxme/wx_style.cxx @@ -3,7 +3,7 @@ * Purpose: wxStyle and wxStyleList implementation * Author: Matthew Flatt * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/dynsrc/mzdyn.c b/src/mzscheme/dynsrc/mzdyn.c index 12c98a4fde..34fdf72941 100644 --- a/src/mzscheme/dynsrc/mzdyn.c +++ b/src/mzscheme/dynsrc/mzdyn.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/gc2/compact.c b/src/mzscheme/gc2/compact.c index 23caa937aa..6b0b1e3b2f 100644 --- a/src/mzscheme/gc2/compact.c +++ b/src/mzscheme/gc2/compact.c @@ -1,6 +1,6 @@ /* Precise GC for MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1999 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/gc2/copy.c b/src/mzscheme/gc2/copy.c index 6bbe596cef..a95d62e21e 100644 --- a/src/mzscheme/gc2/copy.c +++ b/src/mzscheme/gc2/copy.c @@ -1,6 +1,6 @@ /* Precise GC for MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1999 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/include/escheme.h b/src/mzscheme/include/escheme.h index c72724687b..5cc4162b3f 100644 --- a/src/mzscheme/include/escheme.h +++ b/src/mzscheme/include/escheme.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/include/scheme.h b/src/mzscheme/include/scheme.h index 1fdc0be8d3..db193f31da 100644 --- a/src/mzscheme/include/scheme.h +++ b/src/mzscheme/include/scheme.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/main.c b/src/mzscheme/main.c index 06e593fbea..b2157d70ab 100644 --- a/src/mzscheme/main.c +++ b/src/mzscheme/main.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2000 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/sgc/sgc.c b/src/mzscheme/sgc/sgc.c index d3cfaedb47..4d8f0506ba 100644 --- a/src/mzscheme/sgc/sgc.c +++ b/src/mzscheme/sgc/sgc.c @@ -1,7 +1,7 @@ /* SenoraGC, a relatively portable conservative GC for a slightly cooperative environment - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1996-98 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/src/bignum.c b/src/mzscheme/src/bignum.c index 2048f796be..12fb65e68f 100644 --- a/src/mzscheme/src/bignum.c +++ b/src/mzscheme/src/bignum.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 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/mzscheme/src/bool.c b/src/mzscheme/src/bool.c index 9598f26687..1bdea7ad2f 100644 --- a/src/mzscheme/src/bool.c +++ b/src/mzscheme/src/bool.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/builtin.c b/src/mzscheme/src/builtin.c index e6d24dd256..e3c3150351 100644 --- a/src/mzscheme/src/builtin.c +++ b/src/mzscheme/src/builtin.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/char.c b/src/mzscheme/src/char.c index f360763ebd..0d383272c6 100644 --- a/src/mzscheme/src/char.c +++ b/src/mzscheme/src/char.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/complex.c b/src/mzscheme/src/complex.c index 217c5e3258..0a74a59410 100644 --- a/src/mzscheme/src/complex.c +++ b/src/mzscheme/src/complex.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/dynext.c b/src/mzscheme/src/dynext.c index 745e8313f4..e38417d32c 100644 --- a/src/mzscheme/src/dynext.c +++ b/src/mzscheme/src/dynext.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2002 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/env.c b/src/mzscheme/src/env.c index 43affd3fea..2cd890ec5c 100644 --- a/src/mzscheme/src/env.c +++ b/src/mzscheme/src/env.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/error.c b/src/mzscheme/src/error.c index 86f70f09f2..8237049fba 100644 --- a/src/mzscheme/src/error.c +++ b/src/mzscheme/src/error.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/eval.c b/src/mzscheme/src/eval.c index a90f03d47d..e93bcc8f90 100644 --- a/src/mzscheme/src/eval.c +++ b/src/mzscheme/src/eval.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/file.c b/src/mzscheme/src/file.c index 8219ecb939..b7949a594e 100644 --- a/src/mzscheme/src/file.c +++ b/src/mzscheme/src/file.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/fun.c b/src/mzscheme/src/fun.c index de0bf2d706..1bdb72da46 100644 --- a/src/mzscheme/src/fun.c +++ b/src/mzscheme/src/fun.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/hash.c b/src/mzscheme/src/hash.c index 81438df3b7..e3c631d453 100644 --- a/src/mzscheme/src/hash.c +++ b/src/mzscheme/src/hash.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/jit.c b/src/mzscheme/src/jit.c index 9ae24f51ca..4b6fd1b0bf 100644 --- a/src/mzscheme/src/jit.c +++ b/src/mzscheme/src/jit.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2006-2008 PLT Scheme Inc. + Copyright (c) 2006-2009 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/mzscheme/src/list.c b/src/mzscheme/src/list.c index 21d1d6d8df..4a4678781c 100644 --- a/src/mzscheme/src/list.c +++ b/src/mzscheme/src/list.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/module.c b/src/mzscheme/src/module.c index bc37315a16..98efadf023 100644 --- a/src/mzscheme/src/module.c +++ b/src/mzscheme/src/module.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/mzsj86.c b/src/mzscheme/src/mzsj86.c index aa687daf46..202b2116a0 100644 --- a/src/mzscheme/src/mzsj86.c +++ b/src/mzscheme/src/mzsj86.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/network.c b/src/mzscheme/src/network.c index 02f0a49762..f06f596f1e 100644 --- a/src/mzscheme/src/network.c +++ b/src/mzscheme/src/network.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/numarith.c b/src/mzscheme/src/numarith.c index 15b1b3f189..151bbe858c 100644 --- a/src/mzscheme/src/numarith.c +++ b/src/mzscheme/src/numarith.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/number.c b/src/mzscheme/src/number.c index 5e7972888b..90027d7f03 100644 --- a/src/mzscheme/src/number.c +++ b/src/mzscheme/src/number.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/numcomp.c b/src/mzscheme/src/numcomp.c index 950a9fb09a..324edab988 100644 --- a/src/mzscheme/src/numcomp.c +++ b/src/mzscheme/src/numcomp.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/nummacs.h b/src/mzscheme/src/nummacs.h index 0ddd4faeb8..24efc29770 100644 --- a/src/mzscheme/src/nummacs.h +++ b/src/mzscheme/src/nummacs.h @@ -1,6 +1,6 @@ /* Mzscheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/numstr.c b/src/mzscheme/src/numstr.c index 4a23466a94..2e584972e1 100644 --- a/src/mzscheme/src/numstr.c +++ b/src/mzscheme/src/numstr.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/port.c b/src/mzscheme/src/port.c index 2d1fd56220..9ef41d395c 100644 --- a/src/mzscheme/src/port.c +++ b/src/mzscheme/src/port.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/portfun.c b/src/mzscheme/src/portfun.c index 9cc9cda1dd..5309de578e 100644 --- a/src/mzscheme/src/portfun.c +++ b/src/mzscheme/src/portfun.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/print.c b/src/mzscheme/src/print.c index 746f83350e..8bf974c8bd 100644 --- a/src/mzscheme/src/print.c +++ b/src/mzscheme/src/print.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/rational.c b/src/mzscheme/src/rational.c index 59d903816f..85ea6d30f2 100644 --- a/src/mzscheme/src/rational.c +++ b/src/mzscheme/src/rational.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/read.c b/src/mzscheme/src/read.c index 8ed4ee2c56..6d6e4e5afe 100644 --- a/src/mzscheme/src/read.c +++ b/src/mzscheme/src/read.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/regexp.c b/src/mzscheme/src/regexp.c index 02462158b9..e647a5b75f 100644 --- a/src/mzscheme/src/regexp.c +++ b/src/mzscheme/src/regexp.c @@ -1,7 +1,7 @@ /* * @(#)regexp.c 1.3 of 18 April 87 * Revised for PLT MzScheme, 1995-2001 - * Copyright (c) 2004-2008 PLT Scheme Inc. + * Copyright (c) 2004-2009 PLT Scheme Inc. * * Copyright (c) 1986 by University of Toronto. * Written by Henry Spencer. Not derived from licensed software. diff --git a/src/mzscheme/src/salloc.c b/src/mzscheme/src/salloc.c index 7117ccc58d..d8364aaef7 100644 --- a/src/mzscheme/src/salloc.c +++ b/src/mzscheme/src/salloc.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/schemef.h b/src/mzscheme/src/schemef.h index f77bb5417b..aed0cce1e2 100644 --- a/src/mzscheme/src/schemef.h +++ b/src/mzscheme/src/schemef.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/src/schemex.h b/src/mzscheme/src/schemex.h index 93184822e0..49d8794b9b 100644 --- a/src/mzscheme/src/schemex.h +++ b/src/mzscheme/src/schemex.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/src/schpriv.h b/src/mzscheme/src/schpriv.h index 655e9be56e..71f440ca72 100644 --- a/src/mzscheme/src/schpriv.h +++ b/src/mzscheme/src/schpriv.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt All rights reserved. diff --git a/src/mzscheme/src/sema.c b/src/mzscheme/src/sema.c index 5a24a9b5a5..4980063a15 100644 --- a/src/mzscheme/src/sema.c +++ b/src/mzscheme/src/sema.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/setjmpup.c b/src/mzscheme/src/setjmpup.c index fcd23628ef..8aad99bf14 100644 --- a/src/mzscheme/src/setjmpup.c +++ b/src/mzscheme/src/setjmpup.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/string.c b/src/mzscheme/src/string.c index 3617841d9f..0623256870 100644 --- a/src/mzscheme/src/string.c +++ b/src/mzscheme/src/string.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or @@ -1940,7 +1940,7 @@ char *scheme_banner(void) else return "Welcome to MzScheme" " v" MZSCHEME_VERSION VERSION_SUFFIX - ", Copyright (c) 2004-2008 PLT Scheme Inc.\n"; + ", Copyright (c) 2004-2009 PLT Scheme Inc.\n"; } void scheme_set_banner(char *s) diff --git a/src/mzscheme/src/struct.c b/src/mzscheme/src/struct.c index 58a0ecaea4..1f0472e9a7 100644 --- a/src/mzscheme/src/struct.c +++ b/src/mzscheme/src/struct.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/stxobj.c b/src/mzscheme/src/stxobj.c index a3854bbd06..d7726bdbff 100644 --- a/src/mzscheme/src/stxobj.c +++ b/src/mzscheme/src/stxobj.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 2000-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/symbol.c b/src/mzscheme/src/symbol.c index 46aec57962..a7b5db037c 100644 --- a/src/mzscheme/src/symbol.c +++ b/src/mzscheme/src/symbol.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/syntax.c b/src/mzscheme/src/syntax.c index 106b3f1c87..d46a952f0f 100644 --- a/src/mzscheme/src/syntax.c +++ b/src/mzscheme/src/syntax.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/thread.c b/src/mzscheme/src/thread.c index 726b36c2d7..7c3460b74b 100644 --- a/src/mzscheme/src/thread.c +++ b/src/mzscheme/src/thread.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/type.c b/src/mzscheme/src/type.c index 72049b5b9c..5f800c28fa 100644 --- a/src/mzscheme/src/type.c +++ b/src/mzscheme/src/type.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or diff --git a/src/mzscheme/src/vector.c b/src/mzscheme/src/vector.c index 0d7ac3df36..78fc3c4aab 100644 --- a/src/mzscheme/src/vector.c +++ b/src/mzscheme/src/vector.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 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/mred/mred.rc b/src/worksp/mred/mred.rc index f54ca5b8a8..f088cb921f 100644 --- a/src/worksp/mred/mred.rc +++ b/src/worksp/mred/mred.rc @@ -40,7 +40,7 @@ BEGIN VALUE "FileDescription", "PLT Scheme GUI application\0" VALUE "InternalName", "MrEd\0" VALUE "FileVersion", "4, 1, 3, 8\0" - VALUE "LegalCopyright", "Copyright 1995-2008\0" + VALUE "LegalCopyright", "Copyright 1995-2009\0" VALUE "OriginalFilename", "MrEd.exe\0" VALUE "ProductName", "PLT Scheme\0" VALUE "ProductVersion", "4, 1, 3, 8\0" diff --git a/src/worksp/mzcom/mzcom.rc b/src/worksp/mzcom/mzcom.rc index a4116c967b..7561928aa8 100644 --- a/src/worksp/mzcom/mzcom.rc +++ b/src/worksp/mzcom/mzcom.rc @@ -72,7 +72,7 @@ BEGIN VALUE "FileDescription", "MzCOM Module" VALUE "FileVersion", "4, 1, 3, 8" VALUE "InternalName", "MzCOM" - VALUE "LegalCopyright", "Copyright 2000-2008 PLT (Paul Steckler)" + VALUE "LegalCopyright", "Copyright 2000-2009 PLT (Paul Steckler)" VALUE "OriginalFilename", "MzCOM.EXE" VALUE "ProductName", "MzCOM Module" VALUE "ProductVersion", "4, 1, 3, 8" @@ -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. 4.1",IDC_STATIC,71,8,61,8 - CTEXT "Copyright (c) 2000-2008 PLT (Paul Steckler)",IDC_STATIC, + CTEXT "Copyright (c) 2000-2009 PLT (Paul Steckler)",IDC_STATIC, 41,20,146,9 CTEXT "MzScheme v. 4.1",IDC_STATIC,64,35,75,8 - CTEXT "Copyright (c) 1995-2008 PLT Inc.",IDC_STATIC, + CTEXT "Copyright (c) 1995-2009 PLT Inc.",IDC_STATIC, 30,47,143,8 ICON MZICON,IDC_STATIC,11,16,20,20 END diff --git a/src/worksp/mzscheme/mzscheme.rc b/src/worksp/mzscheme/mzscheme.rc index 65e3457790..294c30660f 100644 --- a/src/worksp/mzscheme/mzscheme.rc +++ b/src/worksp/mzscheme/mzscheme.rc @@ -49,7 +49,7 @@ BEGIN VALUE "FileDescription", "PLT Scheme application\0" VALUE "InternalName", "MzScheme\0" VALUE "FileVersion", "4, 1, 3, 8\0" - VALUE "LegalCopyright", "Copyright 1995-2008\0" + VALUE "LegalCopyright", "Copyright 1995-2009\0" VALUE "OriginalFilename", "mzscheme.exe\0" VALUE "ProductName", "PLT Scheme\0" VALUE "ProductVersion", "4, 1, 3, 8\0" diff --git a/src/worksp/starters/start.rc b/src/worksp/starters/start.rc index 9935b35941..3e8a93261f 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-2008\0" + VALUE "LegalCopyright", "Copyright 1996-2009\0" #ifdef MRSTART VALUE "OriginalFilename", "MrStart.exe\0" #endif diff --git a/src/wxcommon/FontDirectory.cxx b/src/wxcommon/FontDirectory.cxx index 83b81cf94c..2ca99c498f 100644 --- a/src/wxcommon/FontDirectory.cxx +++ b/src/wxcommon/FontDirectory.cxx @@ -4,7 +4,7 @@ * * Authors: Markus Holzem, Julian Smart, and Matthew Flatt * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxcommon/FontDirectory.h b/src/wxcommon/FontDirectory.h index de33417532..a30039d707 100644 --- a/src/wxcommon/FontDirectory.h +++ b/src/wxcommon/FontDirectory.h @@ -5,7 +5,7 @@ * * Authors: Markus Holzem, Julian Smart, and Matthew Flatt * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxcommon/PSDC.cxx b/src/wxcommon/PSDC.cxx index a0ecff7ebd..7998210502 100644 --- a/src/wxcommon/PSDC.cxx +++ b/src/wxcommon/PSDC.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxcommon/PSDC.h b/src/wxcommon/PSDC.h index 470004d081..d36212ade3 100644 --- a/src/wxcommon/PSDC.h +++ b/src/wxcommon/PSDC.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxcommon/wb_hash.cxx b/src/wxcommon/wb_hash.cxx index 5eaa0c3605..84c5be8819 100644 --- a/src/wxcommon/wb_hash.cxx +++ b/src/wxcommon/wb_hash.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxcommon/wb_list.cxx b/src/wxcommon/wb_list.cxx index c2f08be10b..c7d864d0a2 100644 --- a/src/wxcommon/wb_list.cxx +++ b/src/wxcommon/wb_list.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxcommon/wxGC.cxx b/src/wxcommon/wxGC.cxx index 31f523775d..4baa00934c 100644 --- a/src/wxcommon/wxGC.cxx +++ b/src/wxcommon/wxGC.cxx @@ -3,7 +3,7 @@ MrEd interface to various garbage collectors, including the Boehm collector, SenoraGC, and MzScheme's precise collector. -Copyright (c) 2004-2008 PLT Scheme Inc. +Copyright (c) 2004-2009 PLT Scheme Inc. *************************************************************************/ diff --git a/src/wxcommon/wxGC.h b/src/wxcommon/wxGC.h index a0e8045342..71eae2bdb9 100644 --- a/src/wxcommon/wxGC.h +++ b/src/wxcommon/wxGC.h @@ -6,7 +6,7 @@ MrEd interface to various garbage collectors, including the Boehm collector, SenoraGC, and MzScheme's precise collector. -Copyright (c) 2004-2008 PLT Scheme Inc. +Copyright (c) 2004-2009 PLT Scheme Inc. ****************************************************************************/ diff --git a/src/wxcommon/wx_hash.h b/src/wxcommon/wx_hash.h index e1829db3ba..8add629a95 100644 --- a/src/wxcommon/wx_hash.h +++ b/src/wxcommon/wx_hash.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxcommon/wx_list.h b/src/wxcommon/wx_list.h index e089868ca5..bca0cbc515 100644 --- a/src/wxcommon/wx_list.h +++ b/src/wxcommon/wx_list.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/common.h b/src/wxmac/include/base/common.h index 67d353d907..6218a3ffe8 100644 --- a/src/wxmac/include/base/common.h +++ b/src/wxmac/include/base/common.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_buttn.h b/src/wxmac/include/base/wb_buttn.h index 2137e2fcc8..2e245e6b8e 100644 --- a/src/wxmac/include/base/wb_buttn.h +++ b/src/wxmac/include/base/wb_buttn.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_canvs.h b/src/wxmac/include/base/wb_canvs.h index 739be646b8..827fbc6155 100644 --- a/src/wxmac/include/base/wb_canvs.h +++ b/src/wxmac/include/base/wb_canvs.h @@ -5,7 +5,7 @@ * Created: 1993 * Updated: * 7/3/95 pulled in some 16.2 changes - Cecil Coupe - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_check.h b/src/wxmac/include/base/wb_check.h index c3f3640485..f8fcfcf67e 100644 --- a/src/wxmac/include/base/wb_check.h +++ b/src/wxmac/include/base/wb_check.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_choic.h b/src/wxmac/include/base/wb_choic.h index b60fe57c4d..c26a5e143f 100644 --- a/src/wxmac/include/base/wb_choic.h +++ b/src/wxmac/include/base/wb_choic.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_dc.h b/src/wxmac/include/base/wb_dc.h index e7cd468747..a456280cb1 100644 --- a/src/wxmac/include/base/wb_dc.h +++ b/src/wxmac/include/base/wb_dc.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_dccan.h b/src/wxmac/include/base/wb_dccan.h index ad3e14d455..6b3cca283c 100644 --- a/src/wxmac/include/base/wb_dccan.h +++ b/src/wxmac/include/base/wb_dccan.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_dcmem.h b/src/wxmac/include/base/wb_dcmem.h index 51f38b9e08..8135a172d9 100644 --- a/src/wxmac/include/base/wb_dcmem.h +++ b/src/wxmac/include/base/wb_dcmem.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_dialg.h b/src/wxmac/include/base/wb_dialg.h index e1dd64f3cf..68f7e61f13 100644 --- a/src/wxmac/include/base/wb_dialg.h +++ b/src/wxmac/include/base/wb_dialg.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_frame.h b/src/wxmac/include/base/wb_frame.h index 3d329f9e42..5532820974 100644 --- a/src/wxmac/include/base/wb_frame.h +++ b/src/wxmac/include/base/wb_frame.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_gauge.h b/src/wxmac/include/base/wb_gauge.h index d7a9b361c0..6610d52454 100644 --- a/src/wxmac/include/base/wb_gauge.h +++ b/src/wxmac/include/base/wb_gauge.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_gdi.h b/src/wxmac/include/base/wb_gdi.h index ae7e0e6394..ef6430bcc3 100644 --- a/src/wxmac/include/base/wb_gdi.h +++ b/src/wxmac/include/base/wb_gdi.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_item.h b/src/wxmac/include/base/wb_item.h index 79e111c6c4..f70f96028e 100644 --- a/src/wxmac/include/base/wb_item.h +++ b/src/wxmac/include/base/wb_item.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_lbox.h b/src/wxmac/include/base/wb_lbox.h index e3124e9087..ad567dceb6 100644 --- a/src/wxmac/include/base/wb_lbox.h +++ b/src/wxmac/include/base/wb_lbox.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_main.h b/src/wxmac/include/base/wb_main.h index f8a417bf77..f6d9c91ef5 100644 --- a/src/wxmac/include/base/wb_main.h +++ b/src/wxmac/include/base/wb_main.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_menu.h b/src/wxmac/include/base/wb_menu.h index da3a4795b5..50fe11e04c 100644 --- a/src/wxmac/include/base/wb_menu.h +++ b/src/wxmac/include/base/wb_menu.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_messg.h b/src/wxmac/include/base/wb_messg.h index e486150a18..db0951319e 100644 --- a/src/wxmac/include/base/wb_messg.h +++ b/src/wxmac/include/base/wb_messg.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_mnuit.h b/src/wxmac/include/base/wb_mnuit.h index 527ceea57b..bc560eb7c5 100644 --- a/src/wxmac/include/base/wb_mnuit.h +++ b/src/wxmac/include/base/wb_mnuit.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_panel.h b/src/wxmac/include/base/wb_panel.h index edaae4b9b4..0f677e5ba1 100644 --- a/src/wxmac/include/base/wb_panel.h +++ b/src/wxmac/include/base/wb_panel.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_rbox.h b/src/wxmac/include/base/wb_rbox.h index 053d9ecbaf..6a4cdc0125 100644 --- a/src/wxmac/include/base/wb_rbox.h +++ b/src/wxmac/include/base/wb_rbox.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_slidr.h b/src/wxmac/include/base/wb_slidr.h index 5715ab5375..d201d56947 100644 --- a/src/wxmac/include/base/wb_slidr.h +++ b/src/wxmac/include/base/wb_slidr.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_timer.h b/src/wxmac/include/base/wb_timer.h index 71218a1514..784d4d5038 100644 --- a/src/wxmac/include/base/wb_timer.h +++ b/src/wxmac/include/base/wb_timer.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wb_win.h b/src/wxmac/include/base/wb_win.h index 6fbcb5da95..0ba725f763 100644 --- a/src/wxmac/include/base/wb_win.h +++ b/src/wxmac/include/base/wb_win.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wx.h b/src/wxmac/include/base/wx.h index 329d1dc988..99c8b81502 100644 --- a/src/wxmac/include/base/wx.h +++ b/src/wxmac/include/base/wx.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wx_clipb.h b/src/wxmac/include/base/wx_clipb.h index 06481065f8..5e7a7884f1 100644 --- a/src/wxmac/include/base/wx_clipb.h +++ b/src/wxmac/include/base/wx_clipb.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wx_obj.h b/src/wxmac/include/base/wx_obj.h index 5a593abb37..fe6670a9ec 100644 --- a/src/wxmac/include/base/wx_obj.h +++ b/src/wxmac/include/base/wx_obj.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wx_setup.h b/src/wxmac/include/base/wx_setup.h index 9e913b0930..abe32a8092 100644 --- a/src/wxmac/include/base/wx_setup.h +++ b/src/wxmac/include/base/wx_setup.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wx_stdev.h b/src/wxmac/include/base/wx_stdev.h index 8e1701ef6b..440f33946b 100644 --- a/src/wxmac/include/base/wx_stdev.h +++ b/src/wxmac/include/base/wx_stdev.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wx_sysev.h b/src/wxmac/include/base/wx_sysev.h index 013799aa1f..b69ae717e7 100644 --- a/src/wxmac/include/base/wx_sysev.h +++ b/src/wxmac/include/base/wx_sysev.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wx_types.h b/src/wxmac/include/base/wx_types.h index c530553e27..00495b81a4 100644 --- a/src/wxmac/include/base/wx_types.h +++ b/src/wxmac/include/base/wx_types.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/base/wx_utils.h b/src/wxmac/include/base/wx_utils.h index 43f45635b8..95b82cbf43 100644 --- a/src/wxmac/include/base/wx_utils.h +++ b/src/wxmac/include/base/wx_utils.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: Oct 7, 1995 - Cecil Coupe, added wxRmdir() prototype - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/mac/wxBorder.h b/src/wxmac/include/mac/wxBorder.h index 7cfdff0be0..471c2916bc 100644 --- a/src/wxmac/include/mac/wxBorder.h +++ b/src/wxmac/include/mac/wxBorder.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxBorderArea.h b/src/wxmac/include/mac/wxBorderArea.h index 42f2e195a7..85f097dbac 100644 --- a/src/wxmac/include/mac/wxBorderArea.h +++ b/src/wxmac/include/mac/wxBorderArea.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxButtonBorder.h b/src/wxmac/include/mac/wxButtonBorder.h index c0f707d445..d92eb0a7d3 100644 --- a/src/wxmac/include/mac/wxButtonBorder.h +++ b/src/wxmac/include/mac/wxButtonBorder.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxDirection.h b/src/wxmac/include/mac/wxDirection.h index 021c91a7f5..b01e4c46fe 100644 --- a/src/wxmac/include/mac/wxDirection.h +++ b/src/wxmac/include/mac/wxDirection.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxLabelArea.h b/src/wxmac/include/mac/wxLabelArea.h index a94c52c765..49e014f224 100644 --- a/src/wxmac/include/mac/wxLabelArea.h +++ b/src/wxmac/include/mac/wxLabelArea.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxMacDC.h b/src/wxmac/include/mac/wxMacDC.h index cd3d9c37df..5ceb438487 100644 --- a/src/wxmac/include/mac/wxMacDC.h +++ b/src/wxmac/include/mac/wxMacDC.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxMargin.h b/src/wxmac/include/mac/wxMargin.h index 298351986f..35b6af5398 100644 --- a/src/wxmac/include/mac/wxMargin.h +++ b/src/wxmac/include/mac/wxMargin.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxRectBorder.h b/src/wxmac/include/mac/wxRectBorder.h index 292e50a863..94e5eac0dc 100644 --- a/src/wxmac/include/mac/wxRectBorder.h +++ b/src/wxmac/include/mac/wxRectBorder.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxScroll.h b/src/wxmac/include/mac/wxScroll.h index 0b4d12b7dd..5824cf2709 100644 --- a/src/wxmac/include/mac/wxScroll.h +++ b/src/wxmac/include/mac/wxScroll.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxScrollArea.h b/src/wxmac/include/mac/wxScrollArea.h index e0d814dad9..8674ae33b3 100644 --- a/src/wxmac/include/mac/wxScrollArea.h +++ b/src/wxmac/include/mac/wxScrollArea.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wxScrollData.h b/src/wxmac/include/mac/wxScrollData.h index 7f3708b527..e9141ccde4 100644 --- a/src/wxmac/include/mac/wxScrollData.h +++ b/src/wxmac/include/mac/wxScrollData.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_area.h b/src/wxmac/include/mac/wx_area.h index 9cecfb3453..5c5287e605 100644 --- a/src/wxmac/include/mac/wx_area.h +++ b/src/wxmac/include/mac/wx_area.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_buttn.h b/src/wxmac/include/mac/wx_buttn.h index 6ade608e70..ecb54b7292 100644 --- a/src/wxmac/include/mac/wx_buttn.h +++ b/src/wxmac/include/mac/wx_buttn.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_canvs.h b/src/wxmac/include/mac/wx_canvs.h index fd63e7027e..54274eea49 100644 --- a/src/wxmac/include/mac/wx_canvs.h +++ b/src/wxmac/include/mac/wx_canvs.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_check.h b/src/wxmac/include/mac/wx_check.h index b20fd2b4f3..39283d0ae2 100644 --- a/src/wxmac/include/mac/wx_check.h +++ b/src/wxmac/include/mac/wx_check.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_choic.h b/src/wxmac/include/mac/wx_choic.h index d5cc0803e6..16454c9d23 100644 --- a/src/wxmac/include/mac/wx_choic.h +++ b/src/wxmac/include/mac/wx_choic.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/mac/wx_dc.h b/src/wxmac/include/mac/wx_dc.h index 7869298830..79cc2cea04 100644 --- a/src/wxmac/include/mac/wx_dc.h +++ b/src/wxmac/include/mac/wx_dc.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_dccan.h b/src/wxmac/include/mac/wx_dccan.h index 772792aa4a..31c6c97589 100644 --- a/src/wxmac/include/mac/wx_dccan.h +++ b/src/wxmac/include/mac/wx_dccan.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_dcmem.h b/src/wxmac/include/mac/wx_dcmem.h index 8ae49ccf2f..dfacca1123 100644 --- a/src/wxmac/include/mac/wx_dcmem.h +++ b/src/wxmac/include/mac/wx_dcmem.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. */ diff --git a/src/wxmac/include/mac/wx_dcpr.h b/src/wxmac/include/mac/wx_dcpr.h index dd05062eac..0ce7e71506 100644 --- a/src/wxmac/include/mac/wx_dcpr.h +++ b/src/wxmac/include/mac/wx_dcpr.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_dialg.h b/src/wxmac/include/mac/wx_dialg.h index faf387cd88..f511bcab12 100644 --- a/src/wxmac/include/mac/wx_dialg.h +++ b/src/wxmac/include/mac/wx_dialg.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_frame.h b/src/wxmac/include/mac/wx_frame.h index 9453e05466..a0e314e951 100644 --- a/src/wxmac/include/mac/wx_frame.h +++ b/src/wxmac/include/mac/wx_frame.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_gauge.h b/src/wxmac/include/mac/wx_gauge.h index 79cb808dd3..cf9e285c28 100644 --- a/src/wxmac/include/mac/wx_gauge.h +++ b/src/wxmac/include/mac/wx_gauge.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/mac/wx_gbox.h b/src/wxmac/include/mac/wx_gbox.h index 9a053d9a7e..1797cff676 100644 --- a/src/wxmac/include/mac/wx_gbox.h +++ b/src/wxmac/include/mac/wx_gbox.h @@ -3,7 +3,7 @@ * Purpose: Tab group panel item * Author: Matthew * Created: 2002 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 2002, PLT */ diff --git a/src/wxmac/include/mac/wx_gdi.h b/src/wxmac/include/mac/wx_gdi.h index 6a30f5395b..61fbf325c9 100644 --- a/src/wxmac/include/mac/wx_gdi.h +++ b/src/wxmac/include/mac/wx_gdi.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_item.h b/src/wxmac/include/mac/wx_item.h index 959821dfd8..02e692f82d 100644 --- a/src/wxmac/include/mac/wx_item.h +++ b/src/wxmac/include/mac/wx_item.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_lbox.h b/src/wxmac/include/mac/wx_lbox.h index 37cc5d06c5..0349d7312a 100644 --- a/src/wxmac/include/mac/wx_lbox.h +++ b/src/wxmac/include/mac/wx_lbox.h @@ -4,7 +4,7 @@ * Author: Julian Smart/Cecil Coupe (mac version) * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/mac/wx_mac_utils.h b/src/wxmac/include/mac/wx_mac_utils.h index 2ba82a9874..2a20aef3a5 100644 --- a/src/wxmac/include/mac/wx_mac_utils.h +++ b/src/wxmac/include/mac/wx_mac_utils.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_main.h b/src/wxmac/include/mac/wx_main.h index 4fa9965eb8..60ada1f712 100644 --- a/src/wxmac/include/mac/wx_main.h +++ b/src/wxmac/include/mac/wx_main.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_menu.h b/src/wxmac/include/mac/wx_menu.h index c3ef9645f3..e7f67c21e7 100644 --- a/src/wxmac/include/mac/wx_menu.h +++ b/src/wxmac/include/mac/wx_menu.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_messg.h b/src/wxmac/include/mac/wx_messg.h index 6344aef59b..6ccee843f5 100644 --- a/src/wxmac/include/mac/wx_messg.h +++ b/src/wxmac/include/mac/wx_messg.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_mnuit.h b/src/wxmac/include/mac/wx_mnuit.h index 90c51ad430..fa9b3bac3b 100644 --- a/src/wxmac/include/mac/wx_mnuit.h +++ b/src/wxmac/include/mac/wx_mnuit.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_panel.h b/src/wxmac/include/mac/wx_panel.h index 325700cc03..0fccf04eb7 100644 --- a/src/wxmac/include/mac/wx_panel.h +++ b/src/wxmac/include/mac/wx_panel.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_print.h b/src/wxmac/include/mac/wx_print.h index c369665503..24b5bebdd5 100644 --- a/src/wxmac/include/mac/wx_print.h +++ b/src/wxmac/include/mac/wx_print.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1995 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/mac/wx_rbox.h b/src/wxmac/include/mac/wx_rbox.h index 160c96f5c2..da6f7a0b6c 100644 --- a/src/wxmac/include/mac/wx_rbox.h +++ b/src/wxmac/include/mac/wx_rbox.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_rbut.h b/src/wxmac/include/mac/wx_rbut.h index f1e7482ce1..c3712437ab 100644 --- a/src/wxmac/include/mac/wx_rbut.h +++ b/src/wxmac/include/mac/wx_rbut.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_sbar.h b/src/wxmac/include/mac/wx_sbar.h index c4380d1af9..a493db7768 100644 --- a/src/wxmac/include/mac/wx_sbar.h +++ b/src/wxmac/include/mac/wx_sbar.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_screen.h b/src/wxmac/include/mac/wx_screen.h index f6a3bb8244..22703f343f 100644 --- a/src/wxmac/include/mac/wx_screen.h +++ b/src/wxmac/include/mac/wx_screen.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wx_slidr.h b/src/wxmac/include/mac/wx_slidr.h index a970cc2d83..0889825420 100644 --- a/src/wxmac/include/mac/wx_slidr.h +++ b/src/wxmac/include/mac/wx_slidr.h @@ -4,7 +4,7 @@ * Author: Julian Smart (Cecil Coupe) * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/mac/wx_tabc.h b/src/wxmac/include/mac/wx_tabc.h index 7a9d332d41..79f4bdda1b 100644 --- a/src/wxmac/include/mac/wx_tabc.h +++ b/src/wxmac/include/mac/wx_tabc.h @@ -3,7 +3,7 @@ * Purpose: Tab group panel item * Author: Matthew * Created: 2002 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 2002, PLT */ diff --git a/src/wxmac/include/mac/wx_timer.h b/src/wxmac/include/mac/wx_timer.h index 9dea851613..4f7a82bfc7 100644 --- a/src/wxmac/include/mac/wx_timer.h +++ b/src/wxmac/include/mac/wx_timer.h @@ -4,7 +4,7 @@ * Author: Julian Smart/Cecil Coupe * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/include/mac/wx_win.h b/src/wxmac/include/mac/wx_win.h index c40ca538d2..41ecdb55f0 100644 --- a/src/wxmac/include/mac/wx_win.h +++ b/src/wxmac/include/mac/wx_win.h @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/include/mac/wximgfil.h b/src/wxmac/include/mac/wximgfil.h index cd3ecd1dde..6abaac1e19 100644 --- a/src/wxmac/include/mac/wximgfil.h +++ b/src/wxmac/include/mac/wximgfil.h @@ -3,7 +3,7 @@ * Purpose: Declaration of the Platform Independent GIF Image Class * Author: Alejandro Aguilar Sierra * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Alejandro Aguilar Sierra */ #if !defined(__wximgfil_h) diff --git a/src/wxmac/src/base/wb_canvs.cc b/src/wxmac/src/base/wb_canvs.cc index bcf8f5ac5e..1ad110ecbd 100644 --- a/src/wxmac/src/base/wb_canvs.cc +++ b/src/wxmac/src/base/wb_canvs.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_dc.cc b/src/wxmac/src/base/wb_dc.cc index da79cdc030..ea547477d1 100644 --- a/src/wxmac/src/base/wb_dc.cc +++ b/src/wxmac/src/base/wb_dc.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_dialg.cc b/src/wxmac/src/base/wb_dialg.cc index 1aa5f4079e..553ea8fc78 100644 --- a/src/wxmac/src/base/wb_dialg.cc +++ b/src/wxmac/src/base/wb_dialg.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_frame.cc b/src/wxmac/src/base/wb_frame.cc index cb787d9316..da4fe46841 100644 --- a/src/wxmac/src/base/wb_frame.cc +++ b/src/wxmac/src/base/wb_frame.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_gdi.cc b/src/wxmac/src/base/wb_gdi.cc index 39056844ce..bbe9d85e79 100644 --- a/src/wxmac/src/base/wb_gdi.cc +++ b/src/wxmac/src/base/wb_gdi.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_item.cc b/src/wxmac/src/base/wb_item.cc index 89ba12babd..b835c4b0cc 100644 --- a/src/wxmac/src/base/wb_item.cc +++ b/src/wxmac/src/base/wb_item.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_main.cc b/src/wxmac/src/base/wb_main.cc index 5009f6f9b0..cedf82453b 100644 --- a/src/wxmac/src/base/wb_main.cc +++ b/src/wxmac/src/base/wb_main.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_obj.cc b/src/wxmac/src/base/wb_obj.cc index 0d194a7a2c..364e150e3e 100644 --- a/src/wxmac/src/base/wb_obj.cc +++ b/src/wxmac/src/base/wb_obj.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_panel.cc b/src/wxmac/src/base/wb_panel.cc index f894508870..7a8654d3a5 100644 --- a/src/wxmac/src/base/wb_panel.cc +++ b/src/wxmac/src/base/wb_panel.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_stdev.cc b/src/wxmac/src/base/wb_stdev.cc index 113099cb79..114abb9264 100644 --- a/src/wxmac/src/base/wb_stdev.cc +++ b/src/wxmac/src/base/wb_stdev.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_sysev.cc b/src/wxmac/src/base/wb_sysev.cc index f6f53d0b29..9346327dea 100644 --- a/src/wxmac/src/base/wb_sysev.cc +++ b/src/wxmac/src/base/wb_sysev.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_timer.cc b/src/wxmac/src/base/wb_timer.cc index bbbdc98289..25afbe8ca5 100644 --- a/src/wxmac/src/base/wb_timer.cc +++ b/src/wxmac/src/base/wb_timer.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_types.cc b/src/wxmac/src/base/wb_types.cc index 46720725c2..0ba21ecc69 100644 --- a/src/wxmac/src/base/wb_types.cc +++ b/src/wxmac/src/base/wb_types.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_utils.cc b/src/wxmac/src/base/wb_utils.cc index f90a210dd0..e00c3bffa3 100644 --- a/src/wxmac/src/base/wb_utils.cc +++ b/src/wxmac/src/base/wb_utils.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/wb_win.cc b/src/wxmac/src/base/wb_win.cc index e45c8b24bf..ca4df8293b 100644 --- a/src/wxmac/src/base/wb_win.cc +++ b/src/wxmac/src/base/wb_win.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/base/xfspline.cc b/src/wxmac/src/base/xfspline.cc index 04841f77cb..3ed18a55df 100644 --- a/src/wxmac/src/base/xfspline.cc +++ b/src/wxmac/src/base/xfspline.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/mac/wxBorder.cc b/src/wxmac/src/mac/wxBorder.cc index a39cc2959b..e26d3bccaa 100644 --- a/src/wxmac/src/mac/wxBorder.cc +++ b/src/wxmac/src/mac/wxBorder.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxBorderArea.cc b/src/wxmac/src/mac/wxBorderArea.cc index b326f6d34a..fe4103033a 100644 --- a/src/wxmac/src/mac/wxBorderArea.cc +++ b/src/wxmac/src/mac/wxBorderArea.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxButtonBorder.cc b/src/wxmac/src/mac/wxButtonBorder.cc index faf9bc4fad..ee8a4cd857 100644 --- a/src/wxmac/src/mac/wxButtonBorder.cc +++ b/src/wxmac/src/mac/wxButtonBorder.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxLabelArea.cc b/src/wxmac/src/mac/wxLabelArea.cc index 834bcc7122..a6d768806e 100644 --- a/src/wxmac/src/mac/wxLabelArea.cc +++ b/src/wxmac/src/mac/wxLabelArea.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxMacDC.cc b/src/wxmac/src/mac/wxMacDC.cc index ef94a3673b..d96897d2e2 100644 --- a/src/wxmac/src/mac/wxMacDC.cc +++ b/src/wxmac/src/mac/wxMacDC.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxMargin.cc b/src/wxmac/src/mac/wxMargin.cc index c444226552..ec1e62e126 100644 --- a/src/wxmac/src/mac/wxMargin.cc +++ b/src/wxmac/src/mac/wxMargin.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxRectBorder.cc b/src/wxmac/src/mac/wxRectBorder.cc index 7d84fe59da..682f985bc6 100644 --- a/src/wxmac/src/mac/wxRectBorder.cc +++ b/src/wxmac/src/mac/wxRectBorder.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxScroll.cc b/src/wxmac/src/mac/wxScroll.cc index 790ac59bfb..f3b492d218 100644 --- a/src/wxmac/src/mac/wxScroll.cc +++ b/src/wxmac/src/mac/wxScroll.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxScrollArea.cc b/src/wxmac/src/mac/wxScrollArea.cc index 5c1f9240f0..b7d5a5e4e3 100644 --- a/src/wxmac/src/mac/wxScrollArea.cc +++ b/src/wxmac/src/mac/wxScrollArea.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wxScrollData.cc b/src/wxmac/src/mac/wxScrollData.cc index 683745a125..29cc85ffd3 100644 --- a/src/wxmac/src/mac/wxScrollData.cc +++ b/src/wxmac/src/mac/wxScrollData.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_app.cc b/src/wxmac/src/mac/wx_app.cc index aa1820854b..3586ed2783 100644 --- a/src/wxmac/src/mac/wx_app.cc +++ b/src/wxmac/src/mac/wx_app.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. //////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_area.cc b/src/wxmac/src/mac/wx_area.cc index 5285301bc0..00b4705e4b 100644 --- a/src/wxmac/src/mac/wx_area.cc +++ b/src/wxmac/src/mac/wx_area.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_buttn.cc b/src/wxmac/src/mac/wx_buttn.cc index b2dde7a6e5..5a32273660 100644 --- a/src/wxmac/src/mac/wx_buttn.cc +++ b/src/wxmac/src/mac/wx_buttn.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_canvs.cc b/src/wxmac/src/mac/wx_canvs.cc index 48e5fb73fa..c7c4a5232b 100644 --- a/src/wxmac/src/mac/wx_canvs.cc +++ b/src/wxmac/src/mac/wx_canvs.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_check.cc b/src/wxmac/src/mac/wx_check.cc index 4578cdbada..8a16e6cf2b 100644 --- a/src/wxmac/src/mac/wx_check.cc +++ b/src/wxmac/src/mac/wx_check.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_choic.cc b/src/wxmac/src/mac/wx_choic.cc index 05b47cde13..0ccdbe74dd 100644 --- a/src/wxmac/src/mac/wx_choic.cc +++ b/src/wxmac/src/mac/wx_choic.cc @@ -6,7 +6,7 @@ * Updated: April 1995 * July 22, 1995 - First Mac version - Cecil Coupe * - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/mac/wx_clipb.cc b/src/wxmac/src/mac/wx_clipb.cc index 31d0798da3..6ccaa8673c 100644 --- a/src/wxmac/src/mac/wx_clipb.cc +++ b/src/wxmac/src/mac/wx_clipb.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. */ diff --git a/src/wxmac/src/mac/wx_dc.cc b/src/wxmac/src/mac/wx_dc.cc index f5fcde781f..0537cae8b4 100644 --- a/src/wxmac/src/mac/wx_dc.cc +++ b/src/wxmac/src/mac/wx_dc.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_dccan1.cc b/src/wxmac/src/mac/wx_dccan1.cc index 1d32edd95d..c8fdf3ae77 100644 --- a/src/wxmac/src/mac/wx_dccan1.cc +++ b/src/wxmac/src/mac/wx_dccan1.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_dccan2.cc b/src/wxmac/src/mac/wx_dccan2.cc index a64e91ef88..f3bd4f3c5d 100644 --- a/src/wxmac/src/mac/wx_dccan2.cc +++ b/src/wxmac/src/mac/wx_dccan2.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_dccan3.cc b/src/wxmac/src/mac/wx_dccan3.cc index 5caeba64b9..0728fcbe4a 100644 --- a/src/wxmac/src/mac/wx_dccan3.cc +++ b/src/wxmac/src/mac/wx_dccan3.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_dcmem.cc b/src/wxmac/src/mac/wx_dcmem.cc index 7e299ea4bc..1d85d5a794 100644 --- a/src/wxmac/src/mac/wx_dcmem.cc +++ b/src/wxmac/src/mac/wx_dcmem.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_dialg.cc b/src/wxmac/src/mac/wx_dialg.cc index 33fa5b20ea..101d2f0a44 100644 --- a/src/wxmac/src/mac/wx_dialg.cc +++ b/src/wxmac/src/mac/wx_dialg.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_frame.cc b/src/wxmac/src/mac/wx_frame.cc index 3cedf03e20..4ed1fbed06 100644 --- a/src/wxmac/src/mac/wx_frame.cc +++ b/src/wxmac/src/mac/wx_frame.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_gauge.cc b/src/wxmac/src/mac/wx_gauge.cc index 2ed02f4b07..2717a12e57 100644 --- a/src/wxmac/src/mac/wx_gauge.cc +++ b/src/wxmac/src/mac/wx_gauge.cc @@ -4,7 +4,7 @@ * Author: Cecil Coupe * Created: 1995 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. */ diff --git a/src/wxmac/src/mac/wx_gbox.cc b/src/wxmac/src/mac/wx_gbox.cc index b4f64546c2..3fc70948bd 100644 --- a/src/wxmac/src/mac/wx_gbox.cc +++ b/src/wxmac/src/mac/wx_gbox.cc @@ -3,7 +3,7 @@ // Purpose: Panel item tab choice implementation (Macintosh version) // Author: Matthew // Created: 2002 -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 2002, PLT /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_gdi.cc b/src/wxmac/src/mac/wx_gdi.cc index e04d4e5a2c..8c28200fe8 100644 --- a/src/wxmac/src/mac/wx_gdi.cc +++ b/src/wxmac/src/mac/wx_gdi.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_item.cc b/src/wxmac/src/mac/wx_item.cc index 7dcf1b0376..5efab5b193 100644 --- a/src/wxmac/src/mac/wx_item.cc +++ b/src/wxmac/src/mac/wx_item.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_lbox.cc b/src/wxmac/src/mac/wx_lbox.cc index 221c9e9bb7..34f7d99789 100644 --- a/src/wxmac/src/mac/wx_lbox.cc +++ b/src/wxmac/src/mac/wx_lbox.cc @@ -5,7 +5,7 @@ * Created: 1994 * Updated: * 11/1/95 - not deleting client data on delete or clear - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. */ diff --git a/src/wxmac/src/mac/wx_mac_utils.cc b/src/wxmac/src/mac/wx_mac_utils.cc index 710c9debfd..ba35a279b4 100644 --- a/src/wxmac/src/mac/wx_mac_utils.cc +++ b/src/wxmac/src/mac/wx_mac_utils.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_main.cc b/src/wxmac/src/mac/wx_main.cc index 8153ae558c..9dc924383c 100644 --- a/src/wxmac/src/mac/wx_main.cc +++ b/src/wxmac/src/mac/wx_main.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_menu.cc b/src/wxmac/src/mac/wx_menu.cc index 6e69756be6..ede59182dc 100644 --- a/src/wxmac/src/mac/wx_menu.cc +++ b/src/wxmac/src/mac/wx_menu.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_messg.cc b/src/wxmac/src/mac/wx_messg.cc index b9427202d7..ed56f1d21a 100644 --- a/src/wxmac/src/mac/wx_messg.cc +++ b/src/wxmac/src/mac/wx_messg.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_mnuit.cc b/src/wxmac/src/mac/wx_mnuit.cc index de77be36f9..daadadf6f0 100644 --- a/src/wxmac/src/mac/wx_mnuit.cc +++ b/src/wxmac/src/mac/wx_mnuit.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_panel.cc b/src/wxmac/src/mac/wx_panel.cc index e71e95a212..26ba9240d8 100644 --- a/src/wxmac/src/mac/wx_panel.cc +++ b/src/wxmac/src/mac/wx_panel.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_print.cc b/src/wxmac/src/mac/wx_print.cc index 5218967362..dafda588af 100644 --- a/src/wxmac/src/mac/wx_print.cc +++ b/src/wxmac/src/mac/wx_print.cc @@ -4,7 +4,7 @@ * Author: Lj Birk (original msw by Julian Smart * Created: 1995 * Updated: October 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh */ diff --git a/src/wxmac/src/mac/wx_rbox.cc b/src/wxmac/src/mac/wx_rbox.cc index a828efe069..00f7cf72cc 100644 --- a/src/wxmac/src/mac/wx_rbox.cc +++ b/src/wxmac/src/mac/wx_rbox.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_rbut.cc b/src/wxmac/src/mac/wx_rbut.cc index 37980dcda0..bd4eccca54 100644 --- a/src/wxmac/src/mac/wx_rbut.cc +++ b/src/wxmac/src/mac/wx_rbut.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_sbar.cc b/src/wxmac/src/mac/wx_sbar.cc index 83b5fe7514..1603e75698 100644 --- a/src/wxmac/src/mac/wx_sbar.cc +++ b/src/wxmac/src/mac/wx_sbar.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_screen.cc b/src/wxmac/src/mac/wx_screen.cc index 3f75c1880f..c09cfb7709 100644 --- a/src/wxmac/src/mac/wx_screen.cc +++ b/src/wxmac/src/mac/wx_screen.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_slidr.cc b/src/wxmac/src/mac/wx_slidr.cc index 0507545ebf..b8edfb5cad 100644 --- a/src/wxmac/src/mac/wx_slidr.cc +++ b/src/wxmac/src/mac/wx_slidr.cc @@ -4,7 +4,7 @@ * Author: Cecil Coupe * Created: 1995 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. */ diff --git a/src/wxmac/src/mac/wx_tabc.cc b/src/wxmac/src/mac/wx_tabc.cc index 2cf0397b06..10d97b0e73 100644 --- a/src/wxmac/src/mac/wx_tabc.cc +++ b/src/wxmac/src/mac/wx_tabc.cc @@ -3,7 +3,7 @@ // Purpose: Panel item tab choice implementation (Macintosh version) // Author: Matthew // Created: 2002 -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 2002, PLT /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/src/mac/wx_win.cc b/src/wxmac/src/mac/wx_win.cc index 06cb033cf7..20b6c6bf76 100644 --- a/src/wxmac/src/mac/wx_win.cc +++ b/src/wxmac/src/mac/wx_win.cc @@ -4,7 +4,7 @@ // Author: Bill Hale // Created: 1994 // Updated: -// Copyright: (c) 2004-2008 PLT Scheme Inc. +// Copyright: (c) 2004-2009 PLT Scheme Inc. // Copyright: (c) 1993-94, AIAI, University of Edinburgh. All Rights Reserved. /////////////////////////////////////////////////////////////////////////////// diff --git a/src/wxmac/utils/image/src/wx_image.cc b/src/wxmac/utils/image/src/wx_image.cc index 921f14fe17..32277c4307 100644 --- a/src/wxmac/utils/image/src/wx_image.cc +++ b/src/wxmac/utils/image/src/wx_image.cc @@ -3,7 +3,7 @@ * Purpose: * * wxWindows 1.50 - * Copyright (c) 2004-2008 PLT Scheme Inc. + * Copyright (c) 2004-2009 PLT Scheme Inc. * Copyright (c) 1993 Artificial Intelligence Applications Institute, * The University of Edinburgh * diff --git a/src/wxmac/utils/image/src/wx_image.h b/src/wxmac/utils/image/src/wx_image.h index 2031d09f38..e33348e8b7 100644 --- a/src/wxmac/utils/image/src/wx_image.h +++ b/src/wxmac/utils/image/src/wx_image.h @@ -3,7 +3,7 @@ * Purpose: * * wxWindows 1.50 - * Copyright (c) 2004-2008 PLT Scheme Inc. + * Copyright (c) 2004-2009 PLT Scheme Inc. * Copyright (c) 1993 Artificial Intelligence Applications Institute, * The University of Edinburgh * diff --git a/src/wxmac/utils/image/src/wx_imgx.h b/src/wxmac/utils/image/src/wx_imgx.h index 6ec914fa7c..3fbfa3d31f 100644 --- a/src/wxmac/utils/image/src/wx_imgx.h +++ b/src/wxmac/utils/image/src/wx_imgx.h @@ -3,7 +3,7 @@ * Purpose: * * wxWindows 1.50 - * Copyright (c) 2004-2008 PLT Scheme Inc. + * Copyright (c) 2004-2009 PLT Scheme Inc. * Copyright (c) 1993 Artificial Intelligence Applications Institute, * The University of Edinburgh * diff --git a/src/wxwindow/include/base/common.h b/src/wxwindow/include/base/common.h index ff4dee9527..513ee801b5 100644 --- a/src/wxwindow/include/base/common.h +++ b/src/wxwindow/include/base/common.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_buttn.h b/src/wxwindow/include/base/wb_buttn.h index efb0646556..003e8ceb8d 100644 --- a/src/wxwindow/include/base/wb_buttn.h +++ b/src/wxwindow/include/base/wb_buttn.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_canvs.h b/src/wxwindow/include/base/wb_canvs.h index b2ae2fb997..edc68d02da 100644 --- a/src/wxwindow/include/base/wb_canvs.h +++ b/src/wxwindow/include/base/wb_canvs.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_check.h b/src/wxwindow/include/base/wb_check.h index e438005ebf..987af3e1c9 100644 --- a/src/wxwindow/include/base/wb_check.h +++ b/src/wxwindow/include/base/wb_check.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_choic.h b/src/wxwindow/include/base/wb_choic.h index 16cb7a2f71..1e6e150ae9 100644 --- a/src/wxwindow/include/base/wb_choic.h +++ b/src/wxwindow/include/base/wb_choic.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_cmdlg.h b/src/wxwindow/include/base/wb_cmdlg.h index b90ef29795..706176264a 100644 --- a/src/wxwindow/include/base/wb_cmdlg.h +++ b/src/wxwindow/include/base/wb_cmdlg.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1995 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Julian Smart * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_dc.h b/src/wxwindow/include/base/wb_dc.h index a77bdd8b2d..3726526c94 100644 --- a/src/wxwindow/include/base/wb_dc.h +++ b/src/wxwindow/include/base/wb_dc.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_dccan.h b/src/wxwindow/include/base/wb_dccan.h index f202af28e3..14475d1c9e 100644 --- a/src/wxwindow/include/base/wb_dccan.h +++ b/src/wxwindow/include/base/wb_dccan.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_dcmem.h b/src/wxwindow/include/base/wb_dcmem.h index 8ee29ac82d..fad77d937b 100644 --- a/src/wxwindow/include/base/wb_dcmem.h +++ b/src/wxwindow/include/base/wb_dcmem.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_dialg.h b/src/wxwindow/include/base/wb_dialg.h index 14fdfb0f26..c4cbbe5b54 100644 --- a/src/wxwindow/include/base/wb_dialg.h +++ b/src/wxwindow/include/base/wb_dialg.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_frame.h b/src/wxwindow/include/base/wb_frame.h index b75da31151..d057b5b181 100644 --- a/src/wxwindow/include/base/wb_frame.h +++ b/src/wxwindow/include/base/wb_frame.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_gauge.h b/src/wxwindow/include/base/wb_gauge.h index fd40d9fd2d..98eeb8105e 100644 --- a/src/wxwindow/include/base/wb_gauge.h +++ b/src/wxwindow/include/base/wb_gauge.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_gdi.h b/src/wxwindow/include/base/wb_gdi.h index 33f90d12bf..697f72f8e3 100644 --- a/src/wxwindow/include/base/wb_gdi.h +++ b/src/wxwindow/include/base/wb_gdi.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_item.h b/src/wxwindow/include/base/wb_item.h index 8d70ad107f..da263c7b35 100644 --- a/src/wxwindow/include/base/wb_item.h +++ b/src/wxwindow/include/base/wb_item.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_lbox.h b/src/wxwindow/include/base/wb_lbox.h index 1e483676fe..06f76f51ab 100644 --- a/src/wxwindow/include/base/wb_lbox.h +++ b/src/wxwindow/include/base/wb_lbox.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_main.h b/src/wxwindow/include/base/wb_main.h index 20771adfc1..fdc154349f 100644 --- a/src/wxwindow/include/base/wb_main.h +++ b/src/wxwindow/include/base/wb_main.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_menu.h b/src/wxwindow/include/base/wb_menu.h index 2b22100d84..dc8eb81ad8 100644 --- a/src/wxwindow/include/base/wb_menu.h +++ b/src/wxwindow/include/base/wb_menu.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_messg.h b/src/wxwindow/include/base/wb_messg.h index eb24802003..a2e4240461 100644 --- a/src/wxwindow/include/base/wb_messg.h +++ b/src/wxwindow/include/base/wb_messg.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_mf.h b/src/wxwindow/include/base/wb_mf.h index 65765cd593..20ccd31db0 100644 --- a/src/wxwindow/include/base/wb_mf.h +++ b/src/wxwindow/include/base/wb_mf.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_mnuit.h b/src/wxwindow/include/base/wb_mnuit.h index 63ae8aec4b..c6a386e05b 100644 --- a/src/wxwindow/include/base/wb_mnuit.h +++ b/src/wxwindow/include/base/wb_mnuit.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_panel.h b/src/wxwindow/include/base/wb_panel.h index 855b9b0f3b..a0d598fd49 100644 --- a/src/wxwindow/include/base/wb_panel.h +++ b/src/wxwindow/include/base/wb_panel.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_rbox.h b/src/wxwindow/include/base/wb_rbox.h index 3accfb5337..891411bdad 100644 --- a/src/wxwindow/include/base/wb_rbox.h +++ b/src/wxwindow/include/base/wb_rbox.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_slidr.h b/src/wxwindow/include/base/wb_slidr.h index c2ff286dc5..abfcf782e7 100644 --- a/src/wxwindow/include/base/wb_slidr.h +++ b/src/wxwindow/include/base/wb_slidr.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_timer.h b/src/wxwindow/include/base/wb_timer.h index 70371dc15b..0a8b0cf610 100644 --- a/src/wxwindow/include/base/wb_timer.h +++ b/src/wxwindow/include/base/wb_timer.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wb_win.h b/src/wxwindow/include/base/wb_win.h index 3b572bb40e..c013a875df 100644 --- a/src/wxwindow/include/base/wb_win.h +++ b/src/wxwindow/include/base/wb_win.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wx.h b/src/wxwindow/include/base/wx.h index b090eb0ab5..2a34759a61 100644 --- a/src/wxwindow/include/base/wx.h +++ b/src/wxwindow/include/base/wx.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wx_obj.h b/src/wxwindow/include/base/wx_obj.h index 1e0666e339..fb3aadac49 100644 --- a/src/wxwindow/include/base/wx_obj.h +++ b/src/wxwindow/include/base/wx_obj.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wx_print.h b/src/wxwindow/include/base/wx_print.h index c81c38d3c2..8c99204725 100644 --- a/src/wxwindow/include/base/wx_print.h +++ b/src/wxwindow/include/base/wx_print.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1995 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wx_setup.h b/src/wxwindow/include/base/wx_setup.h index 8567eeb1c4..1332849cd2 100644 --- a/src/wxwindow/include/base/wx_setup.h +++ b/src/wxwindow/include/base/wx_setup.h @@ -5,7 +5,7 @@ * Author: Julian Smart * Created: 1993 * Updated: June 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wx_stdev.h b/src/wxwindow/include/base/wx_stdev.h index 6d9343b4b6..beed1a4df8 100644 --- a/src/wxwindow/include/base/wx_stdev.h +++ b/src/wxwindow/include/base/wx_stdev.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wx_sysev.h b/src/wxwindow/include/base/wx_sysev.h index 856bd2ce7b..d98a1b8a7a 100644 --- a/src/wxwindow/include/base/wx_sysev.h +++ b/src/wxwindow/include/base/wx_sysev.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wx_types.h b/src/wxwindow/include/base/wx_types.h index 7fdcad6e22..5e8337c935 100644 --- a/src/wxwindow/include/base/wx_types.h +++ b/src/wxwindow/include/base/wx_types.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/base/wx_utils.h b/src/wxwindow/include/base/wx_utils.h index 1603d7689c..c8ac0097f8 100644 --- a/src/wxwindow/include/base/wx_utils.h +++ b/src/wxwindow/include/base/wx_utils.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_buttn.h b/src/wxwindow/include/msw/wx_buttn.h index de54059d26..7b55924a79 100644 --- a/src/wxwindow/include/msw/wx_buttn.h +++ b/src/wxwindow/include/msw/wx_buttn.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_canvs.h b/src/wxwindow/include/msw/wx_canvs.h index b114241887..aabd567c55 100644 --- a/src/wxwindow/include/msw/wx_canvs.h +++ b/src/wxwindow/include/msw/wx_canvs.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_check.h b/src/wxwindow/include/msw/wx_check.h index 4cebf4d760..0e4e9338e0 100644 --- a/src/wxwindow/include/msw/wx_check.h +++ b/src/wxwindow/include/msw/wx_check.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_choic.h b/src/wxwindow/include/msw/wx_choic.h index 9bbe84d56a..8879f21c09 100644 --- a/src/wxwindow/include/msw/wx_choic.h +++ b/src/wxwindow/include/msw/wx_choic.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_clipb.h b/src/wxwindow/include/msw/wx_clipb.h index b5fa58c86f..45f2a68c1d 100644 --- a/src/wxwindow/include/msw/wx_clipb.h +++ b/src/wxwindow/include/msw/wx_clipb.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_cmdlg.h b/src/wxwindow/include/msw/wx_cmdlg.h index 157e08db65..6e6d5ea82a 100644 --- a/src/wxwindow/include/msw/wx_cmdlg.h +++ b/src/wxwindow/include/msw/wx_cmdlg.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1995 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Julian Smart * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_dc.h b/src/wxwindow/include/msw/wx_dc.h index 78c913848c..4b5334c0a7 100644 --- a/src/wxwindow/include/msw/wx_dc.h +++ b/src/wxwindow/include/msw/wx_dc.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_dccan.h b/src/wxwindow/include/msw/wx_dccan.h index ae65e4a977..1ebd1f2fbc 100644 --- a/src/wxwindow/include/msw/wx_dccan.h +++ b/src/wxwindow/include/msw/wx_dccan.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_dcmem.h b/src/wxwindow/include/msw/wx_dcmem.h index 5367563911..297d09eacf 100644 --- a/src/wxwindow/include/msw/wx_dcmem.h +++ b/src/wxwindow/include/msw/wx_dcmem.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_dialg.h b/src/wxwindow/include/msw/wx_dialg.h index 6fb7b40190..21701f31b2 100644 --- a/src/wxwindow/include/msw/wx_dialg.h +++ b/src/wxwindow/include/msw/wx_dialg.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_frame.h b/src/wxwindow/include/msw/wx_frame.h index b02ceaaa26..b6aca69a94 100644 --- a/src/wxwindow/include/msw/wx_frame.h +++ b/src/wxwindow/include/msw/wx_frame.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_gauge.h b/src/wxwindow/include/msw/wx_gauge.h index ae201b7e49..e68f2c24be 100644 --- a/src/wxwindow/include/msw/wx_gauge.h +++ b/src/wxwindow/include/msw/wx_gauge.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_gbox.h b/src/wxwindow/include/msw/wx_gbox.h index 07160acac9..923512dd28 100644 --- a/src/wxwindow/include/msw/wx_gbox.h +++ b/src/wxwindow/include/msw/wx_gbox.h @@ -3,7 +3,7 @@ * Purpose: Group box item * Author: Matthew * Created: 2003 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 2003, PLT */ diff --git a/src/wxwindow/include/msw/wx_gdi.h b/src/wxwindow/include/msw/wx_gdi.h index b987a24c06..a14783675e 100644 --- a/src/wxwindow/include/msw/wx_gdi.h +++ b/src/wxwindow/include/msw/wx_gdi.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_item.h b/src/wxwindow/include/msw/wx_item.h index 48c4cf2561..7c792b1dcd 100644 --- a/src/wxwindow/include/msw/wx_item.h +++ b/src/wxwindow/include/msw/wx_item.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_itemp.h b/src/wxwindow/include/msw/wx_itemp.h index 9cf1adf02a..b5a5ac1897 100644 --- a/src/wxwindow/include/msw/wx_itemp.h +++ b/src/wxwindow/include/msw/wx_itemp.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_lbox.h b/src/wxwindow/include/msw/wx_lbox.h index 8327054ec6..5f1ae264ef 100644 --- a/src/wxwindow/include/msw/wx_lbox.h +++ b/src/wxwindow/include/msw/wx_lbox.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_main.h b/src/wxwindow/include/msw/wx_main.h index e500925d26..15f0230219 100644 --- a/src/wxwindow/include/msw/wx_main.h +++ b/src/wxwindow/include/msw/wx_main.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_menu.h b/src/wxwindow/include/msw/wx_menu.h index ffda5b2f34..bf3c2fed39 100644 --- a/src/wxwindow/include/msw/wx_menu.h +++ b/src/wxwindow/include/msw/wx_menu.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_messg.h b/src/wxwindow/include/msw/wx_messg.h index 89781dea3a..2bae604f11 100644 --- a/src/wxwindow/include/msw/wx_messg.h +++ b/src/wxwindow/include/msw/wx_messg.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_mf.h b/src/wxwindow/include/msw/wx_mf.h index 09744e812b..eeb6bff440 100644 --- a/src/wxwindow/include/msw/wx_mf.h +++ b/src/wxwindow/include/msw/wx_mf.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_mnuit.h b/src/wxwindow/include/msw/wx_mnuit.h index a1a7a5e6d5..9ba408f4b1 100644 --- a/src/wxwindow/include/msw/wx_mnuit.h +++ b/src/wxwindow/include/msw/wx_mnuit.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_panel.h b/src/wxwindow/include/msw/wx_panel.h index 45ae3d7e05..aa83daa611 100644 --- a/src/wxwindow/include/msw/wx_panel.h +++ b/src/wxwindow/include/msw/wx_panel.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_privt.h b/src/wxwindow/include/msw/wx_privt.h index 3d62b5a611..fa5f7291ed 100644 --- a/src/wxwindow/include/msw/wx_privt.h +++ b/src/wxwindow/include/msw/wx_privt.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_rbox.h b/src/wxwindow/include/msw/wx_rbox.h index 3a86fd2e27..4de83e0591 100644 --- a/src/wxwindow/include/msw/wx_rbox.h +++ b/src/wxwindow/include/msw/wx_rbox.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_slidr.h b/src/wxwindow/include/msw/wx_slidr.h index 3fd2e96b74..8751b273ff 100644 --- a/src/wxwindow/include/msw/wx_slidr.h +++ b/src/wxwindow/include/msw/wx_slidr.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_tabc.h b/src/wxwindow/include/msw/wx_tabc.h index 48d3bdaf7d..90b37b7b31 100644 --- a/src/wxwindow/include/msw/wx_tabc.h +++ b/src/wxwindow/include/msw/wx_tabc.h @@ -3,7 +3,7 @@ * Purpose: Tab group panel item * Author: Matthew * Created: 2002 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 2002, PLT */ diff --git a/src/wxwindow/include/msw/wx_timer.h b/src/wxwindow/include/msw/wx_timer.h index b26406d3e1..6e3bb7bee4 100644 --- a/src/wxwindow/include/msw/wx_timer.h +++ b/src/wxwindow/include/msw/wx_timer.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wx_win.h b/src/wxwindow/include/msw/wx_win.h index 3250db976a..07c1e88b31 100644 --- a/src/wxwindow/include/msw/wx_win.h +++ b/src/wxwindow/include/msw/wx_win.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/include/msw/wximgfil.h b/src/wxwindow/include/msw/wximgfil.h index dd501a290d..b72a290f8a 100644 --- a/src/wxwindow/include/msw/wximgfil.h +++ b/src/wxwindow/include/msw/wximgfil.h @@ -3,7 +3,7 @@ * Purpose: Declaration of the Platform Independent GIF Image Class * Author: Alejandro Aguilar Sierra * Created: 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Alejandro Aguilar Sierra * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_canvs.cxx b/src/wxwindow/src/base/wb_canvs.cxx index 875412751e..9bf6cf5f39 100644 --- a/src/wxwindow/src/base/wb_canvs.cxx +++ b/src/wxwindow/src/base/wb_canvs.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_cmdlg.cxx b/src/wxwindow/src/base/wb_cmdlg.cxx index dbc9fd58ba..3cd17d2797 100644 --- a/src/wxwindow/src/base/wb_cmdlg.cxx +++ b/src/wxwindow/src/base/wb_cmdlg.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1995 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Julian Smart * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_dc.cxx b/src/wxwindow/src/base/wb_dc.cxx index 47c516409e..f409ea4a57 100644 --- a/src/wxwindow/src/base/wb_dc.cxx +++ b/src/wxwindow/src/base/wb_dc.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_dialg.cxx b/src/wxwindow/src/base/wb_dialg.cxx index cebbdb8d8b..cea6336b96 100644 --- a/src/wxwindow/src/base/wb_dialg.cxx +++ b/src/wxwindow/src/base/wb_dialg.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_frame.cxx b/src/wxwindow/src/base/wb_frame.cxx index 4ce8b70951..11292f07f5 100644 --- a/src/wxwindow/src/base/wb_frame.cxx +++ b/src/wxwindow/src/base/wb_frame.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_gdi.cxx b/src/wxwindow/src/base/wb_gdi.cxx index e37418a538..f49a3b9b44 100644 --- a/src/wxwindow/src/base/wb_gdi.cxx +++ b/src/wxwindow/src/base/wb_gdi.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_item.cxx b/src/wxwindow/src/base/wb_item.cxx index 18dbc58b31..9bef79c6e9 100644 --- a/src/wxwindow/src/base/wb_item.cxx +++ b/src/wxwindow/src/base/wb_item.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: March 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_main.cxx b/src/wxwindow/src/base/wb_main.cxx index 535dac4b8a..68a60c277e 100644 --- a/src/wxwindow/src/base/wb_main.cxx +++ b/src/wxwindow/src/base/wb_main.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_obj.cxx b/src/wxwindow/src/base/wb_obj.cxx index 619fe9582e..1340614842 100644 --- a/src/wxwindow/src/base/wb_obj.cxx +++ b/src/wxwindow/src/base/wb_obj.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_panel.cxx b/src/wxwindow/src/base/wb_panel.cxx index 7e9d60c065..3c787b2f19 100644 --- a/src/wxwindow/src/base/wb_panel.cxx +++ b/src/wxwindow/src/base/wb_panel.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_print.cxx b/src/wxwindow/src/base/wb_print.cxx index dbbc680ea9..6770fa5569 100644 --- a/src/wxwindow/src/base/wb_print.cxx +++ b/src/wxwindow/src/base/wb_print.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1995 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_stdev.cxx b/src/wxwindow/src/base/wb_stdev.cxx index ba59e57a7b..ccace11758 100644 --- a/src/wxwindow/src/base/wb_stdev.cxx +++ b/src/wxwindow/src/base/wb_stdev.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_sysev.cxx b/src/wxwindow/src/base/wb_sysev.cxx index 907321194e..324579422c 100644 --- a/src/wxwindow/src/base/wb_sysev.cxx +++ b/src/wxwindow/src/base/wb_sysev.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_timer.cxx b/src/wxwindow/src/base/wb_timer.cxx index fae27589c6..3ca7222d6a 100644 --- a/src/wxwindow/src/base/wb_timer.cxx +++ b/src/wxwindow/src/base/wb_timer.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_types.cxx b/src/wxwindow/src/base/wb_types.cxx index 92f85567f5..a00429d6fa 100644 --- a/src/wxwindow/src/base/wb_types.cxx +++ b/src/wxwindow/src/base/wb_types.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_utils.cxx b/src/wxwindow/src/base/wb_utils.cxx index b56f9bd088..63175cbfbd 100644 --- a/src/wxwindow/src/base/wb_utils.cxx +++ b/src/wxwindow/src/base/wb_utils.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/wb_win.cxx b/src/wxwindow/src/base/wb_win.cxx index 4a1e028195..be74f84c58 100644 --- a/src/wxwindow/src/base/wb_win.cxx +++ b/src/wxwindow/src/base/wb_win.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/base/xfspline.cxx b/src/wxwindow/src/base/xfspline.cxx index 2163267954..036e57a482 100644 --- a/src/wxwindow/src/base/xfspline.cxx +++ b/src/wxwindow/src/base/xfspline.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_buttn.cxx b/src/wxwindow/src/msw/wx_buttn.cxx index d7022f8dd4..452878a7bb 100644 --- a/src/wxwindow/src/msw/wx_buttn.cxx +++ b/src/wxwindow/src/msw/wx_buttn.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_canvs.cxx b/src/wxwindow/src/msw/wx_canvs.cxx index 32984d0948..584a6f8329 100644 --- a/src/wxwindow/src/msw/wx_canvs.cxx +++ b/src/wxwindow/src/msw/wx_canvs.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_check.cxx b/src/wxwindow/src/msw/wx_check.cxx index d7104e47eb..1b8672e739 100644 --- a/src/wxwindow/src/msw/wx_check.cxx +++ b/src/wxwindow/src/msw/wx_check.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_choic.cxx b/src/wxwindow/src/msw/wx_choic.cxx index e9cba31bff..1ec6e36f77 100644 --- a/src/wxwindow/src/msw/wx_choic.cxx +++ b/src/wxwindow/src/msw/wx_choic.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_clipb.cxx b/src/wxwindow/src/msw/wx_clipb.cxx index ce37eed0c8..ed7f3ad287 100644 --- a/src/wxwindow/src/msw/wx_clipb.cxx +++ b/src/wxwindow/src/msw/wx_clipb.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_cmdlg.cxx b/src/wxwindow/src/msw/wx_cmdlg.cxx index 05daf1a934..94a7e3f081 100644 --- a/src/wxwindow/src/msw/wx_cmdlg.cxx +++ b/src/wxwindow/src/msw/wx_cmdlg.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1995 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, Julian Smart * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_dc.cxx b/src/wxwindow/src/msw/wx_dc.cxx index 24af20cce8..8dbb2782ef 100644 --- a/src/wxwindow/src/msw/wx_dc.cxx +++ b/src/wxwindow/src/msw/wx_dc.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_dialg.cxx b/src/wxwindow/src/msw/wx_dialg.cxx index 601c8a0ba9..5285489286 100644 --- a/src/wxwindow/src/msw/wx_dialg.cxx +++ b/src/wxwindow/src/msw/wx_dialg.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_frame.cxx b/src/wxwindow/src/msw/wx_frame.cxx index 29208939f1..5564a6adb0 100644 --- a/src/wxwindow/src/msw/wx_frame.cxx +++ b/src/wxwindow/src/msw/wx_frame.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_gauge.cxx b/src/wxwindow/src/msw/wx_gauge.cxx index 7267256e8e..460000da77 100644 --- a/src/wxwindow/src/msw/wx_gauge.cxx +++ b/src/wxwindow/src/msw/wx_gauge.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_gbox.cxx b/src/wxwindow/src/msw/wx_gbox.cxx index 4a34174ce1..56200cda07 100644 --- a/src/wxwindow/src/msw/wx_gbox.cxx +++ b/src/wxwindow/src/msw/wx_gbox.cxx @@ -3,7 +3,7 @@ * Purpose: Group box item implementation * Author: Matthew Flatt * Created: 2003 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 2003, PLT */ diff --git a/src/wxwindow/src/msw/wx_gdi.cxx b/src/wxwindow/src/msw/wx_gdi.cxx index af4b3c18b2..3934c1cecf 100644 --- a/src/wxwindow/src/msw/wx_gdi.cxx +++ b/src/wxwindow/src/msw/wx_gdi.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_item.cxx b/src/wxwindow/src/msw/wx_item.cxx index 73d3949e1f..7dbed075d1 100644 --- a/src/wxwindow/src/msw/wx_item.cxx +++ b/src/wxwindow/src/msw/wx_item.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_lbox.cxx b/src/wxwindow/src/msw/wx_lbox.cxx index d0852c2da0..3c153d042f 100644 --- a/src/wxwindow/src/msw/wx_lbox.cxx +++ b/src/wxwindow/src/msw/wx_lbox.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_main.cxx b/src/wxwindow/src/msw/wx_main.cxx index 6967df3146..51bdbbdc1c 100644 --- a/src/wxwindow/src/msw/wx_main.cxx +++ b/src/wxwindow/src/msw/wx_main.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_menu.cxx b/src/wxwindow/src/msw/wx_menu.cxx index fa16987508..1c85bc0937 100644 --- a/src/wxwindow/src/msw/wx_menu.cxx +++ b/src/wxwindow/src/msw/wx_menu.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_messg.cxx b/src/wxwindow/src/msw/wx_messg.cxx index ee21a04de3..b3acb1b833 100644 --- a/src/wxwindow/src/msw/wx_messg.cxx +++ b/src/wxwindow/src/msw/wx_messg.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_panel.cxx b/src/wxwindow/src/msw/wx_panel.cxx index e124d49113..487e6400e2 100644 --- a/src/wxwindow/src/msw/wx_panel.cxx +++ b/src/wxwindow/src/msw/wx_panel.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_pdf.cxx b/src/wxwindow/src/msw/wx_pdf.cxx index bd6bee724b..9ae86745c8 100644 --- a/src/wxwindow/src/msw/wx_pdf.cxx +++ b/src/wxwindow/src/msw/wx_pdf.cxx @@ -1,6 +1,6 @@ /* - Copyright (c) 2004-2008 PLT Scheme Inc. + Copyright (c) 2004-2009 PLT Scheme Inc. Copyright (c) 1997-02 PLT (Matthew Flatt) This file exists because of a problem in Windows: when diff --git a/src/wxwindow/src/msw/wx_rbox.cxx b/src/wxwindow/src/msw/wx_rbox.cxx index a4c40e6311..08ced8f325 100644 --- a/src/wxwindow/src/msw/wx_rbox.cxx +++ b/src/wxwindow/src/msw/wx_rbox.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_slidr.cxx b/src/wxwindow/src/msw/wx_slidr.cxx index 147e781001..44e655fd34 100644 --- a/src/wxwindow/src/msw/wx_slidr.cxx +++ b/src/wxwindow/src/msw/wx_slidr.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: April 1995 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1995, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_tabc.cxx b/src/wxwindow/src/msw/wx_tabc.cxx index a6a05e2cd2..ec3e51eee5 100644 --- a/src/wxwindow/src/msw/wx_tabc.cxx +++ b/src/wxwindow/src/msw/wx_tabc.cxx @@ -3,7 +3,7 @@ * Purpose: Tab choice implementation * Author: Matthew * Created: 2002 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 2002, PLT */ diff --git a/src/wxwindow/src/msw/wx_timer.cxx b/src/wxwindow/src/msw/wx_timer.cxx index f19733595f..37c1ae3ae4 100644 --- a/src/wxwindow/src/msw/wx_timer.cxx +++ b/src/wxwindow/src/msw/wx_timer.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_utils.cxx b/src/wxwindow/src/msw/wx_utils.cxx index 0f951013ee..31779dfadf 100644 --- a/src/wxwindow/src/msw/wx_utils.cxx +++ b/src/wxwindow/src/msw/wx_utils.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxwindow/src/msw/wx_win.cxx b/src/wxwindow/src/msw/wx_win.cxx index 478ce3f2b3..7f2a7790f7 100644 --- a/src/wxwindow/src/msw/wx_win.cxx +++ b/src/wxwindow/src/msw/wx_win.cxx @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh * * Renovated by Matthew for MrEd, 1995-2000 diff --git a/src/wxxt/src/Application/AppMain.cc b/src/wxxt/src/Application/AppMain.cc index edbcee5042..64672789b4 100644 --- a/src/wxxt/src/Application/AppMain.cc +++ b/src/wxxt/src/Application/AppMain.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Application/AppMain.h b/src/wxxt/src/Application/AppMain.h index 2d6a6bb766..f9c6b96ed4 100644 --- a/src/wxxt/src/Application/AppMain.h +++ b/src/wxxt/src/Application/AppMain.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Application/GlobalData.cc b/src/wxxt/src/Application/GlobalData.cc index 56c7227673..64c7efa825 100644 --- a/src/wxxt/src/Application/GlobalData.cc +++ b/src/wxxt/src/Application/GlobalData.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Application/GlobalData.h b/src/wxxt/src/Application/GlobalData.h index 0f084da508..700dbe5b9d 100644 --- a/src/wxxt/src/Application/GlobalData.h +++ b/src/wxxt/src/Application/GlobalData.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DataStructures/Object.cc b/src/wxxt/src/DataStructures/Object.cc index 39983b97f1..e2dfdbf228 100644 --- a/src/wxxt/src/DataStructures/Object.cc +++ b/src/wxxt/src/DataStructures/Object.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem, Julian Smart and Arthur Seaton * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian, Arthur) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DataStructures/Object.h b/src/wxxt/src/DataStructures/Object.h index a6a2561fb2..70ce663ace 100644 --- a/src/wxxt/src/DataStructures/Object.h +++ b/src/wxxt/src/DataStructures/Object.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem, Julian Smart and Arthur Seaton * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian, Arthur) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DataStructures/TypeTree.cc b/src/wxxt/src/DataStructures/TypeTree.cc index 8c21f116ad..fa208ff4d2 100644 --- a/src/wxxt/src/DataStructures/TypeTree.cc +++ b/src/wxxt/src/DataStructures/TypeTree.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DataStructures/TypeTree.h b/src/wxxt/src/DataStructures/TypeTree.h index 7b6496180f..997afb3e0e 100644 --- a/src/wxxt/src/DataStructures/TypeTree.h +++ b/src/wxxt/src/DataStructures/TypeTree.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DeviceContexts/DC.cc b/src/wxxt/src/DeviceContexts/DC.cc index f0eaa69388..53b45457e5 100644 --- a/src/wxxt/src/DeviceContexts/DC.cc +++ b/src/wxxt/src/DeviceContexts/DC.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DeviceContexts/DC.h b/src/wxxt/src/DeviceContexts/DC.h index 27d71ebc10..a2839adc0e 100644 --- a/src/wxxt/src/DeviceContexts/DC.h +++ b/src/wxxt/src/DeviceContexts/DC.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DeviceContexts/MemoryDC.cc b/src/wxxt/src/DeviceContexts/MemoryDC.cc index f011ac2949..34904409f9 100644 --- a/src/wxxt/src/DeviceContexts/MemoryDC.cc +++ b/src/wxxt/src/DeviceContexts/MemoryDC.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DeviceContexts/MemoryDC.h b/src/wxxt/src/DeviceContexts/MemoryDC.h index 3981cbb992..91c8e24d93 100644 --- a/src/wxxt/src/DeviceContexts/MemoryDC.h +++ b/src/wxxt/src/DeviceContexts/MemoryDC.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DeviceContexts/WindowDC.cc b/src/wxxt/src/DeviceContexts/WindowDC.cc index eac2053b55..362577fd97 100644 --- a/src/wxxt/src/DeviceContexts/WindowDC.cc +++ b/src/wxxt/src/DeviceContexts/WindowDC.cc @@ -5,7 +5,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/DeviceContexts/WindowDC.h b/src/wxxt/src/DeviceContexts/WindowDC.h index f39b41c658..ba5ff56dc6 100644 --- a/src/wxxt/src/DeviceContexts/WindowDC.h +++ b/src/wxxt/src/DeviceContexts/WindowDC.h @@ -5,7 +5,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Dialogs/Dialogs.h b/src/wxxt/src/Dialogs/Dialogs.h index 9b71b004c0..a56e3cf5e3 100644 --- a/src/wxxt/src/Dialogs/Dialogs.h +++ b/src/wxxt/src/Dialogs/Dialogs.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Dialogs/FileDialog.cc b/src/wxxt/src/Dialogs/FileDialog.cc index a05ec4f77a..bd405a7ce4 100644 --- a/src/wxxt/src/Dialogs/FileDialog.cc +++ b/src/wxxt/src/Dialogs/FileDialog.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Dialogs/MessageBox.cc b/src/wxxt/src/Dialogs/MessageBox.cc index 8e4ccf11e9..636ed3af6b 100644 --- a/src/wxxt/src/Dialogs/MessageBox.cc +++ b/src/wxxt/src/Dialogs/MessageBox.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/EventHandling/EvtHandler.cc b/src/wxxt/src/EventHandling/EvtHandler.cc index 6e21db5164..3342ceb831 100644 --- a/src/wxxt/src/EventHandling/EvtHandler.cc +++ b/src/wxxt/src/EventHandling/EvtHandler.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/EventHandling/EvtHandler.h b/src/wxxt/src/EventHandling/EvtHandler.h index ff65736345..74c2a1bc84 100644 --- a/src/wxxt/src/EventHandling/EvtHandler.h +++ b/src/wxxt/src/EventHandling/EvtHandler.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/EventHandling/wb_stdev.cc b/src/wxxt/src/EventHandling/wb_stdev.cc index eddcdbe05a..4c0fc2fec5 100644 --- a/src/wxxt/src/EventHandling/wb_stdev.cc +++ b/src/wxxt/src/EventHandling/wb_stdev.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxxt/src/EventHandling/wb_sysev.cc b/src/wxxt/src/EventHandling/wb_sysev.cc index 31ba42cff3..80df74a06f 100644 --- a/src/wxxt/src/EventHandling/wb_sysev.cc +++ b/src/wxxt/src/EventHandling/wb_sysev.cc @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxxt/src/EventHandling/wx_stdev.h b/src/wxxt/src/EventHandling/wx_stdev.h index 4f23b54dea..7e9637ff4e 100644 --- a/src/wxxt/src/EventHandling/wx_stdev.h +++ b/src/wxxt/src/EventHandling/wx_stdev.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxxt/src/EventHandling/wx_sysev.h b/src/wxxt/src/EventHandling/wx_sysev.h index 590ad23e6a..40d97b4986 100644 --- a/src/wxxt/src/EventHandling/wx_sysev.h +++ b/src/wxxt/src/EventHandling/wx_sysev.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxxt/src/GDI-Classes/Bitmap.cc b/src/wxxt/src/GDI-Classes/Bitmap.cc index 79095d5193..553b3cdcc5 100644 --- a/src/wxxt/src/GDI-Classes/Bitmap.cc +++ b/src/wxxt/src/GDI-Classes/Bitmap.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/GDI-Classes/Bitmap.h b/src/wxxt/src/GDI-Classes/Bitmap.h index f30c52e499..3966b5a923 100644 --- a/src/wxxt/src/GDI-Classes/Bitmap.h +++ b/src/wxxt/src/GDI-Classes/Bitmap.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/GDI-Classes/Colour.cc b/src/wxxt/src/GDI-Classes/Colour.cc index 1f114bdf51..31b189dc45 100644 --- a/src/wxxt/src/GDI-Classes/Colour.cc +++ b/src/wxxt/src/GDI-Classes/Colour.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/GDI-Classes/Colour.h b/src/wxxt/src/GDI-Classes/Colour.h index 97fffc5eb4..c66c89e227 100644 --- a/src/wxxt/src/GDI-Classes/Colour.h +++ b/src/wxxt/src/GDI-Classes/Colour.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/GDI-Classes/Font.cc b/src/wxxt/src/GDI-Classes/Font.cc index 4043a752c8..7662a363ae 100644 --- a/src/wxxt/src/GDI-Classes/Font.cc +++ b/src/wxxt/src/GDI-Classes/Font.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/GDI-Classes/Font.h b/src/wxxt/src/GDI-Classes/Font.h index b36dd7086b..d1636d1caa 100644 --- a/src/wxxt/src/GDI-Classes/Font.h +++ b/src/wxxt/src/GDI-Classes/Font.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/GDI-Classes/Pen+Brush.cc b/src/wxxt/src/GDI-Classes/Pen+Brush.cc index ab2a830e2a..671393ab78 100644 --- a/src/wxxt/src/GDI-Classes/Pen+Brush.cc +++ b/src/wxxt/src/GDI-Classes/Pen+Brush.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/GDI-Classes/Pen+Brush.h b/src/wxxt/src/GDI-Classes/Pen+Brush.h index 566cfb9664..46ac5f3a94 100644 --- a/src/wxxt/src/GDI-Classes/Pen+Brush.h +++ b/src/wxxt/src/GDI-Classes/Pen+Brush.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Misc/Clipboard.cc b/src/wxxt/src/Misc/Clipboard.cc index e6d218c252..1b679284fb 100644 --- a/src/wxxt/src/Misc/Clipboard.cc +++ b/src/wxxt/src/Misc/Clipboard.cc @@ -4,7 +4,7 @@ * Author: Julian Smart and Matthew Flatt * Created: 1993 * Updated: August 1994 - * Copyright: (c) 2004-2008 PLT Scheme Inc. + * Copyright: (c) 2004-2009 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxxt/src/Misc/Timer.cc b/src/wxxt/src/Misc/Timer.cc index 32c9aa3efe..1f2c94d0d4 100644 --- a/src/wxxt/src/Misc/Timer.cc +++ b/src/wxxt/src/Misc/Timer.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Misc/Timer.h b/src/wxxt/src/Misc/Timer.h index 0f677f19f4..69783f2f60 100644 --- a/src/wxxt/src/Misc/Timer.h +++ b/src/wxxt/src/Misc/Timer.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Application.cc b/src/wxxt/src/Utilities/Application.cc index 53136bc475..a44ee02e33 100644 --- a/src/wxxt/src/Utilities/Application.cc +++ b/src/wxxt/src/Utilities/Application.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Assert.cc b/src/wxxt/src/Utilities/Assert.cc index 4751fa481b..3babb9f03f 100644 --- a/src/wxxt/src/Utilities/Assert.cc +++ b/src/wxxt/src/Utilities/Assert.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/BusyCursor.cc b/src/wxxt/src/Utilities/BusyCursor.cc index 0fad7ea538..0942aa6fc8 100644 --- a/src/wxxt/src/Utilities/BusyCursor.cc +++ b/src/wxxt/src/Utilities/BusyCursor.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Date+Time.cc b/src/wxxt/src/Utilities/Date+Time.cc index 8eaa3badcc..ac2ed16295 100644 --- a/src/wxxt/src/Utilities/Date+Time.cc +++ b/src/wxxt/src/Utilities/Date+Time.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Directory.cc b/src/wxxt/src/Utilities/Directory.cc index 347d0ca51c..681a5e3317 100644 --- a/src/wxxt/src/Utilities/Directory.cc +++ b/src/wxxt/src/Utilities/Directory.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Error.cc b/src/wxxt/src/Utilities/Error.cc index 43b6778360..4e431b96bb 100644 --- a/src/wxxt/src/Utilities/Error.cc +++ b/src/wxxt/src/Utilities/Error.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/GDI.cc b/src/wxxt/src/Utilities/GDI.cc index 3599b73794..f0e59d6d4d 100644 --- a/src/wxxt/src/Utilities/GDI.cc +++ b/src/wxxt/src/Utilities/GDI.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Home.cc b/src/wxxt/src/Utilities/Home.cc index e0f2b1cb45..5004f213f6 100644 --- a/src/wxxt/src/Utilities/Home.cc +++ b/src/wxxt/src/Utilities/Home.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Misc.cc b/src/wxxt/src/Utilities/Misc.cc index 9b292e76de..9b8f54e0b6 100644 --- a/src/wxxt/src/Utilities/Misc.cc +++ b/src/wxxt/src/Utilities/Misc.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Net.c b/src/wxxt/src/Utilities/Net.c index ea7bac282e..e66ef7dd2b 100644 --- a/src/wxxt/src/Utilities/Net.c +++ b/src/wxxt/src/Utilities/Net.c @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Path.cc b/src/wxxt/src/Utilities/Path.cc index 00bbb1ca5d..b9ade03533 100644 --- a/src/wxxt/src/Utilities/Path.cc +++ b/src/wxxt/src/Utilities/Path.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Resources.cc b/src/wxxt/src/Utilities/Resources.cc index 00ba77aa84..2f083ff6db 100644 --- a/src/wxxt/src/Utilities/Resources.cc +++ b/src/wxxt/src/Utilities/Resources.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/String.cc b/src/wxxt/src/Utilities/String.cc index b054bfbdc3..e9a5c11197 100644 --- a/src/wxxt/src/Utilities/String.cc +++ b/src/wxxt/src/Utilities/String.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/TempFile.cc b/src/wxxt/src/Utilities/TempFile.cc index 0c7e46fda8..145d0be7f0 100644 --- a/src/wxxt/src/Utilities/TempFile.cc +++ b/src/wxxt/src/Utilities/TempFile.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Utilities/Utilities.h b/src/wxxt/src/Utilities/Utilities.h index 2e7df1585d..7b044fd116 100644 --- a/src/wxxt/src/Utilities/Utilities.h +++ b/src/wxxt/src/Utilities/Utilities.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Button.cc b/src/wxxt/src/Windows/Button.cc index c6e8aeeed8..3a4ef22df4 100644 --- a/src/wxxt/src/Windows/Button.cc +++ b/src/wxxt/src/Windows/Button.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Button.h b/src/wxxt/src/Windows/Button.h index 8a216ffbbf..ffe8b38311 100644 --- a/src/wxxt/src/Windows/Button.h +++ b/src/wxxt/src/Windows/Button.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Canvas.cc b/src/wxxt/src/Windows/Canvas.cc index 3f08e8b938..0ec786c355 100644 --- a/src/wxxt/src/Windows/Canvas.cc +++ b/src/wxxt/src/Windows/Canvas.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Canvas.h b/src/wxxt/src/Windows/Canvas.h index f20be21526..810a50356c 100644 --- a/src/wxxt/src/Windows/Canvas.h +++ b/src/wxxt/src/Windows/Canvas.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/CheckBox.cc b/src/wxxt/src/Windows/CheckBox.cc index f0c4dbaee7..7015ddc5e2 100644 --- a/src/wxxt/src/Windows/CheckBox.cc +++ b/src/wxxt/src/Windows/CheckBox.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/CheckBox.h b/src/wxxt/src/Windows/CheckBox.h index c36e4d4c2a..45363d47e7 100644 --- a/src/wxxt/src/Windows/CheckBox.h +++ b/src/wxxt/src/Windows/CheckBox.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Choice.cc b/src/wxxt/src/Windows/Choice.cc index c52f206198..c5918f098a 100644 --- a/src/wxxt/src/Windows/Choice.cc +++ b/src/wxxt/src/Windows/Choice.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Choice.h b/src/wxxt/src/Windows/Choice.h index f2496ea2ee..f46d33d598 100644 --- a/src/wxxt/src/Windows/Choice.h +++ b/src/wxxt/src/Windows/Choice.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/DialogBox.cc b/src/wxxt/src/Windows/DialogBox.cc index 306b9709bc..22c128366d 100644 --- a/src/wxxt/src/Windows/DialogBox.cc +++ b/src/wxxt/src/Windows/DialogBox.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/DialogBox.h b/src/wxxt/src/Windows/DialogBox.h index eeec11e609..8394452d33 100644 --- a/src/wxxt/src/Windows/DialogBox.h +++ b/src/wxxt/src/Windows/DialogBox.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Frame.cc b/src/wxxt/src/Windows/Frame.cc index d8575f58ae..bac4c1b034 100644 --- a/src/wxxt/src/Windows/Frame.cc +++ b/src/wxxt/src/Windows/Frame.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Frame.h b/src/wxxt/src/Windows/Frame.h index 1d774310ff..fa51c14d1a 100644 --- a/src/wxxt/src/Windows/Frame.h +++ b/src/wxxt/src/Windows/Frame.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Gauge.cc b/src/wxxt/src/Windows/Gauge.cc index 69c261a244..474469eedf 100644 --- a/src/wxxt/src/Windows/Gauge.cc +++ b/src/wxxt/src/Windows/Gauge.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Gauge.h b/src/wxxt/src/Windows/Gauge.h index 125dcd8f20..41fe897a4f 100644 --- a/src/wxxt/src/Windows/Gauge.h +++ b/src/wxxt/src/Windows/Gauge.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Item.cc b/src/wxxt/src/Windows/Item.cc index fd8f1d2c48..00442a1cb8 100644 --- a/src/wxxt/src/Windows/Item.cc +++ b/src/wxxt/src/Windows/Item.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Item.h b/src/wxxt/src/Windows/Item.h index 6b18254859..64e621f95d 100644 --- a/src/wxxt/src/Windows/Item.h +++ b/src/wxxt/src/Windows/Item.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Layout.cc b/src/wxxt/src/Windows/Layout.cc index f95ba870bc..ca53889f37 100644 --- a/src/wxxt/src/Windows/Layout.cc +++ b/src/wxxt/src/Windows/Layout.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Layout.h b/src/wxxt/src/Windows/Layout.h index 0e85bc648b..48eb9de2e5 100644 --- a/src/wxxt/src/Windows/Layout.h +++ b/src/wxxt/src/Windows/Layout.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/ListBox.cc b/src/wxxt/src/Windows/ListBox.cc index e12d8490d8..16dec7f9b3 100644 --- a/src/wxxt/src/Windows/ListBox.cc +++ b/src/wxxt/src/Windows/ListBox.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/ListBox.h b/src/wxxt/src/Windows/ListBox.h index e4fe82a68e..40cc009870 100644 --- a/src/wxxt/src/Windows/ListBox.h +++ b/src/wxxt/src/Windows/ListBox.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Menu.cc b/src/wxxt/src/Windows/Menu.cc index 0fe2ba3ecf..7617ca75e9 100644 --- a/src/wxxt/src/Windows/Menu.cc +++ b/src/wxxt/src/Windows/Menu.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Menu.h b/src/wxxt/src/Windows/Menu.h index d11e3830b8..2d4524657c 100644 --- a/src/wxxt/src/Windows/Menu.h +++ b/src/wxxt/src/Windows/Menu.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/MenuBar.cc b/src/wxxt/src/Windows/MenuBar.cc index 598a5ed6c5..baf6bc050b 100644 --- a/src/wxxt/src/Windows/MenuBar.cc +++ b/src/wxxt/src/Windows/MenuBar.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/MenuBar.h b/src/wxxt/src/Windows/MenuBar.h index eba329c7b8..7b1eb7c1da 100644 --- a/src/wxxt/src/Windows/MenuBar.h +++ b/src/wxxt/src/Windows/MenuBar.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Message.cc b/src/wxxt/src/Windows/Message.cc index 3936e7ab16..4f0463ff48 100644 --- a/src/wxxt/src/Windows/Message.cc +++ b/src/wxxt/src/Windows/Message.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Message.h b/src/wxxt/src/Windows/Message.h index 2a84dee5c1..9055f06533 100644 --- a/src/wxxt/src/Windows/Message.h +++ b/src/wxxt/src/Windows/Message.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Panel.cc b/src/wxxt/src/Windows/Panel.cc index 159dccca06..7009efc62f 100644 --- a/src/wxxt/src/Windows/Panel.cc +++ b/src/wxxt/src/Windows/Panel.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Panel.h b/src/wxxt/src/Windows/Panel.h index 889e4f264c..4a1e2c3696 100644 --- a/src/wxxt/src/Windows/Panel.h +++ b/src/wxxt/src/Windows/Panel.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/RadioBox.cc b/src/wxxt/src/Windows/RadioBox.cc index 9dbe733395..6525ef942c 100644 --- a/src/wxxt/src/Windows/RadioBox.cc +++ b/src/wxxt/src/Windows/RadioBox.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/RadioBox.h b/src/wxxt/src/Windows/RadioBox.h index 80b1625fcf..b0875f7e67 100644 --- a/src/wxxt/src/Windows/RadioBox.h +++ b/src/wxxt/src/Windows/RadioBox.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Slider.cc b/src/wxxt/src/Windows/Slider.cc index 9c4397f607..60696e7b6e 100644 --- a/src/wxxt/src/Windows/Slider.cc +++ b/src/wxxt/src/Windows/Slider.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Slider.h b/src/wxxt/src/Windows/Slider.h index 59faaf46d5..3a2277ca28 100644 --- a/src/wxxt/src/Windows/Slider.h +++ b/src/wxxt/src/Windows/Slider.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Window.cc b/src/wxxt/src/Windows/Window.cc index e3f2120f86..259a9ce0dd 100644 --- a/src/wxxt/src/Windows/Window.cc +++ b/src/wxxt/src/Windows/Window.cc @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/Windows/Window.h b/src/wxxt/src/Windows/Window.h index dd505933c2..3b5a312135 100644 --- a/src/wxxt/src/Windows/Window.h +++ b/src/wxxt/src/Windows/Window.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/XWidgets/xwMenu.c b/src/wxxt/src/XWidgets/xwMenu.c index 0f6a108b11..f931b6b041 100644 --- a/src/wxxt/src/XWidgets/xwMenu.c +++ b/src/wxxt/src/XWidgets/xwMenu.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 2004-2008 PLT Scheme Inc. +Copyright 2004-2009 PLT Scheme Inc. Copyright 1995 by Markus Holzem All Rights Reserved diff --git a/src/wxxt/src/XWidgets/xwMenu.h b/src/wxxt/src/XWidgets/xwMenu.h index 29a8e986d7..04a0c6e2c3 100644 --- a/src/wxxt/src/XWidgets/xwMenu.h +++ b/src/wxxt/src/XWidgets/xwMenu.h @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 2004-2008 PLT Scheme Inc. +Copyright 2004-2009 PLT Scheme Inc. Copyright 1995 by Markus Holzem All Rights Reserved diff --git a/src/wxxt/src/XWidgets/xwMenuP.h b/src/wxxt/src/XWidgets/xwMenuP.h index 84ad773b2f..5f45e7eb54 100644 --- a/src/wxxt/src/XWidgets/xwMenuP.h +++ b/src/wxxt/src/XWidgets/xwMenuP.h @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 2004-2008 PLT Scheme Inc. +Copyright 2004-2009 PLT Scheme Inc. Copyright 1995 by Markus Holzem All Rights Reserved diff --git a/src/wxxt/src/XWidgets/xwMultiList.c b/src/wxxt/src/XWidgets/xwMultiList.c index 1e887a16e3..3646028c79 100644 --- a/src/wxxt/src/XWidgets/xwMultiList.c +++ b/src/wxxt/src/XWidgets/xwMultiList.c @@ -36,7 +36,7 @@ */ /* - * Copyright 2004-2008 PLT Scheme Inc. + * Copyright 2004-2009 PLT Scheme Inc. * Copyright 1989 Massachusetts Institute of Technology * * Permission to use, copy, modify, distribute, and sell this software and its diff --git a/src/wxxt/src/XWidgets/xwMultiList.h b/src/wxxt/src/XWidgets/xwMultiList.h index 8c974062e6..317102dea1 100644 --- a/src/wxxt/src/XWidgets/xwMultiList.h +++ b/src/wxxt/src/XWidgets/xwMultiList.h @@ -28,7 +28,7 @@ */ /* - * Copyright 2004-2008 PLT Scheme Inc. + * Copyright 2004-2009 PLT Scheme Inc. * Copyright 1989 Massachusetts Institute of Technology * * Permission to use, copy, modify, distribute, and sell this software and its diff --git a/src/wxxt/src/XWidgets/xwMultiListP.h b/src/wxxt/src/XWidgets/xwMultiListP.h index f6990bab08..afeb178627 100644 --- a/src/wxxt/src/XWidgets/xwMultiListP.h +++ b/src/wxxt/src/XWidgets/xwMultiListP.h @@ -28,7 +28,7 @@ */ /* - * Copyright 2004-2008 PLT Scheme Inc. + * Copyright 2004-2009 PLT Scheme Inc. * Copyright 1989 Massachusetts Institute of Technology * * Permission to use, copy, modify, distribute, and sell this software and its diff --git a/src/wxxt/src/XWidgets/xwScrollText.c b/src/wxxt/src/XWidgets/xwScrollText.c index a83811ad25..5af7954d38 100644 --- a/src/wxxt/src/XWidgets/xwScrollText.c +++ b/src/wxxt/src/XWidgets/xwScrollText.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 PLT Scheme Inc. + * Copyright 2004-2009 PLT Scheme Inc. * Copyright 1992, 1994 The University of Newcastle upon Tyne * * Permission to use, copy, modify and distribute this software and its diff --git a/src/wxxt/src/XWidgets/xwScrollText.h b/src/wxxt/src/XWidgets/xwScrollText.h index 4ac38ce2e8..8aff6ec579 100644 --- a/src/wxxt/src/XWidgets/xwScrollText.h +++ b/src/wxxt/src/XWidgets/xwScrollText.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 PLT Scheme Inc. + * Copyright 2004-2009 PLT Scheme Inc. * Copyright 1992 The University of Newcastle upon Tyne * * Permission to use, copy, modify and distribute this software and its diff --git a/src/wxxt/src/XWidgets/xwScrollTextP.h b/src/wxxt/src/XWidgets/xwScrollTextP.h index 279c44d25a..51b8ba5bda 100644 --- a/src/wxxt/src/XWidgets/xwScrollTextP.h +++ b/src/wxxt/src/XWidgets/xwScrollTextP.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 PLT Scheme Inc. + * Copyright 2004-2009 PLT Scheme Inc. * Copyright 1992 The University of Newcastle upon Tyne * * Permission to use, copy, modify and distribute this software and its diff --git a/src/wxxt/src/XWidgets/xwTools3d.c b/src/wxxt/src/XWidgets/xwTools3d.c index e0e920d51f..eec25261d4 100644 --- a/src/wxxt/src/XWidgets/xwTools3d.c +++ b/src/wxxt/src/XWidgets/xwTools3d.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 2004-2008 PLT Scheme Inc. +Copyright 2004-2009 PLT Scheme Inc. Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts. Copyright 1995 by Markus Holzem diff --git a/src/wxxt/src/XWidgets/xwTools3d.h b/src/wxxt/src/XWidgets/xwTools3d.h index 49891e261d..e5aaa84edf 100644 --- a/src/wxxt/src/XWidgets/xwTools3d.h +++ b/src/wxxt/src/XWidgets/xwTools3d.h @@ -2,7 +2,7 @@ */ /*********************************************************** -Copyright 2004-2008 PLT Scheme Inc. +Copyright 2004-2009 PLT Scheme Inc. Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts. Copyright 1995 by Markus Holzem diff --git a/src/wxxt/src/wx.h b/src/wxxt/src/wx.h index 34edfa2f7c..470fa844be 100644 --- a/src/wxxt/src/wx.h +++ b/src/wxxt/src/wx.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/wxDefines.h b/src/wxxt/src/wxDefines.h index 6e27903707..b0c4fcb580 100644 --- a/src/wxxt/src/wxDefines.h +++ b/src/wxxt/src/wxDefines.h @@ -4,7 +4,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/src/wxSetup.h b/src/wxxt/src/wxSetup.h index f0dced466c..8a24ebe071 100644 --- a/src/wxxt/src/wxSetup.h +++ b/src/wxxt/src/wxSetup.h @@ -5,7 +5,7 @@ * * Authors: Markus Holzem and Julian Smart * - * Copyright: (C) 2004-2008 PLT Scheme Inc. + * Copyright: (C) 2004-2009 PLT Scheme Inc. * Copyright: (C) 1995, AIAI, University of Edinburgh (Julian) * Copyright: (C) 1995, GNU (Markus) * diff --git a/src/wxxt/utils/image/src/wx_image.cc b/src/wxxt/utils/image/src/wx_image.cc index 09f0c3e996..7e7075b5a1 100644 --- a/src/wxxt/utils/image/src/wx_image.cc +++ b/src/wxxt/utils/image/src/wx_image.cc @@ -3,7 +3,7 @@ * Purpose: * * wxWindows 1.50 - * Copyright (c) 2004-2008 PLT Scheme Inc. + * Copyright (c) 2004-2009 PLT Scheme Inc. * Copyright (c) 1993 Artificial Intelligence Applications Institute, * The University of Edinburgh * diff --git a/src/wxxt/utils/image/src/wx_image.h b/src/wxxt/utils/image/src/wx_image.h index abc19177a1..5796adc6a9 100644 --- a/src/wxxt/utils/image/src/wx_image.h +++ b/src/wxxt/utils/image/src/wx_image.h @@ -3,7 +3,7 @@ * Purpose: * * wxWindows 1.50 - * Copyright (c) 2004-2008 PLT Scheme Inc. + * Copyright (c) 2004-2009 PLT Scheme Inc. * Copyright (c) 1993 Artificial Intelligence Applications Institute, * The University of Edinburgh * diff --git a/src/wxxt/utils/image/src/wx_imgx.h b/src/wxxt/utils/image/src/wx_imgx.h index 12a9eeb196..2bfa6d4517 100644 --- a/src/wxxt/utils/image/src/wx_imgx.h +++ b/src/wxxt/utils/image/src/wx_imgx.h @@ -3,7 +3,7 @@ * Purpose: * * wxWindows 1.50 - * Copyright (c) 2004-2008 PLT Scheme Inc. + * Copyright (c) 2004-2009 PLT Scheme Inc. * Copyright (c) 1993 Artificial Intelligence Applications Institute, * The University of Edinburgh *