~ chicken-core (chicken-5) 35e6429e4f4397c654cec39e0d2bc5cf42073a8d
commit 35e6429e4f4397c654cec39e0d2bc5cf42073a8d
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Jan 5 09:37:36 2011 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Jan 5 09:37:36 2011 +0100
updated copyright notices
diff --git a/GNUmakefile b/GNUmakefile
index c4041822..9bc40ca1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
# GNUmakefile - toplevel makefile
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/LICENSE b/LICENSE
index caf5ee7d..d48b4291 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
Chicken falls under the following main license:
- Copyright (c) 2007-2010, The Chicken team
+ Copyright (c) 2007-2011, The Chicken team
Copyright (c) 2000-2007, Felix L. Winkelmann
All rights reserved.
diff --git a/Makefile.bsd b/Makefile.bsd
index c18a288b..b818eac6 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -1,6 +1,6 @@
# Makefile.bsd - configuration for BSD UNIX -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.cross-linux-mingw b/Makefile.cross-linux-mingw
index 51facbf6..bfc81ef8 100644
--- a/Makefile.cross-linux-mingw
+++ b/Makefile.cross-linux-mingw
@@ -1,6 +1,6 @@
# Makefile.cross-linux-mingw - configuration for MinGW (crosscompiled from Linux) -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.cygwin b/Makefile.cygwin
index 39fa2e11..ea14a641 100644
--- a/Makefile.cygwin
+++ b/Makefile.cygwin
@@ -1,6 +1,6 @@
# Makefile.cygwin - configuration for Linux -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.haiku b/Makefile.haiku
index 2b3cde26..1f86bc39 100644
--- a/Makefile.haiku
+++ b/Makefile.haiku
@@ -1,6 +1,6 @@
# Makefile.haiku - configuration for Haiku -*- Makefile -*-
#
-# Copyright (c) 2010, The Chicken Team
+# Copyright (c) 2011, The Chicken Team
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/Makefile.linux b/Makefile.linux
index 686ae88d..c713b456 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -1,6 +1,6 @@
# Makefile.linux - configuration for Linux -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.macosx b/Makefile.macosx
index 8290c9f2..b4a44d97 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -1,6 +1,6 @@
# Makefile.macosx - configuration for Apple Macintosh OS X -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.mingw b/Makefile.mingw
index 7a8eb895..c5c82828 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,6 +1,6 @@
# Makefile.mingw - configuration for MinGW (no MSYS) -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys
index 630989db..c84c1548 100644
--- a/Makefile.mingw-msys
+++ b/Makefile.mingw-msys
@@ -1,6 +1,6 @@
# Makefile.mingw - configuration for MinGW (MSYS) -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.solaris b/Makefile.solaris
index e931e571..f2d4deeb 100644
--- a/Makefile.solaris
+++ b/Makefile.solaris
@@ -1,6 +1,6 @@
# Makefile.solaris - configuration for Solaris -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/README b/README
index b091ea66..8312e6c4 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
=========================================
- (c) 2008-2010, The Chicken Team
+ (c) 2008-2011, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann
version 4.6.4
diff --git a/apply-hack.ppc.darwin.S b/apply-hack.ppc.darwin.S
index 3dc7a514..14491617 100644
--- a/apply-hack.ppc.darwin.S
+++ b/apply-hack.ppc.darwin.S
@@ -1,6 +1,6 @@
/* apply-hack.ppc.s
;
-; Copyright (c) 2008-2010 The Chicken Team
+; Copyright (c) 2008-2011 The Chicken Team
; Copyright (c) 2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/apply-hack.ppc.sysv.S b/apply-hack.ppc.sysv.S
index aa694541..fafd314b 100644
--- a/apply-hack.ppc.sysv.S
+++ b/apply-hack.ppc.sysv.S
@@ -1,6 +1,6 @@
/* apply-hack.ppc.s
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/apply-hack.sparc64.S b/apply-hack.sparc64.S
index bf54caec..f1ee959a 100644
--- a/apply-hack.sparc64.S
+++ b/apply-hack.sparc64.S
@@ -1,6 +1,6 @@
/* apply-hack.ppc.s
;
-; Copyright (c) 2008-2010, Peter Bex
+; Copyright (c) 2008-2011, Peter Bex
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/apply-hack.x86-64.S b/apply-hack.x86-64.S
index 9ee9ef3f..f71e99f7 100644
--- a/apply-hack.x86-64.S
+++ b/apply-hack.x86-64.S
@@ -1,6 +1,6 @@
/* Apply-hack.x86-64.S
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/apply-hack.x86.S b/apply-hack.x86.S
index add4da6a..3904f042 100644
--- a/apply-hack.x86.S
+++ b/apply-hack.x86.S
@@ -1,6 +1,6 @@
/* apply-hack.x86.S
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/banner.scm b/banner.scm
index 7699aa39..8875c6f8 100644
--- a/banner.scm
+++ b/banner.scm
@@ -4,7 +4,7 @@
(define-constant +product+ "CHICKEN")
(define-constant +banner+ #<<EOF
-(c)2008-2010 The Chicken Team
+(c)2008-2011 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
EOF
diff --git a/batch-driver.scm b/batch-driver.scm
index 1b2d4d64..b6e8c3e1 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -1,6 +1,6 @@
;;;; batch-driver.scm - Driver procedure for the compiler
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/c-backend.scm b/c-backend.scm
index 689be013..e4358db1 100644
--- a/c-backend.scm
+++ b/c-backend.scm
@@ -1,6 +1,6 @@
;;; c-backend.scm - C-generating backend for the CHICKEN compiler
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/c-platform.scm b/c-platform.scm
index e95b68b4..c1074bef 100644
--- a/c-platform.scm
+++ b/c-platform.scm
@@ -1,6 +1,6 @@
;;;; c-platform.scm - Platform specific parameters and definitions
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken-bug.scm b/chicken-bug.scm
index e3d8c6e2..3d8f0af2 100644
--- a/chicken-bug.scm
+++ b/chicken-bug.scm
@@ -1,6 +1,6 @@
;;;; chicken-bug.scm - Bug report-generator
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken-ffi-syntax.scm b/chicken-ffi-syntax.scm
index 60566537..a54dfad6 100644
--- a/chicken-ffi-syntax.scm
+++ b/chicken-ffi-syntax.scm
@@ -1,6 +1,6 @@
;;;; chicken-ffi-syntax.scm
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken-install.scm b/chicken-install.scm
index e50e2d78..f567f533 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -1,6 +1,6 @@
;;;; chicken-install.scm
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken-profile.scm b/chicken-profile.scm
index 0aab85b8..ea906637 100644
--- a/chicken-profile.scm
+++ b/chicken-profile.scm
@@ -1,6 +1,6 @@
;;;; chicken-profile.scm - Formatted display of profile outputs - felix -*- Scheme -*-
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken-status.scm b/chicken-status.scm
index cbd246c3..9f56cd15 100644
--- a/chicken-status.scm
+++ b/chicken-status.scm
@@ -1,6 +1,6 @@
;;;; chicken-status.scm
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken-syntax.scm b/chicken-syntax.scm
index ed577102..0777d8dd 100644
--- a/chicken-syntax.scm
+++ b/chicken-syntax.scm
@@ -1,6 +1,6 @@
;;;; chicken-syntax.scm - non-standard syntax extensions
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm
index 0951b3e6..40e947f7 100644
--- a/chicken-uninstall.scm
+++ b/chicken-uninstall.scm
@@ -1,6 +1,6 @@
;;;; chicken-uninstall.scm
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken.h b/chicken.h
index 8d5cb46c..aa1654f9 100644
--- a/chicken.h
+++ b/chicken.h
@@ -1,6 +1,6 @@
/* chicken.h - General headerfile for compiler generated executables
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken.import.scm b/chicken.import.scm
index 449465fc..35d018fb 100644
--- a/chicken.import.scm
+++ b/chicken.import.scm
@@ -1,6 +1,6 @@
;;;; chicken.import.scm - import library for "chicken" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken.scm b/chicken.scm
index 441bd072..efe52fb1 100644
--- a/chicken.scm
+++ b/chicken.scm
@@ -1,6 +1,6 @@
;;;; chicken.scm - The CHICKEN Scheme compiler (loader/main-module)
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/common-declarations.scm b/common-declarations.scm
index eefa93a5..4528d1ec 100644
--- a/common-declarations.scm
+++ b/common-declarations.scm
@@ -1,6 +1,6 @@
;;;; common-declarations.scm - settings for core libraries
;
-; Copyright (c) 2010, The CHICKEN Team
+; Copyright (c) 2011, The CHICKEN Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/compiler-namespace.scm b/compiler-namespace.scm
index c2eaf6bb..d4fa6b56 100644
--- a/compiler-namespace.scm
+++ b/compiler-namespace.scm
@@ -1,6 +1,6 @@
;;;; compiler-namespace.scm - private namespace declarations for compiler units
;
-; Copyright (c) 2009-2010, The Chicken Team
+; Copyright (c) 2009-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/compiler-syntax.scm b/compiler-syntax.scm
index 133cb745..eec4f7e6 100644
--- a/compiler-syntax.scm
+++ b/compiler-syntax.scm
@@ -1,6 +1,6 @@
;;;; compiler-syntax.scm - compiler syntax used internally
;
-; Copyright (c) 2009-2010, The Chicken Team
+; Copyright (c) 2009-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/compiler.scm b/compiler.scm
index f1b55ea5..a9d9f613 100644
--- a/compiler.scm
+++ b/compiler.scm
@@ -5,7 +5,7 @@
;
;
;--------------------------------------------------------------------------------------------------
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/config-arch.sh b/config-arch.sh
index acd30705..e1f8fecf 100644
--- a/config-arch.sh
+++ b/config-arch.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# config-arch.sh - return host architecture id, if supported by apply-hack
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2000-2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/csc.scm b/csc.scm
index 186a8301..2bccfead 100644
--- a/csc.scm
+++ b/csc.scm
@@ -1,6 +1,6 @@
;;;; csc.scm - Driver program for the CHICKEN compiler - felix -*- Scheme -*-
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/csi.import.scm b/csi.import.scm
index 0d41861e..9c6f5897 100644
--- a/csi.import.scm
+++ b/csi.import.scm
@@ -1,6 +1,6 @@
;;;; csi.import.scm - import library for "csi" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/csi.scm b/csi.scm
index 3e2cc4e7..022de034 100644
--- a/csi.scm
+++ b/csi.scm
@@ -1,6 +1,6 @@
;;;; csi.scm - Interpreter stub for CHICKEN
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/data-structures.import.scm b/data-structures.import.scm
index cfb7d3a3..2ac8a46b 100644
--- a/data-structures.import.scm
+++ b/data-structures.import.scm
@@ -1,6 +1,6 @@
;;;; data-structures.import.scm - import library for "data-structures" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/data-structures.scm b/data-structures.scm
index 6a1b53c0..85d42d10 100644
--- a/data-structures.scm
+++ b/data-structures.scm
@@ -1,6 +1,6 @@
;;; data-structures.scm - Optional data structures extensions
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
diff --git a/defaults.make b/defaults.make
index 3c395a4c..64d91044 100644
--- a/defaults.make
+++ b/defaults.make
@@ -1,6 +1,6 @@
# defaults.make - default settings -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/eval.scm b/eval.scm
index 687526f3..26f14cb1 100644
--- a/eval.scm
+++ b/eval.scm
@@ -1,6 +1,6 @@
;;;; eval.scm - Interpreter for CHICKEN
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/expand.scm b/expand.scm
index 88a197c4..88c71ad5 100644
--- a/expand.scm
+++ b/expand.scm
@@ -1,6 +1,6 @@
;;;; expand.scm - The HI/LO expander
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/extras.import.scm b/extras.import.scm
index 1f163653..84d33660 100644
--- a/extras.import.scm
+++ b/extras.import.scm
@@ -1,6 +1,6 @@
;;;; extras.import.scm - import library for "extras" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/extras.scm b/extras.scm
index ee9cf78e..cbf6a6eb 100644
--- a/extras.scm
+++ b/extras.scm
@@ -1,6 +1,6 @@
;;; extras.scm - Optional non-standard extensions
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/files.import.scm b/files.import.scm
index bd9ca363..31c54195 100644
--- a/files.import.scm
+++ b/files.import.scm
@@ -1,6 +1,6 @@
;;;; files.import.scm - import library for "files" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/files.scm b/files.scm
index 7ee5195c..5496e949 100644
--- a/files.scm
+++ b/files.scm
@@ -1,6 +1,6 @@
;;;; files.scm - File and pathname operations
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/foreign.import.scm b/foreign.import.scm
index 3c91c47e..ce0d9a63 100644
--- a/foreign.import.scm
+++ b/foreign.import.scm
@@ -1,6 +1,6 @@
;;;; foreign.import.scm - import library for "foreign" pseudo module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/irregex.import.scm b/irregex.import.scm
index b2415b3d..d2d55a87 100644
--- a/irregex.import.scm
+++ b/irregex.import.scm
@@ -1,6 +1,6 @@
;;;; irregex.import.scm - import library for "regex" module (irregex API)
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/irregex.scm b/irregex.scm
index 7cf53cfe..ba35d48b 100644
--- a/irregex.scm
+++ b/irregex.scm
@@ -1,6 +1,6 @@
;;;; irregex.scm - container for irregex-core.scm
;
-; Copyright (c) 2010, The Chicken Team
+; Copyright (c) 2010-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/library.scm b/library.scm
index d5c99a88..3c1b7d5b 100644
--- a/library.scm
+++ b/library.scm
@@ -1,6 +1,6 @@
;;;; library.scm - R5RS library for the CHICKEN compiler
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/lolevel.import.scm b/lolevel.import.scm
index 22fadd91..be76dd87 100644
--- a/lolevel.import.scm
+++ b/lolevel.import.scm
@@ -1,6 +1,6 @@
;;;; lolevel.import.scm - import library for "lolevel" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/lolevel.scm b/lolevel.scm
index 730f84be..c3de7459 100644
--- a/lolevel.scm
+++ b/lolevel.scm
@@ -1,6 +1,6 @@
;;;; lolevel.scm - Low-level routines for CHICKEN
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/optimizer.scm b/optimizer.scm
index 0cdf29d9..9911fcf3 100644
--- a/optimizer.scm
+++ b/optimizer.scm
@@ -1,6 +1,6 @@
;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations)
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/ports.import.scm b/ports.import.scm
index ccf99d2c..24bd8cb3 100644
--- a/ports.import.scm
+++ b/ports.import.scm
@@ -1,6 +1,6 @@
;;;; ports.import.scm - import library for "ports" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/ports.scm b/ports.scm
index 03825bf6..8f9e55a2 100644
--- a/ports.scm
+++ b/ports.scm
@@ -1,6 +1,6 @@
;;; ports.scm - Optional non-standard ports
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/posix-common.scm b/posix-common.scm
index b4e4b3d2..994b1ed1 100644
--- a/posix-common.scm
+++ b/posix-common.scm
@@ -1,6 +1,6 @@
;;;; posix-common.scm - common code for UNIX and Windows versions of the posix unit
;
-; Copyright (c) 2010, The Chicken Team
+; Copyright (c) 2010-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/posix.import.scm b/posix.import.scm
index 3414b79e..764c4dcc 100644
--- a/posix.import.scm
+++ b/posix.import.scm
@@ -1,6 +1,6 @@
;;;; posix.import.scm - import library for "posix" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/posixunix.scm b/posixunix.scm
index 4019a0a0..65a2b1ac 100644
--- a/posixunix.scm
+++ b/posixunix.scm
@@ -1,6 +1,6 @@
;;;; posixunix.scm - Miscellaneous file- and process-handling routines
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/posixwin.scm b/posixwin.scm
index 64ef6079..6a0781e0 100644
--- a/posixwin.scm
+++ b/posixwin.scm
@@ -1,6 +1,6 @@
;;;; posixwin.scm - Miscellaneous file- and process-handling routines, available on Windows
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/private-namespace.scm b/private-namespace.scm
index 471cc713..357588c3 100644
--- a/private-namespace.scm
+++ b/private-namespace.scm
@@ -1,6 +1,6 @@
;;;; compiler-namespace.scm - A simple namespace system to keep compiler variables hidden
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/profiler.scm b/profiler.scm
index 453a5022..ac21f0a3 100644
--- a/profiler.scm
+++ b/profiler.scm
@@ -1,6 +1,6 @@
;;;; profiler.scm - Support code for profiling applications
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/rules.make b/rules.make
index 69dc90c6..0ac5e50a 100644
--- a/rules.make
+++ b/rules.make
@@ -1,6 +1,6 @@
# rules.make - basic build rules -*- Makefile -*-
#
-# Copyright (c) 2008-2010, The Chicken Team
+# Copyright (c) 2008-2011, The Chicken Team
# Copyright (c) 2000-2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/runtime.c b/runtime.c
index e907c9a4..03a85f35 100644
--- a/runtime.c
+++ b/runtime.c
@@ -1,6 +1,6 @@
/* runtime.c - Runtime code for compiler generated executables
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/scheduler.scm b/scheduler.scm
index 84177de7..045c3488 100644
--- a/scheduler.scm
+++ b/scheduler.scm
@@ -1,6 +1,6 @@
; scheduler.scm - Basic scheduler for multithreading
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/scheme.import.scm b/scheme.import.scm
index 07baef3e..8f14af98 100644
--- a/scheme.import.scm
+++ b/scheme.import.scm
@@ -1,6 +1,6 @@
;;;; scheme.import.scm - import library for "scheme" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/scripts/make-egg-rss-feed.scm b/scripts/make-egg-rss-feed.scm
index 1e04e490..972b20a4 100644
--- a/scripts/make-egg-rss-feed.scm
+++ b/scripts/make-egg-rss-feed.scm
@@ -66,7 +66,7 @@
(link "http://wiki.call-cc.org/chicken-projects/egg-rss-feed-4.xml")
(description "RSS feed for publishing latest CHICKEN extensions")
(language "en-us")
- (copyright "(c)2010 The CHICKEN Team")
+ (copyright "(c)2011 The CHICKEN Team")
(pubDate ,date)
(lastBuildDate ,date))))
diff --git a/scrutinizer.scm b/scrutinizer.scm
index e83a63ef..0c2d77ba 100755
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -1,6 +1,6 @@
;;;; scrutinizer.scm - The CHICKEN Scheme compiler (local flow analysis)
;
-; Copyright (c) 2009-2010, The Chicken Team
+; Copyright (c) 2009-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/setup-api.scm b/setup-api.scm
index 23586e18..b362c24a 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -1,6 +1,6 @@
;;;; setup-api.scm - build + installation API for eggs
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/setup-download.scm b/setup-download.scm
index 1cb4d357..39f99f45 100644
--- a/setup-download.scm
+++ b/setup-download.scm
@@ -1,6 +1,6 @@
;;;; setup-download.scm
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/srfi-1.import.scm b/srfi-1.import.scm
index 702f427c..8c76ea42 100644
--- a/srfi-1.import.scm
+++ b/srfi-1.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-1.import.scm - import library for "srfi-1" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/srfi-13.import.scm b/srfi-13.import.scm
index 72b1991c..799c0833 100644
--- a/srfi-13.import.scm
+++ b/srfi-13.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-13.import.scm - import library for "srfi-13" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/srfi-14.import.scm b/srfi-14.import.scm
index 226cbed4..e896e3a9 100644
--- a/srfi-14.import.scm
+++ b/srfi-14.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-14.import.scm - import library for "srfi-14" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/srfi-18.import.scm b/srfi-18.import.scm
index 8c6e0fd9..e0918869 100644
--- a/srfi-18.import.scm
+++ b/srfi-18.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-18.import.scm - import library for "srfi-18" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/srfi-18.scm b/srfi-18.scm
index a99dfff0..a22d8dbd 100644
--- a/srfi-18.scm
+++ b/srfi-18.scm
@@ -1,6 +1,6 @@
;;;; srfi-18.scm - Simple thread unit - felix
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/srfi-4.import.scm b/srfi-4.import.scm
index 8065daa0..308f0da1 100644
--- a/srfi-4.import.scm
+++ b/srfi-4.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-4.import.scm - import library for "srfi-4" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/srfi-4.scm b/srfi-4.scm
index 54661a20..d4da259d 100644
--- a/srfi-4.scm
+++ b/srfi-4.scm
@@ -1,6 +1,6 @@
;;;; srfi-4.scm - Homogeneous numeric vectors
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/srfi-69.import.scm b/srfi-69.import.scm
index 93e33c1c..ef239a68 100644
--- a/srfi-69.import.scm
+++ b/srfi-69.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-69.import.scm - import library for "srfi-69" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/srfi-69.scm b/srfi-69.scm
index 16115eaf..febfe7ec 100644
--- a/srfi-69.scm
+++ b/srfi-69.scm
@@ -1,6 +1,6 @@
;;; srfi-69.scm - Optional non-standard extensions
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/stub.scm b/stub.scm
index 28fd4c00..18881f97 100644
--- a/stub.scm
+++ b/stub.scm
@@ -1,6 +1,6 @@
;;;; stub.scm
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/support.scm b/support.scm
index ae4be344..7eab089b 100644
--- a/support.scm
+++ b/support.scm
@@ -1,6 +1,6 @@
;;;; support.scm - Miscellaneous support code for the CHICKEN compiler
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/tcp.import.scm b/tcp.import.scm
index d9966dd1..ef84e58a 100644
--- a/tcp.import.scm
+++ b/tcp.import.scm
@@ -1,6 +1,6 @@
;;;; tcp.import.scm - import library for "tcp" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/tcp.scm b/tcp.scm
index bcca5229..bb397056 100644
--- a/tcp.scm
+++ b/tcp.scm
@@ -1,6 +1,6 @@
;;;; tcp.scm - Networking stuff
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/tests/null.scm b/tests/null.scm
index 7c003fbc..bc3bccbb 100644
--- a/tests/null.scm
+++ b/tests/null.scm
@@ -1,6 +1,6 @@
;;;; null.scm - the empty program
;
-; Copyright (c) 2010, The Chicken Team
+; Copyright (c) 2010-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/tweaks.scm b/tweaks.scm
index 43041395..1b94d9f8 100644
--- a/tweaks.scm
+++ b/tweaks.scm
@@ -1,6 +1,6 @@
;;;; tweaks.scm - Some inline-routines and declarations
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/types.db b/types.db
index 6149220a..6d0d5b75 100644
--- a/types.db
+++ b/types.db
@@ -1,6 +1,6 @@
;;;; types.db - Type-information for core library functions -*- Scheme -*-
;
-; Copyright (c)2009-2010, The Chicken Team
+; Copyright (c)2009-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/unboxing.scm b/unboxing.scm
index 91a44f59..60a35006 100644
--- a/unboxing.scm
+++ b/unboxing.scm
@@ -1,6 +1,6 @@
;;;; unboxing.scm - The CHICKEN Scheme compiler (local flow-analysis with number boxing/unboxing)
;
-; Copyright (c) 2009-2010, The Chicken Team
+; Copyright (c) 2009-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/utils.import.scm b/utils.import.scm
index 5c27ba6a..8d677394 100644
--- a/utils.import.scm
+++ b/utils.import.scm
@@ -1,6 +1,6 @@
;;;; utils.import.scm - import library for "utils" module
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/utils.scm b/utils.scm
index 7a9cb8fd..91e64900 100644
--- a/utils.scm
+++ b/utils.scm
@@ -1,6 +1,6 @@
;;;; utils.scm - Utilities for scripting and file stuff
;
-; Copyright (c) 2008-2010, The Chicken Team
+; Copyright (c) 2008-2011, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
Trap