~ chicken-core (chicken-5) 670ce60f4577c3a417b3af4dc0afadce3203e20c


commit 670ce60f4577c3a417b3af4dc0afadce3203e20c
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Jan 21 12:29:47 2022 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Jan 21 12:29:47 2022 +0100

    bumped year in copyright notice

diff --git a/GNUmakefile b/GNUmakefile
index 54b8f9eb..6e938d57 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,7 +1,7 @@
 # GNUmakefile - toplevel makefile.  This simply includes the
 # platform-specific makefile or quits when no platform is selected.
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/LICENSE b/LICENSE
index 47296d89..0ddbe10f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
 
 CHICKEN falls under the following main license:
 
-  Copyright (c) 2007-2021, The CHICKEN Team
+  Copyright (c) 2007-2022, The CHICKEN Team
   Copyright (c) 2000-2007, Felix L. Winkelmann
   All rights reserved.
   
diff --git a/Makefile.aix b/Makefile.aix
index 0aed12bc..3bf0ac32 100644
--- a/Makefile.aix
+++ b/Makefile.aix
@@ -1,6 +1,6 @@
 # Makefile.aix - configuration for AIX -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # Copyright (c) 2013-2015, Erik W. Falor
 # All rights reserved.
diff --git a/Makefile.android b/Makefile.android
index 6965ce46..fd997af8 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1,6 +1,6 @@
 # Makefile.android - configuration for Android -*- Makefile -*-
 #
-# Copyright (c) 2013-2021, The CHICKEN Team
+# Copyright (c) 2013-2022, 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.bsd b/Makefile.bsd
index 679b01c3..690ce8d2 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -1,6 +1,6 @@
 # Makefile.bsd - configuration for BSD UNIX -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, 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 6d6a690e..b51b676e 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-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.cygwin b/Makefile.cygwin
index eb7c96ac..1ba7d7a8 100644
--- a/Makefile.cygwin
+++ b/Makefile.cygwin
@@ -1,6 +1,6 @@
 # Makefile.cygwin - configuration for Linux -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.haiku b/Makefile.haiku
index a2d28417..679f355c 100644
--- a/Makefile.haiku
+++ b/Makefile.haiku
@@ -1,6 +1,6 @@
 # Makefile.haiku - configuration for Haiku -*- Makefile -*-
 #
-# Copyright (c) 2011-2021, The CHICKEN Team
+# Copyright (c) 2011-2022, 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.hurd b/Makefile.hurd
index daddf262..26cf28d8 100644
--- a/Makefile.hurd
+++ b/Makefile.hurd
@@ -1,6 +1,6 @@
 # Makefile.hurd - configuration for Hurd -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.linux b/Makefile.linux
index b628cda4..77d59b88 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -1,6 +1,6 @@
 # Makefile.linux - configuration for Linux -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.macosx b/Makefile.macosx
index c997f78a..32253291 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -1,6 +1,6 @@
 # Makefile.macosx - configuration for Apple Macintosh OS X -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.mingw b/Makefile.mingw
index 54d2ef08..da2849fd 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,6 +1,6 @@
 # Makefile.mingw - configuration for MinGW (no MSYS) -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys
index a4ab1a54..e6698cbe 100644
--- a/Makefile.mingw-msys
+++ b/Makefile.mingw-msys
@@ -1,6 +1,6 @@
 # Makefile.mingw - configuration for MinGW (MSYS) -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.solaris b/Makefile.solaris
index 96e23c92..a3bbe8a0 100644
--- a/Makefile.solaris
+++ b/Makefile.solaris
@@ -1,6 +1,6 @@
 # Makefile.solaris - configuration for Solaris -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/README b/README
index 41ae2db2..2f307a0f 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ _/        _/    _/    _/    _/        _/  _/    _/        _/    _/_/
   =========================================
 
 
-  (c) 2008-2021, The CHICKEN Team
+  (c) 2008-2022, The CHICKEN Team
   (c) 2000-2007, Felix L. Winkelmann
 
   version 5.3.1
