~ chicken-core (chicken-5) 7d1512b4f4013d1e52c7809f2469cea9a64deec6


commit 7d1512b4f4013d1e52c7809f2469cea9a64deec6
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Feb 20 13:38:07 2016 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Feb 20 13:38:07 2016 +0100

    Update copyright year to 2016.
    
    Used basically the same oneliner as Moritz used in 2015:
    
        git grep -Il '(c) [0-9-]*, The CHICKEN Team' | while read i; do sed -r 's/\(c\) (([0-9]+)-|(2015))(2015)?,/(c) \2\3-2016,/' "$i" > tmp && mv tmp "$i"; done

diff --git a/GNUmakefile b/GNUmakefile
index 7a3c1444..e4bee2e4 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-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/LICENSE b/LICENSE
index 9149627b..907faa8a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
 
 CHICKEN falls under the following main license:
 
-  Copyright (c) 2007-2015, The CHICKEN Team
+  Copyright (c) 2007-2016, The CHICKEN Team
   Copyright (c) 2000-2007, Felix L. Winkelmann
   All rights reserved.
   
@@ -60,7 +60,7 @@ synrules.scm:
 
 irregex.scm:
 
-  Copyright (c) 2005-2015, Alex Shinn
+  Copyright (c) 2005-2016, Alex Shinn
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without
diff --git a/Makefile.aix b/Makefile.aix
index 6cc68910..3a2b6c0f 100644
--- a/Makefile.aix
+++ b/Makefile.aix
@@ -1,8 +1,8 @@
 # Makefile.aix - configuration for AIX -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
-# Copyright (c) 2013-2015, Erik W. Falor
+# Copyright (c) 2013-2016, Erik W. Falor
 # 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.android b/Makefile.android
index 23c8e636..8350ca7a 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1,6 +1,6 @@
 # Makefile.android - configuration for Android -*- Makefile -*-
 #
-# Copyright (c) 2013-2015, The CHICKEN Team
+# Copyright (c) 2013-2016, 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 1444b7a9..02b51318 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -1,6 +1,6 @@
 # Makefile.bsd - configuration for BSD UNIX -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, 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 6bb28be4..338adfdb 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-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.cygwin b/Makefile.cygwin
index 87e866b6..54c589dc 100644
--- a/Makefile.cygwin
+++ b/Makefile.cygwin
@@ -1,6 +1,6 @@
 # Makefile.cygwin - configuration for Linux -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.haiku b/Makefile.haiku
index f271144d..3120f30f 100644
--- a/Makefile.haiku
+++ b/Makefile.haiku
@@ -1,6 +1,6 @@
 # Makefile.haiku - configuration for Haiku -*- Makefile -*-
 #
-# Copyright (c) 2011-2015, The CHICKEN Team
+# Copyright (c) 2011-2016, 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 a8f703cf..696fbcbd 100644
--- a/Makefile.hurd
+++ b/Makefile.hurd
@@ -1,6 +1,6 @@
 # Makefile.hurd - configuration for Hurd -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.linux b/Makefile.linux
index 4ec121c8..aa0a7711 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -1,6 +1,6 @@
 # Makefile.linux - configuration for Linux -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.macosx b/Makefile.macosx
index d480032a..6cf4f047 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -1,6 +1,6 @@
 # Makefile.macosx - configuration for Apple Macintosh OS X -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.mingw b/Makefile.mingw
index f9cda73a..c249f45e 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,6 +1,6 @@
 # Makefile.mingw - configuration for MinGW (no MSYS) -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys
index 981b8d5e..5b2aab90 100644
--- a/Makefile.mingw-msys
+++ b/Makefile.mingw-msys
@@ -1,6 +1,6 @@
 # Makefile.mingw - configuration for MinGW (MSYS) -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.solaris b/Makefile.solaris
index 583c9249..03f372c5 100644
--- a/Makefile.solaris
+++ b/Makefile.solaris
@@ -1,6 +1,6 @@
 # Makefile.solaris - configuration for Solaris -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/README b/README
index 7cfc9318..e75e06d4 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
   =========================================
 
 
