diff --git a/collects/compiler/start.ss b/collects/compiler/start.ss index 660a41be6d..9e489e3ef2 100644 --- a/collects/compiler/start.ss +++ b/collects/compiler/start.ss @@ -425,7 +425,7 @@ (void))))))) (list "file/directory/collection" "file/directory/sub-collection"))) - (printf "mzc version ~a, Copyright (c) 2004-2006 PLT Scheme Inc.~n" + (printf "mzc version ~a, Copyright (c) 2004-2007 PLT Scheme Inc.~n" (version)) (define-values (mode source-files prefix) diff --git a/collects/help/private/gui.ss b/collects/help/private/gui.ss index 03575a12c7..5195f19f95 100644 --- a/collects/help/private/gui.ss +++ b/collects/help/private/gui.ss @@ -46,7 +46,7 @@ (message-box (string-constant plt:hd:about-help-desk) (format (string-constant plt:hd:help-desk-about-string) - (version:version) 1995 2006) + (version:version) 1995 2007) this)) (define/override (help-menu:create-about?) #t) (define/override (help-menu:after-about menu) diff --git a/collects/help/servlets/release/license.ss b/collects/help/servlets/release/license.ss index 672d71eeb5..954fe8673a 100644 --- a/collects/help/servlets/release/license.ss +++ b/collects/help/servlets/release/license.ss @@ -9,7 +9,7 @@ (define timeout +inf.0) (define (make-item ss) `(ul (li ,@(map (lambda (s) `(div ,s (br))) ss)))) - (define copyright-year 2006) + (define copyright-year 2007) (define (start initial-request) (report-errors-to-browser send/finish) `(html diff --git a/collects/mzlib/md5.ss b/collects/mzlib/md5.ss index 62ba3ab11b..19f58d9177 100644 --- a/collects/mzlib/md5.ss +++ b/collects/mzlib/md5.ss @@ -2,7 +2,7 @@ (provide md5) - ;;; Copyright (c) 2006, PLT Scheme Inc. + ;;; Copyright (c) 2005-2007, 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/mzscheme/lib/mzdyn.c b/collects/mzscheme/lib/mzdyn.c index 77c2e683f4..7c9e94e26f 100644 --- a/collects/mzscheme/lib/mzdyn.c +++ b/collects/mzscheme/lib/mzdyn.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 PLT Scheme Inc. Copyright (c) 1995 Matthew Flatt All rights reserved. diff --git a/collects/sgl/sgl.ss b/collects/sgl/sgl.ss index a836a5158c..642df3b0b1 100644 --- a/collects/sgl/sgl.ss +++ b/collects/sgl/sgl.ss @@ -1,6 +1,6 @@ ;; sgl -- An OpenGL extension of MzScheme ;; -;; Copyright (C) 2003-2006 Scott Owens +;; Copyright (C) 2003-2007 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/string-constants/danish-string-constants.ss b/collects/string-constants/danish-string-constants.ss index 36ddd27cb4..394b41e5e7 100644 --- a/collects/string-constants/danish-string-constants.ss +++ b/collects/string-constants/danish-string-constants.ss @@ -295,7 +295,7 @@ please adhere to these guidelines: (plt:hd:refreshing-manuals-finished "Færdig.") (plt:hd:about-help-desk "Om hjælpebord") (plt:hd:help-desk-about-string - "Hjælpebordet er en fuldstændig kilde af information om PLT-software, inklusive DrScheme, MzScheme og MrEd.\n\nVersion ~a\nCopyright (c) 1995-2006 PLT") + "Hjælpebordet er en fuldstændig kilde af information om PLT-software, inklusive DrScheme, MzScheme og MrEd.\n\nVersion ~a\nCopyright (c) ~a-~a PLT") (plt:hd:help-on-help "Hjælp om hjælp") (plt:hd:help-on-help-details "For hjælp om Hjælpebord, følg linket `How to use Help Desk'-linket på hjælpebordets startside.") (reload "Opdater") ;; refresh the page in a web browser @@ -1257,4 +1257,4 @@ please adhere to these guidelines: (gui-tool-insert-gui "Indsæt GUI") ) - \ No newline at end of file + diff --git a/collects/swindle/readme.txt b/collects/swindle/readme.txt index a2b0e1b69e..5183872b01 100644 --- a/collects/swindle/readme.txt +++ b/collects/swindle/readme.txt @@ -137,7 +137,7 @@ Swindle environment. ====< Copyright Notice >================================================ -Copyright (C) 1998-2006 Eli Barzilay (eli@barzilay.org) +Copyright (C) 1998-2007 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/collects/tex2page/tex2page-aux.ss b/collects/tex2page/tex2page-aux.ss index 68b1c86dba..4f708880e2 100644 --- a/collects/tex2page/tex2page-aux.ss +++ b/collects/tex2page/tex2page-aux.ss @@ -7536,7 +7536,7 @@ (cond ((string=? not-a-file "--version") (write-log - "Copyright (c) 1997-2006, Dorai Sitaram.\n\nPermission to distribute and use this work for any\npurpose is hereby granted provided this copyright\nnotice is included in the copy. This work is provided\nas is, with no warranty of any kind.\n\nFor more information on TeX2page, please see") + "Copyright (c) 1997-2007, Dorai Sitaram.\n\nPermission to distribute and use this work for any\npurpose is hereby granted provided this copyright\nnotice is included in the copy. This work is provided\nas is, with no warranty of any kind.\n\nFor more information on TeX2page, please see") (write-log #\newline) (write-log *tex2page-website*) (write-log #\.) diff --git a/man/man1/drscheme.1 b/man/man1/drscheme.1 index bf87391c41..c925370e01 100644 --- a/man/man1/drscheme.1 +++ b/man/man1/drscheme.1 @@ -1,5 +1,5 @@ .\" dummy line -.TH DRSCHEME 1 "May 2006" +.TH DRSCHEME 1 "May 2007" .UC 4 .SH NAME drscheme \- The PLT Scheme programming environment diff --git a/man/man1/help-desk.1 b/man/man1/help-desk.1 index 46aa25c6ce..8d46505363 100644 --- a/man/man1/help-desk.1 +++ b/man/man1/help-desk.1 @@ -1,5 +1,5 @@ .\" dummy line -.TH HELP-DESK 1 "May 2006" +.TH HELP-DESK 1 "May 2007" .UC 4 .SH NAME help-desk \- The PLT Scheme documentation center diff --git a/man/man1/mred.1 b/man/man1/mred.1 index d40be5c3bd..aa89d69ff4 100644 --- a/man/man1/mred.1 +++ b/man/man1/mred.1 @@ -1,5 +1,5 @@ \" dummy line -.TH MRED 1 "May 2006" +.TH MRED 1 "May 2007" .UC 4 .SH NAME mred \- The PLT Graphical Scheme implementation diff --git a/man/man1/mzscheme.1 b/man/man1/mzscheme.1 index f44b810236..716093773a 100644 --- a/man/man1/mzscheme.1 +++ b/man/man1/mzscheme.1 @@ -1,5 +1,5 @@ .\" dummy line -.TH MZSCHEME 1 "May 2006" +.TH MZSCHEME 1 "May 2007" .UC 4 .SH NAME mzscheme \- The PLT Scheme implementation diff --git a/man/man1/tex2page.1 b/man/man1/tex2page.1 index cc4a1d4f42..d3756896b7 100644 --- a/man/man1/tex2page.1 +++ b/man/man1/tex2page.1 @@ -184,7 +184,7 @@ mpost(1). .SH COPYRIGHT -Copyright 1997-2006 by Dorai Sitaram. +Copyright 1997-2007 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 692a56238b..faaf2bf14f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 PLT Scheme Inc. * Copyright: (c) 1995-2000, Matthew Flatt */ diff --git a/src/mred/mred.h b/src/mred/mred.h index 2f18b50657..6dcc62c1de 100644 --- a/src/mred/mred.h +++ b/src/mred/mred.h @@ -182,7 +182,7 @@ MRED_EXTERN void mred_set_run_from_cmd_line(MrEd_Run_From_Cmd_Line_Proc); #else # define MRED3M "" #endif -#define BANNER "MrEd" MRED3M " version " MZSCHEME_VERSION ", Copyright (c) 2004-2006 PLT Scheme Inc.\n" +#define BANNER "MrEd" MRED3M " version " MZSCHEME_VERSION ", Copyright (c) 2004-2007 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 1ed4c23479..6000896dd9 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 PLT Scheme Inc. * Copyright: (c) 1996, Matthew Flatt */ diff --git a/src/mred/mredmsw.cxx b/src/mred/mredmsw.cxx index e7b46c05be..772a2654e4 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 PLT Scheme Inc. * Copyright: (c) 1996, Matthew Flatt */ diff --git a/src/mred/mredx.cxx b/src/mred/mredx.cxx index f9964d7525..77efa40a70 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 PLT Scheme Inc. * Copyright: (c) 1996, Matthew Flatt */ diff --git a/src/mred/mrmain.cxx b/src/mred/mrmain.cxx index 307dd76850..0c0128662a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 275c838b33..4fb2beb092 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 583111fd29..f74265dcbe 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 551e1fd848..c54585eb96 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8135ee80ed..e8abd16308 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 9951bec8b9..7fc44e1933 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e6c97af28b..7adaab660c 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 718b0c3e0c..69c4821565 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 c66e2e0845..5fc2c9a482 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 6cb1c81901..917a7b6c72 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 2e962b5f01..cd2e131d88 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e43c1ab217..0594d0a6ef 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 815b543cb8..750e2511f2 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 77c2e683f4..7c9e94e26f 100644 --- a/src/mzscheme/dynsrc/mzdyn.c +++ b/src/mzscheme/dynsrc/mzdyn.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 a1a4c23d1d..d6013c8283 100644 --- a/src/mzscheme/gc2/compact.c +++ b/src/mzscheme/gc2/compact.c @@ -1,6 +1,6 @@ /* Precise GC for MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 abbad41ff7..9210835984 100644 --- a/src/mzscheme/gc2/copy.c +++ b/src/mzscheme/gc2/copy.c @@ -1,6 +1,6 @@ /* Precise GC for MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 e62571ff2b..df83265cda 100644 --- a/src/mzscheme/include/escheme.h +++ b/src/mzscheme/include/escheme.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 2f47e3daa8..1eb5fd4016 100644 --- a/src/mzscheme/include/scheme.h +++ b/src/mzscheme/include/scheme.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 2ccdfe1138..76e20d1b58 100644 --- a/src/mzscheme/main.c +++ b/src/mzscheme/main.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 f4566a9298..22a8d84da1 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-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 bbe8b0ebda..6a69d5fff9 100644 --- a/src/mzscheme/src/bignum.c +++ b/src/mzscheme/src/bignum.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 68e56c265f..3858858b25 100644 --- a/src/mzscheme/src/bool.c +++ b/src/mzscheme/src/bool.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 4d39d42384..5aceda48b5 100644 --- a/src/mzscheme/src/builtin.c +++ b/src/mzscheme/src/builtin.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 572a446c40..8e853450f2 100644 --- a/src/mzscheme/src/char.c +++ b/src/mzscheme/src/char.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 d39b49aa79..2ad19d77ad 100644 --- a/src/mzscheme/src/complex.c +++ b/src/mzscheme/src/complex.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 8fc449306c..ac8b16fb20 100644 --- a/src/mzscheme/src/dynext.c +++ b/src/mzscheme/src/dynext.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 37a3a868cb..8b4de0c77c 100644 --- a/src/mzscheme/src/env.c +++ b/src/mzscheme/src/env.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 1b497e7752..21506b23ba 100644 --- a/src/mzscheme/src/error.c +++ b/src/mzscheme/src/error.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 17fe09948b..cf65b4541b 100644 --- a/src/mzscheme/src/eval.c +++ b/src/mzscheme/src/eval.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 9923c17ba5..e03558fb35 100644 --- a/src/mzscheme/src/file.c +++ b/src/mzscheme/src/file.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 81e3012c01..ad8e9e6457 100644 --- a/src/mzscheme/src/fun.c +++ b/src/mzscheme/src/fun.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 2cedbdb863..c83349b4bd 100644 --- a/src/mzscheme/src/hash.c +++ b/src/mzscheme/src/hash.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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/image.c b/src/mzscheme/src/image.c index e6b8adf1af..587703797d 100644 --- a/src/mzscheme/src/image.c +++ b/src/mzscheme/src/image.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 581e89e6e5..db931e228b 100644 --- a/src/mzscheme/src/jit.c +++ b/src/mzscheme/src/jit.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2006 PLT Scheme Inc. + Copyright (c) 2007 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 e845f4fff0..2aa03fcba7 100644 --- a/src/mzscheme/src/list.c +++ b/src/mzscheme/src/list.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 41cbfae8bc..65d4e9133b 100644 --- a/src/mzscheme/src/module.c +++ b/src/mzscheme/src/module.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 98b2baf95c..ee1abd28a5 100644 --- a/src/mzscheme/src/mzsj86.c +++ b/src/mzscheme/src/mzsj86.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 81616ceea3..e3034051a1 100644 --- a/src/mzscheme/src/network.c +++ b/src/mzscheme/src/network.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 64da18f419..1c25d60ba9 100644 --- a/src/mzscheme/src/numarith.c +++ b/src/mzscheme/src/numarith.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 62558037b5..14ec0c68c3 100644 --- a/src/mzscheme/src/number.c +++ b/src/mzscheme/src/number.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 c7653643f1..db0390f900 100644 --- a/src/mzscheme/src/numcomp.c +++ b/src/mzscheme/src/numcomp.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 dc1ae6cbed..130f4d36bd 100644 --- a/src/mzscheme/src/nummacs.h +++ b/src/mzscheme/src/nummacs.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 aceaebd68c..074c7d788a 100644 --- a/src/mzscheme/src/numstr.c +++ b/src/mzscheme/src/numstr.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 c99fc8fd9f..011ffaffb6 100644 --- a/src/mzscheme/src/port.c +++ b/src/mzscheme/src/port.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 10bb15c983..0d9821a3e5 100644 --- a/src/mzscheme/src/portfun.c +++ b/src/mzscheme/src/portfun.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 697b3a6172..0e63a9fb7a 100644 --- a/src/mzscheme/src/print.c +++ b/src/mzscheme/src/print.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 3b959b4095..df85065a4d 100644 --- a/src/mzscheme/src/rational.c +++ b/src/mzscheme/src/rational.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 d53cb1e236..a64b51c72e 100644 --- a/src/mzscheme/src/read.c +++ b/src/mzscheme/src/read.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 78ed18913c..49ce3acf0c 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-2006 PLT Scheme Inc. + * Copyright (c) 2004-2007 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 a1a91ead4c..dce08848ff 100644 --- a/src/mzscheme/src/salloc.c +++ b/src/mzscheme/src/salloc.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 5d7fa6338f..1e482e4171 100644 --- a/src/mzscheme/src/schemef.h +++ b/src/mzscheme/src/schemef.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 6361e37773..f2205fa34b 100644 --- a/src/mzscheme/src/schemex.h +++ b/src/mzscheme/src/schemex.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 96929376cd..ea450a9b9c 100644 --- a/src/mzscheme/src/schpriv.h +++ b/src/mzscheme/src/schpriv.h @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 0619d8801b..ac3245fc3f 100644 --- a/src/mzscheme/src/sema.c +++ b/src/mzscheme/src/sema.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 dd2605c5a6..bc99ba1ec1 100644 --- a/src/mzscheme/src/setjmpup.c +++ b/src/mzscheme/src/setjmpup.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 057d094ee9..6b93e1946d 100644 --- a/src/mzscheme/src/string.c +++ b/src/mzscheme/src/string.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 PLT Scheme Inc. Copyright (c) 1995-2001 Matthew Flatt This library is free software; you can redistribute it and/or @@ -1895,7 +1895,7 @@ char *scheme_banner(void) "3m" #endif " version " MZSCHEME_VERSION VERSION_SUFFIX - ", Copyright (c) 2004-2006 PLT Scheme Inc.\n"; + ", Copyright (c) 2004-2007 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 1b844525e8..71f37623fa 100644 --- a/src/mzscheme/src/struct.c +++ b/src/mzscheme/src/struct.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 498076007b..551c6bfbb6 100644 --- a/src/mzscheme/src/stxobj.c +++ b/src/mzscheme/src/stxobj.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 230df6b89d..e1d83f8c10 100644 --- a/src/mzscheme/src/symbol.c +++ b/src/mzscheme/src/symbol.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 847f23f31c..18b85cf528 100644 --- a/src/mzscheme/src/syntax.c +++ b/src/mzscheme/src/syntax.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 0f26eaf62b..aa9dfff5b8 100644 --- a/src/mzscheme/src/thread.c +++ b/src/mzscheme/src/thread.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 a10e280122..66cfbf834c 100644 --- a/src/mzscheme/src/type.c +++ b/src/mzscheme/src/type.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 7fc228e4c5..f5c81922d4 100644 --- a/src/mzscheme/src/vector.c +++ b/src/mzscheme/src/vector.c @@ -1,6 +1,6 @@ /* MzScheme - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 c7d8adb5a9..da2e2751d8 100644 --- a/src/worksp/mred/mred.rc +++ b/src/worksp/mred/mred.rc @@ -40,7 +40,7 @@ BEGIN VALUE "FileDescription", "MrEd-based application\0" VALUE "InternalName", "MrEd.exe\0" VALUE "FileVersion", "360, 0, 0, 0\0" - VALUE "LegalCopyright", "Copyright 1995-2006\0" + VALUE "LegalCopyright", "Copyright 1995-2007\0" VALUE "OriginalFilename", "MrEd.exe\0" VALUE "ProductName", "PLT Scheme\0" VALUE "ProductVersion", "360, 0, 0, 0\0" diff --git a/src/worksp/mzcom/mzcom.rc b/src/worksp/mzcom/mzcom.rc index a75868dc49..9257ec0517 100644 --- a/src/worksp/mzcom/mzcom.rc +++ b/src/worksp/mzcom/mzcom.rc @@ -72,7 +72,7 @@ BEGIN VALUE "FileDescription", "MzCOM Module" VALUE "FileVersion", "360, 0, 0, 0" VALUE "InternalName", "MzCOM" - VALUE "LegalCopyright", "Copyright 2000-2006 PLT (Paul Steckler)" + VALUE "LegalCopyright", "Copyright 2000-2007 PLT (Paul Steckler)" VALUE "OriginalFilename", "MzCOM.EXE" VALUE "ProductName", "MzCOM Module" VALUE "ProductVersion", "360, 0, 0, 0" @@ -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. 360",IDC_STATIC,71,8,61,8 - CTEXT "Copyright (c) 2000-2006 PLT (Paul Steckler)",IDC_STATIC, + CTEXT "Copyright (c) 2000-2007 PLT (Paul Steckler)",IDC_STATIC, 41,20,146,9 CTEXT "MzScheme v. 360",IDC_STATIC,64,35,75,8 - CTEXT "Copyright (c) 1995-2006 PLT Inc.",IDC_STATIC, + CTEXT "Copyright (c) 1995-2007 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 621211642c..ed99fbf0fa 100644 --- a/src/worksp/mzscheme/mzscheme.rc +++ b/src/worksp/mzscheme/mzscheme.rc @@ -49,7 +49,7 @@ BEGIN VALUE "FileDescription", "MzScheme-based application\0" VALUE "InternalName", "MzScheme.exe\0" VALUE "FileVersion", "360, 0, 0, 0\0" - VALUE "LegalCopyright", "Copyright 1995-2006\0" + VALUE "LegalCopyright", "Copyright 1995-2007\0" VALUE "OriginalFilename", "mzscheme.exe\0" VALUE "ProductName", "PLT Scheme\0" VALUE "ProductVersion", "360, 0, 0, 0\0" diff --git a/src/wxcommon/FontDirectory.cxx b/src/wxcommon/FontDirectory.cxx index 898e753b57..86d1a2eb07 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 b63a8ea7bb..babd5025ad 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 b919b0f440..8178a49d1c 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxcommon/PSDC.h b/src/wxcommon/PSDC.h index 5bdf5ddcb9..1cdef44f4e 100644 --- a/src/wxcommon/PSDC.h +++ b/src/wxcommon/PSDC.h @@ -4,7 +4,7 @@ * Author: Julian Smart * Created: 1993 * Updated: - * Copyright: (c) 2004-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1c4c6aa305..607e735bc2 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 bcf79d4d41..879a09b433 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 PLT Scheme Inc. * Copyright: (c) 1993, AIAI, University of Edinburgh */ diff --git a/src/wxcommon/wxGC.cxx b/src/wxcommon/wxGC.cxx index a9e9d13101..e87d559d3d 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-2006 PLT Scheme Inc. +Copyright (c) 2004-2007 PLT Scheme Inc. *************************************************************************/ diff --git a/src/wxcommon/wxGC.h b/src/wxcommon/wxGC.h index ee501fb752..f583423e9d 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-2006 PLT Scheme Inc. +Copyright (c) 2004-2007 PLT Scheme Inc. ****************************************************************************/ diff --git a/src/wxcommon/wx_hash.h b/src/wxcommon/wx_hash.h index 4beed5bf08..1decf0dd6b 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1f693ce087..c07ac5295a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 5747a07ff7..b792e8e520 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 501e4c1bdf..75b36f5a04 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7c2e3a13d5..6aa107f9f9 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e9ccebda85..cfeb8753f5 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 b7814ae488..b53861e4da 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e2ee31cc2f..1c550f513e 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 137e25bf4d..1f6b0d72d6 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 ca259d2f72..85915928a6 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 5219cc0e8f..f6772878ad 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1b188ea8d7..8330b1823f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 843651c1e9..43139bd716 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 cfbf001b18..2190803ebf 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7f1bb50771..a5443c8412 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 fb34e2b920..7c7a276bde 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 0d7afdbe53..91dd3212f7 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 d6f8319650..e2091b0d73 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8a90cc4bc9..aa349c32eb 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 9eef312fb2..7cc54a7441 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 c8d9135ad6..ebc2a2641a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 da40b894b2..c81ae5fa44 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 5752731b9a..03fd74b6d6 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1503e2b3ae..ca5537e9be 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 ae0c30f713..cabce41ba3 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 365355fe10..7f074c411b 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 c6cab26aeb..b7554369a2 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 28815d9ea7..9591c55c90 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 9acd57bcaa..6424f03619 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8b19b3a39c..56dda99ec7 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7241d1504b..a7478e8e0a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 6f3fc26932..c0e8e6777d 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 a9d54cf3c0..685bb1df03 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 76fd5c1278..ba1a270427 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 2130bce45b..fe7a40a386 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 5c1319be0f..a8e050e237 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 6387f6f0bb..33a5d38f73 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 88783b73a5..f4493500db 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 02ebd28546..9499d4e89c 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 6a4ae90803..9d3d123d8f 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 418756fb11..b93f895aae 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 912070116b..9f235a077b 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 0ab825589e..28c00388a2 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 9ae548b3c5..4ce94001e6 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 83b8fb5399..acbaee6174 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 b48f5a3ca0..20bd8b414b 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 ca399b4771..4fbea748a6 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 55ba18fd63..02ff63f6f3 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 3c04d3c389..5bf4de9b2c 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e76f584130..5127f5e764 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 faade652bf..558923a6e4 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 a2d8e727fe..791ef30b52 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 c8107e0fdf..0920258c18 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 d6fc7701d1..bf34dfcd07 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 4dc8904507..81e58d7100 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 c735f3b4f2..deba6d5416 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1c33b6d512..f43f91ada3 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 12ca29fcf0..0ab3657c7f 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 83264fdbc8..1ecf29cff9 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 bc15335869..8f19f18172 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 c7818bbb50..fb30f32302 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 055c275bec..8fee771c64 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 877602ce07..752f55a116 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 f946b6e9c0..12d20e4184 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 c7601520f0..7ed4350242 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 3f7afd3222..c31469c9bb 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 3405183f44..15e605ddc3 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 0295a9f706..63d7c60969 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 03f9b37bcf..6d270edad1 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 d5681bb4ab..9965b39995 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 e816875bc8..5126f59fb6 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 03a182ce10..e9a1e9c84d 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 b6a060203c..cb3448ffb8 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1d795b6bb4..35c2efff4e 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 d34b68d9c9..d41f6fdc00 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 735aa1ee56..206a19fad8 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 71fb76a7c0..b17ed13e87 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 9d3495a387..30fbf02b2e 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 dca21720ae..9afaeaa350 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 0671b67e6a..2f5ee9ac78 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e714b2430c..99b57eada4 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 9f62166117..9acdfc88dc 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8168ad3cb9..0bd32531d3 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 183baa6c7f..ce38725421 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 d122485969..2bd2940f97 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 15d9b2ab80..f1b5a89415 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 dd861ae14c..0f26282004 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 f92567c00a..dac7795c0c 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 82e77fcb07..22d29778c7 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 dd7e37ec5e..266e0876a6 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1ef8db6825..2e99c7ff11 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 b7597685e5..446e14b1e9 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 74ef917886..3f4ac0a164 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 42d1699d21..1c05a570c5 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 37a78eae91..41bfed17c0 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 4d9972fa5e..21abfcf84a 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 418a930503..c46a31321f 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 893473a78e..d59b3c84e1 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 c0f509e692..dcedcd0f88 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 2d7758b6c0..20f3426f6d 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 d9923526a0..f7490b717e 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 fbaec9608d..8430569a24 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 8e913858d4..d6bbcfe6dc 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 5d5beb197b..bfeb8b796c 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 9846f6897f..a6d3b398bf 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 bd908b602c..24fbcf9e7e 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 2969e2fc6c..cfe8521e62 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 2cfa2bb41f..d4aaa49eb1 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 32cbf04c98..dd5562b00a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 fb667f4198..7d9a5c549b 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 68dc78db90..f4a988cf76 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 25b6b45cfd..8a8bbe60e4 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 b3e82389ee..d910ce41ed 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 dd0e9aad11..9906e219bc 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 3a3c16613f..b38f413d9b 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 1c3dff9301..44a451577b 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 b1918422c5..163fb374ac 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 868b657c56..c61d70363f 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 5c93bad7f2..024c7ad47f 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 f3a1f7a578..98689d1f07 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 7fbde196ab..b4ab3fa019 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 0010762cfb..cbea045936 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 7cdeaaa660..ee5f9d21f2 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 1ac65708d5..f16ece45a2 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 79e4f584f1..96b8ff774c 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 457ea84409..64183a6cfd 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 6e5f249598..faeb5444ea 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 f73c31752f..2037da6967 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1117ffbe75..705504d2a2 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 9aa63fecb6..7766acbd4f 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 d3dd0e4534..c0f0e406fb 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 44a9bcaf94..401ca9ab0b 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 ff3c1f4e44..86b1756409 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 d96fc2c8fe..84c1226cfd 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 b4fed99785..ef648385d4 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-2006 PLT Scheme Inc. +// Copyright: (c) 2004-2007 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 a36afbf2c3..7da878da49 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-2006 PLT Scheme Inc. + * Copyright (c) 2004-2007 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 d8c7037414..3fba77e16c 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-2006 PLT Scheme Inc. + * Copyright (c) 2004-2007 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 54d5e73648..72eb23e1af 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-2006 PLT Scheme Inc. + * Copyright (c) 2004-2007 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 835f0a907e..f3ac4473e4 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 4aebc31610..3ca8d06953 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 33a0d1d4c6..da1463a48f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 712da39970..3d9fee5d81 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 c46ea57819..f2387a4377 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 41f5cac326..7b53811d04 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7590742910..4aeeaf8f1f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 bebffaa2ba..af59fe6426 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 93505da984..b5335b5e70 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7396c43a10..d79225ce68 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 5a42067c36..14ad19afbc 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 44b60a58e3..c29f985ad3 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 4aea164e2c..ba5e320f24 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 ff5e8f721a..8414218024 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 bdd15b0e1c..845b2f0ebe 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 0fed58059c..0e1cb66e56 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 93e77f0da5..86c4230446 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 9b6600dc8f..6957ba64dd 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1aba677dd4..f5c8ad0792 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 63c35ea45e..d6a0cf6bd7 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 97036d5904..caca791456 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 15de5528d6..7907d872f6 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1198acb218..978da3b81b 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 ee8a16953b..3de104bc63 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e4fdd88c26..2f01b3fe6f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7e80af79be..1f91cf00c0 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8fcbc2250e..849c43fb3f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 343f1f3ad8..df4f779e13 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 4191a1e62f..4073fbe69b 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 a2f2ca99b9..0b5dbaab06 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 58b5e28096..ac41752f81 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 43f5b73628..66b868e842 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 34cb300f98..674d9c687d 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 108c827cd6..2b1fd41aef 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 90c8427491..6aeab61e06 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 4989959fc7..111d1fbf0f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 cee3d4ab3a..99e60287ec 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 a5069af10b..9710580ebf 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8f50daf1f1..fdf7eeb86a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 9138a6751f..0fa45e419a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 219f43f92d..dd893f151e 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1dc4a06f5d..30fbcb4120 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 fb71d4f1a9..9a130ae3b0 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7a828830ae..4f486a3138 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 b9a79682e1..20c911589c 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 5cc4b3e727..0d39e365e3 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 a8e1feda36..bcf5864820 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 b1f0f36f75..9bca09433b 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 b03ea4f8f1..0e19e0fa10 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 dc67e79f2b..f7af609f16 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 ce51d26bc2..5913aaf660 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 3bbe63b4e1..1fd9130d4e 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 d79b0ae1a8..3f4d0e4d5f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 2380f29f75..bddf92f6d4 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 36ebc98622..213127df43 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 27c53741c5..c48a41f246 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 9c25315e75..906f8156b4 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 5db7e2cf97..ba7af99134 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 bf91a902e3..8fc496ed26 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 ab5bca47a6..dbbedca764 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 53f90ecb55..6707f9c769 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 60dd530ba4..be195bbf27 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8859f3f8de..3bd33f0e0c 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 0bc13c21af..18babdddf0 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 556cb9bb39..037d5e9856 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 eefc592101..d44d624f59 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7e0e0e42d3..24e9eee504 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 af32218dd7..2d303c7edb 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1cd4e75a2d..310a3be76e 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 aede1ff657..2995efe7eb 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 871a02181e..31e8d12e6d 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 b8c35a9e63..1d19a59ca1 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 ef54c590a4..1a43696434 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 f6c368305a..d93b71100e 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7b80fd6d44..e857716221 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 6687e703cf..b41111a7a2 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 2edfc24f82..b1d41cfe8d 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 a0928d07ba..c548c23e6a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8337344d6e..7933e06752 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 6d9ee1797d..d701cfb4bf 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 d4eee29b6c..129dde4a95 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8369581a67..98a6059180 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 fabd664002..845ac67d94 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 bc4066623b..9c7081e350 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 2f3a08f440..fcba65bcd2 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 07da75d5a5..f93ba9dcc8 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 5996376872..4664031522 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 144efd5f45..e46916fb4a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 387a0ca49a..1af6599bf3 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 804848f2a9..6389fe4bbc 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e8b1097ef2..d0be1a5304 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 801e7953da..68ea55f11b 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 7a1a267b07..b701077b41 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 de2f0d044f..7160459401 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 fe99a56895..84184aad7a 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 cf10b514d3..e30ef119d3 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 44d512cb13..50b711d68f 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 2ae898e8b7..760df14773 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 edc70ef746..3c6eac03cb 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 8623d46881..d0aadee2c1 100644 --- a/src/wxwindow/src/msw/wx_pdf.cxx +++ b/src/wxwindow/src/msw/wx_pdf.cxx @@ -1,6 +1,6 @@ /* - Copyright (c) 2004-2006 PLT Scheme Inc. + Copyright (c) 2004-2007 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 e234a9efb2..aea396fd0d 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 99fe80ee80..82b076dcf8 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 44fcef7b4f..077a07f628 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 186217ad91..00e4e2f5c0 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 3c30264933..a1627a6008 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 e86c395158..3e1eda7534 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 2cfab7b2ec..6a217c45e9 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 dc7ef0e7f4..0309efc6ce 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 d744e0c8d3..1b166f1ab5 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 bf4b410130..28bc482dd9 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 6f7459863a..38dbb2c26e 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 09573dd659..e74d4b626f 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 49ca324fec..9d4c69712b 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 74cd67b354..0f9f22fc12 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 9663636a69..3f55e7fdaa 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 f79b3beff1..e12f790c17 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 16e50e5ef3..10e5a37871 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 07c49aa11f..9610f5b13c 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 c3814a8f03..badb4502e0 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 a8d69e54e6..7d3c05a629 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 8883759519..797db7ca49 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 837f509084..401c7dc3fc 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 d6b254cbc2..69c76abf3d 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 a008f23e2d..daa2e5e183 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 655ccfd70d..5e6065865e 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 be16cc3b43..68ce5e9c45 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 a03f645a95..f406e12fcc 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 842ef535c8..97b4b2ca8c 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 86c0682c20..ca15fecd83 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 1af3d844f4..9470a5025f 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 87381a1a36..56a408e04b 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 032b9cea60..a0b4c802cc 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 e19ff0c5ac..cb7419669c 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 7bdf600656..584eb734d4 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 61958b7540..2afa992e10 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 fa16e1103d..3e0512140d 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 c74f117fb1..743cf04324 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 f5619c07bc..964e1bdec5 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-2006 PLT Scheme Inc. + * Copyright: (c) 2004-2007 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 357289fd59..a70babdc2c 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 2df6c0f6d7..77c9268fc9 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 837640585a..7e3cf99be7 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 7748609d57..85ad1f12d9 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 4f5ca11f36..2755719c0d 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 a343eab442..7f4a0e7960 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 d3f9e88d86..6dd3911267 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 cfa1dafcf1..42a55fda83 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 0cc2810c30..8217fd6f32 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 55a9209f8f..3b06b91660 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 2968e2b83b..8c086c0611 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 0957ec4aef..aede3537af 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 f2a634f7b6..344b0a85ae 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 7952833d69..05652893a8 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 4537a79336..46832b3935 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 900c6671bf..ee35aac269 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 48dbf3e604..ce26e21ba1 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 508211238a..369cf3fe95 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 8932b7e900..e1e45067db 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 fa62b56563..c83a72032b 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 462d180cfd..0a3d04b7dc 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 17266582eb..04711c5e09 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 5d6edcce16..cbf7fd451a 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 f32f65d0c6..8b8b43daeb 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 4792badc8c..0ae98f824e 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 fa3d59442f..c4a78b7284 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 1212cfa9ce..cd792680fe 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 11fdbae1aa..67ca55e554 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 6772123e24..9722ef652a 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 35ee01235f..f65470d9c6 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 4a189715c1..8c9e77a1f1 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 529d39439c..a2ecf5f6da 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 bb3a17c954..775b531904 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 453d212767..2811678fba 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 c0f91bf75e..369892bf1c 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 fdbc62e693..0d261940d3 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 7b25c06728..4ee6203ec5 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 d12d794ea6..d3b47017c9 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 2521b9fefc..7711fc274b 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 c5e0cb6a5c..615be19567 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 4919f48e84..b51a2d2798 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 a4db5bd42f..925a37c737 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 c1bd1fe57e..31dfd5f0c1 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 25416bcd77..d35d8343aa 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 c65c8e5e83..3d71ea0b68 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 3320d3ea81..8a11816baf 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 0bfdd08a8b..503d934df0 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 53807f8623..0153ca527e 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 e63278543d..837daca850 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 b383dc92af..b5cadaffd3 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 d8fae1ec96..996b833e2e 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 4eb225817a..7818fabc57 100644 --- a/src/wxxt/src/XWidgets/xwMenu.c +++ b/src/wxxt/src/XWidgets/xwMenu.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 2004-2006 PLT Scheme Inc. +Copyright 2004-2007 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 0b081b20aa..fab5da2af3 100644 --- a/src/wxxt/src/XWidgets/xwMenu.h +++ b/src/wxxt/src/XWidgets/xwMenu.h @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 2004-2006 PLT Scheme Inc. +Copyright 2004-2007 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 ebc7694f88..72b3fcb3a8 100644 --- a/src/wxxt/src/XWidgets/xwMenuP.h +++ b/src/wxxt/src/XWidgets/xwMenuP.h @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 2004-2006 PLT Scheme Inc. +Copyright 2004-2007 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 0212d29af9..19e807515f 100644 --- a/src/wxxt/src/XWidgets/xwMultiList.c +++ b/src/wxxt/src/XWidgets/xwMultiList.c @@ -36,7 +36,7 @@ */ /* - * Copyright 2004-2006 PLT Scheme Inc. + * Copyright 2004-2007 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 f36950279c..bfe44562f6 100644 --- a/src/wxxt/src/XWidgets/xwMultiList.h +++ b/src/wxxt/src/XWidgets/xwMultiList.h @@ -28,7 +28,7 @@ */ /* - * Copyright 2004-2006 PLT Scheme Inc. + * Copyright 2004-2007 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 7c894ea4ab..6ba66d8d9c 100644 --- a/src/wxxt/src/XWidgets/xwMultiListP.h +++ b/src/wxxt/src/XWidgets/xwMultiListP.h @@ -28,7 +28,7 @@ */ /* - * Copyright 2004-2006 PLT Scheme Inc. + * Copyright 2004-2007 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 fd718d07e5..6406eb25b6 100644 --- a/src/wxxt/src/XWidgets/xwScrollText.c +++ b/src/wxxt/src/XWidgets/xwScrollText.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 PLT Scheme Inc. + * Copyright 2004-2007 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 0972755c9d..0f9bfa3b15 100644 --- a/src/wxxt/src/XWidgets/xwScrollText.h +++ b/src/wxxt/src/XWidgets/xwScrollText.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 PLT Scheme Inc. + * Copyright 2004-2007 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 4fae72c63c..7808a99be4 100644 --- a/src/wxxt/src/XWidgets/xwScrollTextP.h +++ b/src/wxxt/src/XWidgets/xwScrollTextP.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 PLT Scheme Inc. + * Copyright 2004-2007 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 2b5d0aca23..14c8518682 100644 --- a/src/wxxt/src/XWidgets/xwTools3d.c +++ b/src/wxxt/src/XWidgets/xwTools3d.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 2004-2006 PLT Scheme Inc. +Copyright 2004-2007 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 2cb4065347..9830e5cd39 100644 --- a/src/wxxt/src/XWidgets/xwTools3d.h +++ b/src/wxxt/src/XWidgets/xwTools3d.h @@ -2,7 +2,7 @@ */ /*********************************************************** -Copyright 2004-2006 PLT Scheme Inc. +Copyright 2004-2007 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 5042867c21..0485a8824c 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 665a53226f..5a8fb53862 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 ba50e61f7f..efce85e78d 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-2006 PLT Scheme Inc. + * Copyright: (C) 2004-2007 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 3048e0e77f..b257349b3d 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-2006 PLT Scheme Inc. + * Copyright (c) 2004-2007 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 bb8fe035ad..b0f1828114 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-2006 PLT Scheme Inc. + * Copyright (c) 2004-2007 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 fc1ec60951..24152136a1 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-2006 PLT Scheme Inc. + * Copyright (c) 2004-2007 PLT Scheme Inc. * Copyright (c) 1993 Artificial Intelligence Applications Institute, * The University of Edinburgh *