diff --git a/banner.scm b/banner.scm
index b5f1e2f6..58563d57 100644
--- a/banner.scm
+++ b/banner.scm
@@ -3,7 +3,7 @@
 
 (define-constant +banner+ #<<EOF
 CHICKEN
-(c) 2008-2021, The CHICKEN Team
+(c) 2008-2022, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 
 EOF
diff --git a/batch-driver.scm b/batch-driver.scm
index 5ca2eedc..bf10dd3f 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -1,6 +1,6 @@
 ;;;; batch-driver.scm - Driver procedure for the compiler
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/build-version.scm b/build-version.scm
index 22c19fde..929eff2a 100644
--- a/build-version.scm
+++ b/build-version.scm
@@ -1,6 +1,6 @@
 ;;;; build-version.scm
 ;
-; Copyright (c) 2011-2021, The CHICKEN Team
+; Copyright (c) 2011-2022, 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/c-backend.scm b/c-backend.scm
index 22d9d677..ac063284 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-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/c-platform.scm b/c-platform.scm
index fecd7076..6bb57ab4 100644
--- a/c-platform.scm
+++ b/c-platform.scm
@@ -1,6 +1,6 @@
 ;;;; c-platform.scm - Platform specific parameters and definitions
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-do.c b/chicken-do.c
index 9ee9a7a0..12253d75 100644
--- a/chicken-do.c
+++ b/chicken-do.c
@@ -2,7 +2,7 @@
 ;
 ; Execute command if dependency changed or target is out of date.
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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-do.mdoc b/chicken-do.mdoc
index c711db95..994a033c 100644
--- a/chicken-do.mdoc
+++ b/chicken-do.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2017-2021, The CHICKEN Team
+.\"  Copyright (c) 2017-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-ffi-syntax.scm b/chicken-ffi-syntax.scm
index 0561972d..34799926 100644
--- a/chicken-ffi-syntax.scm
+++ b/chicken-ffi-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-ffi-syntax.scm
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-install.mdoc b/chicken-install.mdoc
index c540e7e0..3a32a2bf 100644
--- a/chicken-install.mdoc
+++ b/chicken-install.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2021, The CHICKEN Team
+.\"  Copyright (c) 2007-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-install.scm b/chicken-install.scm
index efcb47c1..524cf0a1 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-install.scm
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, 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.mdoc b/chicken-profile.mdoc
index ec4968d8..2eabd72c 100644
--- a/chicken-profile.mdoc
+++ b/chicken-profile.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2021, The CHICKEN Team
+.\"  Copyright (c) 2007-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-profile.scm b/chicken-profile.scm
index d34dc129..fdef762a 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-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-status.mdoc b/chicken-status.mdoc
index 9042cc90..b5fbbf30 100644
--- a/chicken-status.mdoc
+++ b/chicken-status.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2021, The CHICKEN Team
+.\"  Copyright (c) 2007-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-status.scm b/chicken-status.scm
index 1b79349f..6cbd02bc 100644
--- a/chicken-status.scm
+++ b/chicken-status.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-status.scm
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, 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 6ebb9d10..1f923ee9 100644
--- a/chicken-syntax.scm
+++ b/chicken-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-syntax.scm - non-standard syntax extensions
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-uninstall.mdoc b/chicken-uninstall.mdoc
index 27097741..ddb98847 100644
--- a/chicken-uninstall.mdoc
+++ b/chicken-uninstall.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2021, The CHICKEN Team
+.\"  Copyright (c) 2007-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm
index af0ca19e..1008b6ac 100644
--- a/chicken-uninstall.scm
+++ b/chicken-uninstall.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-uninstall.scm
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, 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.base.import.scm b/chicken.base.import.scm
index 1b1c8e51..09a13ceb 100644
--- a/chicken.base.import.scm
+++ b/chicken.base.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.base.import.scm - import library for "chicken.base" module
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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.condition.import.scm b/chicken.condition.import.scm
index 0d72a84b..e584aded 100644
--- a/chicken.condition.import.scm
+++ b/chicken.condition.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.condition.import.scm - import library for "chicken.condition" module
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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.csi.import.scm b/chicken.csi.import.scm
index a3655045..44feb988 100644
--- a/chicken.csi.import.scm
+++ b/chicken.csi.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.csi.import.scm - import library for "chicken.csi" module
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, 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.foreign.import.scm b/chicken.foreign.import.scm
index d7ede987..504d3cf7 100644
--- a/chicken.foreign.import.scm
+++ b/chicken.foreign.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.foreign.import.scm - import library for "foreign" pseudo module
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, 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 31b8d0c2..9274606a 100644
--- a/chicken.h
+++ b/chicken.h
@@ -1,6 +1,6 @@
 /* chicken.h - General headerfile for compiler generated executables
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken.mdoc b/chicken.mdoc
index a6f2662d..a28f06ba 100644
--- a/chicken.mdoc
+++ b/chicken.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2021, The CHICKEN Team
+.\"  Copyright (c) 2007-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken.scm b/chicken.scm
index de4f07bb..7fab5909 100644
--- a/chicken.scm
+++ b/chicken.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.scm - The CHICKEN Scheme compiler (loader/main-module)
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken.syntax.import.scm b/chicken.syntax.import.scm
index 13983816..7ce92fea 100644
--- a/chicken.syntax.import.scm
+++ b/chicken.syntax.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.syntax.import.scm - import library for "chicken.syntax" module
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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.time.import.scm b/chicken.time.import.scm
index b5e446fd..757ce7bc 100644
--- a/chicken.time.import.scm
+++ b/chicken.time.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.time.import.scm - GENERATED BY CHICKEN 5.0.0 -*- Scheme -*-
 ;
-; Copyright (c) 2018-2021, The CHICKEN Team
+; Copyright (c) 2018-2022, 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/common-declarations.scm b/common-declarations.scm
index 121a5bdb..a2832bd4 100644
--- a/common-declarations.scm
+++ b/common-declarations.scm
@@ -1,6 +1,6 @@
 ;;;; common-declarations.scm - settings for core libraries
 ;
-; Copyright (c) 2011-2021, The CHICKEN Team
+; Copyright (c) 2011-2022, 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 6ddb2192..81f9d2ca 100644
--- a/compiler-syntax.scm
+++ b/compiler-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; compiler-syntax.scm - compiler syntax used internally
 ;
-; Copyright (c) 2009-2021, The CHICKEN Team
+; Copyright (c) 2009-2022, 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/config-arch.sh b/config-arch.sh
index 414b6d87..93f5ea40 100755
--- 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-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2000-2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/continuation.scm b/continuation.scm
index 2c468dee..804a1eaf 100644
--- a/continuation.scm
+++ b/continuation.scm
@@ -1,6 +1,6 @@
 ;;;; continuation.scm - A better API for continuations
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/core.scm b/core.scm
index e35e40ca..46c39a36 100644
--- a/core.scm
+++ b/core.scm
@@ -5,7 +5,7 @@
 ;
 ;
 ;--------------------------------------------------------------------------------------------
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/csc.mdoc b/csc.mdoc
index 60523331..a930a3f9 100644
--- a/csc.mdoc
+++ b/csc.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2021, The CHICKEN Team
+.\"  Copyright (c) 2007-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/csc.scm b/csc.scm
index dba9703b..921c7841 100644
--- a/csc.scm
+++ b/csc.scm
@@ -1,6 +1,6 @@
 ;;;; csc.scm - Driver program for the CHICKEN compiler - felix -*- Scheme -*-
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/csi.mdoc b/csi.mdoc
index b6f9ef81..255c71b1 100644
--- a/csi.mdoc
+++ b/csi.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2021, The CHICKEN Team
+.\"  Copyright (c) 2007-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/csi.scm b/csi.scm
index 503d5cec..9613319e 100644
--- a/csi.scm
+++ b/csi.scm
@@ -1,6 +1,6 @@
 ;;;; csi.scm - Interpreter stub for CHICKEN
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/data-structures.scm b/data-structures.scm
index 44dc6827..8563fba2 100644
--- a/data-structures.scm
+++ b/data-structures.scm
@@ -1,6 +1,6 @@
 ;;; data-structures.scm - Optional data structures extensions
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without
diff --git a/dbg-stub.c b/dbg-stub.c
index 8a47083b..26c90f41 100644
--- a/dbg-stub.c
+++ b/dbg-stub.c
@@ -1,6 +1,6 @@
 /* dbg-stub.c - Client-side interface, lowlevel part
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/debugger-client.scm b/debugger-client.scm
index 9de77fdf..4462971b 100644
--- a/debugger-client.scm
+++ b/debugger-client.scm
@@ -1,6 +1,6 @@
 ;;;; debugger-client.scm - client-side support for debugging
 ;
-; Copyright (c) 2014-2021, The CHICKEN Team
+; Copyright (c) 2014-2022, 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/defaults.make b/defaults.make
index ef3edee6..9e27f5cd 100644
--- a/defaults.make
+++ b/defaults.make
@@ -1,6 +1,6 @@
 # defaults.make - default settings -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/egg-compile.scm b/egg-compile.scm
index dd2e8103..12a7bfa8 100644
--- a/egg-compile.scm
+++ b/egg-compile.scm
@@ -1,6 +1,6 @@
 ;;;; egg-info processing and compilation
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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/egg-download.scm b/egg-download.scm
index dc97b376..b568b3c3 100644
--- a/egg-download.scm
+++ b/egg-download.scm
@@ -1,6 +1,6 @@
 ;;;; egg download
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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/egg-environment.scm b/egg-environment.scm
index 0ece937c..b7998132 100644
--- a/egg-environment.scm
+++ b/egg-environment.scm
@@ -1,6 +1,6 @@
 ;;; environment settings for egg compilation
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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/egg-information.scm b/egg-information.scm
index fa7bc537..6f5f7cb9 100644
--- a/egg-information.scm
+++ b/egg-information.scm
@@ -1,6 +1,6 @@
 ;;; loading and accessing egg-information
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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/eval-modules.scm b/eval-modules.scm
index c554b12d..cf97ccf2 100644
--- a/eval-modules.scm
+++ b/eval-modules.scm
@@ -1,6 +1,6 @@
 ;;;; module registrations for all core modules
 ;
-; Copyright (c) 2017-2021, The CHICKEN Team
+; Copyright (c) 2017-2022, 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/eval.scm b/eval.scm
index 0e756394..72c0324b 100644
--- a/eval.scm
+++ b/eval.scm
@@ -1,6 +1,6 @@
 ;;;; eval.scm - Interpreter for CHICKEN
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/expand.scm b/expand.scm
index 17dc7549..bbd8335d 100644
--- a/expand.scm
+++ b/expand.scm
@@ -1,6 +1,6 @@
 ;;;; expand.scm - The HI/LO expander
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, 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 2db6de15..fede5118 100644
--- a/extras.scm
+++ b/extras.scm
@@ -1,6 +1,6 @@
 ;;; extras.scm - Optional non-standard extensions
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/feathers.bat.in b/feathers.bat.in
index 07ceb6b1..2a2cfd89 100644
--- a/feathers.bat.in
+++ b/feathers.bat.in
@@ -2,7 +2,7 @@
 
 rem loader for feathers.tcl, the CHICKEN debugger
 rem
-rem Copyright (c) 2015-2021, The CHICKEN Team
+rem Copyright (c) 2015-2022, The CHICKEN Team
 rem All rights reserved.
 rem
 rem Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/feathers.in b/feathers.in
index f4f94f4f..68155af0 100644
--- a/feathers.in
+++ b/feathers.in
@@ -2,7 +2,7 @@
 #
 # loader for feathers.tcl, the CHICKEN debugger
 #
-# Copyright (c) 2015-2021, The CHICKEN Team
+# Copyright (c) 2015-2022, 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/feathers.mdoc b/feathers.mdoc
index 366da99e..efafb762 100644
--- a/feathers.mdoc
+++ b/feathers.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2021, The CHICKEN Team
+.\"  Copyright (c) 2007-2022, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/feathers.tcl b/feathers.tcl
index 925cf077..2845a0cc 100644
--- a/feathers.tcl
+++ b/feathers.tcl
@@ -2,7 +2,7 @@
 #
 # a graphical debugger for compiled CHICKEN programs
 #
-# Copyright (c) 2015-2021, The CHICKEN Team
+# Copyright (c) 2015-2022, 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/file.scm b/file.scm
index 56e4c909..11b1bcc0 100644
--- a/file.scm
+++ b/file.scm
@@ -1,6 +1,6 @@
 ;;;; file.scm - File operations
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/internal.scm b/internal.scm
index 218948e5..e523f40d 100644
--- a/internal.scm
+++ b/internal.scm
@@ -1,6 +1,6 @@
 ;;;; internal.scm - Runtime support module for CHICKEN
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/irregex.scm b/irregex.scm
index 8c4abf58..40e47b29 100644
--- a/irregex.scm
+++ b/irregex.scm
@@ -1,6 +1,6 @@
 ;;;; irregex.scm - container for irregex-core.scm
 ;
-; Copyright (c) 2010-2021, The CHICKEN Team
+; Copyright (c) 2010-2022, 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/lfa2.scm b/lfa2.scm
index 45057578..c9296e3d 100644
--- a/lfa2.scm
+++ b/lfa2.scm
@@ -1,6 +1,6 @@
 ;;;; lfa2.scm - a lightweight "secondary" flow analysis
 ;
-; Copyright (c) 2012-2021, The CHICKEN Team
+; Copyright (c) 2012-2022, 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 6c6a6942..5c5c7280 100644
--- a/library.scm
+++ b/library.scm
@@ -1,6 +1,6 @@
 ;;;; library.scm - R5RS library for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/lolevel.scm b/lolevel.scm
index fb90bc5c..6238c491 100644
--- a/lolevel.scm
+++ b/lolevel.scm
@@ -1,6 +1,6 @@
 ;;;; lolevel.scm - Low-level routines for CHICKEN
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/manual/Getting started b/manual/Getting started
index f32214a0..61d03919 100644
--- a/manual/Getting started	
+++ b/manual/Getting started	
@@ -236,7 +236,7 @@ To invoke the CHICKEN interpreter, you use the {{csi}} command.
 
  $ csi
  CHICKEN
- (c) 2008-2021, The CHICKEN Team
+ (c) 2008-2022, The CHICKEN Team
  (c) 2000-2007, Felix L. Winkelmann
  Version 5.2.0 (rev 317468e4)
  linux-unix-gnu-x86-64 [ 64bit dload ptables ]
diff --git a/mini-srfi-1.scm b/mini-srfi-1.scm
index dd485774..3601c61a 100644
--- a/mini-srfi-1.scm
+++ b/mini-srfi-1.scm
@@ -1,7 +1,7 @@
 ;;;; minimal implementation of SRFI-1 primitives
 ;
 ;
-; Copyright (c) 2015-2021, The CHICKEN Team
+; Copyright (c) 2015-2022, 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/modules.scm b/modules.scm
index c89b0af6..20ee39fc 100644
--- a/modules.scm
+++ b/modules.scm
@@ -1,6 +1,6 @@
 ;;;; modules.scm - module-system support
 ;
-; Copyright (c) 2011-2021, The CHICKEN Team
+; Copyright (c) 2011-2022, 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/optimizer.scm b/optimizer.scm
index c5e40440..e99c2af3 100644
--- a/optimizer.scm
+++ b/optimizer.scm
@@ -1,6 +1,6 @@
 ;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations)
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/pathname.scm b/pathname.scm
index ca3a2599..669c022b 100644
--- a/pathname.scm
+++ b/pathname.scm
@@ -1,6 +1,6 @@
 ;;;; pathname.scm - Pathname operations
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/port.scm b/port.scm
index 61aaee96..8826d13a 100644
--- a/port.scm
+++ b/port.scm
@@ -1,6 +1,6 @@
 ;;; port.scm - Optional non-standard ports
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posix-common.scm b/posix-common.scm
index ffcc48ed..caa19e57 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-2021, The CHICKEN Team
+; Copyright (c) 2010-2022, 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.scm b/posix.scm
index 26d8b67d..b28f21b1 100644
--- a/posix.scm
+++ b/posix.scm
@@ -1,6 +1,6 @@
 ;;;; posix.scm - Platform-specific routines
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posixunix.scm b/posixunix.scm
index 019108f1..de592f77 100644
--- a/posixunix.scm
+++ b/posixunix.scm
@@ -1,6 +1,6 @@
 ;;;; posixunix.scm - Miscellaneous file- and process-handling routines
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posixwin.scm b/posixwin.scm
index 728721e4..d3e607d8 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-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/profiler.scm b/profiler.scm
index 257c0fd3..25e4592b 100644
--- a/profiler.scm
+++ b/profiler.scm
@@ -1,6 +1,6 @@
 ;;;; profiler.scm - Support code for profiling applications
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/read-syntax.scm b/read-syntax.scm
index 47a1d9c5..c7c3df62 100644
--- a/read-syntax.scm
+++ b/read-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; read-syntax.scm - CHICKEN reader extensions
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/repl.scm b/repl.scm
index a76c836a..1ddcaf23 100644
--- a/repl.scm
+++ b/repl.scm
@@ -1,6 +1,6 @@
 ;;;; repl.scm - CHICKEN's read/eval/print loop
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/rules.make b/rules.make
index 303755d3..ec714550 100644
--- a/rules.make
+++ b/rules.make
@@ -1,6 +1,6 @@
 # rules.make - basic build rules -*- Makefile -*-
 #
-# Copyright (c) 2008-2021, The CHICKEN Team
+# Copyright (c) 2008-2022, The CHICKEN Team
 # Copyright (c) 2000-2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/runtime.c b/runtime.c
index 32748661..c8304913 100644
--- a/runtime.c
+++ b/runtime.c
@@ -1,6 +1,6 @@
 /* runtime.c - Runtime code for compiler generated executables
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/scheduler.scm b/scheduler.scm
index 2255d95e..cbada6fb 100644
--- a/scheduler.scm
+++ b/scheduler.scm
@@ -1,6 +1,6 @@
 ; scheduler.scm - Basic scheduler for multithreading
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/scrutinizer.scm b/scrutinizer.scm
index 75cbeb15..69872075 100644
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -1,6 +1,6 @@
 ;;;; scrutinizer.scm - The CHICKEN Scheme compiler (local flow analysis)
 ;
-; Copyright (c) 2009-2021, The CHICKEN Team
+; Copyright (c) 2009-2022, 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 8e6b07a9..e8bddec5 100644
--- a/srfi-4.scm
+++ b/srfi-4.scm
@@ -1,6 +1,6 @@
 ;;;; srfi-4.scm - Homogeneous numeric vectors
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/stub.scm b/stub.scm
index 8eb6534d..ff3f6ffe 100644
--- a/stub.scm
+++ b/stub.scm
@@ -1,6 +1,6 @@
 ;;;; stub.scm
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/support.scm b/support.scm
index 7929334c..3a397219 100644
--- a/support.scm
+++ b/support.scm
@@ -1,6 +1,6 @@
 ;;;; support.scm - Miscellaneous support code for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/tcp.scm b/tcp.scm
index b753100d..75211f08 100644
--- a/tcp.scm
+++ b/tcp.scm
@@ -1,6 +1,6 @@
 ;;;; tcp.scm - Networking stuff
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/tests/null.scm b/tests/null.scm
index 4291bd30..59927c0c 100644
--- a/tests/null.scm
+++ b/tests/null.scm
@@ -1,6 +1,6 @@
 ;;;; null.scm - the empty program
 ;
-; Copyright (c) 2010-2021, The CHICKEN Team
+; Copyright (c) 2010-2022, 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 cd01efc2..e4daf60a 100644
--- a/tweaks.scm
+++ b/tweaks.scm
@@ -1,6 +1,6 @@
 ;;;; tweaks.scm - Some inline-routines and declarations for the compiler 
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/types.db b/types.db
index 39938c47..efc15036 100644
--- a/types.db
+++ b/types.db
@@ -1,6 +1,6 @@
 ;;;; types.db - Type-information for core library functions -*- Scheme -*-
 ;
-; Copyright (c) 2009-2021, The CHICKEN Team
+; Copyright (c) 2009-2022, 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/user-pass.scm b/user-pass.scm
index a8bf6777..2afbffd8 100644
--- a/user-pass.scm
+++ b/user-pass.scm
@@ -1,6 +1,6 @@
 ;;;; user-pass.scm - User compilation passes
 ;
-; Copyright (c) 2008-2021, The CHICKEN Team
+; Copyright (c) 2008-2022, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
Trap