-  (c) 2008-2015, The CHICKEN Team
+  (c) 2008-2016, The CHICKEN Team
   (c) 2000-2007, Felix L. Winkelmann
 
   version 4.10.1
diff --git a/banner.scm b/banner.scm
index a2db3dd7..8121a830 100644
--- a/banner.scm
+++ b/banner.scm
@@ -4,7 +4,7 @@
 (define-constant +product+ "CHICKEN")
 
 (define-constant +banner+ #<<EOF
-(c) 2008-2015, The CHICKEN Team
+(c) 2008-2016, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 
 EOF
diff --git a/batch-driver.scm b/batch-driver.scm
index 2790c500..07347b42 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -1,6 +1,6 @@
 ;;;; batch-driver.scm - Driver procedure for the compiler
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/build-version.scm b/build-version.scm
index 1040e0a4..9e500c3d 100644
--- a/build-version.scm
+++ b/build-version.scm
@@ -1,6 +1,6 @@
 ;;;; build-version.scm
 ;
-; Copyright (c) 2011-2015, The CHICKEN Team
+; Copyright (c) 2011-2016, 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 d61b59ab..3f9846f6 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/c-platform.scm b/c-platform.scm
index ec5fc5a5..b2f6629f 100644
--- a/c-platform.scm
+++ b/c-platform.scm
@@ -1,6 +1,6 @@
 ;;;; c-platform.scm - Platform specific parameters and definitions
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-bug.scm b/chicken-bug.scm
index 6c272459..b14a0052 100644
--- a/chicken-bug.scm
+++ b/chicken-bug.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-bug.scm - Bug report-generator
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 1d5fe195..a000d2aa 100644
--- a/chicken-ffi-syntax.scm
+++ b/chicken-ffi-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-ffi-syntax.scm
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-install.scm b/chicken-install.scm
index f21c6bdc..5aef05c2 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-install.scm
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 896a9095..7ecd2eb1 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-status.scm b/chicken-status.scm
index 71927b72..c31a2bfa 100644
--- a/chicken-status.scm
+++ b/chicken-status.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-status.scm
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 0d14a3f5..0ccf0c48 100644
--- a/chicken-syntax.scm
+++ b/chicken-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-syntax.scm - non-standard syntax extensions
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm
index 4ac9c27b..04250edf 100644
--- a/chicken-uninstall.scm
+++ b/chicken-uninstall.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-uninstall.scm
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 5a41f73f..a4087fe3 100644
--- a/chicken.h
+++ b/chicken.h
@@ -1,6 +1,6 @@
 /* chicken.h - General headerfile for compiler generated executables
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken.import.scm b/chicken.import.scm
index 94a2f138..f6e3a19d 100644
--- a/chicken.import.scm
+++ b/chicken.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.import.scm - import library for "chicken" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 6bf4f334..78228384 100644
--- a/chicken.scm
+++ b/chicken.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.scm - The CHICKEN Scheme compiler (loader/main-module)
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/common-declarations.scm b/common-declarations.scm
index 8f920e10..454aa3f4 100644
--- a/common-declarations.scm
+++ b/common-declarations.scm
@@ -1,6 +1,6 @@
 ;;;; common-declarations.scm - settings for core libraries
 ;
-; Copyright (c) 2011-2015, The CHICKEN Team
+; Copyright (c) 2011-2016, 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 408ad2c3..7bfaaad7 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-2015, The CHICKEN Team
+; Copyright (c) 2009-2016, 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 09a0ccf3..0b16acea 100644
--- a/compiler-syntax.scm
+++ b/compiler-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; compiler-syntax.scm - compiler syntax used internally
 ;
-; Copyright (c) 2009-2015, The CHICKEN Team
+; Copyright (c) 2009-2016, 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 57dfcba9..3ac40e91 100644
--- a/compiler.scm
+++ b/compiler.scm
@@ -5,7 +5,7 @@
 ;
 ;
 ;--------------------------------------------------------------------------------------------
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/config-arch.sh b/config-arch.sh
index d6bd69c6..fdd72092 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-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2000-2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/csc.scm b/csc.scm
index c921a079..07cb67b7 100644
--- a/csc.scm
+++ b/csc.scm
@@ -1,6 +1,6 @@
 ;;;; csc.scm - Driver program for the CHICKEN compiler - felix -*- Scheme -*-
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/csi.import.scm b/csi.import.scm
index a1fad2e1..77fd47b6 100644
--- a/csi.import.scm
+++ b/csi.import.scm
@@ -1,6 +1,6 @@
 ;;;; csi.import.scm - import library for "csi" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 0c45232d..f9add5f5 100644
--- a/csi.scm
+++ b/csi.scm
@@ -1,6 +1,6 @@
 ;;;; csi.scm - Interpreter stub for CHICKEN
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 eb90605a..86119329 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 074620f3..084e58df 100644
--- a/data-structures.scm
+++ b/data-structures.scm
@@ -1,6 +1,6 @@
 ;;; data-structures.scm - Optional data structures extensions
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 8c479127..96227de5 100644
--- a/dbg-stub.c
+++ b/dbg-stub.c
@@ -1,6 +1,6 @@
 /* dbg-stub.c - Client-side interface, lowlevel part
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/debugger-client.scm b/debugger-client.scm
index 55706872..ce4825cb 100644
--- a/debugger-client.scm
+++ b/debugger-client.scm
@@ -1,6 +1,6 @@
 ;;;; debugger-client.scm - client-side support for debugging
 ;
-; Copyright (c) 2014, The CHICKEN Team
+; Copyright (c) 2014-2016, 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 3856f83d..1b11241a 100644
--- a/defaults.make
+++ b/defaults.make
@@ -1,6 +1,6 @@
 # defaults.make - default settings -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/eval.scm b/eval.scm
index af1746aa..320e6967 100644
--- a/eval.scm
+++ b/eval.scm
@@ -1,6 +1,6 @@
 ;;;; eval.scm - Interpreter for CHICKEN
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/expand.scm b/expand.scm
index d926151d..606452c4 100644
--- a/expand.scm
+++ b/expand.scm
@@ -1,6 +1,6 @@
 ;;;; expand.scm - The HI/LO expander
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 da49b53f..100d8c59 100644
--- a/extras.import.scm
+++ b/extras.import.scm
@@ -1,6 +1,6 @@
 ;;;; extras.import.scm - import library for "extras" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 7caba231..3660a6b5 100644
--- a/extras.scm
+++ b/extras.scm
@@ -1,6 +1,6 @@
 ;;; extras.scm - Optional non-standard extensions
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/feathers.bat.in b/feathers.bat.in
index cf3bf166..cc12275e 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, The CHICKEN Team
+rem Copyright (c) 2015-2016, 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 4590f288..6dc29056 100644
--- a/feathers.in
+++ b/feathers.in
@@ -2,7 +2,7 @@
 #
 # loader for feathers.tcl, the CHICKEN debugger
 #
-# Copyright (c) 2015, The CHICKEN Team
+# Copyright (c) 2015-2016, 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.tcl b/feathers.tcl
index a2151d8d..de690fdf 100644
--- a/feathers.tcl
+++ b/feathers.tcl
@@ -2,7 +2,7 @@
 #
 # a graphical debugger for compiled CHICKEN programs
 #
-# Copyright (c) 2015, The CHICKEN Team
+# Copyright (c) 2015-2016, 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.import.scm b/files.import.scm
index 8bc0ac1f..0dee6720 100644
--- a/files.import.scm
+++ b/files.import.scm
@@ -1,6 +1,6 @@
 ;;;; files.import.scm - import library for "files" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 1d964165..e06cf202 100644
--- a/files.scm
+++ b/files.scm
@@ -1,6 +1,6 @@
 ;;;; files.scm - File and pathname operations
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/foreign.import.scm b/foreign.import.scm
index fa54a6d8..e0c4cae3 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 a3010cf7..d9581f73 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 5a2b6d20..93302696 100644
--- a/irregex.scm
+++ b/irregex.scm
@@ -1,6 +1,6 @@
 ;;;; irregex.scm - container for irregex-core.scm
 ;
-; Copyright (c) 2010-2015, The CHICKEN Team
+; Copyright (c) 2010-2016, 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 e2f12a17..1df87ac8 100644
--- a/lfa2.scm
+++ b/lfa2.scm
@@ -1,6 +1,6 @@
 ;;;; lfa2.scm - a lightweight "secondary" flow analysis
 ;
-; Copyright (c) 2012-2015, The CHICKEN Team
+; Copyright (c) 2012-2016, 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 141bffe0..9238e595 100644
--- a/library.scm
+++ b/library.scm
@@ -1,6 +1,6 @@
 ;;;; library.scm - R5RS library for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/lolevel.import.scm b/lolevel.import.scm
index 4cec0bf3..52aa6329 100644
--- a/lolevel.import.scm
+++ b/lolevel.import.scm
@@ -1,6 +1,6 @@
 ;;;; lolevel.import.scm - import library for "lolevel" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 edb00481..7a1724fe 100644
--- a/lolevel.scm
+++ b/lolevel.scm
@@ -1,6 +1,6 @@
 ;;;; lolevel.scm - Low-level routines for CHICKEN
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/manual/Getting started b/manual/Getting started
index 585e8ce3..eed44026 100644
--- a/manual/Getting started	
+++ b/manual/Getting started	
@@ -287,7 +287,7 @@ To invoke the CHICKEN interpreter, you use the {{csi}} command.
  $ csi
  
  CHICKEN
- (c) 2008-2015, The CHICKEN Team
+ (c) 2008-2016, The CHICKEN Team
  (c) 2000-2007, Felix L. Winkelmann
  Version 4.9.0.1 (stability/4.9.0) (rev 8b3189b)
  linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
diff --git a/modules.scm b/modules.scm
index 1bc20367..aeeabcff 100644
--- a/modules.scm
+++ b/modules.scm
@@ -1,6 +1,6 @@
 ;;;; modules.scm - module-system support
 ;
-; Copyright (c) 2011-2015, The CHICKEN Team
+; Copyright (c) 2011-2016, 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 9a1c227d..9fad7b7f 100644
--- a/optimizer.scm
+++ b/optimizer.scm
@@ -1,6 +1,6 @@
 ;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations)
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/ports.import.scm b/ports.import.scm
index 1050de24..dbeb4b42 100644
--- a/ports.import.scm
+++ b/ports.import.scm
@@ -1,6 +1,6 @@
 ;;;; ports.import.scm - import library for "ports" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 eee171c3..5e9a18c2 100644
--- a/ports.scm
+++ b/ports.scm
@@ -1,6 +1,6 @@
 ;;; ports.scm - Optional non-standard ports
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posix-common.scm b/posix-common.scm
index d17329df..2830c104 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-2015, The CHICKEN Team
+; Copyright (c) 2010-2016, 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 44298b3b..08df7c40 100644
--- a/posix.import.scm
+++ b/posix.import.scm
@@ -1,6 +1,6 @@
 ;;;; posix.import.scm - import library for "posix" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 aa9f0c9e..2e9b9cdf 100644
--- a/posixunix.scm
+++ b/posixunix.scm
@@ -1,6 +1,6 @@
 ;;;; posixunix.scm - Miscellaneous file- and process-handling routines
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posixwin.scm b/posixwin.scm
index ae689a72..81d2af23 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/private-namespace.scm b/private-namespace.scm
index be789848..d2c31ba1 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/profiler.scm b/profiler.scm
index c9c00a86..5756d776 100644
--- a/profiler.scm
+++ b/profiler.scm
@@ -1,6 +1,6 @@
 ;;;; profiler.scm - Support code for profiling applications
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/rules.make b/rules.make
index 251a610f..d61e5d4e 100644
--- a/rules.make
+++ b/rules.make
@@ -1,6 +1,6 @@
 # rules.make - basic build rules -*- Makefile -*-
 #
-# Copyright (c) 2008-2015, The CHICKEN Team
+# Copyright (c) 2008-2016, The CHICKEN Team
 # Copyright (c) 2000-2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/runtime.c b/runtime.c
index e5e1af8a..9ca83ce8 100644
--- a/runtime.c
+++ b/runtime.c
@@ -1,6 +1,6 @@
 /* runtime.c - Runtime code for compiler generated executables
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/scheduler.scm b/scheduler.scm
index 8c0976cd..02eb3e83 100644
--- a/scheduler.scm
+++ b/scheduler.scm
@@ -1,6 +1,6 @@
 ; scheduler.scm - Basic scheduler for multithreading
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/scrutinizer.scm b/scrutinizer.scm
index c8c1e2fe..228d7235 100644
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -1,6 +1,6 @@
 ;;;; scrutinizer.scm - The CHICKEN Scheme compiler (local flow analysis)
 ;
-; Copyright (c) 2009-2015, The CHICKEN Team
+; Copyright (c) 2009-2016, 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 fd98d6e4..d675f0f6 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -1,6 +1,6 @@
 ;;;; setup-api.scm - build + installation API for eggs
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 35a1a6a5..21b85eab 100644
--- a/setup-download.scm
+++ b/setup-download.scm
@@ -1,6 +1,6 @@
 ;;;; setup-download.scm
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 d788d953..11aad9f5 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 33ca78c9..1d858d12 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 b48c676a..0434ceb3 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 bab6f6ef..31c27576 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 09888ff5..06ed85f1 100644
--- a/srfi-18.scm
+++ b/srfi-18.scm
@@ -1,6 +1,6 @@
 ;;;; srfi-18.scm - Simple thread unit - felix
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 169a9151..15773bb6 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 83f86203..84157195 100644
--- a/srfi-4.scm
+++ b/srfi-4.scm
@@ -1,6 +1,6 @@
 ;;;; srfi-4.scm - Homogeneous numeric vectors
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 4040cde9..66ca8bf4 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-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 acea2401..bdc7f728 100644
--- a/srfi-69.scm
+++ b/srfi-69.scm
@@ -1,6 +1,6 @@
 ;;; srfi-69.scm - Optional non-standard extensions
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/stub.scm b/stub.scm
index dccdc08c..0229c1f0 100644
--- a/stub.scm
+++ b/stub.scm
@@ -1,6 +1,6 @@
 ;;;; stub.scm
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/support.scm b/support.scm
index 561ffab1..5c614ab8 100644
--- a/support.scm
+++ b/support.scm
@@ -1,6 +1,6 @@
 ;;;; support.scm - Miscellaneous support code for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/tcp.import.scm b/tcp.import.scm
index c648ad17..1a3d32a7 100644
--- a/tcp.import.scm
+++ b/tcp.import.scm
@@ -1,6 +1,6 @@
 ;;;; tcp.import.scm - import library for "tcp" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 d3c2e972..8a0ce0d2 100644
--- a/tcp.scm
+++ b/tcp.scm
@@ -1,6 +1,6 @@
 ;;;; tcp.scm - Networking stuff
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/tests/null.scm b/tests/null.scm
index 91f9e23f..5d569fc8 100644
--- a/tests/null.scm
+++ b/tests/null.scm
@@ -1,6 +1,6 @@
 ;;;; null.scm - the empty program
 ;
-; Copyright (c) 2010-2015, The CHICKEN Team
+; Copyright (c) 2010-2016, 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 3de1606b..c24da8f2 100644
--- a/tweaks.scm
+++ b/tweaks.scm
@@ -1,6 +1,6 @@
 ;;;; tweaks.scm - Some inline-routines and declarations for the compiler 
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/types.db b/types.db
index 920e4295..b4a38872 100644
--- a/types.db
+++ b/types.db
@@ -1,6 +1,6 @@
 ;;;; types.db - Type-information for core library functions -*- Scheme -*-
 ;
-; Copyright (c) 2009-2015, The CHICKEN Team
+; Copyright (c) 2009-2016, 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 6e2c1ece..de12cc63 100644
--- a/utils.import.scm
+++ b/utils.import.scm
@@ -1,6 +1,6 @@
 ;;;; utils.import.scm - import library for "utils" module
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, 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 fccd3d2d..d3d72530 100644
--- a/utils.scm
+++ b/utils.scm
@@ -1,6 +1,6 @@
 ;;;; utils.scm - Utilities for scripting and file stuff
 ;
-; Copyright (c) 2008-2015, The CHICKEN Team
+; Copyright (c) 2008-2016, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
Trap